[Feature] Move Specid hardfork derivation fns from reth to here
mattsse opened this issue · comments
Describe the feature you would like
these fns now only depend on the hardforks and alloy crates:
having them in this repo is useful because this lets us reuse them (e.g. in anvil we have the same match)
TODO
- copy them over to evm and op-evm
Additional context
No response