Skip to content

Commit

Permalink
only use pools with more th $50 liquidity
Browse files Browse the repository at this point in the history
  • Loading branch information
franzns committed Dec 20, 2023
1 parent a815e8c commit c812f68
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/sor/sorV2/sorV2.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,9 @@ export class SorV2Service implements SwapService {
gt: 0.000000000001,
},
swapEnabled: true,
totalLiquidity: {
gt: 50,
},
},
id: {
notIn: [...poolIdsToExclude, ...poolsToIgnore],
Expand Down

0 comments on commit c812f68

Please sign in to comment.