pub fn revm_spec_by_timestamp_after_merge(
    chain_spec: &ChainSpec,
    timestamp: u64,
) -> SpecId
Expand description

Returns the revm SpecId at the given timestamp.

§Note

This is only intended to be used after the merge, when hardforks are activated by timestamp.