forked from aragon/aragon-apps
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patharapp.json
More file actions
53 lines (53 loc) · 1.23 KB
/
arapp.json
File metadata and controls
53 lines (53 loc) · 1.23 KB
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"environments": {
"default": {
"registry": "0x5f6f7e8cc7346a11ca2def8f827b7a0b612c56a1",
"appName": "voting.aragonpm.eth",
"network": "rpc"
},
"rinkeby": {
"registry": "0x98Df287B6C145399Aaa709692c8D308357bC085D",
"appName": "voting.aragonpm.eth",
"network": "rinkeby"
},
"staging": {
"registry": "0xfe03625ea880a8cba336f9b5ad6e15b0a3b5a939",
"appName": "voting.aragonpm.eth",
"network": "rinkeby"
},
"mainnet": {
"registry": "0x314159265dd8dbb310642f98f50c066173c1259b",
"appName": "voting.aragonpm.eth",
"network": "mainnet"
},
"rinkeby-old": {
"registry": "0xfbae32d1cde62858bc45f51efc8cc4fa1415447e",
"appName": "voting.aragonpm.eth",
"network": "rinkeby"
}
},
"roles": [
{
"name": "Create new votes",
"id": "CREATE_VOTES_ROLE",
"params": []
},
{
"name": "Modify support",
"id": "MODIFY_SUPPORT_ROLE",
"params": [
"New support",
"Current support"
]
},
{
"name": "Modify quorum",
"id": "MODIFY_QUORUM_ROLE",
"params": [
"New quorum",
"Current quorum"
]
}
],
"path": "contracts/Voting.sol"
}