You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TooManyResults = '(: |^)too many results'# Example
533
544
# MissingBlocks is a regex pattern to match an eth_getLogs error indicating the rpc server is permanently missing some blocks in the requested block range
534
545
MissingBlocks = '(: |^)missing blocks'# Example
546
+
# FinalizedStateUnavailable is a regex pattern to match errors indicating the RPC cannot serve historical state at the finalized block (e.g., pruned/non-archive node)
547
+
FinalizedStateUnavailable = '(missing trie node|state not available|historical state unavailable)'# Example
535
548
536
549
[EVM.OCR]
537
550
# ContractConfirmations sets `OCR.ContractConfirmations` for this EVM chain.
0 commit comments