Skip to content

Commit

Permalink
Increase auto compounding limits
Browse files Browse the repository at this point in the history
  • Loading branch information
akiraonstarknet authored Sep 20, 2024
1 parent ce5807c commit 60d7d31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/store/strategies.atoms.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export function getStrategies() {
'zSTRK',
CONSTANTS.CONTRACTS.AutoStrkFarm,
{
maxTVL: 50000,
maxTVL: 2000000,
},
);
const autoUSDCStrategy = new AutoTokenStrategy(
Expand All @@ -34,7 +34,7 @@ export function getStrategies() {
'zUSDC',
CONSTANTS.CONTRACTS.AutoUsdcFarm,
{
maxTVL: 500000,
maxTVL: 2000000,
},
);

Expand Down

0 comments on commit 60d7d31

Please sign in to comment.