Skip to content

Commit

Permalink
set tolerance to 10_000
Browse files Browse the repository at this point in the history
  • Loading branch information
mouseless-eth committed Oct 4, 2024
1 parent 107a109 commit 5410aad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/config/options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ export const gasEstimationOptions: CliCommandOptions<IGasEstimationArgsInput> =
"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:
Expand Down

0 comments on commit 5410aad

Please sign in to comment.