@chain-registry/assets 1.62.6 → 1.62.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (57) hide show
  1. package/esm/mainnet/andromeda.js +290 -0
  2. package/esm/mainnet/axelar.js +292 -2
  3. package/esm/mainnet/celestia.js +290 -0
  4. package/esm/mainnet/composable.js +362 -0
  5. package/esm/mainnet/cosmoshub.js +290 -0
  6. package/esm/mainnet/crescent.js +290 -0
  7. package/esm/mainnet/doravota.js +290 -0
  8. package/esm/mainnet/evmos.js +290 -0
  9. package/esm/mainnet/gateway.js +290 -0
  10. package/esm/mainnet/kava.js +290 -0
  11. package/esm/mainnet/kujira.js +290 -0
  12. package/esm/mainnet/migaloo.js +290 -0
  13. package/esm/mainnet/neutron.js +290 -0
  14. package/esm/mainnet/noble.js +438 -0
  15. package/esm/mainnet/nois.js +290 -0
  16. package/esm/mainnet/odin.js +290 -0
  17. package/esm/mainnet/oraichain.js +290 -0
  18. package/esm/mainnet/osmosis.js +292 -2
  19. package/esm/mainnet/persistence.js +290 -0
  20. package/esm/mainnet/pryzm.js +290 -0
  21. package/esm/mainnet/regen.js +204 -0
  22. package/esm/mainnet/secretnetwork.js +290 -0
  23. package/esm/mainnet/sommelier.js +290 -0
  24. package/esm/mainnet/stride.js +290 -0
  25. package/esm/mainnet/terra2.js +290 -0
  26. package/esm/mainnet/umee.js +290 -0
  27. package/esm/mainnet/xpla.js +290 -0
  28. package/esm/testnet/mantrachaintestnet.js +8 -8
  29. package/mainnet/andromeda.js +290 -0
  30. package/mainnet/axelar.js +292 -2
  31. package/mainnet/celestia.js +290 -0
  32. package/mainnet/composable.js +362 -0
  33. package/mainnet/cosmoshub.js +290 -0
  34. package/mainnet/crescent.js +290 -0
  35. package/mainnet/doravota.js +290 -0
  36. package/mainnet/evmos.js +290 -0
  37. package/mainnet/gateway.js +290 -0
  38. package/mainnet/kava.js +290 -0
  39. package/mainnet/kujira.js +290 -0
  40. package/mainnet/migaloo.js +290 -0
  41. package/mainnet/neutron.js +290 -0
  42. package/mainnet/noble.js +438 -0
  43. package/mainnet/nois.js +290 -0
  44. package/mainnet/odin.js +290 -0
  45. package/mainnet/oraichain.js +290 -0
  46. package/mainnet/osmosis.js +292 -2
  47. package/mainnet/persistence.js +290 -0
  48. package/mainnet/pryzm.js +290 -0
  49. package/mainnet/regen.js +204 -0
  50. package/mainnet/secretnetwork.js +290 -0
  51. package/mainnet/sommelier.js +290 -0
  52. package/mainnet/stride.js +290 -0
  53. package/mainnet/terra2.js +290 -0
  54. package/mainnet/umee.js +290 -0
  55. package/mainnet/xpla.js +290 -0
  56. package/package.json +5 -5
  57. package/testnet/mantrachaintestnet.js +8 -8
@@ -404,6 +404,151 @@ const assets = {
404
404
  }
405
405
  }]
406
406
  },
407
+ {
408
+ description: 'A receipt token for lent INJ issued by the Neptune Protocol.',
409
+ denom_units: [{
410
+ denom: 'ibc/F872EEE9AB3DB6BF584112BF8BD5A52947F1B5FACF19BCAE2A99929EB14DE6C8',
411
+ exponent: 0,
412
+ aliases: ['inj1rmzufd7h09sqfrre5dtvu5d09ta7c0t4jzkr2f']
413
+ }, {
414
+ denom: 'nINJ',
415
+ exponent: 18
416
+ }],
417
+ base: 'ibc/F872EEE9AB3DB6BF584112BF8BD5A52947F1B5FACF19BCAE2A99929EB14DE6C8',
418
+ name: 'Neptune Receipt INJ',
419
+ display: 'nINJ',
420
+ symbol: 'nINJ',
421
+ images: [{
422
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninj.png'
423
+ }],
424
+ traces: [{
425
+ type: 'ibc',
426
+ counterparty: {
427
+ channel_id: 'channel-183',
428
+ base_denom: 'inj1rmzufd7h09sqfrre5dtvu5d09ta7c0t4jzkr2f',
429
+ chain_name: 'injective'
430
+ },
431
+ chain: {
432
+ channel_id: 'channel-13'
433
+ }
434
+ }]
435
+ },
436
+ {
437
+ description: 'A receipt token for lent ATOM issued by the Neptune Protocol.',
438
+ denom_units: [{
439
+ denom: 'ibc/1EDDA6DA36A69D6FA509CC0E6C1D416670D9AFE26D84FFE4C34C40501ED47463',
440
+ exponent: 0,
441
+ aliases: ['inj16jf4qkcarp3lan4wl2qkrelf4kduvvujwg0780']
442
+ }, {
443
+ denom: 'nATOM',
444
+ exponent: 6
445
+ }],
446
+ base: 'ibc/1EDDA6DA36A69D6FA509CC0E6C1D416670D9AFE26D84FFE4C34C40501ED47463',
447
+ name: 'Neptune Receipt ATOM',
448
+ display: 'nATOM',
449
+ symbol: 'nATOM',
450
+ images: [{
451
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/natom.png'
452
+ }],
453
+ traces: [{
454
+ type: 'ibc',
455
+ counterparty: {
456
+ channel_id: 'channel-183',
457
+ base_denom: 'inj16jf4qkcarp3lan4wl2qkrelf4kduvvujwg0780',
458
+ chain_name: 'injective'
459
+ },
460
+ chain: {
461
+ channel_id: 'channel-13'
462
+ }
463
+ }]
464
+ },
465
+ {
466
+ description: 'A receipt token for lent WETH issued by the Neptune Protocol.',
467
+ denom_units: [{
468
+ denom: 'ibc/83868EC4F50D386CF1905BEEDEDB2CF6769D4B72CC152CB517A3B656B23AD267',
469
+ exponent: 0,
470
+ aliases: ['inj1kehk5nvreklhylx22p3x0yjydfsz9fv3fvg5xt']
471
+ }, {
472
+ denom: 'nWETH',
473
+ exponent: 18
474
+ }],
475
+ base: 'ibc/83868EC4F50D386CF1905BEEDEDB2CF6769D4B72CC152CB517A3B656B23AD267',
476
+ name: 'Neptune Receipt WETH',
477
+ display: 'nWETH',
478
+ symbol: 'nWETH',
479
+ images: [{
480
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/nweth.png'
481
+ }],
482
+ traces: [{
483
+ type: 'ibc',
484
+ counterparty: {
485
+ channel_id: 'channel-183',
486
+ base_denom: 'inj1kehk5nvreklhylx22p3x0yjydfsz9fv3fvg5xt',
487
+ chain_name: 'injective'
488
+ },
489
+ chain: {
490
+ channel_id: 'channel-13'
491
+ }
492
+ }]
493
+ },
494
+ {
495
+ description: 'A receipt token for lent USDT issued by the Neptune Protocol.',
496
+ denom_units: [{
497
+ denom: 'ibc/EB1571A517B114EA0BEC21983BDA2D24EB2AF8034E94EECAED932F0E48D5421D',
498
+ exponent: 0,
499
+ aliases: ['inj1cy9hes20vww2yr6crvs75gxy5hpycya2hmjg9s']
500
+ }, {
501
+ denom: 'nUSDT',
502
+ exponent: 6
503
+ }],
504
+ base: 'ibc/EB1571A517B114EA0BEC21983BDA2D24EB2AF8034E94EECAED932F0E48D5421D',
505
+ name: 'Neptune Receipt USDT',
506
+ display: 'nUSDT',
507
+ symbol: 'nUSDT',
508
+ images: [{
509
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/nusdt.png'
510
+ }],
511
+ traces: [{
512
+ type: 'ibc',
513
+ counterparty: {
514
+ channel_id: 'channel-183',
515
+ base_denom: 'inj1cy9hes20vww2yr6crvs75gxy5hpycya2hmjg9s',
516
+ chain_name: 'injective'
517
+ },
518
+ chain: {
519
+ channel_id: 'channel-13'
520
+ }
521
+ }]
522
+ },
523
+ {
524
+ description: 'A receipt token for lent TIA issued by the Neptune Protocol.',
525
+ denom_units: [{
526
+ denom: 'ibc/AC12034167DE1C311975009515574F7B076FB74B6DCFDD027C21B47999C7C8DA',
527
+ exponent: 0,
528
+ aliases: ['inj1fzquxxxam59z6fzewy2hvvreeh3m04x83zg4vv']
529
+ }, {
530
+ denom: 'nTIA',
531
+ exponent: 6
532
+ }],
533
+ base: 'ibc/AC12034167DE1C311975009515574F7B076FB74B6DCFDD027C21B47999C7C8DA',
534
+ name: 'Neptune Receipt TIA',
535
+ display: 'nTIA',
536
+ symbol: 'nTIA',
537
+ images: [{
538
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ntia.png'
539
+ }],
540
+ traces: [{
541
+ type: 'ibc',
542
+ counterparty: {
543
+ channel_id: 'channel-183',
544
+ base_denom: 'inj1fzquxxxam59z6fzewy2hvvreeh3m04x83zg4vv',
545
+ chain_name: 'injective'
546
+ },
547
+ chain: {
548
+ channel_id: 'channel-13'
549
+ }
550
+ }]
551
+ },
407
552
  {
408
553
  description: 'The native staking and governance token of the Kujira chain.',
409
554
  denom_units: [{
@@ -667,6 +812,151 @@ const assets = {
667
812
  }
668
813
  }]
669
814
  },
815
+ {
816
+ description: 'A receipt token for lent INJ issued by the Neptune Protocol.',
817
+ denom_units: [{
818
+ denom: 'ibc/F872EEE9AB3DB6BF584112BF8BD5A52947F1B5FACF19BCAE2A99929EB14DE6C8',
819
+ exponent: 0,
820
+ aliases: ['inj1rmzufd7h09sqfrre5dtvu5d09ta7c0t4jzkr2f']
821
+ }, {
822
+ denom: 'nINJ',
823
+ exponent: 18
824
+ }],
825
+ base: 'ibc/F872EEE9AB3DB6BF584112BF8BD5A52947F1B5FACF19BCAE2A99929EB14DE6C8',
826
+ name: 'Neptune Receipt INJ',
827
+ display: 'nINJ',
828
+ symbol: 'nINJ',
829
+ images: [{
830
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninj.png'
831
+ }],
832
+ traces: [{
833
+ type: 'ibc',
834
+ counterparty: {
835
+ channel_id: 'channel-183',
836
+ base_denom: 'inj1rmzufd7h09sqfrre5dtvu5d09ta7c0t4jzkr2f',
837
+ chain_name: 'injective'
838
+ },
839
+ chain: {
840
+ channel_id: 'channel-13'
841
+ }
842
+ }]
843
+ },
844
+ {
845
+ description: 'A receipt token for lent ATOM issued by the Neptune Protocol.',
846
+ denom_units: [{
847
+ denom: 'ibc/1EDDA6DA36A69D6FA509CC0E6C1D416670D9AFE26D84FFE4C34C40501ED47463',
848
+ exponent: 0,
849
+ aliases: ['inj16jf4qkcarp3lan4wl2qkrelf4kduvvujwg0780']
850
+ }, {
851
+ denom: 'nATOM',
852
+ exponent: 6
853
+ }],
854
+ base: 'ibc/1EDDA6DA36A69D6FA509CC0E6C1D416670D9AFE26D84FFE4C34C40501ED47463',
855
+ name: 'Neptune Receipt ATOM',
856
+ display: 'nATOM',
857
+ symbol: 'nATOM',
858
+ images: [{
859
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/natom.png'
860
+ }],
861
+ traces: [{
862
+ type: 'ibc',
863
+ counterparty: {
864
+ channel_id: 'channel-183',
865
+ base_denom: 'inj16jf4qkcarp3lan4wl2qkrelf4kduvvujwg0780',
866
+ chain_name: 'injective'
867
+ },
868
+ chain: {
869
+ channel_id: 'channel-13'
870
+ }
871
+ }]
872
+ },
873
+ {
874
+ description: 'A receipt token for lent WETH issued by the Neptune Protocol.',
875
+ denom_units: [{
876
+ denom: 'ibc/83868EC4F50D386CF1905BEEDEDB2CF6769D4B72CC152CB517A3B656B23AD267',
877
+ exponent: 0,
878
+ aliases: ['inj1kehk5nvreklhylx22p3x0yjydfsz9fv3fvg5xt']
879
+ }, {
880
+ denom: 'nWETH',
881
+ exponent: 18
882
+ }],
883
+ base: 'ibc/83868EC4F50D386CF1905BEEDEDB2CF6769D4B72CC152CB517A3B656B23AD267',
884
+ name: 'Neptune Receipt WETH',
885
+ display: 'nWETH',
886
+ symbol: 'nWETH',
887
+ images: [{
888
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/nweth.png'
889
+ }],
890
+ traces: [{
891
+ type: 'ibc',
892
+ counterparty: {
893
+ channel_id: 'channel-183',
894
+ base_denom: 'inj1kehk5nvreklhylx22p3x0yjydfsz9fv3fvg5xt',
895
+ chain_name: 'injective'
896
+ },
897
+ chain: {
898
+ channel_id: 'channel-13'
899
+ }
900
+ }]
901
+ },
902
+ {
903
+ description: 'A receipt token for lent USDT issued by the Neptune Protocol.',
904
+ denom_units: [{
905
+ denom: 'ibc/EB1571A517B114EA0BEC21983BDA2D24EB2AF8034E94EECAED932F0E48D5421D',
906
+ exponent: 0,
907
+ aliases: ['inj1cy9hes20vww2yr6crvs75gxy5hpycya2hmjg9s']
908
+ }, {
909
+ denom: 'nUSDT',
910
+ exponent: 6
911
+ }],
912
+ base: 'ibc/EB1571A517B114EA0BEC21983BDA2D24EB2AF8034E94EECAED932F0E48D5421D',
913
+ name: 'Neptune Receipt USDT',
914
+ display: 'nUSDT',
915
+ symbol: 'nUSDT',
916
+ images: [{
917
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/nusdt.png'
918
+ }],
919
+ traces: [{
920
+ type: 'ibc',
921
+ counterparty: {
922
+ channel_id: 'channel-183',
923
+ base_denom: 'inj1cy9hes20vww2yr6crvs75gxy5hpycya2hmjg9s',
924
+ chain_name: 'injective'
925
+ },
926
+ chain: {
927
+ channel_id: 'channel-13'
928
+ }
929
+ }]
930
+ },
931
+ {
932
+ description: 'A receipt token for lent TIA issued by the Neptune Protocol.',
933
+ denom_units: [{
934
+ denom: 'ibc/AC12034167DE1C311975009515574F7B076FB74B6DCFDD027C21B47999C7C8DA',
935
+ exponent: 0,
936
+ aliases: ['inj1fzquxxxam59z6fzewy2hvvreeh3m04x83zg4vv']
937
+ }, {
938
+ denom: 'nTIA',
939
+ exponent: 6
940
+ }],
941
+ base: 'ibc/AC12034167DE1C311975009515574F7B076FB74B6DCFDD027C21B47999C7C8DA',
942
+ name: 'Neptune Receipt TIA',
943
+ display: 'nTIA',
944
+ symbol: 'nTIA',
945
+ images: [{
946
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ntia.png'
947
+ }],
948
+ traces: [{
949
+ type: 'ibc',
950
+ counterparty: {
951
+ channel_id: 'channel-183',
952
+ base_denom: 'inj1fzquxxxam59z6fzewy2hvvreeh3m04x83zg4vv',
953
+ chain_name: 'injective'
954
+ },
955
+ chain: {
956
+ channel_id: 'channel-13'
957
+ }
958
+ }]
959
+ },
670
960
  {
671
961
  description: 'The native staking and governance token of the Kujira chain.',
672
962
  denom_units: [{
package/mainnet/kava.js CHANGED
@@ -534,6 +534,151 @@ const assets = {
534
534
  }
535
535
  }]
536
536
  },
537
+ {
538
+ description: 'A receipt token for lent INJ issued by the Neptune Protocol.',
539
+ denom_units: [{
540
+ denom: 'ibc/79DD486C76A7E3E26209CB43CD7F7D7E63B25B59A76A69F9E44398B8BDBEDA86',
541
+ exponent: 0,
542
+ aliases: ['inj1rmzufd7h09sqfrre5dtvu5d09ta7c0t4jzkr2f']
543
+ }, {
544
+ denom: 'nINJ',
545
+ exponent: 18
546
+ }],
547
+ base: 'ibc/79DD486C76A7E3E26209CB43CD7F7D7E63B25B59A76A69F9E44398B8BDBEDA86',
548
+ name: 'Neptune Receipt INJ',
549
+ display: 'nINJ',
550
+ symbol: 'nINJ',
551
+ images: [{
552
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninj.png'
553
+ }],
554
+ traces: [{
555
+ type: 'ibc',
556
+ counterparty: {
557
+ channel_id: 'channel-143',
558
+ base_denom: 'inj1rmzufd7h09sqfrre5dtvu5d09ta7c0t4jzkr2f',
559
+ chain_name: 'injective'
560
+ },
561
+ chain: {
562
+ channel_id: 'channel-122'
563
+ }
564
+ }]
565
+ },
566
+ {
567
+ description: 'A receipt token for lent ATOM issued by the Neptune Protocol.',
568
+ denom_units: [{
569
+ denom: 'ibc/D794D795D87B7027F5DCD7970385AB764DD3973AAB1D7872A5DA87B4419E8D88',
570
+ exponent: 0,
571
+ aliases: ['inj16jf4qkcarp3lan4wl2qkrelf4kduvvujwg0780']
572
+ }, {
573
+ denom: 'nATOM',
574
+ exponent: 6
575
+ }],
576
+ base: 'ibc/D794D795D87B7027F5DCD7970385AB764DD3973AAB1D7872A5DA87B4419E8D88',
577
+ name: 'Neptune Receipt ATOM',
578
+ display: 'nATOM',
579
+ symbol: 'nATOM',
580
+ images: [{
581
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/natom.png'
582
+ }],
583
+ traces: [{
584
+ type: 'ibc',
585
+ counterparty: {
586
+ channel_id: 'channel-143',
587
+ base_denom: 'inj16jf4qkcarp3lan4wl2qkrelf4kduvvujwg0780',
588
+ chain_name: 'injective'
589
+ },
590
+ chain: {
591
+ channel_id: 'channel-122'
592
+ }
593
+ }]
594
+ },
595
+ {
596
+ description: 'A receipt token for lent WETH issued by the Neptune Protocol.',
597
+ denom_units: [{
598
+ denom: 'ibc/2682393F9FBCA80BA3BB2E2E20429E2BEF742DD4BE871A70D2CB566B3F39CD33',
599
+ exponent: 0,
600
+ aliases: ['inj1kehk5nvreklhylx22p3x0yjydfsz9fv3fvg5xt']
601
+ }, {
602
+ denom: 'nWETH',
603
+ exponent: 18
604
+ }],
605
+ base: 'ibc/2682393F9FBCA80BA3BB2E2E20429E2BEF742DD4BE871A70D2CB566B3F39CD33',
606
+ name: 'Neptune Receipt WETH',
607
+ display: 'nWETH',
608
+ symbol: 'nWETH',
609
+ images: [{
610
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/nweth.png'
611
+ }],
612
+ traces: [{
613
+ type: 'ibc',
614
+ counterparty: {
615
+ channel_id: 'channel-143',
616
+ base_denom: 'inj1kehk5nvreklhylx22p3x0yjydfsz9fv3fvg5xt',
617
+ chain_name: 'injective'
618
+ },
619
+ chain: {
620
+ channel_id: 'channel-122'
621
+ }
622
+ }]
623
+ },
624
+ {
625
+ description: 'A receipt token for lent USDT issued by the Neptune Protocol.',
626
+ denom_units: [{
627
+ denom: 'ibc/6569248F0ADF74C0751A48AE8D19F28B40565629265956DA4BEBFBFD73F72F0A',
628
+ exponent: 0,
629
+ aliases: ['inj1cy9hes20vww2yr6crvs75gxy5hpycya2hmjg9s']
630
+ }, {
631
+ denom: 'nUSDT',
632
+ exponent: 6
633
+ }],
634
+ base: 'ibc/6569248F0ADF74C0751A48AE8D19F28B40565629265956DA4BEBFBFD73F72F0A',
635
+ name: 'Neptune Receipt USDT',
636
+ display: 'nUSDT',
637
+ symbol: 'nUSDT',
638
+ images: [{
639
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/nusdt.png'
640
+ }],
641
+ traces: [{
642
+ type: 'ibc',
643
+ counterparty: {
644
+ channel_id: 'channel-143',
645
+ base_denom: 'inj1cy9hes20vww2yr6crvs75gxy5hpycya2hmjg9s',
646
+ chain_name: 'injective'
647
+ },
648
+ chain: {
649
+ channel_id: 'channel-122'
650
+ }
651
+ }]
652
+ },
653
+ {
654
+ description: 'A receipt token for lent TIA issued by the Neptune Protocol.',
655
+ denom_units: [{
656
+ denom: 'ibc/D2F6AD62E486AC49EA6A3D871589051BBF0C7FA690D1122109228B4DB6F8D7C3',
657
+ exponent: 0,
658
+ aliases: ['inj1fzquxxxam59z6fzewy2hvvreeh3m04x83zg4vv']
659
+ }, {
660
+ denom: 'nTIA',
661
+ exponent: 6
662
+ }],
663
+ base: 'ibc/D2F6AD62E486AC49EA6A3D871589051BBF0C7FA690D1122109228B4DB6F8D7C3',
664
+ name: 'Neptune Receipt TIA',
665
+ display: 'nTIA',
666
+ symbol: 'nTIA',
667
+ images: [{
668
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ntia.png'
669
+ }],
670
+ traces: [{
671
+ type: 'ibc',
672
+ counterparty: {
673
+ channel_id: 'channel-143',
674
+ base_denom: 'inj1fzquxxxam59z6fzewy2hvvreeh3m04x83zg4vv',
675
+ chain_name: 'injective'
676
+ },
677
+ chain: {
678
+ channel_id: 'channel-122'
679
+ }
680
+ }]
681
+ },
537
682
  {
538
683
  description: 'The native token of Aura Network',
539
684
  denom_units: [{
@@ -1065,6 +1210,151 @@ const assets = {
1065
1210
  }
1066
1211
  }]
1067
1212
  },
1213
+ {
1214
+ description: 'A receipt token for lent INJ issued by the Neptune Protocol.',
1215
+ denom_units: [{
1216
+ denom: 'ibc/79DD486C76A7E3E26209CB43CD7F7D7E63B25B59A76A69F9E44398B8BDBEDA86',
1217
+ exponent: 0,
1218
+ aliases: ['inj1rmzufd7h09sqfrre5dtvu5d09ta7c0t4jzkr2f']
1219
+ }, {
1220
+ denom: 'nINJ',
1221
+ exponent: 18
1222
+ }],
1223
+ base: 'ibc/79DD486C76A7E3E26209CB43CD7F7D7E63B25B59A76A69F9E44398B8BDBEDA86',
1224
+ name: 'Neptune Receipt INJ',
1225
+ display: 'nINJ',
1226
+ symbol: 'nINJ',
1227
+ images: [{
1228
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninj.png'
1229
+ }],
1230
+ traces: [{
1231
+ type: 'ibc',
1232
+ counterparty: {
1233
+ channel_id: 'channel-143',
1234
+ base_denom: 'inj1rmzufd7h09sqfrre5dtvu5d09ta7c0t4jzkr2f',
1235
+ chain_name: 'injective'
1236
+ },
1237
+ chain: {
1238
+ channel_id: 'channel-122'
1239
+ }
1240
+ }]
1241
+ },
1242
+ {
1243
+ description: 'A receipt token for lent ATOM issued by the Neptune Protocol.',
1244
+ denom_units: [{
1245
+ denom: 'ibc/D794D795D87B7027F5DCD7970385AB764DD3973AAB1D7872A5DA87B4419E8D88',
1246
+ exponent: 0,
1247
+ aliases: ['inj16jf4qkcarp3lan4wl2qkrelf4kduvvujwg0780']
1248
+ }, {
1249
+ denom: 'nATOM',
1250
+ exponent: 6
1251
+ }],
1252
+ base: 'ibc/D794D795D87B7027F5DCD7970385AB764DD3973AAB1D7872A5DA87B4419E8D88',
1253
+ name: 'Neptune Receipt ATOM',
1254
+ display: 'nATOM',
1255
+ symbol: 'nATOM',
1256
+ images: [{
1257
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/natom.png'
1258
+ }],
1259
+ traces: [{
1260
+ type: 'ibc',
1261
+ counterparty: {
1262
+ channel_id: 'channel-143',
1263
+ base_denom: 'inj16jf4qkcarp3lan4wl2qkrelf4kduvvujwg0780',
1264
+ chain_name: 'injective'
1265
+ },
1266
+ chain: {
1267
+ channel_id: 'channel-122'
1268
+ }
1269
+ }]
1270
+ },
1271
+ {
1272
+ description: 'A receipt token for lent WETH issued by the Neptune Protocol.',
1273
+ denom_units: [{
1274
+ denom: 'ibc/2682393F9FBCA80BA3BB2E2E20429E2BEF742DD4BE871A70D2CB566B3F39CD33',
1275
+ exponent: 0,
1276
+ aliases: ['inj1kehk5nvreklhylx22p3x0yjydfsz9fv3fvg5xt']
1277
+ }, {
1278
+ denom: 'nWETH',
1279
+ exponent: 18
1280
+ }],
1281
+ base: 'ibc/2682393F9FBCA80BA3BB2E2E20429E2BEF742DD4BE871A70D2CB566B3F39CD33',
1282
+ name: 'Neptune Receipt WETH',
1283
+ display: 'nWETH',
1284
+ symbol: 'nWETH',
1285
+ images: [{
1286
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/nweth.png'
1287
+ }],
1288
+ traces: [{
1289
+ type: 'ibc',
1290
+ counterparty: {
1291
+ channel_id: 'channel-143',
1292
+ base_denom: 'inj1kehk5nvreklhylx22p3x0yjydfsz9fv3fvg5xt',
1293
+ chain_name: 'injective'
1294
+ },
1295
+ chain: {
1296
+ channel_id: 'channel-122'
1297
+ }
1298
+ }]
1299
+ },
1300
+ {
1301
+ description: 'A receipt token for lent USDT issued by the Neptune Protocol.',
1302
+ denom_units: [{
1303
+ denom: 'ibc/6569248F0ADF74C0751A48AE8D19F28B40565629265956DA4BEBFBFD73F72F0A',
1304
+ exponent: 0,
1305
+ aliases: ['inj1cy9hes20vww2yr6crvs75gxy5hpycya2hmjg9s']
1306
+ }, {
1307
+ denom: 'nUSDT',
1308
+ exponent: 6
1309
+ }],
1310
+ base: 'ibc/6569248F0ADF74C0751A48AE8D19F28B40565629265956DA4BEBFBFD73F72F0A',
1311
+ name: 'Neptune Receipt USDT',
1312
+ display: 'nUSDT',
1313
+ symbol: 'nUSDT',
1314
+ images: [{
1315
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/nusdt.png'
1316
+ }],
1317
+ traces: [{
1318
+ type: 'ibc',
1319
+ counterparty: {
1320
+ channel_id: 'channel-143',
1321
+ base_denom: 'inj1cy9hes20vww2yr6crvs75gxy5hpycya2hmjg9s',
1322
+ chain_name: 'injective'
1323
+ },
1324
+ chain: {
1325
+ channel_id: 'channel-122'
1326
+ }
1327
+ }]
1328
+ },
1329
+ {
1330
+ description: 'A receipt token for lent TIA issued by the Neptune Protocol.',
1331
+ denom_units: [{
1332
+ denom: 'ibc/D2F6AD62E486AC49EA6A3D871589051BBF0C7FA690D1122109228B4DB6F8D7C3',
1333
+ exponent: 0,
1334
+ aliases: ['inj1fzquxxxam59z6fzewy2hvvreeh3m04x83zg4vv']
1335
+ }, {
1336
+ denom: 'nTIA',
1337
+ exponent: 6
1338
+ }],
1339
+ base: 'ibc/D2F6AD62E486AC49EA6A3D871589051BBF0C7FA690D1122109228B4DB6F8D7C3',
1340
+ name: 'Neptune Receipt TIA',
1341
+ display: 'nTIA',
1342
+ symbol: 'nTIA',
1343
+ images: [{
1344
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ntia.png'
1345
+ }],
1346
+ traces: [{
1347
+ type: 'ibc',
1348
+ counterparty: {
1349
+ channel_id: 'channel-143',
1350
+ base_denom: 'inj1fzquxxxam59z6fzewy2hvvreeh3m04x83zg4vv',
1351
+ chain_name: 'injective'
1352
+ },
1353
+ chain: {
1354
+ channel_id: 'channel-122'
1355
+ }
1356
+ }]
1357
+ },
1068
1358
  {
1069
1359
  description: 'The native staking and governance token of the Kujira chain.',
1070
1360
  denom_units: [{