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 4, 2024
1 parent 16a172a commit 7fb3adb
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 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 @@ -190,7 +190,7 @@ const hardhatConfig: Config = {
esEXA: {
total: 60_000,
debt: 7_000_000,
start: "2024-10-10T01:01Z",
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 7fb3adb

Please sign in to comment.