We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Base
1 parent 539b4e4 commit 7bf99d8Copy full SHA for 7bf99d8
crates/chainspec/src/constants.rs
@@ -12,6 +12,6 @@ pub(crate) const MAINNET_DEPOSIT_CONTRACT: DepositContract = DepositContract::ne
12
#[cfg(feature = "optimism")]
13
pub(crate) const BASE_SEPOLIA_MAX_GAS_LIMIT: u64 = 45_000_000;
14
15
-/// Max gas limit on Base: <https://basescan.org/block/16995982>
+/// Max gas limit on Base: <https://basescan.org/block/17208876>
16
17
-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 commit comments