From b90461683113e834048477e3777a981f0c472b40 Mon Sep 17 00:00:00 2001 From: Urban Date: Thu, 21 Nov 2024 15:23:59 +0100 Subject: [PATCH] chore: update market configs (#221) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Urban Vidovič --- scripts/configs/mainnet_usdc_config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/configs/mainnet_usdc_config.json b/scripts/configs/mainnet_usdc_config.json index 4163e6c6..632c5be1 100644 --- a/scripts/configs/mainnet_usdc_config.json +++ b/scripts/configs/mainnet_usdc_config.json @@ -9,7 +9,7 @@ "supply_per_second_interest_rate_slope_high": 70000000000, "supply_per_second_interest_rate_base": 0, "borrow_per_second_interest_rate_slope_low": 1950000000, - "borrow_per_second_interest_rate_slope_high": 70000000000, + "borrow_per_second_interest_rate_slope_high": 90000000000, "borrow_per_second_interest_rate_base": 775000000, "store_front_price_factor": 600000000000000000, "base_tracking_index_scale": 1000000000000000,