Skip to content

Commit

Permalink
fix: hide Element pools from the homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench committed Jul 29, 2021
1 parent 5f2ef2f commit ba13bd0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/services/balancer/subgraph/entities/pools/query.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ const defaultArgs = {
orderDirection: 'desc',
where: {
totalShares_gt: 0.01,
id_not_in: POOLS.BlockList
id_not_in: POOLS.BlockList,
poolType_not: 'Element'
}
};

Expand Down

0 comments on commit ba13bd0

Please sign in to comment.