@pioneer-platform/nodes 8.3.15 → 8.4.0

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/CHANGELOG.md ADDED
@@ -0,0 +1,12 @@
1
+ # @pioneer-platform/nodes
2
+
3
+ ## 8.4.0
4
+
5
+ ### Minor Changes
6
+
7
+ - Release: minor version bump for all packages
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies
12
+ - @pioneer-platform/loggerdog@8.4.0
package/lib/seeds.d.ts CHANGED
@@ -8,6 +8,34 @@ export declare let CURRENT_CONTEXT_NODE_MAP: {
8
8
  GAIAD: string;
9
9
  };
10
10
  };
11
+ /**
12
+ * Blockbook Node Configuration
13
+ *
14
+ * MULTI-NODE COVERAGE (Consensus-ready chains with 2+ nodes):
15
+ * ✅ BTC: NowNodes + Zelcore (2 nodes)
16
+ * ✅ LTC: NowNodes + Zelcore (2 nodes)
17
+ * ✅ DOGE: NowNodes + Zelcore (2 nodes) - SUPPORTS UNCONFIRMED UTXOS!
18
+ * ✅ BCH: NowNodes + Zelcore (2 nodes)
19
+ * ✅ DASH: NowNodes + Zelcore (2 nodes)
20
+ * ✅ ZEC: NowNodes + Zelcore (2 nodes)
21
+ * ✅ RVN: Zelcore only (1 node - Zelcore exclusive)
22
+ * ✅ ETH: ShapeShift (1 node)
23
+ * ✅ xDAI: ShapeShift (1 node)
24
+ *
25
+ * SINGLE NODE ONLY (Need backup nodes):
26
+ * ⚠️ DGB: NowNodes only
27
+ * ⚠️ GRS: NowNodes only
28
+ * ⚠️ DCR: NowNodes only
29
+ * ⚠️ BTG: NowNodes only
30
+ * ⚠️ KMD: NowNodes only
31
+ *
32
+ * DISABLED:
33
+ * 💀 BSV: NowNodes (HTTP 400 - not working)
34
+ * 💀 ARB: NowNodes (Invalid URL)
35
+ * 💀 ShapeShift UTXO chains (BTC, LTC, DOGE, BCH) - All return HTTP 530
36
+ *
37
+ * Last tested: 2025-10-03
38
+ */
11
39
  export declare const blockbooks: ({
12
40
  symbol: string;
13
41
  blockchain: string;
@@ -32,29 +60,24 @@ export declare const blockbooks: ({
32
60
  service: string;
33
61
  networkId?: undefined;
34
62
  websocket?: undefined;
35
- })[];
36
- export declare const shapeshift: ({
37
- key: string;
38
- value: string;
39
- swagger: string;
40
- network: string;
41
- protocol: string;
42
- type: string;
43
- nodeType?: undefined;
44
63
  } | {
45
- key: string;
46
- value: string;
47
- network: string;
48
- protocol: string;
64
+ symbol: string;
65
+ blockchain: string;
66
+ caip: string;
67
+ networkId: string;
49
68
  type: string;
50
- swagger?: undefined;
51
- nodeType?: undefined;
52
- } | {
69
+ service: string;
70
+ websocket?: undefined;
71
+ })[];
72
+ interface NodeEntry {
53
73
  key: string;
54
74
  value: string;
75
+ swagger?: string;
55
76
  network: string;
56
- nodeType: string;
77
+ protocol?: string;
57
78
  type: string;
58
- swagger?: undefined;
59
- protocol?: undefined;
60
- })[];
79
+ nodeType?: string;
80
+ service?: string;
81
+ }
82
+ export declare const shapeshift: NodeEntry[];
83
+ export {};
package/lib/seeds.js CHANGED
@@ -59,8 +59,38 @@ exports.TIER_ONE_SEED = {
59
59
  };
60
60
  //TODO dynamic context setting based on health
61
61
  exports.CURRENT_CONTEXT_NODE_MAP = exports.TIER_ONE_SEED;
62
+ /**
63
+ * Blockbook Node Configuration
64
+ *
65
+ * MULTI-NODE COVERAGE (Consensus-ready chains with 2+ nodes):
66
+ * ✅ BTC: NowNodes + Zelcore (2 nodes)
67
+ * ✅ LTC: NowNodes + Zelcore (2 nodes)
68
+ * ✅ DOGE: NowNodes + Zelcore (2 nodes) - SUPPORTS UNCONFIRMED UTXOS!
69
+ * ✅ BCH: NowNodes + Zelcore (2 nodes)
70
+ * ✅ DASH: NowNodes + Zelcore (2 nodes)
71
+ * ✅ ZEC: NowNodes + Zelcore (2 nodes)
72
+ * ✅ RVN: Zelcore only (1 node - Zelcore exclusive)
73
+ * ✅ ETH: ShapeShift (1 node)
74
+ * ✅ xDAI: ShapeShift (1 node)
75
+ *
76
+ * SINGLE NODE ONLY (Need backup nodes):
77
+ * ⚠️ DGB: NowNodes only
78
+ * ⚠️ GRS: NowNodes only
79
+ * ⚠️ DCR: NowNodes only
80
+ * ⚠️ BTG: NowNodes only
81
+ * ⚠️ KMD: NowNodes only
82
+ *
83
+ * DISABLED:
84
+ * 💀 BSV: NowNodes (HTTP 400 - not working)
85
+ * 💀 ARB: NowNodes (Invalid URL)
86
+ * 💀 ShapeShift UTXO chains (BTC, LTC, DOGE, BCH) - All return HTTP 530
87
+ *
88
+ * Last tested: 2025-10-03
89
+ */
62
90
  exports.blockbooks = [
63
- //NOWNODES
91
+ // ============================================================================
92
+ // NOWNODES - Primary provider
93
+ // ============================================================================
64
94
  {
65
95
  symbol: "BTC",
66
96
  blockchain: "bitcoin",
@@ -111,13 +141,14 @@ exports.blockbooks = [
111
141
  service: "https://bchbook.nownodes.io/cf522543-87e2-4dd6-b645-2fbfd0bc61f6",
112
142
  websocket: "wss://bch.nownodes.io/wss"
113
143
  },
114
- {
115
- symbol: "BSV",
116
- blockchain: "bitcoin sv",
117
- caip: "bip122:0000000000000000018b0da51421703b/slip44:1",
118
- type: "blockbook",
119
- service: "https://bsvbook.nownodes.io/cf522543-87e2-4dd6-b645-2fbfd0bc61f6"
120
- },
144
+ // DISABLED - Returns HTTP 400
145
+ // {
146
+ // symbol:"BSV",
147
+ // blockchain:"bitcoin sv",
148
+ // caip:"bip122:0000000000000000018b0da51421703b/slip44:1",
149
+ // type:"blockbook",
150
+ // service:"https://bsvbook.nownodes.io/cf522543-87e2-4dd6-b645-2fbfd0bc61f6"
151
+ // },
121
152
  {
122
153
  symbol: "GRS",
123
154
  blockchain: "Groestlcoin",
@@ -129,13 +160,7 @@ exports.blockbooks = [
129
160
  symbol: "DCR",
130
161
  blockchain: "decred",
131
162
  caip: "bip122:00000ac5927c594d49cc0bdb81759d0d/slip44:42",
132
- type: "blockbook",
133
- service: "https://dcr-blockbook.nownodes.io/cf522543-87e2-4dd6-b645-2fbfd0bc61f6"
134
- },
135
- {
136
- symbol: "DCR",
137
- blockchain: "decred",
138
- caip: "bip122:00000ac5927c594d49cc0bdb81759d0d/slip44:42",
163
+ networkId: "bip122:00000ac5927c594d49cc0bdb81759d0d",
139
164
  type: "blockbook",
140
165
  service: "https://dcr-blockbook.nownodes.io/cf522543-87e2-4dd6-b645-2fbfd0bc61f6"
141
166
  },
@@ -160,14 +185,90 @@ exports.blockbooks = [
160
185
  type: "blockbook",
161
186
  service: "https://zecbook.nownodes.io/cf522543-87e2-4dd6-b645-2fbfd0bc61f6"
162
187
  },
188
+ // ============================================================================
189
+ // ZELCORE - Secondary provider (consensus nodes)
190
+ // ============================================================================
191
+ {
192
+ symbol: "BTC",
193
+ blockchain: "bitcoin",
194
+ caip: "bip122:000000000019d6689c085ae165831e93/slip44:0",
195
+ networkId: "bip122:000000000019d6689c085ae165831e93",
196
+ type: "blockbook",
197
+ service: "https://blockbook.btc-1.zelcore.io"
198
+ },
163
199
  {
164
- symbol: "ARB",
165
- blockchain: "Arbitrum",
166
- caip: "eip155:42161/slip44:60",
200
+ symbol: "LTC",
201
+ blockchain: "litecoin",
202
+ caip: "bip122:12a765e31ffd4059bada1e25190f6e98/slip44:2",
203
+ networkId: "bip122:12a765e31ffd4059bada1e25190f6e98",
167
204
  type: "blockbook",
168
- service: "arb-blockbook.nownodes.io/cf522543-87e2-4dd6-b645-2fbfd0bc61f6"
205
+ service: "https://blockbook.ltc-1.zelcore.io"
169
206
  },
170
- //SHAPESHIFT
207
+ {
208
+ symbol: "DOGE",
209
+ blockchain: "dogecoin",
210
+ caip: "bip122:00000000001a91e3dace36e2be3bf030/slip44:3",
211
+ networkId: "bip122:00000000001a91e3dace36e2be3bf030",
212
+ type: "blockbook",
213
+ service: "https://blockbook.doge-1.zelcore.io"
214
+ },
215
+ {
216
+ symbol: "BCH",
217
+ blockchain: "bitcoincash",
218
+ caip: "bip122:000000000000000000651ef99cb9fcbe/slip44:145",
219
+ networkId: "bip122:000000000000000000651ef99cb9fcbe",
220
+ type: "blockbook",
221
+ service: "https://blockbook.bch-1.zelcore.io"
222
+ },
223
+ {
224
+ symbol: "DASH",
225
+ blockchain: "dash",
226
+ caip: "bip122:000007d91d1254d60e2dd1ae58038307/slip44:5",
227
+ networkId: "bip122:000007d91d1254d60e2dd1ae58038307",
228
+ type: "blockbook",
229
+ service: "https://blockbook.dash-1.zelcore.io"
230
+ },
231
+ {
232
+ symbol: "ZEC",
233
+ blockchain: "zcash",
234
+ caip: "bip122:00040fe8ec8471911baa1db1266ea15d/slip44:133",
235
+ networkId: "bip122:00040fe8ec8471911baa1db1266ea15d",
236
+ type: "blockbook",
237
+ service: "https://blockbook.zec-1.zelcore.io"
238
+ },
239
+ {
240
+ symbol: "RVN",
241
+ blockchain: "ravencoin",
242
+ caip: "bip122:000000000019d6689c085ae165831e93/slip44:175",
243
+ networkId: "bip122:000000000019d6689c085ae165831e93",
244
+ type: "blockbook",
245
+ service: "https://blockbook.rvn-1.zelcore.io"
246
+ },
247
+ // ============================================================================
248
+ // SHAPESHIFT - Tertiary provider (EVM chains only, UTXO chains are down)
249
+ // ============================================================================
250
+ {
251
+ symbol: "ETH",
252
+ blockchain: "ethereum",
253
+ caip: "eip155:1/slip44:60",
254
+ networkId: "eip155:1",
255
+ type: "blockbook",
256
+ service: "https://indexer.ethereum.shapeshift.com",
257
+ websocket: "wss://indexer.ethereum.shapeshift.com/websocket"
258
+ },
259
+ {
260
+ symbol: "xDAI",
261
+ blockchain: "gnosis",
262
+ caip: "eip155:100/slip44:60",
263
+ networkId: "eip155:100",
264
+ type: "blockbook",
265
+ service: "https://indexer.gnosis.shapeshift.com",
266
+ websocket: "wss://indexer.gnosis.shapeshift.com/websocket"
267
+ },
268
+ // ============================================================================
269
+ // DEAD/DISABLED NODES - ShapeShift UTXO chains are down (HTTP 530)
270
+ // ============================================================================
271
+ //SHAPESHIFT UTXO CHAINS - ALL DOWN
171
272
  // {
172
273
  // symbol:"BASE",
173
274
  // blockchain:"Base",
@@ -267,278 +368,281 @@ exports.blockbooks = [
267
368
  // }
268
369
  ];
269
370
  exports.shapeshift = [
270
- {
271
- key: "REACT_APP_UNCHAINED_ETHEREUM_HTTP_URL",
272
- value: "https://api.ethereum.shapeshift.com",
273
- swagger: "https://api.ethereum.shapeshift.com/swagger.json",
274
- network: "ethereum",
275
- protocol: "http",
276
- type: "unchained"
277
- },
278
- {
279
- key: "REACT_APP_UNCHAINED_ETHEREUM_WS_URL",
280
- value: "wss://api.ethereum.shapeshift.com",
281
- network: "ethereum",
282
- protocol: "websocket",
283
- type: "unchained"
284
- },
285
- {
286
- key: "REACT_APP_UNCHAINED_AVALANCHE_HTTP_URL",
287
- value: "https://api.avalanche.shapeshift.com",
288
- swagger: "https://api.avalanche.shapeshift.com/swagger.json",
289
- network: "avalanche",
290
- protocol: "http",
291
- type: "unchained"
292
- },
293
- {
294
- key: "REACT_APP_UNCHAINED_AVALANCHE_WS_URL",
295
- value: "wss://api.avalanche.shapeshift.com",
296
- network: "avalanche",
297
- protocol: "websocket",
298
- type: "unchained"
299
- },
300
- {
301
- key: "REACT_APP_UNCHAINED_OPTIMISM_HTTP_URL",
302
- value: "https://api.optimism.shapeshift.com",
303
- swagger: "https://api.optimism.shapeshift.com/swagger.json",
304
- network: "optimism",
305
- protocol: "http",
306
- type: "unchained"
307
- },
308
- {
309
- key: "REACT_APP_UNCHAINED_OPTIMISM_WS_URL",
310
- value: "wss://api.optimism.shapeshift.com",
311
- network: "optimism",
312
- protocol: "websocket",
313
- type: "unchained"
314
- },
315
- {
316
- key: "REACT_APP_UNCHAINED_BNBSMARTCHAIN_HTTP_URL",
317
- value: "https://api.bnbsmartchain.shapeshift.com",
318
- swagger: "https://api.bnbsmartchain.shapeshift.com/swagger.json",
319
- network: "bnbsmartchain",
320
- protocol: "http",
321
- type: "unchained"
322
- },
323
- {
324
- key: "REACT_APP_UNCHAINED_BNBSMARTCHAIN_WS_URL",
325
- value: "wss://api.bnbsmartchain.shapeshift.com",
326
- network: "bnbsmartchain",
327
- protocol: "websocket",
328
- type: "unchained"
329
- },
330
- {
331
- key: "REACT_APP_UNCHAINED_POLYGON_HTTP_URL",
332
- value: "https://dev-api.polygon.shapeshift.com",
333
- swagger: "https://dev-api.polygon.shapeshift.com/swagger.json",
334
- network: "polygon",
335
- protocol: "http",
336
- type: "unchained"
337
- },
338
- {
339
- key: "REACT_APP_UNCHAINED_POLYGON_WS_URL",
340
- value: "wss://dev-api.polygon.shapeshift.com",
341
- network: "polygon",
342
- protocol: "websocket",
343
- type: "unchained"
344
- },
345
- {
346
- key: "REACT_APP_UNCHAINED_GNOSIS_HTTP_URL",
347
- value: "https://api.gnosis.shapeshift.com",
348
- swagger: "https://api.gnosis.shapeshift.com/swagger.json",
349
- network: "gnosis",
350
- protocol: "http",
351
- type: "unchained"
352
- },
353
- {
354
- key: "REACT_APP_UNCHAINED_GNOSIS_WS_URL",
355
- value: "wss://api.gnosis.shapeshift.com",
356
- network: "gnosis",
357
- protocol: "websocket",
358
- type: "unchained"
359
- },
360
- {
361
- key: "REACT_APP_UNCHAINED_BITCOIN_HTTP_URL",
362
- value: "https://api.bitcoin.shapeshift.com",
363
- swagger: "https://api.bitcoin.shapeshift.com/swagger.json",
364
- network: "bitcoin",
365
- protocol: "http",
366
- type: "unchained"
367
- },
368
- {
369
- key: "REACT_APP_UNCHAINED_BITCOIN_WS_URL",
370
- value: "wss://api.bitcoin.shapeshift.com",
371
- network: "bitcoin",
372
- protocol: "websocket",
373
- type: "unchained"
374
- },
375
- {
376
- key: "REACT_APP_UNCHAINED_DOGECOIN_WS_URL",
377
- value: "wss://api.dogecoin.shapeshift.com",
378
- network: "dogecoin",
379
- protocol: "websocket",
380
- type: "unchained"
381
- },
382
- {
383
- key: "REACT_APP_UNCHAINED_DOGECOIN_HTTP_URL",
384
- value: "https://api.dogecoin.shapeshift.com",
385
- swagger: "https://api.dogecoin.shapeshift.com/swagger.json",
386
- network: "dogecoin",
387
- protocol: "http",
388
- type: "unchained"
389
- },
390
- {
391
- key: "REACT_APP_UNCHAINED_LITECOIN_WS_URL",
392
- value: "wss://api.litecoin.shapeshift.com",
393
- network: "litecoin",
394
- protocol: "websocket",
395
- type: "unchained"
396
- },
397
- {
398
- key: "REACT_APP_UNCHAINED_LITECOIN_HTTP_URL",
399
- value: "https://api.litecoin.shapeshift.com",
400
- swagger: "https://api.litecoin.shapeshift.com/swagger.json",
401
- network: "litecoin",
402
- protocol: "http",
403
- type: "unchained"
404
- },
405
- {
406
- key: "REACT_APP_UNCHAINED_BITCOINCASH_HTTP_URL",
407
- value: "https://api.bitcoincash.shapeshift.com",
408
- swagger: "https://api.bitcoincash.shapeshift.com/swagger.json",
409
- network: "bitcoincash",
410
- protocol: "http",
411
- type: "unchained"
412
- },
413
- {
414
- key: "REACT_APP_UNCHAINED_BITCOINCASH_WS_URL",
415
- value: "wss://api.bitcoincash.shapeshift.com",
416
- network: "bitcoincash",
417
- protocol: "websocket",
418
- type: "unchained"
419
- },
420
- {
421
- key: "REACT_APP_UNCHAINED_COSMOS_HTTP_URL",
422
- value: "https://api.cosmos.shapeshift.com",
423
- swagger: "https://api.cosmos.shapeshift.com/swagger",
424
- network: "cosmos",
425
- protocol: "http",
426
- type: "unchained"
427
- },
428
- {
429
- key: "REACT_APP_UNCHAINED_COSMOS_WS_URL",
430
- value: "wss://api.cosmos.shapeshift.com",
431
- network: "cosmos",
432
- protocol: "websocket",
433
- type: "unchained"
434
- },
435
- // fu shapeshift
436
- // {
437
- // key: "REACT_APP_UNCHAINED_OSMOSIS_HTTP_URL",
438
- // value: "https://api.osmosis.shapeshift.com",
439
- // swagger: "https://api.osmosis.shapeshift.com/swagger",
440
- // network: "osmosis",
441
- // protocol: "http",
442
- // type: "unchained"
443
- // },
444
- // {
445
- // key: "REACT_APP_UNCHAINED_OSMOSIS_WS_URL",
446
- // value: "wss://api.osmosis.shapeshift.com",
447
- // network: "osmosis",
448
- // protocol: "websocket",
449
- // type: "unchained"
450
- // },
451
- {
452
- key: "REACT_APP_UNCHAINED_THORCHAIN_HTTP_URL",
453
- value: "https://api.thorchain.shapeshift.com",
454
- swagger: "https://api.thorchain.shapeshift.com/swagger",
455
- network: "thorchain",
456
- protocol: "http",
457
- type: "unchained"
458
- },
459
- {
460
- key: "REACT_APP_UNCHAINED_THORCHAIN_WS_URL",
461
- value: "wss://api.thorchain.shapeshift.com",
462
- network: "thorchain",
463
- protocol: "websocket",
464
- type: "unchained"
465
- },
466
- {
467
- key: "REACT_APP_ETHEREUM_NODE_URL",
468
- value: "https://daemon.ethereum.shapeshift.com",
469
- network: "ethereum",
470
- nodeType: "eth-node",
471
- type: "daemon"
472
- },
473
- // {
474
- // key: "REACT_APP_ETHEREUM_INFURA_URL",
475
- // value: "https://mainnet.infura.io/v3/6e2f28ff4f5340fdb0db5da3baec0af2",
476
- // network: "ethereum",
477
- // nodeType: "infura",
478
- // type: "unchained"
479
- // },
480
- {
481
- key: "REACT_APP_AVALANCHE_NODE_URL",
482
- value: "https://daemon.avalanche.shapeshift.com/ext/bc/C/rpc",
483
- network: "avalanche",
484
- nodeType: "avalanche-node",
485
- type: "daemon"
486
- },
487
- {
488
- key: "REACT_APP_OPTIMISM_NODE_URL",
489
- value: "https://daemon.optimism.shapeshift.com",
490
- network: "optimism",
491
- nodeType: "optimism-node",
492
- type: "daemon"
493
- },
494
- {
495
- key: "REACT_APP_BNBSMARTCHAIN_NODE_URL",
496
- value: "https://daemon.bnbsmartchain.shapeshift.com",
497
- network: "bnbsmartchain",
498
- nodeType: "bnbsmartchain-node",
499
- type: "daemon"
500
- },
501
- {
502
- key: "REACT_APP_POLYGON_NODE_URL",
503
- value: "https://dev-daemon.polygon.shapeshift.com",
504
- network: "polygon",
505
- nodeType: "polygon-node",
506
- type: "daemon"
507
- },
508
- {
509
- key: "REACT_APP_GNOSIS_NODE_URL",
510
- value: "https://daemon.gnosis.shapeshift.com",
511
- network: "gnosis",
512
- nodeType: "gnosis-node",
513
- type: "daemon"
514
- },
515
- {
516
- key: "REACT_APP_COSMOS_NODE_URL",
517
- value: "https://daemon.cosmos.shapeshift.com",
518
- network: "cosmos",
519
- nodeType: "cosmos-node",
520
- type: "daemon"
521
- },
522
- {
523
- key: "REACT_APP_OSMOSIS_NODE_URL",
524
- value: "https://daemon.osmosis.shapeshift.com",
525
- network: "osmosis",
526
- nodeType: "osmosis-node",
527
- type: "daemon"
528
- },
529
- {
530
- key: "REACT_APP_THORCHAIN_NODE_URL",
531
- value: "https://daemon.thorchain.shapeshift.com",
532
- network: "thorchain",
533
- nodeType: "thorchain-node",
534
- type: "daemon"
535
- },
536
- // {
537
- // key: "REACT_APP_MIDGARD_URL",
538
- // value: "https://indexer.thorchain.shapeshift.com/v2",
539
- // network: "thorchain",
540
- // service: "midgard",
541
- // type: "unchained"
542
- // },
543
- //
371
+ // DISABLED: ShapeShift Unchained APIs are offline/deprecated (causing timeouts)
372
+ // The system will fall back to alternative providers (NowNodes Blockbook, BitGo, etc.)
373
+ // {
374
+ // key: "REACT_APP_UNCHAINED_ETHEREUM_HTTP_URL",
375
+ // value: "https://api.ethereum.shapeshift.com",
376
+ // swagger: "https://api.ethereum.shapeshift.com/swagger.json",
377
+ // network: "ethereum",
378
+ // protocol: "http",
379
+ // type: "unchained"
380
+ // },
381
+ // {
382
+ // key: "REACT_APP_UNCHAINED_ETHEREUM_WS_URL",
383
+ // value: "wss://api.ethereum.shapeshift.com",
384
+ // network: "ethereum",
385
+ // protocol: "websocket",
386
+ // type: "unchained"
387
+ // },
388
+ // {
389
+ // key: "REACT_APP_UNCHAINED_AVALANCHE_HTTP_URL",
390
+ // value: "https://api.avalanche.shapeshift.com",
391
+ // swagger: "https://api.avalanche.shapeshift.com/swagger.json",
392
+ // network: "avalanche",
393
+ // protocol: "http",
394
+ // type: "unchained"
395
+ // },
396
+ // {
397
+ // key: "REACT_APP_UNCHAINED_AVALANCHE_WS_URL",
398
+ // value: "wss://api.avalanche.shapeshift.com",
399
+ // network: "avalanche",
400
+ // protocol: "websocket",
401
+ // type: "unchained"
402
+ // },
403
+ // {
404
+ // key: "REACT_APP_UNCHAINED_OPTIMISM_HTTP_URL",
405
+ // value: "https://api.optimism.shapeshift.com",
406
+ // swagger: "https://api.optimism.shapeshift.com/swagger.json",
407
+ // network: "optimism",
408
+ // protocol: "http",
409
+ // type: "unchained"
410
+ // },
411
+ // {
412
+ // key: "REACT_APP_UNCHAINED_OPTIMISM_WS_URL",
413
+ // value: "wss://api.optimism.shapeshift.com",
414
+ // network: "optimism",
415
+ // protocol: "websocket",
416
+ // type: "unchained"
417
+ // },
418
+ // {
419
+ // key: "REACT_APP_UNCHAINED_BNBSMARTCHAIN_HTTP_URL",
420
+ // value: "https://api.bnbsmartchain.shapeshift.com",
421
+ // swagger: "https://api.bnbsmartchain.shapeshift.com/swagger.json",
422
+ // network: "bnbsmartchain",
423
+ // protocol: "http",
424
+ // type: "unchained"
425
+ // },
426
+ // {
427
+ // key: "REACT_APP_UNCHAINED_BNBSMARTCHAIN_WS_URL",
428
+ // value: "wss://api.bnbsmartchain.shapeshift.com",
429
+ // network: "bnbsmartchain",
430
+ // protocol: "websocket",
431
+ // type: "unchained"
432
+ // },
433
+ // {
434
+ // key: "REACT_APP_UNCHAINED_POLYGON_HTTP_URL",
435
+ // value: "https://dev-api.polygon.shapeshift.com",
436
+ // swagger: "https://dev-api.polygon.shapeshift.com/swagger.json",
437
+ // network: "polygon",
438
+ // protocol: "http",
439
+ // type: "unchained"
440
+ // },
441
+ // {
442
+ // key: "REACT_APP_UNCHAINED_POLYGON_WS_URL",
443
+ // value: "wss://dev-api.polygon.shapeshift.com",
444
+ // network: "polygon",
445
+ // protocol: "websocket",
446
+ // type: "unchained"
447
+ // },
448
+ // {
449
+ // key: "REACT_APP_UNCHAINED_GNOSIS_HTTP_URL",
450
+ // value: "https://api.gnosis.shapeshift.com",
451
+ // swagger: "https://api.gnosis.shapeshift.com/swagger.json",
452
+ // network: "gnosis",
453
+ // protocol: "http",
454
+ // type: "unchained"
455
+ // },
456
+ // {
457
+ // key: "REACT_APP_UNCHAINED_GNOSIS_WS_URL",
458
+ // value: "wss://api.gnosis.shapeshift.com",
459
+ // network: "gnosis",
460
+ // protocol: "websocket",
461
+ // type: "unchained"
462
+ // },
463
+ // {
464
+ // key: "REACT_APP_UNCHAINED_BITCOIN_HTTP_URL",
465
+ // value: "https://api.bitcoin.shapeshift.com",
466
+ // swagger: "https://api.bitcoin.shapeshift.com/swagger.json",
467
+ // network: "bitcoin",
468
+ // protocol: "http",
469
+ // type: "unchained"
470
+ // },
471
+ // {
472
+ // key: "REACT_APP_UNCHAINED_BITCOIN_WS_URL",
473
+ // value: "wss://api.bitcoin.shapeshift.com",
474
+ // network: "bitcoin",
475
+ // protocol: "websocket",
476
+ // type: "unchained"
477
+ // },
478
+ // {
479
+ // key: "REACT_APP_UNCHAINED_DOGECOIN_WS_URL",
480
+ // value: "wss://api.dogecoin.shapeshift.com",
481
+ // network: "dogecoin",
482
+ // protocol: "websocket",
483
+ // type: "unchained"
484
+ // },
485
+ // {
486
+ // key: "REACT_APP_UNCHAINED_DOGECOIN_HTTP_URL",
487
+ // value: "https://api.dogecoin.shapeshift.com",
488
+ // swagger: "https://api.dogecoin.shapeshift.com/swagger.json",
489
+ // network: "dogecoin",
490
+ // protocol: "http",
491
+ // type: "unchained"
492
+ // },
493
+ // {
494
+ // key: "REACT_APP_UNCHAINED_LITECOIN_WS_URL",
495
+ // value: "wss://api.litecoin.shapeshift.com",
496
+ // network: "litecoin",
497
+ // protocol: "websocket",
498
+ // type: "unchained"
499
+ // },
500
+ // {
501
+ // key: "REACT_APP_UNCHAINED_LITECOIN_HTTP_URL",
502
+ // value: "https://api.litecoin.shapeshift.com",
503
+ // swagger: "https://api.litecoin.shapeshift.com/swagger.json",
504
+ // network: "litecoin",
505
+ // protocol: "http",
506
+ // type: "unchained"
507
+ // },
508
+ // {
509
+ // key: "REACT_APP_UNCHAINED_BITCOINCASH_HTTP_URL",
510
+ // value: "https://api.bitcoincash.shapeshift.com",
511
+ // swagger: "https://api.bitcoincash.shapeshift.com/swagger.json",
512
+ // network: "bitcoincash",
513
+ // protocol: "http",
514
+ // type: "unchained"
515
+ // },
516
+ // {
517
+ // key: "REACT_APP_UNCHAINED_BITCOINCASH_WS_URL",
518
+ // value: "wss://api.bitcoincash.shapeshift.com",
519
+ // network: "bitcoincash",
520
+ // protocol: "websocket",
521
+ // type: "unchained"
522
+ // },
523
+ // {
524
+ // key: "REACT_APP_UNCHAINED_COSMOS_HTTP_URL",
525
+ // value: "https://api.cosmos.shapeshift.com",
526
+ // swagger: "https://api.cosmos.shapeshift.com/swagger",
527
+ // network: "cosmos",
528
+ // protocol: "http",
529
+ // type: "unchained"
530
+ // },
531
+ // {
532
+ // key: "REACT_APP_UNCHAINED_COSMOS_WS_URL",
533
+ // value: "wss://api.cosmos.shapeshift.com",
534
+ // network: "cosmos",
535
+ // protocol: "websocket",
536
+ // type: "unchained"
537
+ // },
538
+ // fu shapeshift
539
+ // {
540
+ // key: "REACT_APP_UNCHAINED_OSMOSIS_HTTP_URL",
541
+ // value: "https://api.osmosis.shapeshift.com",
542
+ // swagger: "https://api.osmosis.shapeshift.com/swagger",
543
+ // network: "osmosis",
544
+ // protocol: "http",
545
+ // type: "unchained"
546
+ // },
547
+ // {
548
+ // key: "REACT_APP_UNCHAINED_OSMOSIS_WS_URL",
549
+ // value: "wss://api.osmosis.shapeshift.com",
550
+ // network: "osmosis",
551
+ // protocol: "websocket",
552
+ // type: "unchained"
553
+ // },
554
+ // {
555
+ // key: "REACT_APP_UNCHAINED_THORCHAIN_HTTP_URL",
556
+ // value: "https://api.thorchain.shapeshift.com",
557
+ // swagger: "https://api.thorchain.shapeshift.com/swagger",
558
+ // network: "thorchain",
559
+ // protocol: "http",
560
+ // type: "unchained"
561
+ // },
562
+ // {
563
+ // key: "REACT_APP_UNCHAINED_THORCHAIN_WS_URL",
564
+ // value: "wss://api.thorchain.shapeshift.com",
565
+ // network: "thorchain",
566
+ // protocol: "websocket",
567
+ // type: "unchained"
568
+ // },
569
+ // NOTE: Daemon nodes below are also likely offline/deprecated
570
+ // {
571
+ // key: "REACT_APP_ETHEREUM_NODE_URL",
572
+ // value: "https://daemon.ethereum.shapeshift.com",
573
+ // network: "ethereum",
574
+ // nodeType: "eth-node",
575
+ // type: "daemon"
576
+ // },
577
+ // {
578
+ // key: "REACT_APP_ETHEREUM_INFURA_URL",
579
+ // value: "https://mainnet.infura.io/v3/6e2f28ff4f5340fdb0db5da3baec0af2",
580
+ // network: "ethereum",
581
+ // nodeType: "infura",
582
+ // type: "unchained"
583
+ // },
584
+ // {
585
+ // key: "REACT_APP_AVALANCHE_NODE_URL",
586
+ // value: "https://daemon.avalanche.shapeshift.com/ext/bc/C/rpc",
587
+ // network: "avalanche",
588
+ // nodeType: "avalanche-node",
589
+ // type: "daemon"
590
+ // },
591
+ // {
592
+ // key: "REACT_APP_OPTIMISM_NODE_URL",
593
+ // value: "https://daemon.optimism.shapeshift.com",
594
+ // network: "optimism",
595
+ // nodeType: "optimism-node",
596
+ // type: "daemon"
597
+ // },
598
+ // {
599
+ // key: "REACT_APP_BNBSMARTCHAIN_NODE_URL",
600
+ // value: "https://daemon.bnbsmartchain.shapeshift.com",
601
+ // network: "bnbsmartchain",
602
+ // nodeType: "bnbsmartchain-node",
603
+ // type: "daemon"
604
+ // },
605
+ // {
606
+ // key: "REACT_APP_POLYGON_NODE_URL",
607
+ // value: "https://dev-daemon.polygon.shapeshift.com",
608
+ // network: "polygon",
609
+ // nodeType: "polygon-node",
610
+ // type: "daemon"
611
+ // },
612
+ // {
613
+ // key: "REACT_APP_GNOSIS_NODE_URL",
614
+ // value: "https://daemon.gnosis.shapeshift.com",
615
+ // network: "gnosis",
616
+ // nodeType: "gnosis-node",
617
+ // type: "daemon"
618
+ // },
619
+ // {
620
+ // key: "REACT_APP_COSMOS_NODE_URL",
621
+ // value: "https://daemon.cosmos.shapeshift.com",
622
+ // network: "cosmos",
623
+ // nodeType: "cosmos-node",
624
+ // type: "daemon"
625
+ // },
626
+ // {
627
+ // key: "REACT_APP_OSMOSIS_NODE_URL",
628
+ // value: "https://daemon.osmosis.shapeshift.com",
629
+ // network: "osmosis",
630
+ // nodeType: "osmosis-node",
631
+ // type: "daemon"
632
+ // },
633
+ // {
634
+ // key: "REACT_APP_THORCHAIN_NODE_URL",
635
+ // value: "https://daemon.thorchain.shapeshift.com",
636
+ // network: "thorchain",
637
+ // nodeType: "thorchain-node",
638
+ // type: "daemon"
639
+ // },
640
+ // {
641
+ // key: "REACT_APP_MIDGARD_URL",
642
+ // value: "https://indexer.thorchain.shapeshift.com/v2",
643
+ // network: "thorchain",
644
+ // service: "midgard",
645
+ // type: "unchained"
646
+ // },
647
+ //
544
648
  ];
package/lib/web3.js CHANGED
@@ -2,6 +2,10 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.web3Seeds = void 0;
4
4
  exports.web3Seeds = [
5
+ {
6
+ "networkId": "eip155:1",
7
+ "service": "https://rpc.ankr.com/eth"
8
+ },
5
9
  {
6
10
  "networkId": "eip155:1",
7
11
  "service": "https://go.getblock.io/aefd01aa907c4805ba3c00a9e5b48c6b"
@@ -222,14 +226,26 @@ exports.web3Seeds = [
222
226
  "networkId": "eip155:2",
223
227
  "service": "https://node.expanse.tech"
224
228
  },
229
+ {
230
+ "networkId": "eip155:3",
231
+ "service": "https://rpc.ankr.com/eth_ropsten"
232
+ },
225
233
  {
226
234
  "networkId": "eip155:3",
227
235
  "service": "https://ropsten.infura.io/v3/9aa3d95b3bc440fa88ea12eaa4456161"
228
236
  },
237
+ {
238
+ "networkId": "eip155:4",
239
+ "service": "https://rpc.ankr.com/eth_rinkeby"
240
+ },
229
241
  {
230
242
  "networkId": "eip155:4",
231
243
  "service": "https://rinkeby.infura.io/3/9aa3d95b3bc440fa88ea12eaa4456161"
232
244
  },
245
+ {
246
+ "networkId": "eip155:5",
247
+ "service": "https://rpc.ankr.com/eth_goerli"
248
+ },
233
249
  {
234
250
  "networkId": "eip155:5",
235
251
  "service": "https://endpoints.omniatech.io/v1/eth/goerli/public"
@@ -290,6 +306,10 @@ exports.web3Seeds = [
290
306
  "networkId": "eip155:10",
291
307
  "service": "https://mainnet.optimism.io/"
292
308
  },
309
+ {
310
+ "networkId": "eip155:10",
311
+ "service": "https://rpc.ankr.com/optimism"
312
+ },
293
313
  {
294
314
  "networkId": "eip155:10",
295
315
  "service": "https://optimism-mainnet.public.blastapi.io"
@@ -598,6 +618,10 @@ exports.web3Seeds = [
598
618
  "networkId": "eip155:50",
599
619
  "service": "https://erpc.xinfin.network/"
600
620
  },
621
+ {
622
+ "networkId": "eip155:50",
623
+ "service": "https://rpc.ankr.com/xdc"
624
+ },
601
625
  {
602
626
  "networkId": "eip155:50",
603
627
  "service": "https://xdc-mainnet.gateway.tatum.io"
@@ -654,6 +678,10 @@ exports.web3Seeds = [
654
678
  "networkId": "eip155:55",
655
679
  "service": "https://rpc-5.zyx.network/"
656
680
  },
681
+ {
682
+ "networkId": "eip155:56",
683
+ "service": "https://rpc.ankr.com/bsc"
684
+ },
657
685
  {
658
686
  "networkId": "eip155:56",
659
687
  "service": "https://bsc-dataseed.bnbchain.org/"
@@ -826,6 +854,10 @@ exports.web3Seeds = [
826
854
  "networkId": "eip155:57",
827
855
  "service": "https://rpc.syscoin.org"
828
856
  },
857
+ {
858
+ "networkId": "eip155:57",
859
+ "service": "https://rpc.ankr.com/syscoin"
860
+ },
829
861
  {
830
862
  "networkId": "eip155:57",
831
863
  "service": "https://syscoin-evm.publicnode.com"
@@ -1062,6 +1094,10 @@ exports.web3Seeds = [
1062
1094
  "networkId": "eip155:100",
1063
1095
  "service": "https://gnosis-mainnet.public.blastapi.io"
1064
1096
  },
1097
+ {
1098
+ "networkId": "eip155:100",
1099
+ "service": "https://rpc.ankr.com/gnosis"
1100
+ },
1065
1101
  {
1066
1102
  "networkId": "eip155:100",
1067
1103
  "service": "https://rpc.ap-southeast-1.gateway.fm/v4/gnosis/non-archival/mainnet"
@@ -1186,6 +1222,10 @@ exports.web3Seeds = [
1186
1222
  "networkId": "eip155:133",
1187
1223
  "service": "https://hashkeychain-testnet.alt.technology"
1188
1224
  },
1225
+ {
1226
+ "networkId": "eip155:137",
1227
+ "service": "https://rpc.ankr.com/polygon"
1228
+ },
1189
1229
  {
1190
1230
  "networkId": "eip155:137",
1191
1231
  "service": "https://polygon-rpc.com"
@@ -1454,6 +1494,10 @@ exports.web3Seeds = [
1454
1494
  "networkId": "eip155:250",
1455
1495
  "service": "https://rpc.ftm.tools/"
1456
1496
  },
1497
+ {
1498
+ "networkId": "eip155:250",
1499
+ "service": "https://rpc.ankr.com/fantom"
1500
+ },
1457
1501
  {
1458
1502
  "networkId": "eip155:250",
1459
1503
  "service": "https://rpc.fantom.network"
@@ -1556,6 +1600,10 @@ exports.web3Seeds = [
1556
1600
  },
1557
1601
  {
1558
1602
  "networkId": "eip155:267",
1603
+ "service": "https://rpc.ankr.com/neura_testnet"
1604
+ },
1605
+ {
1606
+ "networkId": "eip155:288",
1559
1607
  "service": "https://mainnet.boba.network/"
1560
1608
  },
1561
1609
  {
@@ -1598,6 +1646,10 @@ exports.web3Seeds = [
1598
1646
  "networkId": "eip155:314",
1599
1647
  "service": "https://node.filutils.com/rpc/v1"
1600
1648
  },
1649
+ {
1650
+ "networkId": "eip155:314",
1651
+ "service": "https://rpc.ankr.com/filecoin"
1652
+ },
1601
1653
  {
1602
1654
  "networkId": "eip155:314",
1603
1655
  "service": "https://filecoin.chainup.net/rpc/v1"
@@ -1934,6 +1986,10 @@ exports.web3Seeds = [
1934
1986
  "networkId": "eip155:1001",
1935
1987
  "service": "https://kaia-kairos.blockpi.network/v1/rpc/public"
1936
1988
  },
1989
+ {
1990
+ "networkId": "eip155:1001",
1991
+ "service": "https://rpc.ankr.com/klaytn_testnet"
1992
+ },
1937
1993
  {
1938
1994
  "networkId": "eip155:1001",
1939
1995
  "service": "https://klaytn.api.onfinality.io/public"
@@ -2018,6 +2074,10 @@ exports.web3Seeds = [
2018
2074
  "networkId": "eip155:1100",
2019
2075
  "service": "https://dymension.drpc.org"
2020
2076
  },
2077
+ {
2078
+ "networkId": "eip155:1101",
2079
+ "service": "https://rpc.ankr.com/polygon_zkevm"
2080
+ },
2021
2081
  {
2022
2082
  "networkId": "eip155:1101",
2023
2083
  "service": "https://rpc.polygon-zkevm.gateway.fm"
@@ -2066,6 +2126,10 @@ exports.web3Seeds = [
2066
2126
  "networkId": "eip155:1116",
2067
2127
  "service": "https://1rpc.io/core"
2068
2128
  },
2129
+ {
2130
+ "networkId": "eip155:1116",
2131
+ "service": "https://rpc.ankr.com/core"
2132
+ },
2069
2133
  {
2070
2134
  "networkId": "eip155:1116",
2071
2135
  "service": "https://core.drpc.org"
@@ -2142,6 +2206,10 @@ exports.web3Seeds = [
2142
2206
  "networkId": "eip155:1284",
2143
2207
  "service": "https://moonbeam.public.blastapi.io"
2144
2208
  },
2209
+ {
2210
+ "networkId": "eip155:1284",
2211
+ "service": "https://rpc.ankr.com/moonbeam"
2212
+ },
2145
2213
  {
2146
2214
  "networkId": "eip155:1284",
2147
2215
  "service": "https://1rpc.io/glmr"
@@ -2442,6 +2510,14 @@ exports.web3Seeds = [
2442
2510
  "networkId": "eip155:2000",
2443
2511
  "service": "https://rpc03-sg.dogechain.dog"
2444
2512
  },
2513
+ {
2514
+ "networkId": "eip155:2000",
2515
+ "service": "https://dogechain.ankr.com"
2516
+ },
2517
+ {
2518
+ "networkId": "eip155:2000",
2519
+ "service": "https://dogechain-sj.ankr.com"
2520
+ },
2445
2521
  {
2446
2522
  "networkId": "eip155:2000",
2447
2523
  "service": "https://doge-mainnet.gateway.tatum.io"
@@ -2526,6 +2602,10 @@ exports.web3Seeds = [
2526
2602
  "networkId": "eip155:2222",
2527
2603
  "service": "https://evm.kava.chainstacklabs.com"
2528
2604
  },
2605
+ {
2606
+ "networkId": "eip155:2222",
2607
+ "service": "https://rpc.ankr.com/kava_evm"
2608
+ },
2529
2609
  {
2530
2610
  "networkId": "eip155:2222",
2531
2611
  "service": "https://evm.kava-rpc.com"
@@ -2618,6 +2698,10 @@ exports.web3Seeds = [
2618
2698
  "networkId": "eip155:4002",
2619
2699
  "service": "https://endpoints.omniatech.io/v1/fantom/testnet/public"
2620
2700
  },
2701
+ {
2702
+ "networkId": "eip155:4002",
2703
+ "service": "https://rpc.ankr.com/fantom_testnet"
2704
+ },
2621
2705
  {
2622
2706
  "networkId": "eip155:4002",
2623
2707
  "service": "https://fantom-testnet.public.blastapi.io"
@@ -2674,6 +2758,10 @@ exports.web3Seeds = [
2674
2758
  "networkId": "eip155:4444",
2675
2759
  "service": "https://janus.htmlcoin.dev/janus/"
2676
2760
  },
2761
+ {
2762
+ "networkId": "eip155:4689",
2763
+ "service": "https://rpc.ankr.com/iotex"
2764
+ },
2677
2765
  {
2678
2766
  "networkId": "eip155:4689",
2679
2767
  "service": "https://babel-api.mainnet.iotex.io"
@@ -2714,6 +2802,10 @@ exports.web3Seeds = [
2714
2802
  "networkId": "eip155:5000",
2715
2803
  "service": "https://mantle.drpc.org"
2716
2804
  },
2805
+ {
2806
+ "networkId": "eip155:5000",
2807
+ "service": "https://rpc.ankr.com/mantle"
2808
+ },
2717
2809
  {
2718
2810
  "networkId": "eip155:5000",
2719
2811
  "service": "https://1rpc.io/mantle"
@@ -2976,6 +3068,10 @@ exports.web3Seeds = [
2976
3068
  },
2977
3069
  {
2978
3070
  "networkId": "eip155:8217",
3071
+ "service": "https://rpc.ankr.com/klaytn "
3072
+ },
3073
+ {
3074
+ "networkId": "eip155:8428",
2979
3075
  "service": "https://api.thatchain.io"
2980
3076
  },
2981
3077
  {
@@ -3626,6 +3722,10 @@ exports.web3Seeds = [
3626
3722
  "networkId": "eip155:42161",
3627
3723
  "service": "https://arb1.arbitrum.io/rpc"
3628
3724
  },
3725
+ {
3726
+ "networkId": "eip155:42161",
3727
+ "service": "https://rpc.ankr.com/arbitrum"
3728
+ },
3629
3729
  {
3630
3730
  "networkId": "eip155:42161",
3631
3731
  "service": "https://1rpc.io/arb"
@@ -3722,6 +3822,10 @@ exports.web3Seeds = [
3722
3822
  "networkId": "eip155:42220",
3723
3823
  "service": "https://forno.celo.org"
3724
3824
  },
3825
+ {
3826
+ "networkId": "eip155:42220",
3827
+ "service": "https://rpc.ankr.com/celo"
3828
+ },
3725
3829
  {
3726
3830
  "networkId": "eip155:42220",
3727
3831
  "service": "https://1rpc.io/celo"
@@ -3770,6 +3874,14 @@ exports.web3Seeds = [
3770
3874
  "networkId": "eip155:43113",
3771
3875
  "service": "https://endpoints.omniatech.io/v1/avax/fuji/public"
3772
3876
  },
3877
+ {
3878
+ "networkId": "eip155:43113",
3879
+ "service": "https://rpc.ankr.com/avalanche_fuji"
3880
+ },
3881
+ {
3882
+ "networkId": "eip155:43113",
3883
+ "service": "https://rpc.ankr.com/avalanche_fuji-c"
3884
+ },
3773
3885
  {
3774
3886
  "networkId": "eip155:43113",
3775
3887
  "service": "https://avalanchetestapi.terminet.io/ext/bc/C/rpc"
@@ -3802,6 +3914,10 @@ exports.web3Seeds = [
3802
3914
  "networkId": "eip155:43114",
3803
3915
  "service": "https://avalanche.public-rpc.com"
3804
3916
  },
3917
+ {
3918
+ "networkId": "eip155:43114",
3919
+ "service": "https://rpc.ankr.com/avalanche"
3920
+ },
3805
3921
  {
3806
3922
  "networkId": "eip155:43114",
3807
3923
  "service": "https://ava-mainnet.public.blastapi.io/ext/bc/C/rpc"
@@ -4014,6 +4130,10 @@ exports.web3Seeds = [
4014
4130
  "networkId": "eip155:80001",
4015
4131
  "service": "https://endpoints.omniatech.io/v1/matic/mumbai/public"
4016
4132
  },
4133
+ {
4134
+ "networkId": "eip155:80001",
4135
+ "service": "https://rpc.ankr.com/polygon_mumbai"
4136
+ },
4017
4137
  {
4018
4138
  "networkId": "eip155:80001",
4019
4139
  "service": "https://polygontestapi.terminet.io/rpc"
@@ -4062,6 +4182,10 @@ exports.web3Seeds = [
4062
4182
  "networkId": "eip155:80002",
4063
4183
  "service": "https://polygon-amoy.blockpi.network/v1/rpc/public"
4064
4184
  },
4185
+ {
4186
+ "networkId": "eip155:80002",
4187
+ "service": "https://rpc.ankr.com/polygon_amoy"
4188
+ },
4065
4189
  {
4066
4190
  "networkId": "eip155:80002",
4067
4191
  "service": "https://polygon-amoy.drpc.org"
@@ -4106,6 +4230,10 @@ exports.web3Seeds = [
4106
4230
  "networkId": "eip155:81457",
4107
4231
  "service": "https://blast.blockpi.network/v1/rpc/public"
4108
4232
  },
4233
+ {
4234
+ "networkId": "eip155:81457",
4235
+ "service": "https://rpc.ankr.com/blast"
4236
+ },
4109
4237
  {
4110
4238
  "networkId": "eip155:81457",
4111
4239
  "service": "https://blast.gasswap.org"
@@ -4214,6 +4342,10 @@ exports.web3Seeds = [
4214
4342
  "networkId": "eip155:167000",
4215
4343
  "service": "https://rpc.taiko.xyz"
4216
4344
  },
4345
+ {
4346
+ "networkId": "eip155:167000",
4347
+ "service": "https://rpc.ankr.com/taiko"
4348
+ },
4217
4349
  {
4218
4350
  "networkId": "eip155:167000",
4219
4351
  "service": "https://taiko.blockpi.network/v1/rpc/public"
@@ -4246,6 +4378,10 @@ exports.web3Seeds = [
4246
4378
  "networkId": "eip155:167009",
4247
4379
  "service": "https://rpc.hekla.taiko.xyz"
4248
4380
  },
4381
+ {
4382
+ "networkId": "eip155:167009",
4383
+ "service": "https://rpc.ankr.com/taiko_hekla"
4384
+ },
4249
4385
  {
4250
4386
  "networkId": "eip155:167009",
4251
4387
  "service": "https://taiko-hekla.blockpi.network/v1/rpc/public"
@@ -4390,6 +4526,10 @@ exports.web3Seeds = [
4390
4526
  "networkId": "eip155:534351",
4391
4527
  "service": "https://scroll-testnet-public.unifra.io"
4392
4528
  },
4529
+ {
4530
+ "networkId": "eip155:534351",
4531
+ "service": "https://rpc.ankr.com/scroll_sepolia_testnet"
4532
+ },
4393
4533
  {
4394
4534
  "networkId": "eip155:534351",
4395
4535
  "service": "https://scroll-public.scroll-testnet.quiknode.pro/"
@@ -4754,6 +4894,10 @@ exports.web3Seeds = [
4754
4894
  "networkId": "eip155:1666600000",
4755
4895
  "service": "https://api.s0.t.hmny.io"
4756
4896
  },
4897
+ {
4898
+ "networkId": "eip155:1666600000",
4899
+ "service": "https://rpc.ankr.com/harmony"
4900
+ },
4757
4901
  {
4758
4902
  "networkId": "eip155:1666600000",
4759
4903
  "service": "https://1rpc.io/one"
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@pioneer-platform/nodes",
3
- "version": "8.3.15",
3
+ "version": "8.4.0",
4
4
  "main": "./lib/index.js",
5
5
  "types": "./lib/index.d.ts",
6
6
  "dependencies": {
7
- "@pioneer-platform/loggerdog": "^8.3.1",
7
+ "@pioneer-platform/loggerdog": "^8.4.0",
8
8
  "dotenv": "^8.2.0"
9
9
  },
10
10
  "devDependencies": {