mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 02:49:55 +00:00
chore(chainspec): use MAINNET_PRUNE_DELETE_LIMIT in MAINNET (#14569)
This commit is contained in:
@ -109,7 +109,7 @@ pub static MAINNET: LazyLock<Arc<ChainSpec>> = LazyLock::new(|| {
|
||||
b256!("649bbc62d0e31342afea4e5cd82d4049e7e1ee912fc0889aa790803be39038c5"),
|
||||
)),
|
||||
base_fee_params: BaseFeeParamsKind::Constant(BaseFeeParams::ethereum()),
|
||||
prune_delete_limit: 20000,
|
||||
prune_delete_limit: MAINNET_PRUNE_DELETE_LIMIT,
|
||||
blob_params: HardforkBlobParams::default(),
|
||||
};
|
||||
spec.genesis.config.dao_fork_support = true;
|
||||
|
||||
Reference in New Issue
Block a user