wonka-js icon indicating copy to clipboard operation
wonka-js copied to clipboard

Issue Minting on Devnet

Open abrarmusa opened this issue 3 years ago • 1 comments

Trying to dynamically mint on devnet

Getting this error in this line: const candyMachineMintId = await wonka.mintCandyMachineToken(recipientWallet) where recipient wallet is the wallet string have also tried generating a Public Key off of that string

var recWallet = new PublicKey(recipientWallet)

error: Error: failed to get info about account CggtNXgCye2qk7fLohonNftqaKT35GkuZJwHrRghEvSF: Error: 401 Unauthorized:

abrarmusa avatar Feb 28 '22 06:02 abrarmusa

Thanks for reporting Abrar. Do you have any more details you can provide (particularly how you are instantiating wonka), or a repro that might help us pinpoint the issue?

kunalmodi avatar Mar 02 '22 05:03 kunalmodi