diff --git a/subgraphs/isolated-pools/subgraph-client/index.ts b/subgraphs/isolated-pools/subgraph-client/index.ts index 17abd49a..04c201fa 100644 --- a/subgraphs/isolated-pools/subgraph-client/index.ts +++ b/subgraphs/isolated-pools/subgraph-client/index.ts @@ -43,7 +43,7 @@ class SubgraphClient { async getPools(): Promise { const result = await this.query(PoolsDocument, {}); - return result.data; + return result; } async getPool(id: string) {