I am working on a project where I want to pass multiple address as whitelist which can mint before the public mint, I want to know how can I pass multiple addresses in whitelListMintSetting, like "whitelistMintSettings": { "mode" : { "burnEveryTime": true }, "mint" : ["7nE1GmnMmDKiycFkpHF7mKtxt356FQzVonZqBWsTWZNf","7nE1GmnMmDKiycFkpHF7mKtxt356FQzVonZqBWsTWZNf","7nE1GmnMmDKiycFkpHF7mKtxt356FQzVonZqBWsTWZNf"], "presale" : true, "discountPrice" : null },
1 Answers
0
votes
Unfortunately it is not possible to add multiple whitelist mints to the config.
There are two possible solutions:
- Airdrop everyone the same token
- Divide the mint time into multiple slots and update the config accordingly. E.g. allow mint 1 to mint from 9 AM to 10 AM, update the candy machine config to allow mint 2 to mint from 10 AM to 11 AM etc.