Skip to content

Commit

Permalink
Remove FX filter.
Browse files Browse the repository at this point in the history
  • Loading branch information
johngrantuk committed Aug 1, 2023
1 parent d1780bb commit 4af20d8
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ export class SubgraphPoolDataService implements PoolDataService {
const pools = await this.getSubgraphPools(queryArgs);

const filteredPools = pools.filter((p) => {
if (p.poolType === 'FX') return false;
if (!this.network.poolsToIgnore) return true;
const index = this.network.poolsToIgnore.findIndex((addr) =>
isSameAddress(addr, p.address)
Expand Down

0 comments on commit 4af20d8

Please sign in to comment.