Closed fgimenez closed 3 days ago
is_optimism should always be false for Ethereum's ChainSpec, otherwise it could return true for an Ethereum chain spec if the chain id is one of Optimism's chains.
is_optimism
ChainSpec
This was causing hive tests to fail https://github.com/paradigmxyz/reth/actions/runs/11903470318/job/33171134482 will retrigger on this branch.
Successful hive execution from this branch https://github.com/paradigmxyz/reth/actions/runs/11910257420
is_optimism
should always be false for Ethereum'sChainSpec
, otherwise it could return true for an Ethereum chain spec if the chain id is one of Optimism's chains.This was causing hive tests to fail https://github.com/paradigmxyz/reth/actions/runs/11903470318/job/33171134482 will retrigger on this branch.