Skip to content

Commit

Permalink
chore: update curve params (#208)
Browse files Browse the repository at this point in the history
  • Loading branch information
martines3000 authored Oct 30, 2024
1 parent b9991d4 commit baefc12
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions scripts/configs/mainnet_usdc_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit baefc12

Please sign in to comment.