forked from hats-finance/hats-contracts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.js
126 lines (126 loc) · 4.18 KB
/
config.js
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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
module.exports = {
"goerli": {
"governance": "0xFc9F1d127f8047B0F41e9eAC2Adc2e5279C568B7",
"timelockDelay": 300,
"executors": [
"0x2bc1fed4c65c9b1dc2baaff2f3198acc42c41778"
],
"rewardControllersConf": [],
"hatVaultsRegistryConf": {
"swapToken": "0x07865c6E87B9F70255377e024ace6630C1Eaa37F", // USDC
"bountyGovernanceHAT": "1000",
"bountyHackerHATVested": "500"
},
"hatVaultsNFTConf": {
"merkleTreeIPFSRef": "",
"root": null,
"deadline": null
}
},
"optimism_goerli": {
"governance": "0x0B7602011EC2B862Bc157fF08d27b1018aEb18d5",
"timelockDelay": 300,
"executors": [
"0x0B7602011EC2B862Bc157fF08d27b1018aEb18d5"
],
"rewardControllersConf": [{
"startBlock": null,
"epochLength": "195200",
"epochRewardPerBlock": [
"441300000000000000000",
"441300000000000000000",
"882500000000000000000",
"778800000000000000000",
"687300000000000000000",
"606500000000000000000",
"535300000000000000000",
"472400000000000000000",
"416900000000000000000",
"367900000000000000000",
"324700000000000000000",
"286500000000000000000",
"252800000000000000000",
"223100000000000000000",
"196900000000000000000",
"173800000000000000000",
"153400000000000000000",
"135300000000000000000",
"119400000000000000000",
"105400000000000000000",
"93000000000000000000",
"82100000000000000000",
"72400000000000000000",
"63900000000000000000"
]
}],
"hatVaultsRegistryConf": {
"bountyGovernanceHAT": "1000",
"bountyHackerHATVested": "500"
},
"hatVaultsNFTConf": {
"merkleTreeIPFSRef": "",
"root": null,
"deadline": null
}
},
"hardhat": {
"timelockDelay": 300,
"rewardControllersConf": [{
"startBlock": null,
"epochLength": "195200",
"epochRewardPerBlock": [
"441300000000000000000",
"441300000000000000000",
"882500000000000000000",
"778800000000000000000",
"687300000000000000000",
"606500000000000000000",
"535300000000000000000",
"472400000000000000000",
"416900000000000000000",
"367900000000000000000",
"324700000000000000000",
"286500000000000000000",
"252800000000000000000",
"223100000000000000000",
"196900000000000000000",
"173800000000000000000",
"153400000000000000000",
"135300000000000000000",
"119400000000000000000",
"105400000000000000000",
"93000000000000000000",
"82100000000000000000",
"72400000000000000000",
"63900000000000000000"
],
"rewardToken": "HATToken"
}],
"hatVaultsRegistryConf": {
"bountyGovernanceHAT": "1000",
"bountyHackerHATVested": "500",
"swapToken": "HATToken"
},
"hatVaultsNFTConf": {
"merkleTreeIPFSRef": "",
"root": null,
"deadline": null
}
},
"polygon": {
"governance": "0xFc9F1d127f8047B0F41e9eAC2Adc2e5279C568B7",
"timelockDelay": 300,
"executors": [ ],
"rewardControllersConf": [],
"hatToken": "0x2791bca1f2de4661ed88a30c99a7a9449aa84174",
"hatVaultsRegistryConf": {
"bountyGovernanceHAT": "0",
"bountyHackerHATVested": "0"
},
"hatVaultsNFTConf": {
"merkleTreeIPFSRef": "",
"root": null,
"deadline": null
}
}
};