From 245f4bfc86524cab7d711b5f7d81f43118fbed12 Mon Sep 17 00:00:00 2001 From: bl0up Date: Tue, 25 Jun 2024 09:59:36 +0200 Subject: [PATCH] fix: tasks --- .vscode/tasks.json | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 6a90197..2e09e9e 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -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": []