Skip to content

Commit

Permalink
🔧 finance: configure new esEXA rewards program
Browse files Browse the repository at this point in the history
  • Loading branch information
itofarina committed Sep 10, 2024
1 parent 69697f9 commit 0bbce77
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -151,10 +151,10 @@ const hardhatConfig: Config = {
depositAllocationWeightAddend: 0.03,
},
esEXA: {
total: 310_000,
total: 25_000,
debt: 1_700,
start: "2023-10-23T14:00Z",
period: (46 * 7 + 2) * 86_400,
start: "2024-09-12T01:00Z",
period: 4 * 7 * 86_400,
undistributedFactor: 0.65,
compensationFactor: 0.7,
transitionFactor: 0.7056,
Expand Down Expand Up @@ -188,10 +188,10 @@ const hardhatConfig: Config = {
depositAllocationWeightAddend: 0.06,
},
esEXA: {
total: 347_000,
total: 60_000,
debt: 7_000_000,
start: "2024-05-08",
period: (18 * 7 + 1) * 86_400,
start: "2024-09-12T01:00Z",
period: 4 * 7 * 86_400,
undistributedFactor: 0.3,
transitionFactor: 0.83,
compensationFactor: 0.85,
Expand Down Expand Up @@ -229,7 +229,7 @@ const hardhatConfig: Config = {
debt: 6_000_000,
start: "2023-10-23T14:00Z",
period: 33 * 7 * 86_400,
undistributedFactor: 0.3,
undistributedFactor: 0,
},
},
},
Expand All @@ -247,14 +247,14 @@ const hardhatConfig: Config = {
adjustFactor: 0.78,
rewards: {
esEXA: {
total: 24_500,
total: 450,
debt: 0.004,
start: "2024-09-12T01:00Z",
period: 4 * 7 * 86_400,
undistributedFactor: 0.3,
transitionFactor: 0.6,
compensationFactor: 0,
depositAllocationWeightAddend: 0.06,
start: "2023-12-20",
period: (38 * 7 + 1) * 86_400,
},
},
},
Expand Down Expand Up @@ -289,10 +289,10 @@ const hardhatConfig: Config = {
depositAllocationWeightAddend: 0.03,
},
esEXA: {
total: 105_000,
total: 5_300,
debt: 0.05,
start: "2023-10-23T14:00Z",
period: (46 * 7 + 2) * 86_400,
start: "2024-09-12T01:00Z",
period: 4 * 7 * 86_400,
compensationFactor: 0,
transitionFactor: 0.64,
depositAllocationWeightAddend: 0.03,
Expand Down Expand Up @@ -322,10 +322,10 @@ const hardhatConfig: Config = {
depositAllocationWeightAddend: 0.03,
},
esEXA: {
total: 30_000,
total: 0,
debt: 9_000,
start: "2023-10-23T14:00Z",
period: (46 * 7 + 2) * 86_400,
start: "2024-09-12T01:00Z",
period: 4 * 7 * 86_400,
undistributedFactor: 0.3,
compensationFactor: 0,
transitionFactor: 0.364,
Expand Down

0 comments on commit 0bbce77

Please sign in to comment.