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

unable to mint zora nft #7

Open
Nith567 opened this issue Jun 9, 2024 · 2 comments
Open

unable to mint zora nft #7

Nith567 opened this issue Jun 9, 2024 · 2 comments

Comments

@Nith567
Copy link

Nith567 commented Jun 9, 2024

all i am doing is trying to mint these: zora.co/collect/base... through coinbase smart wallet in my website thats it. Check this out for abi : base.blockscout.com/address/0xAF...

repo: https://github.com/Nith567/mint-

I wonder where exactly went wrong here also in the abi unable to conclude what minterarguments contain: "name": "minterArguments",( i have done like this, correct me if i am wrong here: const mintArguments = {
quantityToMint: 1,
mintComment: "Summer Chain!",
mintReferral: "0x8879318091671ba1274e751f8cdef76bb37eb3ed"
};
) which i encoded this one

@Nith567
Copy link
Author

Nith567 commented Jun 9, 2024

@oveddan
Screenshot 2024-06-09 at 8 29 19 PM

@iainnash
Copy link

Hi!

Can you help by sharing the encoded data you're sending to the coinbase smart wallet?

You should be able to console.log the data.

Another thing to pay attention to is that you need to assign a payable ethereum value along with the calldata for the mint to go through.

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

2 participants