From b45defdc589da2e5f7799252a03b7d6cdefd7147 Mon Sep 17 00:00:00 2001 From: itofarina Date: Tue, 3 Dec 2024 15:48:56 -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 | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/hardhat.config.ts b/hardhat.config.ts index 91296d54..ef1620f1 100644 --- a/hardhat.config.ts +++ b/hardhat.config.ts @@ -151,11 +151,11 @@ const hardhatConfig: Config = { depositAllocationWeightAddend: 0.03, }, esEXA: { - total: 25_000, - debt: 60, - start: "2024-11-07T01:02Z", + total: 0, + debt: 75, + start: "2024-12-05T01:03Z", period: 4 * 7 * 86_400, - undistributedFactor: 0.9, + undistributedFactor: 2, compensationFactor: 0.7, transitionFactor: 0.7056, depositAllocationWeightAddend: 0.2, @@ -188,11 +188,11 @@ const hardhatConfig: Config = { depositAllocationWeightAddend: 0.06, }, esEXA: { - total: 60_000, + total: 90_000, debt: 2_000_000, - start: "2024-11-07T01:02Z", + start: "2024-12-05T01:03Z", period: 4 * 7 * 86_400, - undistributedFactor: 1.9, + undistributedFactor: 1, transitionFactor: 0.83, compensationFactor: 0.85, }, @@ -254,11 +254,10 @@ const hardhatConfig: Config = { adjustFactor: 0.78, rewards: { esEXA: { - total: 450, + total: 0, debt: 0.004, - start: "2024-11-07T01:02Z", + start: "2024-12-05T01:03Z", period: 4 * 7 * 86_400, - undistributedFactor: 0.2, transitionFactor: 0.6, compensationFactor: 0, depositAllocationWeightAddend: 0.06, @@ -296,10 +295,11 @@ const hardhatConfig: Config = { depositAllocationWeightAddend: 0.03, }, esEXA: { - total: 3_300, - debt: 0.05, - start: "2024-11-07T01:02Z", + total: 5_000, + debt: 1.5, + start: "2024-12-05T01:03Z", period: 4 * 7 * 86_400, + undistributedFactor: 0.8, compensationFactor: 0, transitionFactor: 0.64, depositAllocationWeightAddend: 0.03, @@ -336,8 +336,8 @@ const hardhatConfig: Config = { }, esEXA: { total: 0, - debt: 4_500, - start: "2024-11-07T01:02Z", + debt: 2_000, + start: "2024-12-05T01:03Z", period: 4 * 7 * 86_400, undistributedFactor: 0.2, compensationFactor: 0,