Skip to content

Commit

Permalink
feat: raise ETH and ezETH caps
Browse files Browse the repository at this point in the history
  • Loading branch information
pseudobun committed Oct 22, 2024
1 parent f6ab82e commit 0043438
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/configs/mainnet_usdc_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"borrow_collateral_factor": 600000000000000000,
"liquidate_collateral_factor": 800000000000000000,
"liquidation_penalty": 880000000000000000,
"supply_cap": 2200000000000,
"supply_cap": 2500000000000,
"is_active": true
},
{
Expand All @@ -48,7 +48,7 @@
"borrow_collateral_factor": 600000000000000000,
"liquidate_collateral_factor": 750000000000000000,
"liquidation_penalty": 850000000000000000,
"supply_cap": 2200000000000,
"supply_cap": 2500000000000,
"is_active": true
},
{
Expand Down

0 comments on commit 0043438

Please sign in to comment.