From a3ebc2fbfe823c3a33d50d5f58f7bc599e55742e Mon Sep 17 00:00:00 2001 From: itofarina Date: Fri, 27 Dec 2024 12:40:13 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20finance:=20update=20esEXA=20rewa?= =?UTF-8?q?rds=20program?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hardhat.config.ts | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/hardhat.config.ts b/hardhat.config.ts index ef1620f1..beb35e57 100644 --- a/hardhat.config.ts +++ b/hardhat.config.ts @@ -151,12 +151,12 @@ const hardhatConfig: Config = { depositAllocationWeightAddend: 0.03, }, esEXA: { - total: 0, - debt: 75, - start: "2024-12-05T01:03Z", + total: 80_000, + debt: 30, + start: "2025-01-02T01:04", period: 4 * 7 * 86_400, - undistributedFactor: 2, - compensationFactor: 0.7, + undistributedFactor: 1, + compensationFactor: 0, transitionFactor: 0.7056, depositAllocationWeightAddend: 0.2, }, @@ -188,9 +188,9 @@ const hardhatConfig: Config = { depositAllocationWeightAddend: 0.06, }, esEXA: { - total: 90_000, - debt: 2_000_000, - start: "2024-12-05T01:03Z", + total: 45_000, + debt: 1_000_000, + start: "2025-01-02T01:04Z", period: 4 * 7 * 86_400, undistributedFactor: 1, transitionFactor: 0.83, @@ -256,7 +256,7 @@ const hardhatConfig: Config = { esEXA: { total: 0, debt: 0.004, - start: "2024-12-05T01:03Z", + start: "2025-01-02T01:04", period: 4 * 7 * 86_400, transitionFactor: 0.6, compensationFactor: 0, @@ -297,7 +297,7 @@ const hardhatConfig: Config = { esEXA: { total: 5_000, debt: 1.5, - start: "2024-12-05T01:03Z", + start: "2025-01-02T01:04", period: 4 * 7 * 86_400, undistributedFactor: 0.8, compensationFactor: 0, @@ -337,7 +337,7 @@ const hardhatConfig: Config = { esEXA: { total: 0, debt: 2_000, - start: "2024-12-05T01:03Z", + start: "2025-01-02T01:04", period: 4 * 7 * 86_400, undistributedFactor: 0.2, compensationFactor: 0,