Crate reth_optimism_forks

Source
Expand description

OP-Reth hard forks.

This defines the [ChainHardforks] for certain op chains. It keeps L2 hardforks that correspond to L1 hardforks in sync by defining both at the same activation timestamp, this includes:

  • Canyon : Shanghai
  • Ecotone : Cancun
  • Isthmus : Prague

Enums§

OpHardfork
The name of an optimism hardfork.

Statics§

BASE_MAINNET_HARDFORKS
Base mainnet list of hardforks.
BASE_SEPOLIA_HARDFORKS
Base Sepolia list of hardforks.
DEV_HARDFORKS
Dev hardforks
OP_MAINNET_HARDFORKS
Optimism mainnet list of hardforks.
OP_SEPOLIA_HARDFORKS
Optimism Sepolia list of hardforks.

Traits§

OpHardforks
Extends [EthereumHardforks] with optimism helper methods.