Skip to content

Commit

Permalink
Smaller description improvements on authority transfer
Browse files Browse the repository at this point in the history
  • Loading branch information
dimpar committed Aug 11, 2023
1 parent 9e2b7a7 commit 3c56781
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions cross-chain/solana/scripts/transfer_authority.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,11 @@ source solana.env
## Transfer authority to the Threshold Council Multisig. (for mainnet only)
# make transfer_authority

## Transfer upgrade authority to Threshold Council Multisig
## Transfer upgrade authority to Threshold Council Multisig for tbtc
# solana program set-upgrade-authority -k <current_keypair_path> <programID> --new-upgrade-authority <pubkey>

## Transfer upgrade authority to Threshold Council Multisig for wormhole_gateway
# solana program set-upgrade-authority -k <current_keypair_path> <programID> --new-upgrade-authority <pubkey>

## Threshold Council Multisig has to accept the ownership by executing
## `takeAuthority` instruction
## `takeAuthority` instruction (most likely in Squads)

0 comments on commit 3c56781

Please sign in to comment.