mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: add Hardfork::boxed (#13737)
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
use alloy_primitives::{b256, B256};
|
||||
use reth_chainspec::{
|
||||
once_cell_set, BaseFeeParams, Chain, ChainHardforks, ChainSpec, EthereumHardfork, ForkCondition,
|
||||
once_cell_set, BaseFeeParams, Chain, ChainHardforks, ChainSpec, EthereumHardfork,
|
||||
ForkCondition, Hardfork,
|
||||
};
|
||||
use reth_network_peers::NodeRecord;
|
||||
|
||||
|
||||
@ -1,6 +1,7 @@
|
||||
use alloy_primitives::{b256, B256};
|
||||
use reth_chainspec::{
|
||||
once_cell_set, BaseFeeParams, Chain, ChainHardforks, ChainSpec, EthereumHardfork, ForkCondition,
|
||||
once_cell_set, BaseFeeParams, Chain, ChainHardforks, ChainSpec, EthereumHardfork,
|
||||
ForkCondition, Hardfork,
|
||||
};
|
||||
use reth_discv4::NodeRecord;
|
||||
use reth_primitives::Head;
|
||||
|
||||
Reference in New Issue
Block a user