Skip to content

Commit

Permalink
🔧 finance: update esEXA rewards program
Browse files Browse the repository at this point in the history
  • Loading branch information
itofarina committed Nov 25, 2024
1 parent be6201b commit 44e8877
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -152,13 +152,13 @@ const hardhatConfig: Config = {
},
esEXA: {
total: 25_000,
debt: 120,
debt: 60,
start: "2024-11-07T01:02Z",
period: 4 * 7 * 86_400,
undistributedFactor: 0.65,
undistributedFactor: 0.9,
compensationFactor: 0.7,
transitionFactor: 0.7056,
depositAllocationWeightAddend: 0.1,
depositAllocationWeightAddend: 0.2,
},
},
},
Expand Down Expand Up @@ -192,7 +192,7 @@ const hardhatConfig: Config = {
debt: 2_000_000,
start: "2024-11-07T01:02Z",
period: 4 * 7 * 86_400,
undistributedFactor: 0.3,
undistributedFactor: 1.9,
transitionFactor: 0.83,
compensationFactor: 0.85,
},
Expand Down

0 comments on commit 44e8877

Please sign in to comment.