Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save jamland/5ecef9a54fd32b1af017add2063fbbf1 to your computer and use it in GitHub Desktop.

Select an option

Save jamland/5ecef9a54fd32b1af017add2063fbbf1 to your computer and use it in GitHub Desktop.

Revisions

  1. jamland revised this gist Nov 17, 2021. 1 changed file with 4 additions and 3 deletions.
    7 changes: 4 additions & 3 deletions Trick Candy Machine Upload command from Jordan.md
    Original file line number Diff line number Diff line change
    @@ -1,7 +1,8 @@
    Using this trick you can test your collection on devnet, verfiy everything on devnet, and don't run arweave uploads twice

    1. Upload all files to devnet, verify files and metadata
    2. Rename `devnet-cache` to `mainnet-beta-cache`
    3. Remove `program uuid`
    2. Rename `devnet-cache` to `mainnet-beta-temp`
    3. Remove `program` & `candyMachineAddress` field,
    4. Rename `env` -> `"env": "mainnet-beta"`
    5. Set all `"onChain": true` -> `"onChain": false`
    5. Set all `"onChain": true` -> `"onChain": false`
    6. Run `upload` command. It will verify and register uploaded data to `mainnet-beta`
  2. jamland revised this gist Oct 30, 2021. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions Trick Candy Machine Upload command from Jordan.md
    Original file line number Diff line number Diff line change
    @@ -1,3 +1,5 @@
    Using this trick you can test your collection on devnet, verfiy everything on devnet, and don't run arweave uploads twice

    1. Upload all files to devnet, verify files and metadata
    2. Rename `devnet-cache` to `mainnet-beta-cache`
    3. Remove `program uuid`
  3. jamland created this gist Oct 30, 2021.
    5 changes: 5 additions & 0 deletions Trick Candy Machine Upload command from Jordan.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,5 @@
    1. Upload all files to devnet, verify files and metadata
    2. Rename `devnet-cache` to `mainnet-beta-cache`
    3. Remove `program uuid`
    4. Rename `env` -> `"env": "mainnet-beta"`
    5. Set all `"onChain": true` -> `"onChain": false`