-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy patharapp.json
More file actions
34 lines (34 loc) · 927 Bytes
/
arapp.json
File metadata and controls
34 lines (34 loc) · 927 Bytes
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
{
"roles": [
{
"name": "Can create decisions",
"id": "CREATE_DECISION_ROLE",
"params": []
}
],
"path": "contracts/Futarchy.sol",
"environments": {
"default": {
"network": "rpc",
"appName": "futarchy.aragonpm.eth",
"registry": "0x5f6f7e8cc7346a11ca2def8f827b7a0b612c56a1"
},
"local": {
"network": "rpc",
"appName": "futarchy.open.aragonpm.eth",
"registry": "0x5f6f7e8cc7346a11ca2def8f827b7a0b612c56a1"
},
"staging": {
"registry": "0x98df287b6c145399aaa709692c8d308357bc085d",
"appName": "futarchy.open.aragonpm.eth",
"wsRPC": "wss://rinkeby.eth.aragon.network/ws",
"network": "rinkeby"
},
"mainnet": {
"registry": "0x314159265dd8dbb310642f98f50c066173c1259b",
"appName": "futarchy.open.aragonpm.eth",
"wsRPC": "wss://mainnet.eth.aragon.network/ws",
"network": "mainnet"
}
}
}