Skip to content

Commit

Permalink
chore: supply caps config update (#241)
Browse files Browse the repository at this point in the history
  • Loading branch information
martines3000 authored Jan 16, 2025
1 parent 234c139 commit 6858cfe
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scripts/configs/mainnet_usdc_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"borrow_collateral_factor": 600000000000000000,
"liquidate_collateral_factor": 750000000000000000,
"liquidation_penalty": 750000000000000000,
"supply_cap": 4000000000000,
"supply_cap": 1300000000000,
"is_active": true
},
{
Expand All @@ -72,7 +72,7 @@
"borrow_collateral_factor": 900000000000000000,
"liquidate_collateral_factor": 950000000000000000,
"liquidation_penalty": 950000000000000000,
"supply_cap": 10000000000000000,
"supply_cap": 100000000000000,
"is_active": true
},
{
Expand All @@ -84,7 +84,7 @@
"borrow_collateral_factor": 600000000000000000,
"liquidate_collateral_factor": 750000000000000000,
"liquidation_penalty": 750000000000000000,
"supply_cap": 800000000000,
"supply_cap": 250000000000,
"is_active": true
},
{
Expand All @@ -96,7 +96,7 @@
"borrow_collateral_factor": 600000000000000000,
"liquidate_collateral_factor": 750000000000000000,
"liquidation_penalty": 750000000000000000,
"supply_cap": 800000000000,
"supply_cap": 50000000000,
"is_active": true
},
{
Expand Down

0 comments on commit 6858cfe

Please sign in to comment.