feat: add max_gas_limit to ChainSpec (#9473)

This commit is contained in:
joshieDo
2024-07-12 16:12:15 +02:00
committed by GitHub
parent 5097ae7cff
commit b4363e2b48
17 changed files with 63 additions and 38 deletions

View File

@ -27,6 +27,7 @@ pub(crate) fn polygon_chain_spec() -> Arc<ChainSpec> {
]),
deposit_contract: None,
base_fee_params: reth_chainspec::BaseFeeParamsKind::Constant(BaseFeeParams::ethereum()),
max_gas_limit: 30_000_000,
prune_delete_limit: 0,
}
.into()