@pioneer-platform/nodes 8.3.11 → 8.3.13

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
@@ -61,6 +61,9 @@ module.exports = {
61
61
  init: function (type, config, isTestnet) {
62
62
  return init_nodes(type, config, isTestnet);
63
63
  },
64
+ getWeb3Nodes: function () {
65
+ return web3_1.web3Seeds;
66
+ },
64
67
  getNodes: function () {
65
68
  return NODES;
66
69
  },
package/lib/seeds.js CHANGED
@@ -61,6 +61,15 @@ exports.TIER_ONE_SEED = {
61
61
  exports.CURRENT_CONTEXT_NODE_MAP = exports.TIER_ONE_SEED;
62
62
  exports.blockbooks = [
63
63
  //NOWNODES
64
+ {
65
+ symbol: "BTC",
66
+ blockchain: "bitcoin",
67
+ caip: "bip122:000000000019d6689c085ae165831e93/slip44:0",
68
+ networkId: "bip122:000000000019d6689c085ae165831e93",
69
+ type: "blockbook",
70
+ service: "https://btcbook.nownodes.io/cf522543-87e2-4dd6-b645-2fbfd0bc61f6",
71
+ websocket: "wss://btc.nownodes.io/wss"
72
+ },
64
73
  {
65
74
  symbol: "DASH",
66
75
  blockchain: "dash",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pioneer-platform/nodes",
3
- "version": "8.3.11",
3
+ "version": "8.3.13",
4
4
  "main": "./lib/index.js",
5
5
  "types": "./lib/index.d.ts",
6
6
  "scripts": {