forked from 1Hive/dandelion-voting-app
-
Notifications
You must be signed in to change notification settings - Fork 1
/
arapp.json
61 lines (61 loc) · 1.55 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
59
60
61
{
"path": "contracts/DandelionVoting.sol",
"appName": "pnetwork-voting.aragonpm.eth",
"environments": {
"default": {
"network": "rpc",
"registry": "0x5f6f7e8cc7346a11ca2def8f827b7a0b612c56a1"
},
"staging": {
"registry": "0xfe03625ea880a8cba336f9b5ad6e15b0a3b5a939",
"network": "rinkeby"
},
"rinkeby": {
"registry": "0x98df287b6c145399aaa709692c8d308357bc085d",
"wsRPC": "wss://rinkeby.eth.aragon.network/ws",
"appName": "pnetwork-voting.open.aragonpm.eth",
"network": "rinkeby"
},
"ropsten": {
"registry": "0x6afe2cacee211ea9179992f89dc61ff25c61e923",
"network": "ropsten"
},
"mainnet": {
"registry": "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e",
"appName": "pnetwork-voting.open.aragonpm.eth",
"network": "mainnet"
}
},
"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"]
},
{
"name": "Modify buffer blocks",
"id": "MODIFY_BUFFER_BLOCKS_ROLE",
"params": []
},
{
"name": "Modify execution delay blocks",
"id": "MODIFY_EXECUTION_DELAY_ROLE",
"params": []
},
{
"name": "Modify minimum amount to open a vote",
"id": "MODIFY_MIN_OPEN_VOTE_AMOUNT_ROLE",
"params": []
}
]
}