Last active
April 17, 2022 22:34
-
-
Save jamland/5ecef9a54fd32b1af017add2063fbbf1 to your computer and use it in GitHub Desktop.
Revisions
-
jamland revised this gist
Nov 17, 2021 . 1 changed file with 4 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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-temp` 3. Remove `program` & `candyMachineAddress` field, 4. Rename `env` -> `"env": "mainnet-beta"` 5. Set all `"onChain": true` -> `"onChain": false` 6. Run `upload` command. It will verify and register uploaded data to `mainnet-beta` -
jamland revised this gist
Oct 30, 2021 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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` -
jamland created this gist
Oct 30, 2021 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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`