More state errors (#559)

This commit is contained in:
KirillPamPam
2024-09-04 14:49:52 +04:00
committed by GitHub
parent 0ad2a3141a
commit 6942cc637d

View File

@@ -44,6 +44,8 @@ class EthereumLowerBoundStateDetector(
"purged for block", // erigon
"No state data", // our own error if there is "null" in response
"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
)
}