From e8a1e4405cd320a657b7ee6541bc72a3542b504d Mon Sep 17 00:00:00 2001 From: itofarina Date: Mon, 3 Jun 2024 15:22:06 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20finance:=20update=20OP=20rewards?= =?UTF-8?q?=20for=20USDC=20market?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hardhat.config.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hardhat.config.ts b/hardhat.config.ts index 947ebdaa..b7e89b47 100644 --- a/hardhat.config.ts +++ b/hardhat.config.ts @@ -145,10 +145,10 @@ const hardhatConfig: Config = { optimism: { rewards: { OP: { - total: 27_100, + total: 32_400, debt: 7_000_000, start: "2024-04-24", - period: 6 * 7 * 86_400, + period: 8 * 7 * 86_400, undistributedFactor: 1, transitionFactor: 0.1, compensationFactor: 0,