@dhedge/backend-flatcoin-core 0.2.21 → 0.2.22

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -135,7 +135,7 @@ let GraphQueryService = class GraphQueryService {
135
135
  let skip = 0;
136
136
  // currently thegraph allows to get only 10_000 entities
137
137
  while (skip < 10000) {
138
- const fetchedPositions = await this.getOpenPositions(first, skip);
138
+ const fetchedPositions = await this.getOpenPositions(skip, first);
139
139
  if (fetchedPositions.length === 0) {
140
140
  break;
141
141
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dhedge/backend-flatcoin-core",
3
- "version": "0.2.21",
3
+ "version": "0.2.22",
4
4
  "description": "Backend Flatcoin Core",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",