I have been going through the Sugar CLI for the first time and was hoping to clarify a couple of things to make sure I am creating the Candy Machine correctly. It's clear from the documentation (https://docs.metaplex.com/developer-tools/sugar/configuration) that the creators
wallet should now be added to the Candy Machine config file.
But where should sellerFeeBasisPoints
and collection
properies go? Does it hurt anything if they are present on both the config file and each metadata file?
For the collection property - is this taken care of with the new collection.json
and collection.png
? Does this need to be present at all on either the config or the metadata file?
Appreciate any clarifications!