From bc4cd41de128bdbf95563d0fe00d428fcf00df98 Mon Sep 17 00:00:00 2001 From: martines3000 Date: Wed, 30 Oct 2024 12:17:05 +0100 Subject: [PATCH] chore: update curve params --- scripts/configs/mainnet_usdc_config.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/scripts/configs/mainnet_usdc_config.json b/scripts/configs/mainnet_usdc_config.json index 3b8e1c8f..2e446587 100644 --- a/scripts/configs/mainnet_usdc_config.json +++ b/scripts/configs/mainnet_usdc_config.json @@ -3,13 +3,13 @@ "withdraw_paused": false, "absorb_paused": false, "buy_paused": false, - "supply_kink": 850000000000000000, - "borrow_kink": 850000000000000000, + "supply_kink": 800000000000000000, + "borrow_kink": 800000000000000000, "supply_per_second_interest_rate_slope_low": 1150000000, - "supply_per_second_interest_rate_slope_high": 115000000000, + "supply_per_second_interest_rate_slope_high": 70000000000, "supply_per_second_interest_rate_base": 0, - "borrow_per_second_interest_rate_slope_low": 1000000000, - "borrow_per_second_interest_rate_slope_high": 127000000000, + "borrow_per_second_interest_rate_slope_low": 1950000000, + "borrow_per_second_interest_rate_slope_high": 70000000000, "borrow_per_second_interest_rate_base": 775000000, "store_front_price_factor": 600000000000000000, "base_tracking_index_scale": 1000000000000000,