@pioneer-platform/nodes 8.3.2 → 8.3.4

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/seeds.js +57 -32
  2. package/package.json +1 -1
package/lib/seeds.js CHANGED
@@ -77,6 +77,30 @@ exports.blockbooks = [
77
77
  service: "https://dgbbook.nownodes.io/cf522543-87e2-4dd6-b645-2fbfd0bc61f6",
78
78
  websocket: "wss://dgb.nownodes.io/wss"
79
79
  },
80
+ {
81
+ symbol: "DOGE",
82
+ blockchain: "dogecoin",
83
+ caip: "bip122:00000000001a91e3dace36e2be3bf030/slip44:3",
84
+ type: "blockbook",
85
+ service: "https://dogebook.nownodes.io/cf522543-87e2-4dd6-b645-2fbfd0bc61f6",
86
+ websocket: "wss://doge.nownodes.io/wss"
87
+ },
88
+ {
89
+ symbol: "LTC",
90
+ blockchain: "litecoin",
91
+ caip: "bip122:12a765e31ffd4059bada1e25190f6e98/slip44:2",
92
+ type: "blockbook",
93
+ service: "https://ltcbook.nownodes.io/cf522543-87e2-4dd6-b645-2fbfd0bc61f6",
94
+ websocket: "wss://ltc.nownodes.io/wss"
95
+ },
96
+ {
97
+ symbol: "BCH",
98
+ blockchain: "bitcoincash",
99
+ caip: "bip122:000000000000000000651ef99cb9fcbe/slip44:145",
100
+ type: "blockbook",
101
+ service: "https://bchbook.nownodes.io/cf522543-87e2-4dd6-b645-2fbfd0bc61f6",
102
+ websocket: "wss://bch.nownodes.io/wss"
103
+ },
80
104
  {
81
105
  symbol: "BSV",
82
106
  blockchain: "bitcoin sv",
@@ -174,14 +198,15 @@ exports.blockbooks = [
174
198
  service: "https://indexer.ethereum.shapeshift.com",
175
199
  websocket: "wss://indexer.ethereum.shapeshift.com/websocket"
176
200
  },
177
- {
178
- symbol: "DOGE",
179
- blockchain: "dogecoin",
180
- caip: "bip122:00000000001a91e3dace36e2be3bf030/slip44:3",
181
- type: "blockbook",
182
- service: "https://indexer.dogecoin.shapeshift.com",
183
- websocket: "wss://indexer.dogecoin.shapeshift.com/websocket"
184
- },
201
+ //NUKED
202
+ // {
203
+ // symbol:"DOGE",
204
+ // blockchain:"dogecoin",
205
+ // caip:"bip122:00000000001a91e3dace36e2be3bf030/slip44:3",
206
+ // type:"blockbook",
207
+ // service:"https://indexer.dogecoin.shapeshift.com",
208
+ // websocket:"wss://indexer.dogecoin.shapeshift.com/websocket"
209
+ // },
185
210
  {
186
211
  symbol: "BNB",
187
212
  blockchain: "bnbsmartchain",
@@ -190,14 +215,14 @@ exports.blockbooks = [
190
215
  service: "https://indexer.bnbsmartchain.shapeshift.com",
191
216
  websocket: "wss://indexer.bnbsmartchain.shapeshift.com/websocket"
192
217
  },
193
- {
194
- symbol: "BCH",
195
- blockchain: "bitcoincash",
196
- caip: "bip122:000000000000000000651ef99cb9fcbe/slip44:145",
197
- type: "blockbook",
198
- service: "https://indexer.bitcoincash.shapeshift.com",
199
- websocket: "wss://indexer.bitcoincash.shapeshift.com/websocket"
200
- },
218
+ // {
219
+ // symbol:"BCH",
220
+ // blockchain:"bitcoincash",
221
+ // caip:"bip122:000000000000000000651ef99cb9fcbe/slip44:145",
222
+ // type:"blockbook",
223
+ // service:"https://indexer.bitcoincash.shapeshift.com",
224
+ // websocket:"wss://indexer.bitcoincash.shapeshift.com/websocket"
225
+ // },
201
226
  {
202
227
  symbol: "BTC",
203
228
  blockchain: "bitcoin",
@@ -206,22 +231,22 @@ exports.blockbooks = [
206
231
  service: "https://indexer.bitcoin.shapeshift.com",
207
232
  websocket: "wss://indexer.bitcoin.shapeshift.com/websocket"
208
233
  },
209
- {
210
- symbol: "AVAX",
211
- blockchain: "avalanche",
212
- caip: "eip155:43114/slip44:60",
213
- type: "blockbook",
214
- service: "https://indexer.avalanche.shapeshift.com",
215
- websocket: "wss://indexer.avalanche.shapeshift.com/websocket"
216
- },
217
- {
218
- symbol: "AVAX",
219
- blockchain: "avalanche",
220
- caip: "eip155:43114/slip44:60",
221
- type: "blockbook",
222
- service: "https://indexer.avalanche.shapeshift.com",
223
- websocket: "wss://indexer.avalanche.shapeshift.com/websocket"
224
- }
234
+ // {
235
+ // symbol:"AVAX",
236
+ // blockchain:"avalanche",
237
+ // caip:"eip155:43114/slip44:60",
238
+ // type:"blockbook",
239
+ // service:"https://indexer.avalanche.shapeshift.com",
240
+ // websocket:"wss://indexer.avalanche.shapeshift.com/websocket"
241
+ // },
242
+ // {
243
+ // symbol:"AVAX",
244
+ // blockchain:"avalanche",
245
+ // caip:"eip155:43114/slip44:60",
246
+ // type:"blockbook",
247
+ // service:"https://indexer.avalanche.shapeshift.com",
248
+ // websocket:"wss://indexer.avalanche.shapeshift.com/websocket"
249
+ // }
225
250
  ];
226
251
  exports.shapeshift = [
227
252
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pioneer-platform/nodes",
3
- "version": "8.3.2",
3
+ "version": "8.3.4",
4
4
  "main": "./lib/index.js",
5
5
  "types": "./lib/index.d.ts",
6
6
  "scripts": {