Skip to content

Commit

Permalink
chore(chainspec): use MAINNET_PRUNE_DELETE_LIMIT in MAINNET
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniPopes committed Feb 18, 2025
1 parent 3485ce4 commit 59d2b46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/chainspec/src/spec.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 59d2b46

Please sign in to comment.