Skip to content

Commit

Permalink
fix: more gauges than default page limit
Browse files Browse the repository at this point in the history
  • Loading branch information
gmbronco committed Dec 10, 2023
1 parent 2c1a08a commit d263ed8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions balancer-js/src/modules/data/liquidity-gauges/subgraph.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ export class LiquidityGaugesSubgraphRepository
async fetch(): Promise<SubgraphLiquidityGauge[]> {
console.time('fetching liquidity gauges');
const queryResult = await this.client.Pools({
first: 1000,
where: {
preferentialGauge_not: null,
},
Expand Down

0 comments on commit d263ed8

Please sign in to comment.