Crate reth_seismic_chainspec

Source
Expand description

Seismic-Reth chain specs.

Constants§

SEISMIC_DEV_GENESIS_HASH
Genesis hash for the Seismic devnet Calculated by rlp encoding the genesis header and hashing it Currently matches the mainnet genesis hash because they have matching hardforks
SEISMIC_MAINNET_GENESIS_HASH
Genesis hash for the Seismic mainnet Calculated by rlp encoding the genesis header and hashing it

Statics§

SEISMIC_DEV
Seismic devnet specification
SEISMIC_DEV_OLD
Seismic old devnet specification
SEISMIC_MAINNET
Seismic Mainnet

Functions§

is_chain_seismic
Returns true if the given chain is a seismic chain.