@dhedge/backend-flatcoin-core 0.2.20 → 0.2.21
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.
|
@@ -131,7 +131,7 @@ let GraphQueryService = class GraphQueryService {
|
|
|
131
131
|
}
|
|
132
132
|
async getAllOpenPositions() {
|
|
133
133
|
const allPositions = [];
|
|
134
|
-
const first =
|
|
134
|
+
const first = 999;
|
|
135
135
|
let skip = 0;
|
|
136
136
|
// currently thegraph allows to get only 10_000 entities
|
|
137
137
|
while (skip < 10000) {
|