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
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:
The text was updated successfully, but these errors were encountered:
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?
Trying to dynamically mint on devnet
Getting this error in this line:
const candyMachineMintId = await wonka.mintCandyMachineToken(recipientWallet)
where recipient wallet is the wallet stringhave 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:
The text was updated successfully, but these errors were encountered: