This repository has been archived by the owner on Oct 22, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 43
/
Copy patharapp.json
77 lines (77 loc) · 1.86 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
{
"environments": {
"default": {
"registry": "0x5f6f7e8cc7346a11ca2def8f827b7a0b612c56a1",
"appName": "tap.aragonpm.eth",
"network": "rpc"
},
"mainnet": {
"registry": "0x314159265dd8dbb310642f98f50c066173c1259b",
"appName": "tap.aragonpm.eth",
"network": "mainnet"
},
"rinkeby": {
"registry": "0x98Df287B6C145399Aaa709692c8D308357bC085D",
"appName": "tap.aragonpm.eth",
"network": "rinkeby"
},
"hatch": {
"registry": "0x98Df287B6C145399Aaa709692c8D308357bC085D",
"appName": "tap.hatch.aragonpm.eth",
"network": "rinkeby"
}
},
"roles": [
{
"name": "Update controller address",
"id": "UPDATE_CONTROLLER_ROLE",
"params": []
},
{
"name": "Update reserve address",
"id": "UPDATE_RESERVE_ROLE",
"params": []
},
{
"name": "Update beneficiary address",
"id": "UPDATE_BENEFICIARY_ROLE",
"params": []
},
{
"name": "Update maximum tap rate increase percentage",
"id": "UPDATE_MAXIMUM_TAP_RATE_INCREASE_PCT_ROLE",
"params": []
},
{
"name": "Update maximum tap floor decrease percentage",
"id": "UPDATE_MAXIMUM_TAP_FLOOR_DECREASE_PCT_ROLE",
"params": []
},
{
"name": "Add tapped tokens",
"id": "ADD_TAPPED_TOKEN_ROLE",
"params": []
},
{
"name": "Remove tapped tokens",
"id": "REMOVE_TAPPED_TOKEN_ROLE",
"params": []
},
{
"name": "Update tapped tokens settings",
"id": "UPDATE_TAPPED_TOKEN_ROLE",
"params": []
},
{
"name": "Reset tapped tokens timestamps",
"id": "RESET_TAPPED_TOKEN_ROLE",
"params": []
},
{
"name": "Transfer funds from the reserve to the beneficiary",
"id": "WITHDRAW_ROLE",
"params": []
}
],
"path": "contracts/Tap.sol"
}