Skip to content

Commit

Permalink
change to 10s
Browse files Browse the repository at this point in the history
  • Loading branch information
mouseless0x committed Jan 24, 2025
1 parent 09a0ec1 commit e93cbf5
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 @@ -237,7 +237,7 @@ export const executorOptions: CliCommandOptions<IExecutorArgsInput> = {
"Amount of time before retrying a failed userOperation (in ms)",
type: "number",
require: true,
default: 15_000
default: 10_000
},
"aa95-gas-multiplier": {
description:
Expand Down

0 comments on commit e93cbf5

Please sign in to comment.