I am working to deploy my first minting site and wondering how I can go about setting up multiple whitelists. For example, I want to have 3 different whitelist each with a different price, where the first set of minters are on WL1 and can mint from 10am - 11am for 0.7sol, then starting at 11am WL2 can start minting at 0.8sol (and WL1 can continue minting at their whitelist price), and then at noon WL3 can start minting for 0.9sol along with the first two whitelists, and then finally the public mint would start at 1pm for 1sol..is this possible with Candy Machine V2?
I have seen a little bit online about using the endSettings in the config but I'm not exactly sure how that would work given each different whitelist would need to be associated with a different SPL-token I assume?
Any help is appreciated! Thanks.