diff --git a/src/main/kotlin/io/emeraldpay/dshackle/upstream/ethereum/EthereumLowerBoundStateDetector.kt b/src/main/kotlin/io/emeraldpay/dshackle/upstream/ethereum/EthereumLowerBoundStateDetector.kt index 1ae87a5e..58fddcc9 100644 --- a/src/main/kotlin/io/emeraldpay/dshackle/upstream/ethereum/EthereumLowerBoundStateDetector.kt +++ b/src/main/kotlin/io/emeraldpay/dshackle/upstream/ethereum/EthereumLowerBoundStateDetector.kt @@ -56,6 +56,7 @@ class EthereumLowerBoundStateDetector( "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 + "Request might be querying historical state that is not available", // monad ) }