@pioneer-platform/nodes 8.11.0 → 8.11.2

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.
@@ -1,2 +1 @@
1
-
2
- $ tsc -p .
1
+ $ tsc -p .
package/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # @pioneer-platform/nodes
2
2
 
3
+ ## 8.11.2
4
+
5
+ ### Patch Changes
6
+
7
+ - fix(nodes): remove ankr.com RPC nodes requiring authentication
8
+
9
+ ## 8.11.1
10
+
11
+ ### Patch Changes
12
+
13
+ - 3f2da9a: Add ShapeShift MayaChain Unchained API integration with dual broadcast support
14
+
15
+ - Added MayaChain Unchained endpoints to pioneer-nodes seed configuration
16
+ - Implemented dual broadcast in maya-network (MayaNode + ShapeShift Unchained + NowNodes fallbacks)
17
+ - Added endpoint-specific payload formatting (Cosmos vs Unchained API formats)
18
+ - Updated unchained integration tests for MayaChain broadcast validation
19
+
3
20
  ## 8.11.0
4
21
 
5
22
  ### Minor Changes
package/lib/index.d.ts CHANGED
@@ -1,12 +1,18 @@
1
1
  export declare const init: (type: string, config: any, isTestnet: boolean) => Promise<boolean>;
2
- export declare const getWeb3Nodes: () => {
2
+ export declare const getWeb3Nodes: () => ({
3
+ networkId: string;
4
+ service?: undefined;
5
+ } | {
3
6
  networkId: string;
4
7
  service: string;
5
- }[];
6
- export declare const getNodes: () => {
8
+ })[];
9
+ export declare const getNodes: () => ({
10
+ networkId: string;
11
+ service?: undefined;
12
+ } | {
7
13
  networkId: string;
8
14
  service: string;
9
- }[];
15
+ })[];
10
16
  export declare const getNode: (network: string, serviceId: string) => any;
11
17
  export declare const getBlockbooks: () => ({
12
18
  symbol: string;
package/lib/seeds.js CHANGED
@@ -314,281 +314,297 @@ exports.blockbooks = [
314
314
  // }
315
315
  ];
316
316
  exports.shapeshift = [
317
- // DISABLED: ShapeShift Unchained APIs are offline/deprecated (causing timeouts)
318
- // The system will fall back to alternative providers (NowNodes Blockbook, BitGo, etc.)
319
- // {
320
- // key: "REACT_APP_UNCHAINED_ETHEREUM_HTTP_URL",
321
- // value: "https://api.ethereum.shapeshift.com",
322
- // swagger: "https://api.ethereum.shapeshift.com/swagger.json",
323
- // network: "ethereum",
324
- // protocol: "http",
325
- // type: "unchained"
326
- // },
327
- // {
328
- // key: "REACT_APP_UNCHAINED_ETHEREUM_WS_URL",
329
- // value: "wss://api.ethereum.shapeshift.com",
330
- // network: "ethereum",
331
- // protocol: "websocket",
332
- // type: "unchained"
333
- // },
334
- // {
335
- // key: "REACT_APP_UNCHAINED_AVALANCHE_HTTP_URL",
336
- // value: "https://api.avalanche.shapeshift.com",
337
- // swagger: "https://api.avalanche.shapeshift.com/swagger.json",
338
- // network: "avalanche",
339
- // protocol: "http",
340
- // type: "unchained"
341
- // },
342
- // {
343
- // key: "REACT_APP_UNCHAINED_AVALANCHE_WS_URL",
344
- // value: "wss://api.avalanche.shapeshift.com",
345
- // network: "avalanche",
346
- // protocol: "websocket",
347
- // type: "unchained"
348
- // },
349
- // {
350
- // key: "REACT_APP_UNCHAINED_OPTIMISM_HTTP_URL",
351
- // value: "https://api.optimism.shapeshift.com",
352
- // swagger: "https://api.optimism.shapeshift.com/swagger.json",
353
- // network: "optimism",
354
- // protocol: "http",
355
- // type: "unchained"
356
- // },
357
- // {
358
- // key: "REACT_APP_UNCHAINED_OPTIMISM_WS_URL",
359
- // value: "wss://api.optimism.shapeshift.com",
360
- // network: "optimism",
361
- // protocol: "websocket",
362
- // type: "unchained"
363
- // },
364
- // {
365
- // key: "REACT_APP_UNCHAINED_BNBSMARTCHAIN_HTTP_URL",
366
- // value: "https://api.bnbsmartchain.shapeshift.com",
367
- // swagger: "https://api.bnbsmartchain.shapeshift.com/swagger.json",
368
- // network: "bnbsmartchain",
369
- // protocol: "http",
370
- // type: "unchained"
371
- // },
372
- // {
373
- // key: "REACT_APP_UNCHAINED_BNBSMARTCHAIN_WS_URL",
374
- // value: "wss://api.bnbsmartchain.shapeshift.com",
375
- // network: "bnbsmartchain",
376
- // protocol: "websocket",
377
- // type: "unchained"
378
- // },
379
- // {
380
- // key: "REACT_APP_UNCHAINED_POLYGON_HTTP_URL",
381
- // value: "https://dev-api.polygon.shapeshift.com",
382
- // swagger: "https://dev-api.polygon.shapeshift.com/swagger.json",
383
- // network: "polygon",
384
- // protocol: "http",
385
- // type: "unchained"
386
- // },
387
- // {
388
- // key: "REACT_APP_UNCHAINED_POLYGON_WS_URL",
389
- // value: "wss://dev-api.polygon.shapeshift.com",
390
- // network: "polygon",
391
- // protocol: "websocket",
392
- // type: "unchained"
393
- // },
394
- // {
395
- // key: "REACT_APP_UNCHAINED_GNOSIS_HTTP_URL",
396
- // value: "https://api.gnosis.shapeshift.com",
397
- // swagger: "https://api.gnosis.shapeshift.com/swagger.json",
398
- // network: "gnosis",
399
- // protocol: "http",
400
- // type: "unchained"
401
- // },
402
- // {
403
- // key: "REACT_APP_UNCHAINED_GNOSIS_WS_URL",
404
- // value: "wss://api.gnosis.shapeshift.com",
405
- // network: "gnosis",
406
- // protocol: "websocket",
407
- // type: "unchained"
408
- // },
409
- // {
410
- // key: "REACT_APP_UNCHAINED_BITCOIN_HTTP_URL",
411
- // value: "https://api.bitcoin.shapeshift.com",
412
- // swagger: "https://api.bitcoin.shapeshift.com/swagger.json",
413
- // network: "bitcoin",
414
- // protocol: "http",
415
- // type: "unchained"
416
- // },
417
- // {
418
- // key: "REACT_APP_UNCHAINED_BITCOIN_WS_URL",
419
- // value: "wss://api.bitcoin.shapeshift.com",
420
- // network: "bitcoin",
421
- // protocol: "websocket",
422
- // type: "unchained"
423
- // },
424
- // {
425
- // key: "REACT_APP_UNCHAINED_DOGECOIN_WS_URL",
426
- // value: "wss://api.dogecoin.shapeshift.com",
427
- // network: "dogecoin",
428
- // protocol: "websocket",
429
- // type: "unchained"
430
- // },
431
- // {
432
- // key: "REACT_APP_UNCHAINED_DOGECOIN_HTTP_URL",
433
- // value: "https://api.dogecoin.shapeshift.com",
434
- // swagger: "https://api.dogecoin.shapeshift.com/swagger.json",
435
- // network: "dogecoin",
436
- // protocol: "http",
437
- // type: "unchained"
438
- // },
439
- // {
440
- // key: "REACT_APP_UNCHAINED_LITECOIN_WS_URL",
441
- // value: "wss://api.litecoin.shapeshift.com",
442
- // network: "litecoin",
443
- // protocol: "websocket",
444
- // type: "unchained"
445
- // },
446
- // {
447
- // key: "REACT_APP_UNCHAINED_LITECOIN_HTTP_URL",
448
- // value: "https://api.litecoin.shapeshift.com",
449
- // swagger: "https://api.litecoin.shapeshift.com/swagger.json",
450
- // network: "litecoin",
451
- // protocol: "http",
452
- // type: "unchained"
453
- // },
454
- // {
455
- // key: "REACT_APP_UNCHAINED_BITCOINCASH_HTTP_URL",
456
- // value: "https://api.bitcoincash.shapeshift.com",
457
- // swagger: "https://api.bitcoincash.shapeshift.com/swagger.json",
458
- // network: "bitcoincash",
459
- // protocol: "http",
460
- // type: "unchained"
461
- // },
462
- // {
463
- // key: "REACT_APP_UNCHAINED_BITCOINCASH_WS_URL",
464
- // value: "wss://api.bitcoincash.shapeshift.com",
465
- // network: "bitcoincash",
466
- // protocol: "websocket",
467
- // type: "unchained"
468
- // },
469
- // {
470
- // key: "REACT_APP_UNCHAINED_COSMOS_HTTP_URL",
471
- // value: "https://api.cosmos.shapeshift.com",
472
- // swagger: "https://api.cosmos.shapeshift.com/swagger",
473
- // network: "cosmos",
474
- // protocol: "http",
475
- // type: "unchained"
476
- // },
477
- // {
478
- // key: "REACT_APP_UNCHAINED_COSMOS_WS_URL",
479
- // value: "wss://api.cosmos.shapeshift.com",
480
- // network: "cosmos",
481
- // protocol: "websocket",
482
- // type: "unchained"
483
- // },
484
- // fu shapeshift
485
- // {
486
- // key: "REACT_APP_UNCHAINED_OSMOSIS_HTTP_URL",
487
- // value: "https://api.osmosis.shapeshift.com",
488
- // swagger: "https://api.osmosis.shapeshift.com/swagger",
489
- // network: "osmosis",
490
- // protocol: "http",
491
- // type: "unchained"
492
- // },
493
- // {
494
- // key: "REACT_APP_UNCHAINED_OSMOSIS_WS_URL",
495
- // value: "wss://api.osmosis.shapeshift.com",
496
- // network: "osmosis",
497
- // protocol: "websocket",
498
- // type: "unchained"
499
- // },
500
- // {
501
- // key: "REACT_APP_UNCHAINED_THORCHAIN_HTTP_URL",
502
- // value: "https://api.thorchain.shapeshift.com",
503
- // swagger: "https://api.thorchain.shapeshift.com/swagger",
504
- // network: "thorchain",
505
- // protocol: "http",
506
- // type: "unchained"
507
- // },
508
- // {
509
- // key: "REACT_APP_UNCHAINED_THORCHAIN_WS_URL",
510
- // value: "wss://api.thorchain.shapeshift.com",
511
- // network: "thorchain",
512
- // protocol: "websocket",
513
- // type: "unchained"
514
- // },
515
- // NOTE: Daemon nodes below are also likely offline/deprecated
516
- // {
517
- // key: "REACT_APP_ETHEREUM_NODE_URL",
518
- // value: "https://daemon.ethereum.shapeshift.com",
519
- // network: "ethereum",
520
- // nodeType: "eth-node",
521
- // type: "daemon"
522
- // },
523
- // {
524
- // key: "REACT_APP_ETHEREUM_INFURA_URL",
525
- // value: "https://mainnet.infura.io/v3/6e2f28ff4f5340fdb0db5da3baec0af2",
526
- // network: "ethereum",
527
- // nodeType: "infura",
528
- // type: "unchained"
529
- // },
530
- // {
531
- // key: "REACT_APP_AVALANCHE_NODE_URL",
532
- // value: "https://daemon.avalanche.shapeshift.com/ext/bc/C/rpc",
533
- // network: "avalanche",
534
- // nodeType: "avalanche-node",
535
- // type: "daemon"
536
- // },
537
- // {
538
- // key: "REACT_APP_OPTIMISM_NODE_URL",
539
- // value: "https://daemon.optimism.shapeshift.com",
540
- // network: "optimism",
541
- // nodeType: "optimism-node",
542
- // type: "daemon"
543
- // },
544
- // {
545
- // key: "REACT_APP_BNBSMARTCHAIN_NODE_URL",
546
- // value: "https://daemon.bnbsmartchain.shapeshift.com",
547
- // network: "bnbsmartchain",
548
- // nodeType: "bnbsmartchain-node",
549
- // type: "daemon"
550
- // },
551
- // {
552
- // key: "REACT_APP_POLYGON_NODE_URL",
553
- // value: "https://dev-daemon.polygon.shapeshift.com",
554
- // network: "polygon",
555
- // nodeType: "polygon-node",
556
- // type: "daemon"
557
- // },
558
- // {
559
- // key: "REACT_APP_GNOSIS_NODE_URL",
560
- // value: "https://daemon.gnosis.shapeshift.com",
561
- // network: "gnosis",
562
- // nodeType: "gnosis-node",
563
- // type: "daemon"
564
- // },
565
- // {
566
- // key: "REACT_APP_COSMOS_NODE_URL",
567
- // value: "https://daemon.cosmos.shapeshift.com",
568
- // network: "cosmos",
569
- // nodeType: "cosmos-node",
570
- // type: "daemon"
571
- // },
572
- // {
573
- // key: "REACT_APP_OSMOSIS_NODE_URL",
574
- // value: "https://daemon.osmosis.shapeshift.com",
575
- // network: "osmosis",
576
- // nodeType: "osmosis-node",
577
- // type: "daemon"
578
- // },
579
- // {
580
- // key: "REACT_APP_THORCHAIN_NODE_URL",
581
- // value: "https://daemon.thorchain.shapeshift.com",
582
- // network: "thorchain",
583
- // nodeType: "thorchain-node",
584
- // type: "daemon"
585
- // },
586
- // {
587
- // key: "REACT_APP_MIDGARD_URL",
588
- // value: "https://indexer.thorchain.shapeshift.com/v2",
589
- // network: "thorchain",
590
- // service: "midgard",
591
- // type: "unchained"
592
- // },
593
- //
317
+ // MayaChain Unchained API - ACTIVE
318
+ {
319
+ key: "REACT_APP_UNCHAINED_MAYACHAIN_HTTP_URL",
320
+ value: "https://api.mayachain.shapeshift.com",
321
+ swagger: "https://api.mayachain.shapeshift.com/swagger",
322
+ network: "mayachain",
323
+ protocol: "http",
324
+ type: "unchained"
325
+ },
326
+ {
327
+ key: "REACT_APP_UNCHAINED_MAYACHAIN_WS_URL",
328
+ value: "wss://api.mayachain.shapeshift.com",
329
+ network: "mayachain",
330
+ protocol: "websocket",
331
+ type: "unchained"
332
+ },
333
+ // DISABLED: ShapeShift Unchained APIs are offline/deprecated (causing timeouts)
334
+ // The system will fall back to alternative providers (NowNodes Blockbook, BitGo, etc.)
335
+ // {
336
+ // key: "REACT_APP_UNCHAINED_ETHEREUM_HTTP_URL",
337
+ // value: "https://api.ethereum.shapeshift.com",
338
+ // swagger: "https://api.ethereum.shapeshift.com/swagger.json",
339
+ // network: "ethereum",
340
+ // protocol: "http",
341
+ // type: "unchained"
342
+ // },
343
+ // {
344
+ // key: "REACT_APP_UNCHAINED_ETHEREUM_WS_URL",
345
+ // value: "wss://api.ethereum.shapeshift.com",
346
+ // network: "ethereum",
347
+ // protocol: "websocket",
348
+ // type: "unchained"
349
+ // },
350
+ // {
351
+ // key: "REACT_APP_UNCHAINED_AVALANCHE_HTTP_URL",
352
+ // value: "https://api.avalanche.shapeshift.com",
353
+ // swagger: "https://api.avalanche.shapeshift.com/swagger.json",
354
+ // network: "avalanche",
355
+ // protocol: "http",
356
+ // type: "unchained"
357
+ // },
358
+ // {
359
+ // key: "REACT_APP_UNCHAINED_AVALANCHE_WS_URL",
360
+ // value: "wss://api.avalanche.shapeshift.com",
361
+ // network: "avalanche",
362
+ // protocol: "websocket",
363
+ // type: "unchained"
364
+ // },
365
+ // {
366
+ // key: "REACT_APP_UNCHAINED_OPTIMISM_HTTP_URL",
367
+ // value: "https://api.optimism.shapeshift.com",
368
+ // swagger: "https://api.optimism.shapeshift.com/swagger.json",
369
+ // network: "optimism",
370
+ // protocol: "http",
371
+ // type: "unchained"
372
+ // },
373
+ // {
374
+ // key: "REACT_APP_UNCHAINED_OPTIMISM_WS_URL",
375
+ // value: "wss://api.optimism.shapeshift.com",
376
+ // network: "optimism",
377
+ // protocol: "websocket",
378
+ // type: "unchained"
379
+ // },
380
+ // {
381
+ // key: "REACT_APP_UNCHAINED_BNBSMARTCHAIN_HTTP_URL",
382
+ // value: "https://api.bnbsmartchain.shapeshift.com",
383
+ // swagger: "https://api.bnbsmartchain.shapeshift.com/swagger.json",
384
+ // network: "bnbsmartchain",
385
+ // protocol: "http",
386
+ // type: "unchained"
387
+ // },
388
+ // {
389
+ // key: "REACT_APP_UNCHAINED_BNBSMARTCHAIN_WS_URL",
390
+ // value: "wss://api.bnbsmartchain.shapeshift.com",
391
+ // network: "bnbsmartchain",
392
+ // protocol: "websocket",
393
+ // type: "unchained"
394
+ // },
395
+ // {
396
+ // key: "REACT_APP_UNCHAINED_POLYGON_HTTP_URL",
397
+ // value: "https://dev-api.polygon.shapeshift.com",
398
+ // swagger: "https://dev-api.polygon.shapeshift.com/swagger.json",
399
+ // network: "polygon",
400
+ // protocol: "http",
401
+ // type: "unchained"
402
+ // },
403
+ // {
404
+ // key: "REACT_APP_UNCHAINED_POLYGON_WS_URL",
405
+ // value: "wss://dev-api.polygon.shapeshift.com",
406
+ // network: "polygon",
407
+ // protocol: "websocket",
408
+ // type: "unchained"
409
+ // },
410
+ // {
411
+ // key: "REACT_APP_UNCHAINED_GNOSIS_HTTP_URL",
412
+ // value: "https://api.gnosis.shapeshift.com",
413
+ // swagger: "https://api.gnosis.shapeshift.com/swagger.json",
414
+ // network: "gnosis",
415
+ // protocol: "http",
416
+ // type: "unchained"
417
+ // },
418
+ // {
419
+ // key: "REACT_APP_UNCHAINED_GNOSIS_WS_URL",
420
+ // value: "wss://api.gnosis.shapeshift.com",
421
+ // network: "gnosis",
422
+ // protocol: "websocket",
423
+ // type: "unchained"
424
+ // },
425
+ // {
426
+ // key: "REACT_APP_UNCHAINED_BITCOIN_HTTP_URL",
427
+ // value: "https://api.bitcoin.shapeshift.com",
428
+ // swagger: "https://api.bitcoin.shapeshift.com/swagger.json",
429
+ // network: "bitcoin",
430
+ // protocol: "http",
431
+ // type: "unchained"
432
+ // },
433
+ // {
434
+ // key: "REACT_APP_UNCHAINED_BITCOIN_WS_URL",
435
+ // value: "wss://api.bitcoin.shapeshift.com",
436
+ // network: "bitcoin",
437
+ // protocol: "websocket",
438
+ // type: "unchained"
439
+ // },
440
+ // {
441
+ // key: "REACT_APP_UNCHAINED_DOGECOIN_WS_URL",
442
+ // value: "wss://api.dogecoin.shapeshift.com",
443
+ // network: "dogecoin",
444
+ // protocol: "websocket",
445
+ // type: "unchained"
446
+ // },
447
+ // {
448
+ // key: "REACT_APP_UNCHAINED_DOGECOIN_HTTP_URL",
449
+ // value: "https://api.dogecoin.shapeshift.com",
450
+ // swagger: "https://api.dogecoin.shapeshift.com/swagger.json",
451
+ // network: "dogecoin",
452
+ // protocol: "http",
453
+ // type: "unchained"
454
+ // },
455
+ // {
456
+ // key: "REACT_APP_UNCHAINED_LITECOIN_WS_URL",
457
+ // value: "wss://api.litecoin.shapeshift.com",
458
+ // network: "litecoin",
459
+ // protocol: "websocket",
460
+ // type: "unchained"
461
+ // },
462
+ // {
463
+ // key: "REACT_APP_UNCHAINED_LITECOIN_HTTP_URL",
464
+ // value: "https://api.litecoin.shapeshift.com",
465
+ // swagger: "https://api.litecoin.shapeshift.com/swagger.json",
466
+ // network: "litecoin",
467
+ // protocol: "http",
468
+ // type: "unchained"
469
+ // },
470
+ // {
471
+ // key: "REACT_APP_UNCHAINED_BITCOINCASH_HTTP_URL",
472
+ // value: "https://api.bitcoincash.shapeshift.com",
473
+ // swagger: "https://api.bitcoincash.shapeshift.com/swagger.json",
474
+ // network: "bitcoincash",
475
+ // protocol: "http",
476
+ // type: "unchained"
477
+ // },
478
+ // {
479
+ // key: "REACT_APP_UNCHAINED_BITCOINCASH_WS_URL",
480
+ // value: "wss://api.bitcoincash.shapeshift.com",
481
+ // network: "bitcoincash",
482
+ // protocol: "websocket",
483
+ // type: "unchained"
484
+ // },
485
+ // {
486
+ // key: "REACT_APP_UNCHAINED_COSMOS_HTTP_URL",
487
+ // value: "https://api.cosmos.shapeshift.com",
488
+ // swagger: "https://api.cosmos.shapeshift.com/swagger",
489
+ // network: "cosmos",
490
+ // protocol: "http",
491
+ // type: "unchained"
492
+ // },
493
+ // {
494
+ // key: "REACT_APP_UNCHAINED_COSMOS_WS_URL",
495
+ // value: "wss://api.cosmos.shapeshift.com",
496
+ // network: "cosmos",
497
+ // protocol: "websocket",
498
+ // type: "unchained"
499
+ // },
500
+ // fu shapeshift
501
+ // {
502
+ // key: "REACT_APP_UNCHAINED_OSMOSIS_HTTP_URL",
503
+ // value: "https://api.osmosis.shapeshift.com",
504
+ // swagger: "https://api.osmosis.shapeshift.com/swagger",
505
+ // network: "osmosis",
506
+ // protocol: "http",
507
+ // type: "unchained"
508
+ // },
509
+ // {
510
+ // key: "REACT_APP_UNCHAINED_OSMOSIS_WS_URL",
511
+ // value: "wss://api.osmosis.shapeshift.com",
512
+ // network: "osmosis",
513
+ // protocol: "websocket",
514
+ // type: "unchained"
515
+ // },
516
+ // {
517
+ // key: "REACT_APP_UNCHAINED_THORCHAIN_HTTP_URL",
518
+ // value: "https://api.thorchain.shapeshift.com",
519
+ // swagger: "https://api.thorchain.shapeshift.com/swagger",
520
+ // network: "thorchain",
521
+ // protocol: "http",
522
+ // type: "unchained"
523
+ // },
524
+ // {
525
+ // key: "REACT_APP_UNCHAINED_THORCHAIN_WS_URL",
526
+ // value: "wss://api.thorchain.shapeshift.com",
527
+ // network: "thorchain",
528
+ // protocol: "websocket",
529
+ // type: "unchained"
530
+ // },
531
+ // NOTE: Daemon nodes below are also likely offline/deprecated
532
+ // {
533
+ // key: "REACT_APP_ETHEREUM_NODE_URL",
534
+ // value: "https://daemon.ethereum.shapeshift.com",
535
+ // network: "ethereum",
536
+ // nodeType: "eth-node",
537
+ // type: "daemon"
538
+ // },
539
+ // {
540
+ // key: "REACT_APP_ETHEREUM_INFURA_URL",
541
+ // value: "https://mainnet.infura.io/v3/6e2f28ff4f5340fdb0db5da3baec0af2",
542
+ // network: "ethereum",
543
+ // nodeType: "infura",
544
+ // type: "unchained"
545
+ // },
546
+ // {
547
+ // key: "REACT_APP_AVALANCHE_NODE_URL",
548
+ // value: "https://daemon.avalanche.shapeshift.com/ext/bc/C/rpc",
549
+ // network: "avalanche",
550
+ // nodeType: "avalanche-node",
551
+ // type: "daemon"
552
+ // },
553
+ // {
554
+ // key: "REACT_APP_OPTIMISM_NODE_URL",
555
+ // value: "https://daemon.optimism.shapeshift.com",
556
+ // network: "optimism",
557
+ // nodeType: "optimism-node",
558
+ // type: "daemon"
559
+ // },
560
+ // {
561
+ // key: "REACT_APP_BNBSMARTCHAIN_NODE_URL",
562
+ // value: "https://daemon.bnbsmartchain.shapeshift.com",
563
+ // network: "bnbsmartchain",
564
+ // nodeType: "bnbsmartchain-node",
565
+ // type: "daemon"
566
+ // },
567
+ // {
568
+ // key: "REACT_APP_POLYGON_NODE_URL",
569
+ // value: "https://dev-daemon.polygon.shapeshift.com",
570
+ // network: "polygon",
571
+ // nodeType: "polygon-node",
572
+ // type: "daemon"
573
+ // },
574
+ // {
575
+ // key: "REACT_APP_GNOSIS_NODE_URL",
576
+ // value: "https://daemon.gnosis.shapeshift.com",
577
+ // network: "gnosis",
578
+ // nodeType: "gnosis-node",
579
+ // type: "daemon"
580
+ // },
581
+ // {
582
+ // key: "REACT_APP_COSMOS_NODE_URL",
583
+ // value: "https://daemon.cosmos.shapeshift.com",
584
+ // network: "cosmos",
585
+ // nodeType: "cosmos-node",
586
+ // type: "daemon"
587
+ // },
588
+ // {
589
+ // key: "REACT_APP_OSMOSIS_NODE_URL",
590
+ // value: "https://daemon.osmosis.shapeshift.com",
591
+ // network: "osmosis",
592
+ // nodeType: "osmosis-node",
593
+ // type: "daemon"
594
+ // },
595
+ // {
596
+ // key: "REACT_APP_THORCHAIN_NODE_URL",
597
+ // value: "https://daemon.thorchain.shapeshift.com",
598
+ // network: "thorchain",
599
+ // nodeType: "thorchain-node",
600
+ // type: "daemon"
601
+ // },
602
+ // {
603
+ // key: "REACT_APP_MIDGARD_URL",
604
+ // value: "https://indexer.thorchain.shapeshift.com/v2",
605
+ // network: "thorchain",
606
+ // service: "midgard",
607
+ // type: "unchained"
608
+ // },
609
+ //
594
610
  ];
package/lib/web3.d.ts CHANGED
@@ -1,4 +1,7 @@
1
- export declare const web3Seeds: {
1
+ export declare const web3Seeds: ({
2
+ networkId: string;
3
+ service?: undefined;
4
+ } | {
2
5
  networkId: string;
3
6
  service: string;
4
- }[];
7
+ })[];
package/lib/web3.js CHANGED
@@ -4,7 +4,6 @@ exports.web3Seeds = void 0;
4
4
  exports.web3Seeds = [
5
5
  {
6
6
  "networkId": "eip155:1",
7
- "service": "https://rpc.ankr.com/eth"
8
7
  },
9
8
  {
10
9
  "networkId": "eip155:1",
@@ -228,7 +227,6 @@ exports.web3Seeds = [
228
227
  },
229
228
  {
230
229
  "networkId": "eip155:3",
231
- "service": "https://rpc.ankr.com/eth_ropsten"
232
230
  },
233
231
  {
234
232
  "networkId": "eip155:3",
@@ -236,7 +234,6 @@ exports.web3Seeds = [
236
234
  },
237
235
  {
238
236
  "networkId": "eip155:4",
239
- "service": "https://rpc.ankr.com/eth_rinkeby"
240
237
  },
241
238
  {
242
239
  "networkId": "eip155:4",
@@ -244,7 +241,6 @@ exports.web3Seeds = [
244
241
  },
245
242
  {
246
243
  "networkId": "eip155:5",
247
- "service": "https://rpc.ankr.com/eth_goerli"
248
244
  },
249
245
  {
250
246
  "networkId": "eip155:5",
@@ -308,7 +304,6 @@ exports.web3Seeds = [
308
304
  },
309
305
  {
310
306
  "networkId": "eip155:10",
311
- "service": "https://rpc.ankr.com/optimism"
312
307
  },
313
308
  {
314
309
  "networkId": "eip155:10",
@@ -620,7 +615,6 @@ exports.web3Seeds = [
620
615
  },
621
616
  {
622
617
  "networkId": "eip155:50",
623
- "service": "https://rpc.ankr.com/xdc"
624
618
  },
625
619
  {
626
620
  "networkId": "eip155:50",
@@ -680,7 +674,6 @@ exports.web3Seeds = [
680
674
  },
681
675
  {
682
676
  "networkId": "eip155:56",
683
- "service": "https://rpc.ankr.com/bsc"
684
677
  },
685
678
  {
686
679
  "networkId": "eip155:56",
@@ -856,7 +849,6 @@ exports.web3Seeds = [
856
849
  },
857
850
  {
858
851
  "networkId": "eip155:57",
859
- "service": "https://rpc.ankr.com/syscoin"
860
852
  },
861
853
  {
862
854
  "networkId": "eip155:57",
@@ -1096,7 +1088,6 @@ exports.web3Seeds = [
1096
1088
  },
1097
1089
  {
1098
1090
  "networkId": "eip155:100",
1099
- "service": "https://rpc.ankr.com/gnosis"
1100
1091
  },
1101
1092
  {
1102
1093
  "networkId": "eip155:100",
@@ -1224,7 +1215,6 @@ exports.web3Seeds = [
1224
1215
  },
1225
1216
  {
1226
1217
  "networkId": "eip155:137",
1227
- "service": "https://rpc.ankr.com/polygon"
1228
1218
  },
1229
1219
  {
1230
1220
  "networkId": "eip155:137",
@@ -1496,7 +1486,6 @@ exports.web3Seeds = [
1496
1486
  },
1497
1487
  {
1498
1488
  "networkId": "eip155:250",
1499
- "service": "https://rpc.ankr.com/fantom"
1500
1489
  },
1501
1490
  {
1502
1491
  "networkId": "eip155:250",
@@ -1600,7 +1589,6 @@ exports.web3Seeds = [
1600
1589
  },
1601
1590
  {
1602
1591
  "networkId": "eip155:267",
1603
- "service": "https://rpc.ankr.com/neura_testnet"
1604
1592
  },
1605
1593
  {
1606
1594
  "networkId": "eip155:288",
@@ -1648,7 +1636,6 @@ exports.web3Seeds = [
1648
1636
  },
1649
1637
  {
1650
1638
  "networkId": "eip155:314",
1651
- "service": "https://rpc.ankr.com/filecoin"
1652
1639
  },
1653
1640
  {
1654
1641
  "networkId": "eip155:314",
@@ -1988,7 +1975,6 @@ exports.web3Seeds = [
1988
1975
  },
1989
1976
  {
1990
1977
  "networkId": "eip155:1001",
1991
- "service": "https://rpc.ankr.com/klaytn_testnet"
1992
1978
  },
1993
1979
  {
1994
1980
  "networkId": "eip155:1001",
@@ -2076,7 +2062,6 @@ exports.web3Seeds = [
2076
2062
  },
2077
2063
  {
2078
2064
  "networkId": "eip155:1101",
2079
- "service": "https://rpc.ankr.com/polygon_zkevm"
2080
2065
  },
2081
2066
  {
2082
2067
  "networkId": "eip155:1101",
@@ -2128,7 +2113,6 @@ exports.web3Seeds = [
2128
2113
  },
2129
2114
  {
2130
2115
  "networkId": "eip155:1116",
2131
- "service": "https://rpc.ankr.com/core"
2132
2116
  },
2133
2117
  {
2134
2118
  "networkId": "eip155:1116",
@@ -2208,7 +2192,6 @@ exports.web3Seeds = [
2208
2192
  },
2209
2193
  {
2210
2194
  "networkId": "eip155:1284",
2211
- "service": "https://rpc.ankr.com/moonbeam"
2212
2195
  },
2213
2196
  {
2214
2197
  "networkId": "eip155:1284",
@@ -2604,7 +2587,6 @@ exports.web3Seeds = [
2604
2587
  },
2605
2588
  {
2606
2589
  "networkId": "eip155:2222",
2607
- "service": "https://rpc.ankr.com/kava_evm"
2608
2590
  },
2609
2591
  {
2610
2592
  "networkId": "eip155:2222",
@@ -2700,7 +2682,6 @@ exports.web3Seeds = [
2700
2682
  },
2701
2683
  {
2702
2684
  "networkId": "eip155:4002",
2703
- "service": "https://rpc.ankr.com/fantom_testnet"
2704
2685
  },
2705
2686
  {
2706
2687
  "networkId": "eip155:4002",
@@ -2760,7 +2741,6 @@ exports.web3Seeds = [
2760
2741
  },
2761
2742
  {
2762
2743
  "networkId": "eip155:4689",
2763
- "service": "https://rpc.ankr.com/iotex"
2764
2744
  },
2765
2745
  {
2766
2746
  "networkId": "eip155:4689",
@@ -2804,7 +2784,6 @@ exports.web3Seeds = [
2804
2784
  },
2805
2785
  {
2806
2786
  "networkId": "eip155:5000",
2807
- "service": "https://rpc.ankr.com/mantle"
2808
2787
  },
2809
2788
  {
2810
2789
  "networkId": "eip155:5000",
@@ -3068,7 +3047,6 @@ exports.web3Seeds = [
3068
3047
  },
3069
3048
  {
3070
3049
  "networkId": "eip155:8217",
3071
- "service": "https://rpc.ankr.com/klaytn "
3072
3050
  },
3073
3051
  {
3074
3052
  "networkId": "eip155:8428",
@@ -3724,7 +3702,6 @@ exports.web3Seeds = [
3724
3702
  },
3725
3703
  {
3726
3704
  "networkId": "eip155:42161",
3727
- "service": "https://rpc.ankr.com/arbitrum"
3728
3705
  },
3729
3706
  {
3730
3707
  "networkId": "eip155:42161",
@@ -3824,7 +3801,6 @@ exports.web3Seeds = [
3824
3801
  },
3825
3802
  {
3826
3803
  "networkId": "eip155:42220",
3827
- "service": "https://rpc.ankr.com/celo"
3828
3804
  },
3829
3805
  {
3830
3806
  "networkId": "eip155:42220",
@@ -3876,11 +3852,9 @@ exports.web3Seeds = [
3876
3852
  },
3877
3853
  {
3878
3854
  "networkId": "eip155:43113",
3879
- "service": "https://rpc.ankr.com/avalanche_fuji"
3880
3855
  },
3881
3856
  {
3882
3857
  "networkId": "eip155:43113",
3883
- "service": "https://rpc.ankr.com/avalanche_fuji-c"
3884
3858
  },
3885
3859
  {
3886
3860
  "networkId": "eip155:43113",
@@ -3916,7 +3890,6 @@ exports.web3Seeds = [
3916
3890
  },
3917
3891
  {
3918
3892
  "networkId": "eip155:43114",
3919
- "service": "https://rpc.ankr.com/avalanche"
3920
3893
  },
3921
3894
  {
3922
3895
  "networkId": "eip155:43114",
@@ -4132,7 +4105,6 @@ exports.web3Seeds = [
4132
4105
  },
4133
4106
  {
4134
4107
  "networkId": "eip155:80001",
4135
- "service": "https://rpc.ankr.com/polygon_mumbai"
4136
4108
  },
4137
4109
  {
4138
4110
  "networkId": "eip155:80001",
@@ -4184,7 +4156,6 @@ exports.web3Seeds = [
4184
4156
  },
4185
4157
  {
4186
4158
  "networkId": "eip155:80002",
4187
- "service": "https://rpc.ankr.com/polygon_amoy"
4188
4159
  },
4189
4160
  {
4190
4161
  "networkId": "eip155:80002",
@@ -4232,7 +4203,6 @@ exports.web3Seeds = [
4232
4203
  },
4233
4204
  {
4234
4205
  "networkId": "eip155:81457",
4235
- "service": "https://rpc.ankr.com/blast"
4236
4206
  },
4237
4207
  {
4238
4208
  "networkId": "eip155:81457",
@@ -4344,7 +4314,6 @@ exports.web3Seeds = [
4344
4314
  },
4345
4315
  {
4346
4316
  "networkId": "eip155:167000",
4347
- "service": "https://rpc.ankr.com/taiko"
4348
4317
  },
4349
4318
  {
4350
4319
  "networkId": "eip155:167000",
@@ -4380,7 +4349,6 @@ exports.web3Seeds = [
4380
4349
  },
4381
4350
  {
4382
4351
  "networkId": "eip155:167009",
4383
- "service": "https://rpc.ankr.com/taiko_hekla"
4384
4352
  },
4385
4353
  {
4386
4354
  "networkId": "eip155:167009",
@@ -4528,7 +4496,6 @@ exports.web3Seeds = [
4528
4496
  },
4529
4497
  {
4530
4498
  "networkId": "eip155:534351",
4531
- "service": "https://rpc.ankr.com/scroll_sepolia_testnet"
4532
4499
  },
4533
4500
  {
4534
4501
  "networkId": "eip155:534351",
@@ -4896,7 +4863,6 @@ exports.web3Seeds = [
4896
4863
  },
4897
4864
  {
4898
4865
  "networkId": "eip155:1666600000",
4899
- "service": "https://rpc.ankr.com/harmony"
4900
4866
  },
4901
4867
  {
4902
4868
  "networkId": "eip155:1666600000",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pioneer-platform/nodes",
3
- "version": "8.11.0",
3
+ "version": "8.11.2",
4
4
  "main": "./lib/index.js",
5
5
  "types": "./lib/index.d.ts",
6
6
  "scripts": {