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 3b785b956..9853abdc9 100644 --- a/src/main/kotlin/io/emeraldpay/dshackle/upstream/ethereum/EthereumLowerBoundStateDetector.kt +++ b/src/main/kotlin/io/emeraldpay/dshackle/upstream/ethereum/EthereumLowerBoundStateDetector.kt @@ -46,6 +46,7 @@ class EthereumLowerBoundStateDetector( "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 + "unsupported block number", // arb ) }