From f8dcef9e6202450e4425e6271ba98a96bccca9b6 Mon Sep 17 00:00:00 2001 From: itofarina Date: Wed, 22 Apr 2026 13:47:31 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20finance:=20update=20cbXRP=20max?= =?UTF-8?q?=20supply?= 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 dea3f3c08..039713f89 100644 --- a/hardhat.config.ts +++ b/hardhat.config.ts @@ -396,7 +396,7 @@ const hardhatConfig: Config = { cbXRP: { networks: ["base", "base-sepolia"], adjustFactor: 0.6, - maxSupply: 420_000, + maxSupply: 1_100_000, interestRateModel: { minRate: 1.5e-2, naturalRate: 2e-1,