From 63d7921548fc639c93a03a1bfdd17812b36f5ae1 Mon Sep 17 00:00:00 2001 From: itofarina Date: Thu, 2 Nov 2023 16:45:48 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20finance:=20update=20`esEXA`=20re?= =?UTF-8?q?wards=20program?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hardhat.config.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/hardhat.config.ts b/hardhat.config.ts index 2401a1c84..f7d8d3230 100644 --- a/hardhat.config.ts +++ b/hardhat.config.ts @@ -108,8 +108,8 @@ export default { depositAllocationWeightAddend: 0.03, }, esEXA: { - total: 150_000, - debt: 6_000, + total: 300_000, + debt: 1_111, start: "2023-10-23T14:00Z", period: 30 * 7 * 86_400, undistributedFactor: 0.65, @@ -150,8 +150,8 @@ export default { undistributedFactor: 1, }, esEXA: { - total: 300_000, - debt: 12_500_000, + total: 600_000, + debt: 6_000_000, start: "2023-10-23T14:00Z", period: 30 * 7 * 86_400, undistributedFactor: 0.3, @@ -222,7 +222,7 @@ export default { depositAllocationWeightAddend: 0.03, }, esEXA: { - total: 35_000, + total: 70_000, debt: 2.5, start: "2023-10-23T14:00Z", period: 30 * 7 * 86_400, @@ -253,7 +253,7 @@ export default { depositAllocationWeightAddend: 0.03, }, esEXA: { - total: 15_000, + total: 30_000, debt: 730_000, start: "2023-10-23T14:00Z", period: 30 * 7 * 86_400,