Skip to content

Commit

Permalink
test increasing threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
mouseless0x committed Oct 29, 2024
1 parent 5439f7b commit ed00510
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 @@ -180,7 +180,7 @@ export const gasPriceOptions: CliCommandOptions<IGasPriceArgsInput> = {
"Maximum that the gas prices fetched using pimlico_getUserOperationGasPrice will be accepted for (number of blocks)",
type: "number",
require: false,
default: 10
default: 50
},
"gas-price-multipliers": {
description:
Expand Down

0 comments on commit ed00510

Please sign in to comment.