Skip to content

Commit

Permalink
set a default simulations contract
Browse files Browse the repository at this point in the history
  • Loading branch information
mouseless0x committed Oct 11, 2024
1 parent 89f5bc0 commit 8d727e1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/cli/config/options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ export const bundlerOptions: CliCommandOptions<IBundlerArgsInput> = {
description: "Address of the EntryPoint simulations contract",
type: "string",
alias: "c",
require: false
require: false,
default: "0xBbe8A301FbDb2a4CD58c4A37c262ecef8f889c47"
},
"executor-private-keys": {
description: "Private keys of the executor accounts split by commas",
Expand Down

0 comments on commit 8d727e1

Please sign in to comment.