Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bathord committed Apr 11, 2024
1 parent c647074 commit 1a1c405
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/providers/turbos/turbos.ts
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,7 @@ export class TurbosSingleton extends EventEmitter implements IPoolProvider<Turbo
* @return {Promise<PoolData[]>} A Promise that resolves to an array of PoolData.
*/
private async fetchPoolsFromApi(): Promise<PoolData[]> {
// By default Turbos API returns not all the pools, so we need to explicitly set count of pools we want to fetch.
const fetchPoolsCount = 1_000_000;

const url: string = this.proxy
Expand Down

0 comments on commit 1a1c405

Please sign in to comment.