Skip to content

Commit

Permalink
Increase default gas limit from 30M to 36M
Browse files Browse the repository at this point in the history
  • Loading branch information
0xalpharush authored Dec 11, 2024
1 parent b0909d4 commit 010ae6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/eips/src/eip1559/constants.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use alloy_primitives::U256;

/// The default Ethereum block gas limit.
pub const ETHEREUM_BLOCK_GAS_LIMIT: u64 = 30_000_000;
pub const ETHEREUM_BLOCK_GAS_LIMIT: u64 = 36_000_000;

/// The minimum tx fee below which the txpool will reject the transaction.
///
Expand Down

0 comments on commit 010ae6b

Please sign in to comment.