From 5410aad7dd1e2660567da03e7cab3d0f809feaba Mon Sep 17 00:00:00 2001 From: mouseless <97399882+mouseless-eth@users.noreply.github.com> Date: Fri, 4 Oct 2024 16:20:59 +0100 Subject: [PATCH] set tolerance to 10_000 --- src/cli/config/options.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cli/config/options.ts b/src/cli/config/options.ts index a0d38af7..6895d5c0 100644 --- a/src/cli/config/options.ts +++ b/src/cli/config/options.ts @@ -196,7 +196,7 @@ export const gasEstimationOptions: CliCommandOptions = "Defines the threshold for when to stop the gas estimation binary search", type: "string", require: false, - default: "1000" + default: "10000" }, "binary-search-gas-allowance": { description: