Skip to content

Commit

Permalink
fix: tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
bl0up committed Jun 25, 2024
1 parent 307d1a1 commit 245f4bf
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,43 +62,43 @@
"problemMatcher": []
},
{
"label": "Hardhat - Deploy to platform network",
"label": "Hardhat - 01 - Deploy contract and upload images",
"type": "shell",
"command": "btp-scs hardhat script remote -s ${input:deployment-script}",
"problemMatcher": []
},
{
"label": "Hardhat - Set provenance hash",
"label": "Hardhat - 02 - Set provenance hash",
"type": "shell",
"command": "btp-scs hardhat script remote -s ${input:provenance-hash-script}",
"problemMatcher": []
},
{
"label": "Hardhat - Start presale",
"label": "Hardhat - 03 - Collect reserved tokens",
"type": "shell",
"command": "btp-scs hardhat script remote -s ${input:presale-script}",
"command": "btp-scs hardhat script remote -s ${input:reserved-script}",
"problemMatcher": []
},
{
"label": "Hardhat - Collect reserved",
"label": "Hardhat - 04 - create whitelist and set root",
"type": "shell",
"command": "btp-scs hardhat script remote -s ${input:reserved-script}",
"command": "btp-scs hardhat script remote -s ${input:whitelist-script}",
"problemMatcher": []
},
{
"label": "Hardhat - Start public sale",
"label": "Hardhat - 05 - Start presale",
"type": "shell",
"command": "btp-scs hardhat script remote -s ${input:public-sale-script}",
"command": "btp-scs hardhat script remote -s ${input:presale-script}",
"problemMatcher": []
},
{
"label": "Hardhat - whitelist",
"label": "Hardhat - 06 - Start public sale",
"type": "shell",
"command": "btp-scs hardhat script remote -s ${input:whitelist-script}",
"command": "btp-scs hardhat script remote -s ${input:public-sale-script}",
"problemMatcher": []
},
{
"label": "Hardhat - reveal",
"label": "Hardhat - 07 - reveal tokens",
"type": "shell",
"command": "btp-scs hardhat script remote -s ${input:reveal-script}",
"problemMatcher": []
Expand Down

0 comments on commit 245f4bf

Please sign in to comment.