File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ const addCommonAmplifierOptions = (program, options = {}) => {
25
25
program . addOption ( new Option ( '-m, --mnemonic <mnemonic>' , 'mnemonic' ) . makeOptionMandatory ( true ) . env ( 'MNEMONIC' ) ) ;
26
26
program . addOption ( new Option ( '-a, --artifactPath <artifactPath>' , 'artifact path' ) . makeOptionMandatory ( true ) . env ( 'ARTIFACT_PATH' ) ) ;
27
27
program . addOption ( new Option ( '--aarch64' , 'aarch64' ) . env ( 'AARCH64' ) . default ( false ) ) ;
28
- program . addOption ( new Option ( '-n, --chainNames <chainNames>' , 'chain names' ) . default ( 'none' ) ) ;
28
+ program . addOption ( new Option ( '-n, --chainNames <chainNames>' , 'chain names' ) . default ( 'none' ) . env ( 'CHAINS' ) ) ;
29
29
program . addOption (
30
30
new Option ( '--admin <address>' , 'when instantiating contract, set an admin address. Defaults to governance module account' ) . default (
31
31
governanceAddress ,
You can’t perform that action at this time.
0 commit comments