@riocrypto/common-server 1.0.829 → 1.0.830

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.
@@ -112,6 +112,7 @@ class FireblocksClient {
112
112
  return __awaiter(this, void 0, void 0, function* () {
113
113
  let transactions = yield this.fireblocks.getTransactionsWithPageInfo({
114
114
  assets: crypto,
115
+ limit: 100,
115
116
  }, nextPage);
116
117
  return transactions;
117
118
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@riocrypto/common-server",
3
- "version": "1.0.829",
3
+ "version": "1.0.830",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",
@@ -24,7 +24,7 @@
24
24
  "@aws-sdk/client-s3": "^3.297.0",
25
25
  "@everapi/currencyapi-js": "^1.0.6",
26
26
  "@google-cloud/storage": "^6.9.5",
27
- "@riocrypto/common": "^1.0.715",
27
+ "@riocrypto/common": "^1.0.716",
28
28
  "@types/express": "^4.17.13",
29
29
  "axios": "^0.27.2",
30
30
  "ccxt": "^3.0.30",