pub fn revm_spec(
chain_spec: impl OpHardforks,
header: impl BlockHeader,
) -> OpSpecId
Expand description
Map the latest active hardfork at the given header to a revm [OpSpecId
].
pub fn revm_spec(
chain_spec: impl OpHardforks,
header: impl BlockHeader,
) -> OpSpecId
Map the latest active hardfork at the given header to a revm [OpSpecId
].