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.