Skip to content

Commit

Permalink
Another one state error (#567)
Browse files Browse the repository at this point in the history
  • Loading branch information
KirillPamPam authored Oct 3, 2024
1 parent 7c4d061 commit 7b3daa6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ class EthereumLowerBoundStateDetector(
"state is not available", // bsc also can return this error along with "header not found"
"Block with such an ID is pruned", // zksync
"state at block", // berachain, eth
"unsupported block number", // arb
)
}

Expand Down

0 comments on commit 7b3daa6

Please sign in to comment.