Add celo sepolia (#705)

* add monad nonretryable error

* add celo sepolia
This commit is contained in:
msizov
2025-08-15 20:09:48 +07:00
committed by GitHub
parent 77b1d1fa28
commit 31b0b8a324
3 changed files with 3 additions and 2 deletions

View File

@@ -27,6 +27,7 @@ class EthereumLowerBoundProofDetector(
"cannot find EVM IAVL store", "cannot find EVM IAVL store",
"old data not available due to pruning", "old data not available due to pruning",
"no historical RPC is available", "no historical RPC is available",
"Method not found", // Monad error bc they don't have eth_getProofs
) )
} }