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 Nov 5, 2024
1 parent 16a172a commit be6201b
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 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: 1_700,
start: "2024-10-10T01:01Z",
debt: 120,
start: "2024-11-07T01:02Z",
period: 4 * 7 * 86_400,
undistributedFactor: 0.65,
compensationFactor: 0.7,
transitionFactor: 0.7056,
depositAllocationWeightAddend: 0.03,
depositAllocationWeightAddend: 0.1,
},
},
},
Expand Down Expand Up @@ -189,8 +189,8 @@ const hardhatConfig: Config = {
},
esEXA: {
total: 60_000,
debt: 7_000_000,
start: "2024-10-10T01:01Z",
debt: 2_000_000,
start: "2024-11-07T01:02Z",
period: 4 * 7 * 86_400,
undistributedFactor: 0.3,
transitionFactor: 0.83,
Expand Down Expand Up @@ -256,7 +256,7 @@ const hardhatConfig: Config = {
esEXA: {
total: 450,
debt: 0.004,
start: "2024-10-10T01:01Z",
start: "2024-11-07T01:02Z",
period: 4 * 7 * 86_400,
undistributedFactor: 0.2,
transitionFactor: 0.6,
Expand Down Expand Up @@ -298,7 +298,7 @@ const hardhatConfig: Config = {
esEXA: {
total: 3_300,
debt: 0.05,
start: "2024-10-10T01:01Z",
start: "2024-11-07T01:02Z",
period: 4 * 7 * 86_400,
compensationFactor: 0,
transitionFactor: 0.64,
Expand Down Expand Up @@ -337,9 +337,9 @@ const hardhatConfig: Config = {
esEXA: {
total: 0,
debt: 4_500,
start: "2024-10-10T01:01Z",
start: "2024-11-07T01:02Z",
period: 4 * 7 * 86_400,
undistributedFactor: 1,
undistributedFactor: 0.2,
compensationFactor: 0,
transitionFactor: 0.364,
borrowAllocationWeightFactor: 0,
Expand Down

0 comments on commit be6201b

Please sign in to comment.