More state errors (#622)

This commit is contained in:
KirillPamPam
2025-01-22 18:24:26 +04:00
committed by GitHub
parent a8545ac112
commit 158e7b616d

View File

@@ -50,6 +50,10 @@ class EthereumLowerBoundStateDetector(
"unexpected state root", // fantom
"evm module does not exist on height", // sei
"failed to load state at height", // 0g
"no state found for block", // optimism
"old data not available due", // eth
"State not found for block", // rootstock
"state does not maintain archive data", // fantom
)
}