mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 19:09:54 +00:00
Export chainspec's HardforkBlobParams struct publicly (#14092)
This commit is contained in:
@ -31,7 +31,7 @@ pub use info::ChainInfo;
|
|||||||
pub use spec::test_fork_ids;
|
pub use spec::test_fork_ids;
|
||||||
pub use spec::{
|
pub use spec::{
|
||||||
BaseFeeParams, BaseFeeParamsKind, ChainSpec, ChainSpecBuilder, ChainSpecProvider,
|
BaseFeeParams, BaseFeeParamsKind, ChainSpec, ChainSpecBuilder, ChainSpecProvider,
|
||||||
DepositContract, ForkBaseFeeParams, DEV, HOLESKY, MAINNET, SEPOLIA,
|
DepositContract, ForkBaseFeeParams, HardforkBlobParams, DEV, HOLESKY, MAINNET, SEPOLIA,
|
||||||
};
|
};
|
||||||
|
|
||||||
use reth_primitives_traits::sync::OnceLock;
|
use reth_primitives_traits::sync::OnceLock;
|
||||||
|
|||||||
Reference in New Issue
Block a user