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 58
58
{
59
59
"label" : " Hardhat - Deploy to local network" ,
60
60
"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} " ,
62
62
"problemMatcher" : []
63
63
},
64
64
{
65
65
"label" : " Hardhat - Deploy to platform network" ,
66
66
"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} " ,
68
68
"problemMatcher" : []
69
69
},
70
70
{
80
80
"description" : " Hardhat Ignition Module" ,
81
81
"type" : " promptString" ,
82
82
"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
+ },
84
90
]
85
- }
91
+ }
You can’t perform that action at this time.
0 commit comments