Skip to content

Commit

Permalink
Bumping up the max transaction execution gas limit for gov proposals
Browse files Browse the repository at this point in the history
  • Loading branch information
vineethk committed Nov 21, 2024
1 parent 893ee58 commit ad7cf32
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ crate::gas_schedule::macros::define_gas_parameters!(
[
max_execution_gas_gov: InternalGas,
{ RELEASE_V1_13.. => "max_execution_gas.gov" },
4_000_000_000,
4_300_000_000,
],
[
max_io_gas: InternalGas,
Expand Down

0 comments on commit ad7cf32

Please sign in to comment.