New sei errors (#799)

This commit is contained in:
KirillPamPam
2026-03-03 12:54:53 +04:00
committed by GitHub
parent fc85b68175
commit b9d0a8c60c
2 changed files with 2 additions and 0 deletions

View File

@@ -31,6 +31,7 @@ class EthereumLowerBoundBlockDetector(
"pruned history unavailable", // xlayer
"no transactions snapshot file for",
"has been pruned; earliest available is",
"could not find block for height",
)
}

View File

@@ -30,6 +30,7 @@ class EthereumLowerBoundProofDetector(
"Method not found", // Monad error bc they don't have eth_getProofs
"invalid block height", // hyperliquid
"not supported",
"evm module does not exist on height",
)
}