Skip to content

Commit

Permalink
chore: update Base to new max gas limit (#9566)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshieDo authored Jul 17, 2024
1 parent 539b4e4 commit 7bf99d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/chainspec/src/constants.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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: <https://basescan.org/block/16995982>
/// Max gas limit on Base: <https://basescan.org/block/17208876>
#[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;

0 comments on commit 7bf99d8

Please sign in to comment.