-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy patharapp.json
More file actions
29 lines (29 loc) · 843 Bytes
/
arapp.json
File metadata and controls
29 lines (29 loc) · 843 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
{
"roles": [
],
"environments": {
"default": {
"network": "development",
"appName": "impact-hours.open.aragonpm.eth"
},
"staging": {
"registry": "0xfe03625ea880a8cba336f9b5ad6e15b0a3b5a939",
"appName": "impact-hours.open.aragonpm.eth",
"wsRPC": "wss://rinkeby.eth.aragon.network/ws",
"network": "rinkeby"
},
"mainnet": {
"registry": "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e",
"appName": "impact-hours.open.aragonpm.eth",
"wsRPC": "wss://mainnet.eth.aragon.network/ws",
"network": "mainnet"
},
"xdai": {
"registry": "0xaafca6b0c89521752e559650206d7c925fd0e530",
"appName": "impact-hours-beta.open.aragonpm.eth",
"network": "xdai",
"wsRPC": "wss://xdai.poanetwork.dev/wss"
}
},
"path": "contracts/ImpactHours.sol"
}