Skip to content

Commit

Permalink
feat(estimation): increase max gas for simulation
Browse files Browse the repository at this point in the history
  • Loading branch information
0xfourzerofour committed Aug 29, 2024
1 parent f94f258 commit 6de66c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/rundler/src/cli/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ pub struct CommonArgs {
long = "max_simulate_handle_ops_gas",
name = "max_simulate_handle_ops_gas",
env = "MAX_SIMULATE_HANDLE_OPS_GAS",
default_value = "20000000",
default_value = "550000000",
global = true
)]
max_simulate_handle_ops_gas: u64,
Expand Down

0 comments on commit 6de66c0

Please sign in to comment.