Remove hiddenMetadataUri in contract #391
-
Hi, Please forgive me if this is a noob question... because it actual is for me. I don't want to do a reveal, so do I just delete the line:
in my CollectionConfig.ts Any help or guidance will be much appreciated. Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @FUCryptoClub, if you are not familiar with Solidity code, then I would suggest leaving the code as is and simply revealing the collection right after deployment. I hope this helps. |
Beta Was this translation helpful? Give feedback.
Hi @FUCryptoClub, if you are not familiar with Solidity code, then I would suggest leaving the code as is and simply revealing the collection right after deployment.
By doing this the hidden feature is simply skipped so you can even leave the value empty or use a placeholder.
I hope this helps.