Skip to content

Commit

Permalink
chore: increase fuel supply cap (#231)
Browse files Browse the repository at this point in the history
  • Loading branch information
martines3000 authored Dec 30, 2024
1 parent 2274377 commit 77b2297
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 @@ -108,7 +108,7 @@
"borrow_collateral_factor": 400000000000000000,
"liquidate_collateral_factor": 750000000000000000,
"liquidation_penalty": 750000000000000000,
"supply_cap": 25000000000000000,
"supply_cap": 50000000000000000,
"is_active": true
}
]
Expand Down

0 comments on commit 77b2297

Please sign in to comment.