NON_CACHEABLE_CHAIN_NETWORKS

Documentation for eth_defi.testing.rpc_cache.NON_CACHEABLE_CHAIN_NETWORKS data.

NON_CACHEABLE_CHAIN_NETWORKS: frozenset[str] = frozenset({'monad'})

Chains whose fork tests cannot use a fixed historical block, so their fork cache must not be committed. Monad provides no archive-complete historical state, so its tests fork the chain tip: the block number differs on every run, a committed cache entry would never be hit again, and it would grow the repository for nothing. See the Monad chain-quirk notes in CLAUDE.md.