Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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",
)
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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",
)
}

Expand Down
Loading