Skip to content

Instantly share code, notes, and snippets.

@doingthisalright
Created December 10, 2022 11:15
Show Gist options
  • Select an option

  • Save doingthisalright/e8c63f9556b6807d9102265090bc916f to your computer and use it in GitHub Desktop.

Select an option

Save doingthisalright/e8c63f9556b6807d9102265090bc916f to your computer and use it in GitHub Desktop.

Revisions

  1. doingthisalright created this gist Dec 10, 2022.
    38 changes: 38 additions & 0 deletions config.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,38 @@
    {
    "number": 10,
    "symbol": "NB",
    "sellerFeeBasisPoints": 500,
    "isMutable": true,
    "isSequential": false,
    "creators": [
    {
    "address": "3icSnuo5kFS7BE5HPXLMrz1x1duK7bt69PJ4vvg2LDV9",
    "share": 100
    }
    ],
    "uploadMethod": "bundlr",
    "awsConfig": null,
    "nftStorageAuthToken": null,
    "shdwStorageAccount": null,
    "pinataConfig": null,
    "hiddenSettings": null,
    "guards": {
    "default": {
    "mintLimit": {
    "id": 1,
    "limit": 100
    },
    "solPayment": {
    "value": 0.2,
    "destination": "2tKPRocGEkTsUoVMfwVuL1mcJhjqDeJ8ttxvx4vSMPTN"
    },
    "startDate": {
    "date": "2022-10-01T01:00:00Z"
    },
    "botTax": {
    "value": 0.01,
    "lastInstruction": true
    }
    }
    }
    }