Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
mouseless0x committed Jun 2, 2024
1 parent 4bf9cc1 commit 4d08a19
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 @@ -88,7 +88,7 @@ export const bundlerOptions: CliCommandOptions<IBundlerArgsInput> = {
description: "Amount to multiply the gas prices fetched from the node",
type: "string",
require: false,
default: 100
default: "100"
},
"gas-price-floor-percent": {
description:
Expand Down

0 comments on commit 4d08a19

Please sign in to comment.