Crate reth_optimism_chainspec

Source
Expand description

OP-Reth chain specs.

Modules§

constants
OP stack variation of chain spec constants.

Structs§

OpChainSpec
OP stack chain spec type.
OpChainSpecBuilder
Chain spec builder for a OP stack chain.

Statics§

BASE_MAINNET
The Base mainnet spec
BASE_SEPOLIA
The Base Sepolia spec
OP_DEV
OP dev testnet specification
OP_MAINNET
The Optimism Mainnet spec
OP_SEPOLIA
The OP Sepolia spec

Functions§

make_op_genesis_header
Helper method building a [Header] given [Genesis] and [ChainHardforks].