Update readme (#939)

This commit is contained in:
guibescos 2023-07-04 14:49:38 +01:00 committed by GitHub
parent 14fd210a16
commit 387f172fc6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ To activate a transaction:
```
npm install
npx lerna run build --scope "xc_admin_common"
npx lerna run build --scope "xc_admin_common" --include-dependencies
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>
```