Skip to content
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

errors.js:33 Uncaught Error: Invalid number of parameters for "mint". Got 2 expected 0! #13

Open
preeys opened this issue Feb 20, 2022 · 5 comments

Comments

@preeys
Copy link

preeys commented Feb 20, 2022

when I try to perform a minute to test I get this error on the console, anyone with a tip?

@martinnaj
Copy link

Can you please paste in the entire stack path?
Copy the whole error, not just part of it.

@ultimateglue
Copy link

this means that your smartcontract abi doesn't support minting.

@KrazyNZ
Copy link

KrazyNZ commented May 18, 2022

i have same issue

@KrazyNZ
Copy link

KrazyNZ commented May 18, 2022

my error is got 2 expected 1

@ZawadiMan
Copy link

on line 133 in App.js, change
.mint(blockchain.account, mintAmount)
to
.mint(mintAmount)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants