From 44664d96497137a6cccec5fe10bbdd6d5495a877 Mon Sep 17 00:00:00 2001 From: itofarina Date: Tue, 16 Sep 2025 11:42:39 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20finance:=20increase=20future=20p?= =?UTF-8?q?ools=20to=2010?= 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 fcceb8d4c..298d5210a 100644 --- a/hardhat.config.ts +++ b/hardhat.config.ts @@ -86,7 +86,7 @@ const hardhatConfig: Config = { backupFeeRate: 0.1, reserveFactor: 0.05, dampSpeed: { up: 0.000053, down: 0.4 }, - futurePools: 9, + futurePools: 10, earningsAccumulatorSmoothFactor: 2, interestRateModel: { minRate: 1.95e-2,