Skip to content

Commit

Permalink
Merge pull request #508 from balancer/renable-fx
Browse files Browse the repository at this point in the history
Remove FX filter.
  • Loading branch information
johngrantuk authored Aug 1, 2023
2 parents d1780bb + 4af20d8 commit 9fe2583
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 9fe2583

Please sign in to comment.