Is it possible to mint an ERC-721 token on Sepolia that has already been minted on Goerli and Mainnet?
When I click or tap “Update on Test Network” on the token page in Studio while connected to Sepolia in Brave or Metamask mobile, I receive the message “Recipient information invalid. Please check all addresses and quantites!”
Besides the spelling error of quantities , I don’t see a way to check any address or quantity. Am I missing something, or is there a bug?
question: is the contract you’re trying to mint on deployed to sepolia? i noticed only 2/3 of yours have a sepolia counterpart. “PROMPT STUDIES” only has goerli available. if you click on the little contract mockup image on the right side of the details page for your contract, you can redeploy it to testnet while on sepolia and it should go to sepolia!
The contract appears to be deployed OK, but when I try to mint token #1 via the “Update on Test Network” button, I get the error message “Recipient information invalid. Please check all addresses and quantites!”
Able to reproduce! On the hunt to fix. You are correct, we have a bug where if it’s ever been minted to Goerli but not Mainnet, you can’t mint it to Sepolia. Brand new tokens are a-ok luckily. Will get this patched up.
Possibly a related issue: Studio doesn’t appear to allow me to update existing tokens (at least) on Goerli. Perhaps this is intentional, but then maybe the option to select Goerli in the network menu is redundant.
After that the test token our application tracks will be the new Sepolia one, and your Update On Test Network button will work once again.
In the future, I’ll update the mint page so that if you have a mint on Goerli but not on Sepolia it shows the Mint to Test Network button instead of the Update on Test Network
How frustrating! I just remembered that button only appears on 1155 tokens.
No worries, I’ve just deployed a new fix that should swap that Update on Test Network button to Mint to Test Network. Give it a whirl anytime, should be live. Essentially Studio will behave as though you have not minted to test net unless you have minted to sepolia now.
Thanks johnny! The “Mint to Test Network” button worked for me for a token previously minted to Goerli and Mainnet, and for a token previously minted only to Goerli.