Skip to content

Commit b45defd

Browse files
committed
🔧 finance: update esEXA rewards program
1 parent 44e8877 commit b45defd

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

hardhat.config.ts

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -151,11 +151,11 @@ const hardhatConfig: Config = {
151151
depositAllocationWeightAddend: 0.03,
152152
},
153153
esEXA: {
154-
total: 25_000,
155-
debt: 60,
156-
start: "2024-11-07T01:02Z",
154+
total: 0,
155+
debt: 75,
156+
start: "2024-12-05T01:03Z",
157157
period: 4 * 7 * 86_400,
158-
undistributedFactor: 0.9,
158+
undistributedFactor: 2,
159159
compensationFactor: 0.7,
160160
transitionFactor: 0.7056,
161161
depositAllocationWeightAddend: 0.2,
@@ -188,11 +188,11 @@ const hardhatConfig: Config = {
188188
depositAllocationWeightAddend: 0.06,
189189
},
190190
esEXA: {
191-
total: 60_000,
191+
total: 90_000,
192192
debt: 2_000_000,
193-
start: "2024-11-07T01:02Z",
193+
start: "2024-12-05T01:03Z",
194194
period: 4 * 7 * 86_400,
195-
undistributedFactor: 1.9,
195+
undistributedFactor: 1,
196196
transitionFactor: 0.83,
197197
compensationFactor: 0.85,
198198
},
@@ -254,11 +254,10 @@ const hardhatConfig: Config = {
254254
adjustFactor: 0.78,
255255
rewards: {
256256
esEXA: {
257-
total: 450,
257+
total: 0,
258258
debt: 0.004,
259-
start: "2024-11-07T01:02Z",
259+
start: "2024-12-05T01:03Z",
260260
period: 4 * 7 * 86_400,
261-
undistributedFactor: 0.2,
262261
transitionFactor: 0.6,
263262
compensationFactor: 0,
264263
depositAllocationWeightAddend: 0.06,
@@ -296,10 +295,11 @@ const hardhatConfig: Config = {
296295
depositAllocationWeightAddend: 0.03,
297296
},
298297
esEXA: {
299-
total: 3_300,
300-
debt: 0.05,
301-
start: "2024-11-07T01:02Z",
298+
total: 5_000,
299+
debt: 1.5,
300+
start: "2024-12-05T01:03Z",
302301
period: 4 * 7 * 86_400,
302+
undistributedFactor: 0.8,
303303
compensationFactor: 0,
304304
transitionFactor: 0.64,
305305
depositAllocationWeightAddend: 0.03,
@@ -336,8 +336,8 @@ const hardhatConfig: Config = {
336336
},
337337
esEXA: {
338338
total: 0,
339-
debt: 4_500,
340-
start: "2024-11-07T01:02Z",
339+
debt: 2_000,
340+
start: "2024-12-05T01:03Z",
341341
period: 4 * 7 * 86_400,
342342
undistributedFactor: 0.2,
343343
compensationFactor: 0,

0 commit comments

Comments
 (0)