|
|
пре 3 недеља | |
|---|---|---|
| .. | ||
| src | 40aadd6983 feat(lazer): add utils for adding and checking ed25519 signers to solana contract (#2788) | пре 5 месеци |
| README.md | e08052c2c4 feat: set up turborepo | пре 1 година |
| package.json | ab0cf6f7d8 chore: updated gitignore to excluse the built dist/ folder | пре 3 недеља |
| tsconfig.build.json | ab0cf6f7d8 chore: updated gitignore to excluse the built dist/ folder | пре 3 недеља |
| tsconfig.json | fe92275443 chore: migrated all package.json and tsconfig files to a single, modern standard | пре 3 недеља |
The goal of this CLI is interacting with the Pyth Squads multisig. It allows to :
accept-authorityupgrade-programinit-pricepropose-token-transferapproveactivateparse-transactionNote:
To activate a transaction:
pnpm i
pnpm turbo build --filter @pythnetwork/xc-admin-common
pnpm exec 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>