Skip to content

Instantly share code, notes, and snippets.

@doingthisalright
Created February 14, 2023 11:37
Show Gist options
  • Save doingthisalright/aaf422b01315c910f434b173e56c2d42 to your computer and use it in GitHub Desktop.
Save doingthisalright/aaf422b01315c910f434b173e56c2d42 to your computer and use it in GitHub Desktop.
Wallet Based Whitelist - Launch Solana NFT Collection using Metaplex Candy Machine V3 and Sugar: Config file for this video: https://youtu.be/fsQIr2Lqy4Q
{
"number": 10,
"symbol": "NB",
"sellerFeeBasisPoints": 500,
"isMutable": true,
"isSequential": false,
"creators": [
{
"address": "3pPYvzUriN9iCA4P4Pu2Z6KiQ4cDff6dUJjjXGYNQMGX",
"share": 100
}
],
"uploadMethod": "bundlr",
"awsConfig": null,
"nftStorageAuthToken": null,
"shdwStorageAccount": null,
"pinataConfig": null,
"hiddenSettings": null,
"guards": {
"default": {
},
"groups": [
{
"label": "OG",
"guards": {
"solPayment": {
"value": 0.1,
"destination": "5iYP7kkF1HvL5yHVQUoTYJ6FmPFKYoHVC7GR2j21QN6x"
},
"startDate": {
"date": "2023-02-13T09:00:00Z"
},
"endDate": {
"date": "2024-02-12T03:00:00Z"
},
"botTax": {
"value": 0.01,
"lastInstruction": true
},
"mintLimit": {
"id": 1,
"limit": 2
},
"allowList": {
"merkleRoot": "0bc79df2fa02ef9ec2d41ae438cde9b1e42c0a7ceccc55d3243ae9e3e316f58a"
}
}
},
{
"label": "WL",
"guards": {
"solPayment": {
"value": 0.2,
"destination": "5iYP7kkF1HvL5yHVQUoTYJ6FmPFKYoHVC7GR2j21QN6x"
},
"startDate": {
"date": "2023-02-13T09:00:00Z"
},
"endDate": {
"date": "2024-02-12T03:00:00Z"
},
"botTax": {
"value": 0.02,
"lastInstruction": true
},
"mintLimit": {
"id": 2,
"limit": 1
},
"allowList": {
"merkleRoot": "21a02df22055f829b5a028c560658e03b3b03257ddaed9d4c1593c0c47c7aab7"
}
}
},
{
"label": "public",
"guards": {
"solPayment": {
"value": 0.3,
"destination": "5iYP7kkF1HvL5yHVQUoTYJ6FmPFKYoHVC7GR2j21QN6x"
},
"startDate": {
"date": "2023-02-13T09:00:00Z"
},
"endDate": {
"date": "2024-02-12T03:00:00Z"
},
"botTax": {
"value": 0.03,
"lastInstruction": true
},
"mintLimit": {
"id": 3,
"limit": 1
}
}
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment