This is a question related to the Metaplex candy machine.
I noticed that bots are able to mint bypassing the whitelist tokens.
This is a whitelist config I had:
{
"price": 1,
"number": 777,
"gatekeeper": null,
"solTreasuryAccount": "REDACTED",
"splTokenAccount": null,
"splToken": null,
"goLiveDate": "29 June 2022 00:00:00 GMT",
"endSettings": null,
"whitelistMintSettings": {
"mode" : { "neverBurn": true },
"mint" : "REDACTED",
"presale" : true,
"discountPrice" : 0.01
},
"hiddenSettings": null,
"storage": "arweave",
"ipfsInfuraProjectId": null,
"ipfsInfuraSecret": null,
"nftStorageKey": null,
"awsS3Bucket": null,
"noRetainAuthority": false,
"noMutable": false
}
How is this possible?