From 0bbce779745380bf5c3322354b82ce68282d0cfb Mon Sep 17 00:00:00 2001 From: itofarina Date: Mon, 9 Sep 2024 17:55:14 -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 | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) 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,