Skip to content

Commit

Permalink
fix: missing arg in zk init
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-nguy committed Apr 26, 2024
1 parent 356be4e commit 3043f8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions infrastructure/zk/src/init.ts
Expand Up @@ -200,6 +200,7 @@ export const initHyperCmdAction = async ({
export const initCommand = new Command('init')
.option('--skip-submodules-checkout')
.option('--skip-env-setup')
.option('--skip-test-token-deployment')
.option('--base-token-name <base-token-name>', 'base token name')
.option('--validium-mode', 'deploy contracts in Validium mode')
.option('--run-observability', 'run observability suite')
Expand Down

0 comments on commit 3043f8e

Please sign in to comment.