Skip to content

Commit

Permalink
update STRKSensei limit to 250k
Browse files Browse the repository at this point in the history
  • Loading branch information
akiraonstarknet authored Jul 26, 2024
1 parent 5b0ce36 commit 2a1a6d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store/strategies.atoms.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export function getStrategies() {
[1, 0.384215, 1, 0.492308, 0.233276], // precomputed factors based on strategy math, last is the excess deposit1 that is happening
StrategyLiveStatus.NEW,
{
maxTVL: 150000,
maxTVL: 250000,
},
);

Expand Down

0 comments on commit 2a1a6d7

Please sign in to comment.