metaplex
metaplex copied to clipboard
[Bug]:
Which package is this bug report for?
candy machine cli
Issue description
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 as cli command is not working for hardware wallet 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
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
Relevant log output
-
Operating system
Mac & windows
Priority this issue should have
Medium (should be fixed soon)
Check the Docs First
- [X] I have checked the docs and it didn't solve my issue