We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14fd210 commit 387f172Copy full SHA for 387f172
governance/xc_admin/packages/xc_admin_cli/README.md
@@ -27,7 +27,7 @@ To activate a transaction:
27
28
```
29
npm install
30
-npx lerna run build --scope "xc_admin_common"
+npx lerna run build --scope "xc_admin_common" --include-dependencies
31
npx ts-node src/index.ts activate -t <TRANSACTION_HASH> -c <CLUSTER: [mainnet|devnet|testnet] -v <VAULT_ADDRESS> -w <WALLET_SECRET_KEY_FILEPATH: [filepath|"ledger"]> -lda <LEDGER_DERIVATION_ACCOUNT> -ldc <LEDGER_DERIVATION_CHANGE>
32
33
0 commit comments