Skip to content

Commit

Permalink
chore: increase ETH and ezETH supply cap (#4)
Browse files Browse the repository at this point in the history
* chore: increase ETH and ezETH supply cap

* chore: ezETH supply cap
  • Loading branch information
martines3000 authored and pseudobun committed Oct 22, 2024
1 parent d0091f2 commit c382d09
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": 300000000000,
"supply_cap": 600000000000,
"is_active": true
},
{
Expand All @@ -48,7 +48,7 @@
"borrow_collateral_factor": 600000000000000000,
"liquidate_collateral_factor": 750000000000000000,
"liquidation_penalty": 850000000000000000,
"supply_cap": 300000000000,
"supply_cap": 900000000000,
"is_active": true
}
]
Expand Down

0 comments on commit c382d09

Please sign in to comment.