Insert items into an existing Candy Machine.
Note that the name and URI of each item should not include the prefixes configured in the config line settings.
const transactionBuilder = metaplex .candyMachines() .builders() .insertItems({ candyMachine, items });
Generated using TypeDoc
Insert items into an existing Candy Machine.
Note that the name and URI of each item should not include the prefixes configured in the config line settings.