diff --git a/scripts/configs/mainnet_usdc_config.json b/scripts/configs/mainnet_usdc_config.json index 5cfacbe8..e4a2647a 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,