Export chainspec's HardforkBlobParams struct publicly (#14092)

This commit is contained in:
Debjit Bhowal
2025-01-30 15:38:20 +05:30
committed by GitHub
parent 2b5cb351d5
commit 4eb65250a7

View File

@ -31,7 +31,7 @@ pub use info::ChainInfo;
pub use spec::test_fork_ids;
pub use spec::{
BaseFeeParams, BaseFeeParamsKind, ChainSpec, ChainSpecBuilder, ChainSpecProvider,
DepositContract, ForkBaseFeeParams, DEV, HOLESKY, MAINNET, SEPOLIA,
DepositContract, ForkBaseFeeParams, HardforkBlobParams, DEV, HOLESKY, MAINNET, SEPOLIA,
};
use reth_primitives_traits::sync::OnceLock;