chore: update Base to new max gas limit (#9566)

This commit is contained in:
joshieDo
2024-07-17 11:21:03 +02:00
committed by GitHub
parent 539b4e4262
commit 7bf99d8a73

View File

@ -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;