Skip to content

Commit

Permalink
Merge pull request #72 from strkfarm/dev
Browse files Browse the repository at this point in the history
Increase auto compounding limits
  • Loading branch information
akiraonstarknet authored Sep 20, 2024
2 parents 1f2c1bb + 60d7d31 commit a9f2c52
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 a9f2c52

Please sign in to comment.