but only a fixed list of chains within alloy-chains will return true. This impacts devex for those building OP Stack devnets or testnets, as their chain id will not be on that list until it is added by alloy maintainers. AlphaNet, for example, returns false for is_optimism() here.
The ChainSpec's is_optimism() should be configurable by developers using Reth, without a requirement to be added to alloy's list.
Describe the feature
chain_spec.is_optimism()
is used throughout Reth to control OP Stack functionality:but only a fixed list of chains within alloy-chains will return true. This impacts devex for those building OP Stack devnets or testnets, as their chain id will not be on that list until it is added by alloy maintainers. AlphaNet, for example, returns false for is_optimism() here.
The ChainSpec's is_optimism() should be configurable by developers using Reth, without a requirement to be added to alloy's list.
Additional context
No response