Skip to content

Commit

Permalink
chore: raise ETH cap (#226)
Browse files Browse the repository at this point in the history
Signed-off-by: Urban Vidovič <urbanfoundit@gmail.com>
  • Loading branch information
pseudobun authored Dec 13, 2024
1 parent 4b7609a commit bba2b32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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": 9000000000000,
"supply_cap": 12000000000000,
"is_active": true
},
{
Expand Down

0 comments on commit bba2b32

Please sign in to comment.