@pioneer-platform/blockbook 8.2.0 → 8.3.1
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 +1 -1
- package/package.json +5 -5
package/lib/index.js
CHANGED
|
@@ -418,11 +418,11 @@ var get_transaction = function (coin, txid) {
|
|
|
418
418
|
case 1:
|
|
419
419
|
_a.trys.push([1, 3, , 4]);
|
|
420
420
|
url = BLOCKBOOK_URLS[coin.toUpperCase()] + "/api/v2/tx/" + txid;
|
|
421
|
+
console.log("url: ", url);
|
|
421
422
|
body = {
|
|
422
423
|
method: 'GET',
|
|
423
424
|
url: url,
|
|
424
425
|
headers: {
|
|
425
|
-
'api-key': process.env['NOW_NODES_API'],
|
|
426
426
|
'content-type': 'application/json',
|
|
427
427
|
'User-Agent': fakeUa()
|
|
428
428
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pioneer-platform/blockbook",
|
|
3
|
-
"version": "8.
|
|
3
|
+
"version": "8.3.1",
|
|
4
4
|
"main": "./lib/index.js",
|
|
5
5
|
"types": "./lib/main.d.ts",
|
|
6
6
|
"scripts": {
|
|
@@ -14,9 +14,9 @@
|
|
|
14
14
|
},
|
|
15
15
|
"dependencies": {
|
|
16
16
|
"@altangent/lib-blockbook": "^0.12.9",
|
|
17
|
-
"@pioneer-platform/loggerdog": "^8.
|
|
18
|
-
"@pioneer-platform/nodes": "^8.
|
|
19
|
-
"@pioneer-platform/pioneer-client": "^9.
|
|
17
|
+
"@pioneer-platform/loggerdog": "^8.3.0",
|
|
18
|
+
"@pioneer-platform/nodes": "^8.3.0",
|
|
19
|
+
"@pioneer-platform/pioneer-client": "^9.2.0",
|
|
20
20
|
"@types/request-promise-native": "^1.0.17",
|
|
21
21
|
"@types/ws": "^7.4.2",
|
|
22
22
|
"axios": "^0.21.4",
|
|
@@ -31,5 +31,5 @@
|
|
|
31
31
|
"ts-node": "^10.9.1",
|
|
32
32
|
"typescript": "^5.0.2"
|
|
33
33
|
},
|
|
34
|
-
"gitHead": "
|
|
34
|
+
"gitHead": "fdf80f49449ddb3a9102634dd08934dbb8743e06"
|
|
35
35
|
}
|