File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed
Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change 5858 {
5959 "label" : " Hardhat - Deploy to local network" ,
6060 "type" : " shell" ,
61- "command" : " btp-scs hardhat deploy local -m ${input:deployment-module}" ,
61+ "command" : " btp-scs hardhat deploy local -m ${input:deployment-module} ${input:extra-deployment} " ,
6262 "problemMatcher" : []
6363 },
6464 {
6565 "label" : " Hardhat - Deploy to platform network" ,
6666 "type" : " shell" ,
67- "command" : " btp-scs hardhat deploy remote -m ${input:deployment-module}" ,
67+ "command" : " btp-scs hardhat deploy remote -m ${input:deployment-module} ${input:extra-deployment} " ,
6868 "problemMatcher" : []
6969 },
7070 {
8080 "description" : " Hardhat Ignition Module" ,
8181 "type" : " promptString" ,
8282 "default" : " ignition/modules/Counter.ts"
83- }
83+ },
84+ {
85+ "id" : " extra-deployment" ,
86+ "description" : " Extra commandline arguments, [--verify] [--reset]" ,
87+ "type" : " promptString" ,
88+ "default" : " "
89+ },
8490 ]
85- }
91+ }
You can’t perform that action at this time.
0 commit comments