@pioneer-platform/pioneer 8.4.1 → 8.4.3

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.
package/lib/index.js CHANGED
@@ -475,7 +475,7 @@ var get_pubkey_balances = function (pubkey) {
475
475
  blockchainCaip: shortListSymbolToCaip[pubkey.symbol],
476
476
  assetCaip: shortListSymbolToCaip[pubkey.symbol],
477
477
  isToken: false,
478
- lastUpdated: new Date().getTime(),
478
+ lastUpdated: new Date().getTime(), //TODO use block heights
479
479
  balance: balanceNetwork,
480
480
  context: pubkey.context,
481
481
  source: "pioneer-network-" + pubkey.symbol
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pioneer-platform/pioneer",
3
- "version": "8.4.1",
3
+ "version": "8.4.3",
4
4
  "main": "./lib/index.js",
5
5
  "types": "./lib/index.d.ts",
6
6
  "scripts": {
@@ -20,15 +20,15 @@
20
20
  "clean": "rm -rf coverage src/**/*.js src/**/*.map lib node_modules"
21
21
  },
22
22
  "dependencies": {
23
- "@pioneer-platform/blockbook": "^8.3.1",
24
- "@pioneer-platform/blocknative-client": "^8.3.0",
25
- "@pioneer-platform/cointools": "^8.3.0",
26
- "@pioneer-platform/loggerdog": "^8.3.0",
23
+ "@pioneer-platform/blockbook": "^8.3.3",
24
+ "@pioneer-platform/blocknative-client": "^8.3.1",
25
+ "@pioneer-platform/cointools": "^8.3.1",
26
+ "@pioneer-platform/loggerdog": "^8.3.1",
27
27
  "@pioneer-platform/pioneer-caip": "^8.1.79",
28
28
  "@pioneer-platform/pioneer-coins": "^8.1.86",
29
- "@pioneer-platform/redis-queue": "^8.3.0",
30
- "@pioneer-platform/unchained": "^8.3.0",
31
- "@pioneer-platform/zapper-client": "^8.3.0",
29
+ "@pioneer-platform/redis-queue": "^8.3.1",
30
+ "@pioneer-platform/unchained": "^8.3.2",
31
+ "@pioneer-platform/zapper-client": "^8.3.1",
32
32
  "dotenv": "^8.2.0",
33
33
  "short-uuid": "^4.2.2"
34
34
  },
@@ -43,5 +43,5 @@
43
43
  "ts-jest": "^29.0.5",
44
44
  "typescript": "^5.0.2"
45
45
  },
46
- "gitHead": "fdf80f49449ddb3a9102634dd08934dbb8743e06"
46
+ "gitHead": "236e08840f2788576131840f6ed62e63dbe148ce"
47
47
  }
package/lib/seeds.d.ts DELETED
File without changes
package/lib/seeds.js DELETED
@@ -1 +0,0 @@
1
- "use strict";