From 6a8c9bcd31629da82b9587fa1492170dc8b6622b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Urban=20Vidovic=CC=8C?= Date: Thu, 21 Nov 2024 14:00:03 +0100 Subject: [PATCH] chore: update market configs 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,