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