Skip to content

Commit

Permalink
Increase BLOCK_GAS_LIMIT to 150mil
Browse files Browse the repository at this point in the history
  • Loading branch information
surangap committed Jun 25, 2024
1 parent 1f6ce4c commit 6aff2de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1075,7 +1075,7 @@ impl pallet_evm_chain_id::Config for Runtime {
}

// Start frontier/EVM stuff
const BLOCK_GAS_LIMIT: u64 = 75_000_000;
const BLOCK_GAS_LIMIT: u64 = 150_000_000;
// Default value from Frontier
const MAX_POV_SIZE: u64 = 5 * 1024 * 1024;

Expand Down

0 comments on commit 6aff2de

Please sign in to comment.