added stateError for EthereumLowerBoundStateDetector (#638)

This commit is contained in:
oke11o
2025-03-11 09:32:30 +01:00
committed by GitHub
parent 739cc8d675
commit 98d29c064f

View File

@@ -54,6 +54,7 @@ class EthereumLowerBoundStateDetector(
"old data not available due", // eth
"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
)
}