Skip to content

Commit

Permalink
Lower the gas cost of Keyless txns to 32_000_000 (#13579)
Browse files Browse the repository at this point in the history
  • Loading branch information
heliuchuan authored Jun 5, 2024
1 parent 78e553d commit e2473bb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ crate::gas_schedule::macros::define_gas_parameters!(
[
keyless_base_cost: InternalGas,
{ RELEASE_V1_12.. => "keyless.base" },
138_000_000,
32_000_000,
]
]
);
Expand Down

0 comments on commit e2473bb

Please sign in to comment.