From 6de66c0410ce0168179495122013e301ab22c750 Mon Sep 17 00:00:00 2001 From: 0xfourzerofour Date: Thu, 29 Aug 2024 10:55:40 -0400 Subject: [PATCH] feat(estimation): increase max gas for simulation --- bin/rundler/src/cli/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/rundler/src/cli/mod.rs b/bin/rundler/src/cli/mod.rs index 5e5d7c1ec..b5f0bf58f 100644 --- a/bin/rundler/src/cli/mod.rs +++ b/bin/rundler/src/cli/mod.rs @@ -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,