-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy patharapp.json
49 lines (49 loc) · 1.22 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
{
"roles": [
{
"name": "Change duration role",
"id": "CHANGE_DURATION_ROLE",
"params": []
},
{
"name": "Change amount role",
"id": "CHANGE_AMOUNT_ROLE",
"params": []
},
{
"name": "Change spam penalty factor role",
"id": "CHANGE_SPAM_PENALTY_ROLE",
"params": []
},
{
"name": "Lock tokens role",
"id": "LOCK_TOKENS_ROLE",
"params": []
}
],
"environments": {
"default": {
"network": "development",
"appName": "time-lock.open.aragonpm.eth"
},
"staging": {
"registry": "0xfe03625ea880a8cba336f9b5ad6e15b0a3b5a939",
"appName": "time-lock.open.aragonpm.eth",
"wsRPC": "wss://rinkeby.eth.aragon.network/ws",
"network": "rinkeby"
},
"rinkeby": {
"registry": "0x98df287b6c145399aaa709692c8d308357bc085d",
"appName": "time-lock.aragonpm.eth",
"wsRPC": "wss://rinkeby.eth.aragon.network/ws",
"network": "rinkeby"
},
"mainnet": {
"registry": "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e",
"appName": "time-lock.aragonpm.eth",
"wsRPC": "wss://mainnet.eth.aragon.network/ws",
"network": "mainnet"
}
},
"path": "contracts/TimeLock.sol"
}