Currently, the Hardforks type in op-alloy-consensus uses hardcoded addresses and variables in it's parameters. By default it should use the current hardcoded ones.
Closing this as it's simple to introduce custom hardfork txs separately from the Hardforks type. The cleanup refactoring hardforks into separate modules also does a lot of the intended cleanup here, moving consts into their Hardfork type so as to not be re-exported.
Component
consensus
Describe the feature you would like
Currently, the
Hardforks
type inop-alloy-consensus
uses hardcoded addresses and variables in it's parameters. By default it should use the current hardcoded ones.Additional context
No response