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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: