Skip to content

Commit

Permalink
Update packages/bundler/src/runBundler.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Dror Tirosh <dror.tirosh@gmail.com>
  • Loading branch information
forshtat and drortirosh committed Aug 4, 2024
1 parent 5267719 commit 68eb2a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/bundler/src/runBundler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export async function runBundler (argv: string[], overrideExit = true): Promise<
.option('--mnemonic <file>', 'mnemonic/private-key file of signer account')
.option('--entryPoint <string>', 'address of the supported EntryPoint contract')
.option('--publicApiPort <number>', `server listening port for public clients (default: ${bundlerConfigDefault.publicApiPort})`)
.option('--privateApiPort <number>', `server listening port for block builders (default: ${bundlerConfigDefault.privateApiPort})`)
.option('--privateApiPort <number>', `server listening port for block builder (default: ${bundlerConfigDefault.privateApiPort})`)
.option('--config <string>', 'path to config file', CONFIG_FILE_NAME)
.option('--auto', 'automatic bundling (bypass config.autoBundleMempoolSize)', false)
.option('--unsafe', 'UNSAFE mode: no storage or opcode checks (safe mode requires geth)')
Expand Down

0 comments on commit 68eb2a9

Please sign in to comment.