forked from aragon/aragon-apps
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patharapp.json
58 lines (58 loc) · 1.38 KB
/
arapp.json
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
54
55
56
57
58
{
"environments": {
"default": {
"registry": "0x5f6f7e8cc7346a11ca2def8f827b7a0b612c56a1",
"appName": "voting.aragonpm.eth",
"network": "rpc"
},
"mainnet": {
"registry": "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e",
"appName": "voting.aragonpm.eth",
"network": "mainnet"
},
"rinkeby": {
"registry": "0x98Df287B6C145399Aaa709692c8D308357bC085D",
"appName": "voting.aragonpm.eth",
"network": "rinkeby"
},
"ropsten": {
"registry": "0x6afe2cacee211ea9179992f89dc61ff25c61e923",
"appName": "voting.aragonpm.eth",
"network": "ropsten"
},
"staging": {
"registry": "0xfe03625ea880a8cba336f9b5ad6e15b0a3b5a939",
"appName": "voting.aragonpm.eth",
"network": "rinkeby"
},
"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"
}