Closed MukulGari closed 2 years ago
I haven't had a chance to look into hardware wallet integration. Is it even possible to do a sign-all command with it without having to manually approve each transaction on the device?
Umm, yeah that's also my concern, if u can suggest how to add the integration part as solana cli allows to put wallet_url instead of keypair, and if we use the update-all sub-command and pass wallet url instead of
I spent a little time implementing Ledger support and it was really flaky on my machine and there's still the issue of having to approve manually for every tx. I might try again some other time.
In my candy machine v2 mint of 1000 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 in metaboss similarly to metaboss set update-authority-all --keypair --mint-accounts-file --new-update-authority
for hardware wallets
As solana cli allows to put wallet_url instead of keypair, does this work here too