-
Notifications
You must be signed in to change notification settings - Fork 0
/
arapp.json
40 lines (40 loc) · 980 Bytes
/
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
{
"environments": {
"localhost": {
"registry": "0x5f6f7e8cc7346a11ca2def8f827b7a0b612c56a1",
"appName": "marketplace-hatch.aragonpm.eth",
"network": "rpc"
},
"mainnet": {
"registry": "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e",
"appName": "marketplace-hatch.open.aragonpm.eth",
"network": "mainnet"
},
"rinkeby": {
"registry": "0x98Df287B6C145399Aaa709692c8D308357bC085D",
"appName": "marketplace-hatch.open.aragonpm.eth",
"network": "rinkeby"
},
"xdai": {
"registry": "0xaafca6b0c89521752e559650206d7c925fd0e530",
"appName": "marketplace-hatch.open.aragonpm.eth",
"network": "xdai"
}
},
"roles": [
{
"name": "Open hatch",
"id": "OPEN_ROLE",
"params": []
},
{
"name": "Contribute to hatch",
"id": "CONTRIBUTE_ROLE",
"params": [
"Contributor",
"Amount"
]
}
],
"path": "contracts/Hatch.sol"
}