From b9a148c737646cd73d8333bf2b5d9b9f36fc37a5 Mon Sep 17 00:00:00 2001 From: itofarina Date: Mon, 20 May 2024 18:01:57 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20finance:=20update=20rewards=20co?= =?UTF-8?q?nfig?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hardhat.config.ts | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/hardhat.config.ts b/hardhat.config.ts index fbc5fc8ff..7bd547c77 100644 --- a/hardhat.config.ts +++ b/hardhat.config.ts @@ -116,10 +116,10 @@ const hardhatConfig: Config = { depositAllocationWeightAddend: 0.03, }, esEXA: { - total: 300_000, - debt: 1_111, + total: 310_000, + debt: 480, start: "2023-10-23T14:00Z", - period: 30 * 7 * 86_400, + period: (42 * 7 + 2) * 86_400, undistributedFactor: 0.65, compensationFactor: 0.7, transitionFactor: 0.7056, @@ -143,20 +143,20 @@ const hardhatConfig: Config = { optimism: { rewards: { OP: { - total: 16_300, - debt: 2_500_000, + total: 27_100, + debt: 7_000_000, start: "2024-04-24", - period: 4 * 7 * 86_400, + period: 6 * 7 * 86_400, undistributedFactor: 1, transitionFactor: 0.1, compensationFactor: 0, depositAllocationWeightAddend: 0.06, }, esEXA: { - total: 30_000, - debt: 5_000_000, + total: 270_000, + debt: 7_000_000, start: "2024-05-08", - period: 5 * 7 * 86_400, + period: (14 * 7 + 1) * 86_400, undistributedFactor: 0.3, transitionFactor: 0.83, compensationFactor: 0.85, @@ -212,14 +212,14 @@ const hardhatConfig: Config = { adjustFactor: 0.78, rewards: { esEXA: { - total: 12_000, - debt: 0.35, + total: 22_000, + debt: 0.004, undistributedFactor: 0.3, transitionFactor: 0.6, compensationFactor: 0, depositAllocationWeightAddend: 0.06, start: "2023-12-20", - period: 23 * 7 * 86_400, + period: (34 * 7 + 1) * 86_400, }, }, }, @@ -254,10 +254,10 @@ const hardhatConfig: Config = { depositAllocationWeightAddend: 0.03, }, esEXA: { - total: 70_000, + total: 105_000, debt: 0.05, start: "2023-10-23T14:00Z", - period: 30 * 7 * 86_400, + period: (42 * 7 + 2) * 86_400, compensationFactor: 0, transitionFactor: 0.64, depositAllocationWeightAddend: 0.03,