New sei errors (#799)
This commit is contained in:
@@ -31,6 +31,7 @@ class EthereumLowerBoundBlockDetector(
|
|||||||
"pruned history unavailable", // xlayer
|
"pruned history unavailable", // xlayer
|
||||||
"no transactions snapshot file for",
|
"no transactions snapshot file for",
|
||||||
"has been pruned; earliest available is",
|
"has been pruned; earliest available is",
|
||||||
|
"could not find block for height",
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -30,6 +30,7 @@ class EthereumLowerBoundProofDetector(
|
|||||||
"Method not found", // Monad error bc they don't have eth_getProofs
|
"Method not found", // Monad error bc they don't have eth_getProofs
|
||||||
"invalid block height", // hyperliquid
|
"invalid block height", // hyperliquid
|
||||||
"not supported",
|
"not supported",
|
||||||
|
"evm module does not exist on height",
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user