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
All is minting just fine, but this metadata does not load into the tokens, they come out just empty.... Should not there be some sort of reference to the metadata in the mint.js file?)
Thanks!)
The text was updated successfully, but these errors were encountered:
Hi, I am running this mint.js file after creating my ERC721Tradable contracts. They have:
function baseTokenURI() override public pure returns (string memory) {
return "https://gateway.pinata.cloud/ipfs/Qma5F27Z2mVgM3uBX9eBDGKpHHXcrXDK82iN1a6ypyxCtt/";
}
All is minting just fine, but this metadata does not load into the tokens, they come out just empty.... Should not there be some sort of reference to the metadata in the mint.js file?)
Thanks!)
The text was updated successfully, but these errors were encountered: