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 May 8, 2024
1 parent bb5f129 commit 3bece07
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions infrastructure/zk/src/init.ts
Expand Up @@ -212,6 +212,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 3bece07

Please sign in to comment.