@pioneer-platform/blockbook 8.1.66 → 8.1.68

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.
Files changed (2) hide show
  1. package/lib/index.js +1 -1
  2. package/package.json +2 -2
package/lib/index.js CHANGED
@@ -451,7 +451,7 @@ var get_utxos_by_xpub = function (coin, xpub) {
451
451
  case 1:
452
452
  _a.trys.push([1, 3, , 4]);
453
453
  log.info(tag, "get_utxos_by_xpub: ", BLOCKBOOK_URLS);
454
- url = BLOCKBOOK_URLS[coin.toUpperCase()] + "/" + NOW_NODES_API + "/api/v2/utxo/" + xpub + "?confirmed=false";
454
+ url = BLOCKBOOK_URLS[coin.toUpperCase()] + "/api/v2/utxo/" + xpub + "?confirmed=false";
455
455
  console.log("url: ", url);
456
456
  body = {
457
457
  method: 'GET',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pioneer-platform/blockbook",
3
- "version": "8.1.66",
3
+ "version": "8.1.68",
4
4
  "main": "./lib/index.js",
5
5
  "types": "./lib/main.d.ts",
6
6
  "scripts": {
@@ -15,7 +15,7 @@
15
15
  "dependencies": {
16
16
  "@altangent/lib-blockbook": "^0.12.9",
17
17
  "@pioneer-platform/loggerdog": "^8.1.31",
18
- "@pioneer-platform/nodes": "^8.1.38",
18
+ "@pioneer-platform/nodes": "^8.1.41",
19
19
  "@pioneer-platform/pioneer-client": "^9.0.18",
20
20
  "@types/request-promise-native": "^1.0.17",
21
21
  "@types/ws": "^7.4.2",