-
Notifications
You must be signed in to change notification settings - Fork 8
/
arapp.json
64 lines (64 loc) · 1.74 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
62
63
64
{
"path": "contracts/DandelionVoting.sol",
"environments": {
"default": {
"network": "rpc",
"registry": "0x5f6f7e8cc7346a11ca2def8f827b7a0b612c56a1",
"appName": "dandelion-voting.open.aragonpm.eth"
},
"staging": {
"registry": "0xfe03625ea880a8cba336f9b5ad6e15b0a3b5a939",
"network": "rinkeby",
"appName": "dandelion-voting-staging.aragonpm.eth"
},
"rinkeby": {
"registry": "0x98df287b6c145399aaa709692c8d308357bc085d",
"wsRPC": "wss://rinkeby.eth.aragon.network/ws",
"network": "rinkeby",
"appName": "dandelion-voting.aragonpm.eth"
},
"ropsten": {
"registry": "0x6afe2cacee211ea9179992f89dc61ff25c61e923",
"network": "ropsten",
"appName": "dandelion-voting.aragonpm.eth"
},
"mainnet": {
"registry": "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e",
"network": "mainnet",
"appName": "dandelion-voting.aragonpm.eth"
},
"xdai": {
"registry": "0xaafca6b0c89521752e559650206d7c925fd0e530",
"appName": "dandelion-voting.1hive.aragonpm.eth",
"wsRPC": "wss://xdai.poanetwork.dev/wss",
"network": "xdai"
}
},
"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": []
}
]
}