paradigmxyz / reth

Modular, contributor-friendly and blazing-fast implementation of the Ethereum protocol, in Rust
https://reth.rs/
Apache License 2.0
3.99k stars 1.22k forks source link

fix: add additional op checks for chain specific check #12623

Closed mattsse closed 4 days ago

mattsse commented 4 days ago

ref https://github.com/paradigmxyz/reth/pull/12621

closes #12620

also, enforces that the chainspec is optimism and non dev, this should fix hive tests that use op mainnet chainid but with ethereum chainspec

mattsse commented 4 days ago

yeah I think this should bypass it