-
Notifications
You must be signed in to change notification settings - Fork 6.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: Invalid option tokenMint #2291
Comments
Yes for me as well- i am using I wonder if it has todo with candy-machine-ui using in candy-machine-ui it looks like it is happening at program.account.candyMachine looks like it has the following attributes from logs
but |
I tried changing the anchor version to other stable releases but no luck at all. I found that Metaplex has recently updated the documentation. There are new ways to connect with the Cany Machine, I will try and update here. |
Haha, some progress with the new Metaplex guide. I have a different error now. :82 Uncaught (in promise) TypeError: (0 , types_BigNumber_mjs__WEBPACK_IMPORTED_MODULE_3_.toBigNumber)(...).toBuffer is not a function |
For those who still find the answer, the problem is using the incorrect program id (candy machine v1, v2, or v3) for the account. You can search at |
I have an error when using project-serum/anchor library to fetch the status of a Candy Machine.
It throws:
Unhandled Runtime Error
Error: Invalid option tokenMint
My code is the following:
` const provider = getProvider();
`
Please, any help with this issue will be highly appreciated.
The text was updated successfully, but these errors were encountered: