From 1a1c405aa09f78b077553f225afbfe20d5c940f3 Mon Sep 17 00:00:00 2001 From: bathord Date: Thu, 11 Apr 2024 11:57:32 +0300 Subject: [PATCH] Add comment --- src/providers/turbos/turbos.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/providers/turbos/turbos.ts b/src/providers/turbos/turbos.ts index 1fb2c18..fbf08fd 100644 --- a/src/providers/turbos/turbos.ts +++ b/src/providers/turbos/turbos.ts @@ -241,6 +241,7 @@ export class TurbosSingleton extends EventEmitter implements IPoolProvider} A Promise that resolves to an array of PoolData. */ private async fetchPoolsFromApi(): Promise { + // 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