From 06a876abcc439fbaaca6a0a75613bd041fd4e558 Mon Sep 17 00:00:00 2001 From: Kevin Faveri Date: Wed, 20 Oct 2021 01:25:46 -0300 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d006c676..11e7573c 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,7 @@ After your Devnnet candy machine has been created feel free to run: ## Mainnet +- You can't incrementally upload in batches your NFTs. You should do it in one go, always. If you update your batch, you will need to upload it all again. The way to do this then will be to delete the candy machine folder. - Don't forget to use the wallet you want to earn the mint value for both metaplex uploading (`yarn deploy-mainnet`) and in the NFT's creators.address[0] for earning the royaties. - You should have all your NFTs ready before deploying. Incremental deploying of NFTs is not supported right now. Feel free to add a PR tho if you find a solution for this