@pioneer-platform/nodes 8.11.0 → 8.11.1

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,16 @@
1
1
  # @pioneer-platform/nodes
2
2
 
3
+ ## 8.11.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 3f2da9a: Add ShapeShift MayaChain Unchained API integration with dual broadcast support
8
+
9
+ - Added MayaChain Unchained endpoints to pioneer-nodes seed configuration
10
+ - Implemented dual broadcast in maya-network (MayaNode + ShapeShift Unchained + NowNodes fallbacks)
11
+ - Added endpoint-specific payload formatting (Cosmos vs Unchained API formats)
12
+ - Updated unchained integration tests for MayaChain broadcast validation
13
+
3
14
  ## 8.11.0
4
15
 
5
16
  ### Minor Changes
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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pioneer-platform/nodes",
3
- "version": "8.11.0",
3
+ "version": "8.11.1",
4
4
  "main": "./lib/index.js",
5
5
  "types": "./lib/index.d.ts",
6
6
  "scripts": {