Add a new state error (#654)

This commit is contained in:
KirillPamPam
2025-04-17 14:40:56 +04:00
committed by GitHub
parent 8fa62a569d
commit fa3f4411c3

View File

@@ -55,6 +55,7 @@ class EthereumLowerBoundStateDetector(
"State not found for block", // rootstock
"state does not maintain archive data", // fantom
"Access to archival, debug, or trace data is not included in your current plan", // chainstack
"empty reader set", // strange bsc geth error
)
}