-
Notifications
You must be signed in to change notification settings - Fork 31
/
arapp.json
81 lines (81 loc) · 2.17 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"roles": [
{
"name": "Update settings",
"id": "UPDATE_SETTINGS_ROLE",
"params": []
},
{
"name": "Create proposals",
"id": "CREATE_PROPOSALS_ROLE",
"params": [
"Sender"
]
},
{
"name": "Cancel proposals",
"id": "CANCEL_PROPOSALS_ROLE",
"params": []
},
{
"name": "Challenge votes",
"id": "CHALLENGE_ROLE",
"params": []
},
{
"name": "Pause contract",
"id": "PAUSE_CONTRACT_ROLE",
"params": []
},
{
"name": "Set agreement",
"id": "SET_AGREEMENT_ROLE",
"params": []
}
],
"environments": {
"default": {
"network": "rpc",
"appName": "conviction-voting.open.aragonpm.eth"
},
"rinkeby": {
"registry": "0x98df287b6c145399aaa709692c8d308357bc085d",
"appName": "disputable-conviction-voting.open.aragonpm.eth",
"wsRPC": "wss://rinkeby.eth.aragon.network/ws",
"network": "rinkeby"
},
"mainnet": {
"registry": "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e",
"appName": "conviction-voting.open.aragonpm.eth",
"wsRPC": "wss://mainnet.eth.aragon.network/ws",
"network": "mainnet"
},
"xdai": {
"registry": "0xaafca6b0c89521752e559650206d7c925fd0e530",
"appName": "disputable-conviction-voting.open.aragonpm.eth",
"wsRPC": "wss://xdai.poanetwork.dev/wss",
"network": "xdai"
},
"arbtest": {
"registry": "0x73ddD4B38982aB515daCf43289B41706f9A39199",
"appName": "disputable-conviction-voting.open.aragonpm.eth",
"network": "arbtest"
},
"arbitrum": {
"registry": "0x2DDE068a7fdF72c10848298cC0317E691E40E593",
"appName": "disputable-conviction-voting.open.aragonpm.eth",
"network": "arbitrum"
},
"mumbai": {
"registry": "0xB1576a9bE5EC445368740161174f3Dd1034fF8be",
"appName": "disputable-conviction-voting.open.aragonpm.eth",
"network": "mumbai"
},
"polygon": {
"registry": "0x4E065c622d584Fbe5D9078C3081840155FA69581",
"appName": "disputable-conviction-voting.open.aragonpm.eth",
"network": "polygon"
}
},
"path": "contracts/ConvictionVoting.sol"
}