From 9547ba2f5197061ae804e235884820c2d67b4953 Mon Sep 17 00:00:00 2001 From: itofarina Date: Tue, 19 Aug 2025 16:48:42 -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 e972e77d5..6ece4adcf 100644 --- a/hardhat.config.ts +++ b/hardhat.config.ts @@ -153,7 +153,7 @@ const hardhatConfig: Config = { esEXA: { total: 10_000, debt: 20, - start: "2025-07-23T18:06Z", + start: "2025-08-20T18:07Z", period: 4 * 7 * 86_400, undistributedFactor: 1, compensationFactor: 0, @@ -190,7 +190,7 @@ const hardhatConfig: Config = { esEXA: { total: 20_000, debt: 1_000_000, - start: "2025-07-23T18:06Z", + start: "2025-08-20T18:07Z", period: 4 * 7 * 86_400, undistributedFactor: 1, transitionFactor: 0.83, @@ -262,7 +262,7 @@ const hardhatConfig: Config = { esEXA: { total: 1_500, debt: 0.004, - start: "2025-07-23T18:06Z", + start: "2025-08-20T18:07Z", period: 4 * 7 * 86_400, undistributedFactor: 1, transitionFactor: 0.6, @@ -304,7 +304,7 @@ const hardhatConfig: Config = { esEXA: { total: 2_000, debt: 0.01, - start: "2025-07-23T18:06Z", + start: "2025-08-20T18:07Z", period: 4 * 7 * 86_400, undistributedFactor: 0.8, compensationFactor: 0, @@ -343,7 +343,7 @@ const hardhatConfig: Config = { esEXA: { total: 1_000, debt: 400, - start: "2025-07-23T18:06Z", + start: "2025-08-20T18:07Z", period: 4 * 7 * 86_400, undistributedFactor: 0.2, compensationFactor: 0,