You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my candy machine v2 mint of 10k nft i have given update authority to 2 account address and 1 is an hardware wallet and i wanna revoke it's authority from all of them. is their anything available for that like
command: ts-node ~/metaplex/js/packages/cli/src/candy-machine-v2-cli.ts update_candy_machine
-e devnet
-k ~/.config/solana/devnet.json
-cp config.json
-c example
--new-authority 7idYCnwadSG8quKNr2qqtt2WVTGy8xwTF5uFvAuHyY1g
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
In my candy machine v2 mint of 10k nft i have given update authority to 2 account address and 1 is an hardware wallet and i wanna revoke it's authority from all of them. is their anything available for that like
command: ts-node ~/metaplex/js/packages/cli/src/candy-machine-v2-cli.ts update_candy_machine
-e devnet
-k ~/.config/solana/devnet.json
-cp config.json
-c example
--new-authority 7idYCnwadSG8quKNr2qqtt2WVTGy8xwTF5uFvAuHyY1g
Function: https://docs.rs/mpl-token-metadata/1.2.4/src/mpl_token_metadata/instruction.rs.html#446-470
As solana cli allows to put wallet_url instead of keypair, does this work here too
Beta Was this translation helpful? Give feedback.
All reactions