From 7bf99d8a736b62d05aa00d1e7e7d7b9fa11e0346 Mon Sep 17 00:00:00 2001 From: joshieDo <93316087+joshieDo@users.noreply.github.com> Date: Wed, 17 Jul 2024 11:21:03 +0200 Subject: [PATCH] chore: update `Base` to new max gas limit (#9566) --- crates/chainspec/src/constants.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/chainspec/src/constants.rs b/crates/chainspec/src/constants.rs index 7ddc55b76b..c5c6096951 100644 --- a/crates/chainspec/src/constants.rs +++ b/crates/chainspec/src/constants.rs @@ -12,6 +12,6 @@ pub(crate) const MAINNET_DEPOSIT_CONTRACT: DepositContract = DepositContract::ne #[cfg(feature = "optimism")] pub(crate) const BASE_SEPOLIA_MAX_GAS_LIMIT: u64 = 45_000_000; -/// Max gas limit on Base: +/// Max gas limit on Base: #[cfg(feature = "optimism")] -pub(crate) const BASE_MAINNET_MAX_GAS_LIMIT: u64 = 97_500_000; +pub(crate) const BASE_MAINNET_MAX_GAS_LIMIT: u64 = 105_000_000;