Skip to content

Commit be6201b

Browse files
committed
🔧 finance: configure new esEXA rewards program
1 parent 16a172a commit be6201b

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

hardhat.config.ts

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -152,13 +152,13 @@ const hardhatConfig: Config = {
152152
},
153153
esEXA: {
154154
total: 25_000,
155-
debt: 1_700,
156-
start: "2024-10-10T01:01Z",
155+
debt: 120,
156+
start: "2024-11-07T01:02Z",
157157
period: 4 * 7 * 86_400,
158158
undistributedFactor: 0.65,
159159
compensationFactor: 0.7,
160160
transitionFactor: 0.7056,
161-
depositAllocationWeightAddend: 0.03,
161+
depositAllocationWeightAddend: 0.1,
162162
},
163163
},
164164
},
@@ -189,8 +189,8 @@ const hardhatConfig: Config = {
189189
},
190190
esEXA: {
191191
total: 60_000,
192-
debt: 7_000_000,
193-
start: "2024-10-10T01:01Z",
192+
debt: 2_000_000,
193+
start: "2024-11-07T01:02Z",
194194
period: 4 * 7 * 86_400,
195195
undistributedFactor: 0.3,
196196
transitionFactor: 0.83,
@@ -256,7 +256,7 @@ const hardhatConfig: Config = {
256256
esEXA: {
257257
total: 450,
258258
debt: 0.004,
259-
start: "2024-10-10T01:01Z",
259+
start: "2024-11-07T01:02Z",
260260
period: 4 * 7 * 86_400,
261261
undistributedFactor: 0.2,
262262
transitionFactor: 0.6,
@@ -298,7 +298,7 @@ const hardhatConfig: Config = {
298298
esEXA: {
299299
total: 3_300,
300300
debt: 0.05,
301-
start: "2024-10-10T01:01Z",
301+
start: "2024-11-07T01:02Z",
302302
period: 4 * 7 * 86_400,
303303
compensationFactor: 0,
304304
transitionFactor: 0.64,
@@ -337,9 +337,9 @@ const hardhatConfig: Config = {
337337
esEXA: {
338338
total: 0,
339339
debt: 4_500,
340-
start: "2024-10-10T01:01Z",
340+
start: "2024-11-07T01:02Z",
341341
period: 4 * 7 * 86_400,
342-
undistributedFactor: 1,
342+
undistributedFactor: 0.2,
343343
compensationFactor: 0,
344344
transitionFactor: 0.364,
345345
borrowAllocationWeightFactor: 0,

0 commit comments

Comments
 (0)