From be6201b2fb654f11bdce7436db7b57ffb777c24d Mon Sep 17 00:00:00 2001 From: itofarina Date: Mon, 4 Nov 2024 15:58:27 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20finance:=20configure=20new=20esE?= =?UTF-8?q?XA=20rewards=20program?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hardhat.config.ts | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/hardhat.config.ts b/hardhat.config.ts index a7972a6b..82a36ff1 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, }, }, }, @@ -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, @@ -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,