Skip to content

Commit 7bf99d8

Browse files
authored
chore: update Base to new max gas limit (paradigmxyz#9566)
1 parent 539b4e4 commit 7bf99d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/chainspec/src/constants.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ pub(crate) const MAINNET_DEPOSIT_CONTRACT: DepositContract = DepositContract::ne
1212
#[cfg(feature = "optimism")]
1313
pub(crate) const BASE_SEPOLIA_MAX_GAS_LIMIT: u64 = 45_000_000;
1414

15-
/// Max gas limit on Base: <https://basescan.org/block/16995982>
15+
/// Max gas limit on Base: <https://basescan.org/block/17208876>
1616
#[cfg(feature = "optimism")]
17-
pub(crate) const BASE_MAINNET_MAX_GAS_LIMIT: u64 = 97_500_000;
17+
pub(crate) const BASE_MAINNET_MAX_GAS_LIMIT: u64 = 105_000_000;

0 commit comments

Comments
 (0)