@pioneer-platform/nodes 8.3.15 → 8.3.17

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/seeds.d.ts CHANGED
@@ -33,28 +33,15 @@ export declare const blockbooks: ({
33
33
  networkId?: undefined;
34
34
  websocket?: undefined;
35
35
  })[];
36
- export declare const shapeshift: ({
36
+ interface NodeEntry {
37
37
  key: string;
38
38
  value: string;
39
- swagger: string;
39
+ swagger?: string;
40
40
  network: string;
41
- protocol: string;
41
+ protocol?: string;
42
42
  type: string;
43
- nodeType?: undefined;
44
- } | {
45
- key: string;
46
- value: string;
47
- network: string;
48
- protocol: string;
49
- type: string;
50
- swagger?: undefined;
51
- nodeType?: undefined;
52
- } | {
53
- key: string;
54
- value: string;
55
- network: string;
56
- nodeType: string;
57
- type: string;
58
- swagger?: undefined;
59
- protocol?: undefined;
60
- })[];
43
+ nodeType?: string;
44
+ service?: string;
45
+ }
46
+ export declare const shapeshift: NodeEntry[];
47
+ export {};
package/lib/seeds.js CHANGED
@@ -267,278 +267,281 @@ exports.blockbooks = [
267
267
  // }
268
268
  ];
269
269
  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
- //
270
+ // DISABLED: ShapeShift Unchained APIs are offline/deprecated (causing timeouts)
271
+ // The system will fall back to alternative providers (NowNodes Blockbook, BitGo, etc.)
272
+ // {
273
+ // key: "REACT_APP_UNCHAINED_ETHEREUM_HTTP_URL",
274
+ // value: "https://api.ethereum.shapeshift.com",
275
+ // swagger: "https://api.ethereum.shapeshift.com/swagger.json",
276
+ // network: "ethereum",
277
+ // protocol: "http",
278
+ // type: "unchained"
279
+ // },
280
+ // {
281
+ // key: "REACT_APP_UNCHAINED_ETHEREUM_WS_URL",
282
+ // value: "wss://api.ethereum.shapeshift.com",
283
+ // network: "ethereum",
284
+ // protocol: "websocket",
285
+ // type: "unchained"
286
+ // },
287
+ // {
288
+ // key: "REACT_APP_UNCHAINED_AVALANCHE_HTTP_URL",
289
+ // value: "https://api.avalanche.shapeshift.com",
290
+ // swagger: "https://api.avalanche.shapeshift.com/swagger.json",
291
+ // network: "avalanche",
292
+ // protocol: "http",
293
+ // type: "unchained"
294
+ // },
295
+ // {
296
+ // key: "REACT_APP_UNCHAINED_AVALANCHE_WS_URL",
297
+ // value: "wss://api.avalanche.shapeshift.com",
298
+ // network: "avalanche",
299
+ // protocol: "websocket",
300
+ // type: "unchained"
301
+ // },
302
+ // {
303
+ // key: "REACT_APP_UNCHAINED_OPTIMISM_HTTP_URL",
304
+ // value: "https://api.optimism.shapeshift.com",
305
+ // swagger: "https://api.optimism.shapeshift.com/swagger.json",
306
+ // network: "optimism",
307
+ // protocol: "http",
308
+ // type: "unchained"
309
+ // },
310
+ // {
311
+ // key: "REACT_APP_UNCHAINED_OPTIMISM_WS_URL",
312
+ // value: "wss://api.optimism.shapeshift.com",
313
+ // network: "optimism",
314
+ // protocol: "websocket",
315
+ // type: "unchained"
316
+ // },
317
+ // {
318
+ // key: "REACT_APP_UNCHAINED_BNBSMARTCHAIN_HTTP_URL",
319
+ // value: "https://api.bnbsmartchain.shapeshift.com",
320
+ // swagger: "https://api.bnbsmartchain.shapeshift.com/swagger.json",
321
+ // network: "bnbsmartchain",
322
+ // protocol: "http",
323
+ // type: "unchained"
324
+ // },
325
+ // {
326
+ // key: "REACT_APP_UNCHAINED_BNBSMARTCHAIN_WS_URL",
327
+ // value: "wss://api.bnbsmartchain.shapeshift.com",
328
+ // network: "bnbsmartchain",
329
+ // protocol: "websocket",
330
+ // type: "unchained"
331
+ // },
332
+ // {
333
+ // key: "REACT_APP_UNCHAINED_POLYGON_HTTP_URL",
334
+ // value: "https://dev-api.polygon.shapeshift.com",
335
+ // swagger: "https://dev-api.polygon.shapeshift.com/swagger.json",
336
+ // network: "polygon",
337
+ // protocol: "http",
338
+ // type: "unchained"
339
+ // },
340
+ // {
341
+ // key: "REACT_APP_UNCHAINED_POLYGON_WS_URL",
342
+ // value: "wss://dev-api.polygon.shapeshift.com",
343
+ // network: "polygon",
344
+ // protocol: "websocket",
345
+ // type: "unchained"
346
+ // },
347
+ // {
348
+ // key: "REACT_APP_UNCHAINED_GNOSIS_HTTP_URL",
349
+ // value: "https://api.gnosis.shapeshift.com",
350
+ // swagger: "https://api.gnosis.shapeshift.com/swagger.json",
351
+ // network: "gnosis",
352
+ // protocol: "http",
353
+ // type: "unchained"
354
+ // },
355
+ // {
356
+ // key: "REACT_APP_UNCHAINED_GNOSIS_WS_URL",
357
+ // value: "wss://api.gnosis.shapeshift.com",
358
+ // network: "gnosis",
359
+ // protocol: "websocket",
360
+ // type: "unchained"
361
+ // },
362
+ // {
363
+ // key: "REACT_APP_UNCHAINED_BITCOIN_HTTP_URL",
364
+ // value: "https://api.bitcoin.shapeshift.com",
365
+ // swagger: "https://api.bitcoin.shapeshift.com/swagger.json",
366
+ // network: "bitcoin",
367
+ // protocol: "http",
368
+ // type: "unchained"
369
+ // },
370
+ // {
371
+ // key: "REACT_APP_UNCHAINED_BITCOIN_WS_URL",
372
+ // value: "wss://api.bitcoin.shapeshift.com",
373
+ // network: "bitcoin",
374
+ // protocol: "websocket",
375
+ // type: "unchained"
376
+ // },
377
+ // {
378
+ // key: "REACT_APP_UNCHAINED_DOGECOIN_WS_URL",
379
+ // value: "wss://api.dogecoin.shapeshift.com",
380
+ // network: "dogecoin",
381
+ // protocol: "websocket",
382
+ // type: "unchained"
383
+ // },
384
+ // {
385
+ // key: "REACT_APP_UNCHAINED_DOGECOIN_HTTP_URL",
386
+ // value: "https://api.dogecoin.shapeshift.com",
387
+ // swagger: "https://api.dogecoin.shapeshift.com/swagger.json",
388
+ // network: "dogecoin",
389
+ // protocol: "http",
390
+ // type: "unchained"
391
+ // },
392
+ // {
393
+ // key: "REACT_APP_UNCHAINED_LITECOIN_WS_URL",
394
+ // value: "wss://api.litecoin.shapeshift.com",
395
+ // network: "litecoin",
396
+ // protocol: "websocket",
397
+ // type: "unchained"
398
+ // },
399
+ // {
400
+ // key: "REACT_APP_UNCHAINED_LITECOIN_HTTP_URL",
401
+ // value: "https://api.litecoin.shapeshift.com",
402
+ // swagger: "https://api.litecoin.shapeshift.com/swagger.json",
403
+ // network: "litecoin",
404
+ // protocol: "http",
405
+ // type: "unchained"
406
+ // },
407
+ // {
408
+ // key: "REACT_APP_UNCHAINED_BITCOINCASH_HTTP_URL",
409
+ // value: "https://api.bitcoincash.shapeshift.com",
410
+ // swagger: "https://api.bitcoincash.shapeshift.com/swagger.json",
411
+ // network: "bitcoincash",
412
+ // protocol: "http",
413
+ // type: "unchained"
414
+ // },
415
+ // {
416
+ // key: "REACT_APP_UNCHAINED_BITCOINCASH_WS_URL",
417
+ // value: "wss://api.bitcoincash.shapeshift.com",
418
+ // network: "bitcoincash",
419
+ // protocol: "websocket",
420
+ // type: "unchained"
421
+ // },
422
+ // {
423
+ // key: "REACT_APP_UNCHAINED_COSMOS_HTTP_URL",
424
+ // value: "https://api.cosmos.shapeshift.com",
425
+ // swagger: "https://api.cosmos.shapeshift.com/swagger",
426
+ // network: "cosmos",
427
+ // protocol: "http",
428
+ // type: "unchained"
429
+ // },
430
+ // {
431
+ // key: "REACT_APP_UNCHAINED_COSMOS_WS_URL",
432
+ // value: "wss://api.cosmos.shapeshift.com",
433
+ // network: "cosmos",
434
+ // protocol: "websocket",
435
+ // type: "unchained"
436
+ // },
437
+ // fu shapeshift
438
+ // {
439
+ // key: "REACT_APP_UNCHAINED_OSMOSIS_HTTP_URL",
440
+ // value: "https://api.osmosis.shapeshift.com",
441
+ // swagger: "https://api.osmosis.shapeshift.com/swagger",
442
+ // network: "osmosis",
443
+ // protocol: "http",
444
+ // type: "unchained"
445
+ // },
446
+ // {
447
+ // key: "REACT_APP_UNCHAINED_OSMOSIS_WS_URL",
448
+ // value: "wss://api.osmosis.shapeshift.com",
449
+ // network: "osmosis",
450
+ // protocol: "websocket",
451
+ // type: "unchained"
452
+ // },
453
+ // {
454
+ // key: "REACT_APP_UNCHAINED_THORCHAIN_HTTP_URL",
455
+ // value: "https://api.thorchain.shapeshift.com",
456
+ // swagger: "https://api.thorchain.shapeshift.com/swagger",
457
+ // network: "thorchain",
458
+ // protocol: "http",
459
+ // type: "unchained"
460
+ // },
461
+ // {
462
+ // key: "REACT_APP_UNCHAINED_THORCHAIN_WS_URL",
463
+ // value: "wss://api.thorchain.shapeshift.com",
464
+ // network: "thorchain",
465
+ // protocol: "websocket",
466
+ // type: "unchained"
467
+ // },
468
+ // NOTE: Daemon nodes below are also likely offline/deprecated
469
+ // {
470
+ // key: "REACT_APP_ETHEREUM_NODE_URL",
471
+ // value: "https://daemon.ethereum.shapeshift.com",
472
+ // network: "ethereum",
473
+ // nodeType: "eth-node",
474
+ // type: "daemon"
475
+ // },
476
+ // {
477
+ // key: "REACT_APP_ETHEREUM_INFURA_URL",
478
+ // value: "https://mainnet.infura.io/v3/6e2f28ff4f5340fdb0db5da3baec0af2",
479
+ // network: "ethereum",
480
+ // nodeType: "infura",
481
+ // type: "unchained"
482
+ // },
483
+ // {
484
+ // key: "REACT_APP_AVALANCHE_NODE_URL",
485
+ // value: "https://daemon.avalanche.shapeshift.com/ext/bc/C/rpc",
486
+ // network: "avalanche",
487
+ // nodeType: "avalanche-node",
488
+ // type: "daemon"
489
+ // },
490
+ // {
491
+ // key: "REACT_APP_OPTIMISM_NODE_URL",
492
+ // value: "https://daemon.optimism.shapeshift.com",
493
+ // network: "optimism",
494
+ // nodeType: "optimism-node",
495
+ // type: "daemon"
496
+ // },
497
+ // {
498
+ // key: "REACT_APP_BNBSMARTCHAIN_NODE_URL",
499
+ // value: "https://daemon.bnbsmartchain.shapeshift.com",
500
+ // network: "bnbsmartchain",
501
+ // nodeType: "bnbsmartchain-node",
502
+ // type: "daemon"
503
+ // },
504
+ // {
505
+ // key: "REACT_APP_POLYGON_NODE_URL",
506
+ // value: "https://dev-daemon.polygon.shapeshift.com",
507
+ // network: "polygon",
508
+ // nodeType: "polygon-node",
509
+ // type: "daemon"
510
+ // },
511
+ // {
512
+ // key: "REACT_APP_GNOSIS_NODE_URL",
513
+ // value: "https://daemon.gnosis.shapeshift.com",
514
+ // network: "gnosis",
515
+ // nodeType: "gnosis-node",
516
+ // type: "daemon"
517
+ // },
518
+ // {
519
+ // key: "REACT_APP_COSMOS_NODE_URL",
520
+ // value: "https://daemon.cosmos.shapeshift.com",
521
+ // network: "cosmos",
522
+ // nodeType: "cosmos-node",
523
+ // type: "daemon"
524
+ // },
525
+ // {
526
+ // key: "REACT_APP_OSMOSIS_NODE_URL",
527
+ // value: "https://daemon.osmosis.shapeshift.com",
528
+ // network: "osmosis",
529
+ // nodeType: "osmosis-node",
530
+ // type: "daemon"
531
+ // },
532
+ // {
533
+ // key: "REACT_APP_THORCHAIN_NODE_URL",
534
+ // value: "https://daemon.thorchain.shapeshift.com",
535
+ // network: "thorchain",
536
+ // nodeType: "thorchain-node",
537
+ // type: "daemon"
538
+ // },
539
+ // {
540
+ // key: "REACT_APP_MIDGARD_URL",
541
+ // value: "https://indexer.thorchain.shapeshift.com/v2",
542
+ // network: "thorchain",
543
+ // service: "midgard",
544
+ // type: "unchained"
545
+ // },
546
+ //
544
547
  ];
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,24 +1,8 @@
1
1
  {
2
2
  "name": "@pioneer-platform/nodes",
3
- "version": "8.3.15",
3
+ "version": "8.3.17",
4
4
  "main": "./lib/index.js",
5
5
  "types": "./lib/index.d.ts",
6
- "dependencies": {
7
- "@pioneer-platform/loggerdog": "^8.3.1",
8
- "dotenv": "^8.2.0"
9
- },
10
- "devDependencies": {
11
- "@types/jest": "^25.2.3",
12
- "@types/node": "^18.16.0",
13
- "@types/source-map-support": "^0.5.3",
14
- "jest": "^26.6.3",
15
- "onchange": "^7.1.0",
16
- "serve": "^11.3.2",
17
- "source-map-support": "^0.5.19",
18
- "ts-jest": "^29.0.5",
19
- "typescript": "^5.0.4"
20
- },
21
- "gitHead": "aeae28273014ab69b42f22abec159c6693a56c40",
22
6
  "scripts": {
23
7
  "npm": "pnpm i",
24
8
  "npm-update": "pnpm update",
@@ -34,5 +18,21 @@
34
18
  "build:watch": "onchange 'src/**/*.ts' -- pnpm run build",
35
19
  "view:coverage": "serve coverage/lcov-report",
36
20
  "clean": "rm -rf coverage src/**/*.js src/**/*.map lib node_modules"
37
- }
38
- }
21
+ },
22
+ "dependencies": {
23
+ "@pioneer-platform/loggerdog": "^8.3.1",
24
+ "dotenv": "^8.2.0"
25
+ },
26
+ "devDependencies": {
27
+ "@types/jest": "^25.2.3",
28
+ "@types/node": "^18.16.0",
29
+ "@types/source-map-support": "^0.5.3",
30
+ "jest": "^26.6.3",
31
+ "onchange": "^7.1.0",
32
+ "serve": "^11.3.2",
33
+ "source-map-support": "^0.5.19",
34
+ "ts-jest": "^29.0.5",
35
+ "typescript": "^5.0.4"
36
+ },
37
+ "gitHead": "aeae28273014ab69b42f22abec159c6693a56c40"
38
+ }