Skip to content

Commit

Permalink
space
Browse files Browse the repository at this point in the history
  • Loading branch information
xrsv committed Nov 29, 2024
1 parent d951166 commit 18e1815
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/v2/subgraph-provider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ export class V2SubgraphProvider implements IV2SubgraphProvider {
// Which helps filter pools with manipulated prices/liquidity.

// TODO: Remove. Temporary fix to ensure tokens without trackedReserveETH are in the list.
const FEI= '0x956f47f50a910163d8bf957cf5846d573e7f87ca';
const FEI = '0x956f47f50a910163d8bf957cf5846d573e7f87ca';
const VIRTUAL_BASE = '0x0b3e328455c4059eeb9e3f84b5543f74e24e7e1b';

const tracked = pools.filter(
Expand Down

0 comments on commit 18e1815

Please sign in to comment.