From 10dae8a5f10b697ab0f2f1b884a1d0067e31edfe Mon Sep 17 00:00:00 2001 From: itofarina Date: Tue, 15 Oct 2024 11:25:54 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20finance:=20update=20esEXA=20rese?= =?UTF-8?q?rve=20ratio?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hardhat.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hardhat.config.ts b/hardhat.config.ts index 5d9bae45..05a7a768 100644 --- a/hardhat.config.ts +++ b/hardhat.config.ts @@ -46,7 +46,7 @@ const hardhatConfig: Config = { "op-sepolia": { priceDecimals: 8, finance: { - escrow: { vestingPeriod: 7 * 86_400, reserveRatio: 0.25 }, + escrow: { vestingPeriod: 7 * 86_400, reserveRatio: 0.35 }, staking: { minTime: 3_600, refTime: 86_400 }, }, url: env.OP_SEPOLIA_NODE ?? "",