Another one state error (#567)

This commit is contained in:
KirillPamPam
2024-10-03 16:30:13 +04:00
committed by GitHub
parent 7c4d061fd0
commit 7b3daa62cf

View File

@@ -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
)
}