More erigon archive errors (#447)

This commit is contained in:
KirillPamPam
2024-04-01 18:05:31 +04:00
committed by GitHub
parent 2bedcad9dc
commit d2abf58fca

View File

@@ -37,6 +37,7 @@ class EthereumLowerBoundBlockDetector(
"no historical RPC is available for this historical", // optimism "no historical RPC is available for this historical", // optimism
"historical backend error", // optimism "historical backend error", // optimism
"load state tree: failed to load state tree", // filecoin "load state tree: failed to load state tree", // filecoin
"purged for block", // erigon
) )
} }