From 6dc22c680205e8a9f87c864431f3cb1d3c2282e4 Mon Sep 17 00:00:00 2001 From: itofarina Date: Tue, 16 Sep 2025 12:19:52 -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 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/hardhat.config.ts b/hardhat.config.ts index 298d5210a..38bf3acb7 100644 --- a/hardhat.config.ts +++ b/hardhat.config.ts @@ -154,7 +154,7 @@ const hardhatConfig: Config = { esEXA: { total: 10_000, debt: 20, - start: "2025-08-20T18:07Z", + start: "2025-09-17T18:08Z", period: 4 * 7 * 86_400, undistributedFactor: 1, compensationFactor: 0, @@ -191,7 +191,7 @@ const hardhatConfig: Config = { esEXA: { total: 20_000, debt: 1_000_000, - start: "2025-08-20T18:07Z", + start: "2025-09-17T18:08Z", period: 4 * 7 * 86_400, undistributedFactor: 1, transitionFactor: 0.83, @@ -263,7 +263,7 @@ const hardhatConfig: Config = { esEXA: { total: 1_500, debt: 0.004, - start: "2025-08-20T18:07Z", + start: "2025-09-17T18:08Z", period: 4 * 7 * 86_400, undistributedFactor: 1, transitionFactor: 0.6, @@ -305,7 +305,7 @@ const hardhatConfig: Config = { esEXA: { total: 2_000, debt: 0.01, - start: "2025-08-20T18:07Z", + start: "2025-09-17T18:08Z", period: 4 * 7 * 86_400, undistributedFactor: 0.8, compensationFactor: 0, @@ -344,7 +344,7 @@ const hardhatConfig: Config = { esEXA: { total: 1_000, debt: 400, - start: "2025-08-20T18:07Z", + start: "2025-09-17T18:08Z", period: 4 * 7 * 86_400, undistributedFactor: 0.2, compensationFactor: 0,