metaplex
metaplex copied to clipboard
[Bug]: The update authority operation for candy machine is incomplete in the JS CLI
Which package is this bug report for?
candy machine cli
Issue description
- Change CM authority
- Try to mint. It will fail because there's a mismatch between the authority on the collection NFT and the update authority of the candy machine
To fix this, the update authority command in the CLI should also update the authority on the collection NFT
Command
No response
Relevant log output
https://explorer.solana.com/tx/5CGCFPhFChj5uifRUbcf4hXjcWQ5oJFQ6u7mnBZ7qWvYyxpvex6TpKNi4CPHGCKssDHTAVv1hiUAJTGLZVt4QAr9#ix-6
Operating system
Mac
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
Hey, @alfonso-paella did you find any solution for this? because I have the same problem.
https://explorer.solana.com/tx/3MHfvDkMCJhWssWHa8UW9h4BLjjPeLLDZu3zyKVzH9R6QcRrnvNrs1kvmyUFrUJFaWe73iLkTLeHso9S9fiXpd3i?cluster=devnet
chewing glass
I basically had to find all collection NFTs and update their authorities individually with metaboss
Okay bro, I got it thank you