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