From f0faa4baebb03dbbf534d0aaaab449776fa6a2d7 Mon Sep 17 00:00:00 2001 From: itofarina Date: Mon, 27 May 2024 21:37:58 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20finance:=20update=20esEXA=20rewa?= =?UTF-8?q?rds=20for=20OP=20market?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hardhat.config.ts | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/hardhat.config.ts b/hardhat.config.ts index 77270a9d..947ebdaa 100644 --- a/hardhat.config.ts +++ b/hardhat.config.ts @@ -290,12 +290,13 @@ const hardhatConfig: Config = { }, esEXA: { total: 30_000, - debt: 730_000, + debt: 1_000, start: "2023-10-23T14:00Z", - period: 30 * 7 * 86_400, + period: (42 * 7 + 2) * 86_400, undistributedFactor: 0.3, - compensationFactor: 0.85, + compensationFactor: 0, transitionFactor: 0.364, + borrowAllocationWeightFactor: 0, depositAllocationWeightAddend: 0.03, }, },