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 55fcc9c7..a1660e22 100644 --- a/src/main/kotlin/io/emeraldpay/dshackle/upstream/ethereum/EthereumLowerBoundStateDetector.kt +++ b/src/main/kotlin/io/emeraldpay/dshackle/upstream/ethereum/EthereumLowerBoundStateDetector.kt @@ -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 ) }