diff --git a/hardhat.config.ts b/hardhat.config.ts index f5e86d0e..75f6796c 100644 --- a/hardhat.config.ts +++ b/hardhat.config.ts @@ -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, @@ -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, @@ -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, }, }, }, @@ -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, }, }, }, @@ -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, @@ -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,