forked from makerdao/dss-deploy-scripts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.staxx-scenarios
34 lines (34 loc) · 882 Bytes
/
.staxx-scenarios
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "dss-deploy-scripts",
"description": "MCD deployment",
"scenarios": [
{
"name": "scenario0",
"description": "MCD - General deployment",
"run": "dss-deploy testchain",
"configPath": "config/testchain.json",
"outPath": "out/addresses.json"
},
{
"name": "scenario1",
"description": "Example 1",
"run": "dss-deploy testchain",
"configPath": "config/testchain.json",
"outPath": "out/addresses.json"
},
{
"name": "scenario2",
"description": "Example 2",
"run": "dss-deploy testchain",
"configPath": "config/testchain.json",
"outPath": "out/addresses.json"
},
{
"name": "scenario3",
"description": "Example 3",
"run": "dss-deploy testchain",
"configPath": "config/testchain.json",
"outPath": "out/addresses.json"
}
]
}