@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
package/mainnet/terra2.js CHANGED
@@ -893,6 +893,151 @@ const assets = {
893
893
  }
894
894
  }]
895
895
  },
896
+ {
897
+ description: 'A receipt token for lent INJ issued by the Neptune Protocol.',
898
+ denom_units: [{
899
+ denom: 'ibc/A84E8FD65247227AF59CF55E7BA8BB5F773A9D022EB12F4B9AC397DF1BB48125',
900
+ exponent: 0,
901
+ aliases: ['inj1rmzufd7h09sqfrre5dtvu5d09ta7c0t4jzkr2f']
902
+ }, {
903
+ denom: 'nINJ',
904
+ exponent: 18
905
+ }],
906
+ base: 'ibc/A84E8FD65247227AF59CF55E7BA8BB5F773A9D022EB12F4B9AC397DF1BB48125',
907
+ name: 'Neptune Receipt INJ',
908
+ display: 'nINJ',
909
+ symbol: 'nINJ',
910
+ images: [{
911
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninj.png'
912
+ }],
913
+ traces: [{
914
+ type: 'ibc',
915
+ counterparty: {
916
+ channel_id: 'channel-151',
917
+ base_denom: 'inj1rmzufd7h09sqfrre5dtvu5d09ta7c0t4jzkr2f',
918
+ chain_name: 'injective'
919
+ },
920
+ chain: {
921
+ channel_id: 'channel-255'
922
+ }
923
+ }]
924
+ },
925
+ {
926
+ description: 'A receipt token for lent ATOM issued by the Neptune Protocol.',
927
+ denom_units: [{
928
+ denom: 'ibc/296DE1EFC5608C9BEEBCAB9AD4CC499BA43FF512E6CBAD22B00AB76F885681D9',
929
+ exponent: 0,
930
+ aliases: ['inj16jf4qkcarp3lan4wl2qkrelf4kduvvujwg0780']
931
+ }, {
932
+ denom: 'nATOM',
933
+ exponent: 6
934
+ }],
935
+ base: 'ibc/296DE1EFC5608C9BEEBCAB9AD4CC499BA43FF512E6CBAD22B00AB76F885681D9',
936
+ name: 'Neptune Receipt ATOM',
937
+ display: 'nATOM',
938
+ symbol: 'nATOM',
939
+ images: [{
940
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/natom.png'
941
+ }],
942
+ traces: [{
943
+ type: 'ibc',
944
+ counterparty: {
945
+ channel_id: 'channel-151',
946
+ base_denom: 'inj16jf4qkcarp3lan4wl2qkrelf4kduvvujwg0780',
947
+ chain_name: 'injective'
948
+ },
949
+ chain: {
950
+ channel_id: 'channel-255'
951
+ }
952
+ }]
953
+ },
954
+ {
955
+ description: 'A receipt token for lent WETH issued by the Neptune Protocol.',
956
+ denom_units: [{
957
+ denom: 'ibc/66114F1B1F4B4822F0AB4DC1408BD90FBD921B14E787458F0392539F27E1EBE6',
958
+ exponent: 0,
959
+ aliases: ['inj1kehk5nvreklhylx22p3x0yjydfsz9fv3fvg5xt']
960
+ }, {
961
+ denom: 'nWETH',
962
+ exponent: 18
963
+ }],
964
+ base: 'ibc/66114F1B1F4B4822F0AB4DC1408BD90FBD921B14E787458F0392539F27E1EBE6',
965
+ name: 'Neptune Receipt WETH',
966
+ display: 'nWETH',
967
+ symbol: 'nWETH',
968
+ images: [{
969
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/nweth.png'
970
+ }],
971
+ traces: [{
972
+ type: 'ibc',
973
+ counterparty: {
974
+ channel_id: 'channel-151',
975
+ base_denom: 'inj1kehk5nvreklhylx22p3x0yjydfsz9fv3fvg5xt',
976
+ chain_name: 'injective'
977
+ },
978
+ chain: {
979
+ channel_id: 'channel-255'
980
+ }
981
+ }]
982
+ },
983
+ {
984
+ description: 'A receipt token for lent USDT issued by the Neptune Protocol.',
985
+ denom_units: [{
986
+ denom: 'ibc/562C1BCF9F0C4CA6007CC498DC03799711B73CB8DB7C1107D23D5C37F3A4BCCB',
987
+ exponent: 0,
988
+ aliases: ['inj1cy9hes20vww2yr6crvs75gxy5hpycya2hmjg9s']
989
+ }, {
990
+ denom: 'nUSDT',
991
+ exponent: 6
992
+ }],
993
+ base: 'ibc/562C1BCF9F0C4CA6007CC498DC03799711B73CB8DB7C1107D23D5C37F3A4BCCB',
994
+ name: 'Neptune Receipt USDT',
995
+ display: 'nUSDT',
996
+ symbol: 'nUSDT',
997
+ images: [{
998
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/nusdt.png'
999
+ }],
1000
+ traces: [{
1001
+ type: 'ibc',
1002
+ counterparty: {
1003
+ channel_id: 'channel-151',
1004
+ base_denom: 'inj1cy9hes20vww2yr6crvs75gxy5hpycya2hmjg9s',
1005
+ chain_name: 'injective'
1006
+ },
1007
+ chain: {
1008
+ channel_id: 'channel-255'
1009
+ }
1010
+ }]
1011
+ },
1012
+ {
1013
+ description: 'A receipt token for lent TIA issued by the Neptune Protocol.',
1014
+ denom_units: [{
1015
+ denom: 'ibc/6199768B9CAD60EE3DE80A549298FC82D2C7CEEBA0728A47E5B27BA569C784A4',
1016
+ exponent: 0,
1017
+ aliases: ['inj1fzquxxxam59z6fzewy2hvvreeh3m04x83zg4vv']
1018
+ }, {
1019
+ denom: 'nTIA',
1020
+ exponent: 6
1021
+ }],
1022
+ base: 'ibc/6199768B9CAD60EE3DE80A549298FC82D2C7CEEBA0728A47E5B27BA569C784A4',
1023
+ name: 'Neptune Receipt TIA',
1024
+ display: 'nTIA',
1025
+ symbol: 'nTIA',
1026
+ images: [{
1027
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ntia.png'
1028
+ }],
1029
+ traces: [{
1030
+ type: 'ibc',
1031
+ counterparty: {
1032
+ channel_id: 'channel-151',
1033
+ base_denom: 'inj1fzquxxxam59z6fzewy2hvvreeh3m04x83zg4vv',
1034
+ chain_name: 'injective'
1035
+ },
1036
+ chain: {
1037
+ channel_id: 'channel-255'
1038
+ }
1039
+ }]
1040
+ },
896
1041
  {
897
1042
  description: 'The native token of JUNO Chain',
898
1043
  denom_units: [{
@@ -3609,6 +3754,151 @@ const assets = {
3609
3754
  }
3610
3755
  }]
3611
3756
  },
3757
+ {
3758
+ description: 'A receipt token for lent INJ issued by the Neptune Protocol.',
3759
+ denom_units: [{
3760
+ denom: 'ibc/A84E8FD65247227AF59CF55E7BA8BB5F773A9D022EB12F4B9AC397DF1BB48125',
3761
+ exponent: 0,
3762
+ aliases: ['inj1rmzufd7h09sqfrre5dtvu5d09ta7c0t4jzkr2f']
3763
+ }, {
3764
+ denom: 'nINJ',
3765
+ exponent: 18
3766
+ }],
3767
+ base: 'ibc/A84E8FD65247227AF59CF55E7BA8BB5F773A9D022EB12F4B9AC397DF1BB48125',
3768
+ name: 'Neptune Receipt INJ',
3769
+ display: 'nINJ',
3770
+ symbol: 'nINJ',
3771
+ images: [{
3772
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninj.png'
3773
+ }],
3774
+ traces: [{
3775
+ type: 'ibc',
3776
+ counterparty: {
3777
+ channel_id: 'channel-151',
3778
+ base_denom: 'inj1rmzufd7h09sqfrre5dtvu5d09ta7c0t4jzkr2f',
3779
+ chain_name: 'injective'
3780
+ },
3781
+ chain: {
3782
+ channel_id: 'channel-255'
3783
+ }
3784
+ }]
3785
+ },
3786
+ {
3787
+ description: 'A receipt token for lent ATOM issued by the Neptune Protocol.',
3788
+ denom_units: [{
3789
+ denom: 'ibc/296DE1EFC5608C9BEEBCAB9AD4CC499BA43FF512E6CBAD22B00AB76F885681D9',
3790
+ exponent: 0,
3791
+ aliases: ['inj16jf4qkcarp3lan4wl2qkrelf4kduvvujwg0780']
3792
+ }, {
3793
+ denom: 'nATOM',
3794
+ exponent: 6
3795
+ }],
3796
+ base: 'ibc/296DE1EFC5608C9BEEBCAB9AD4CC499BA43FF512E6CBAD22B00AB76F885681D9',
3797
+ name: 'Neptune Receipt ATOM',
3798
+ display: 'nATOM',
3799
+ symbol: 'nATOM',
3800
+ images: [{
3801
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/natom.png'
3802
+ }],
3803
+ traces: [{
3804
+ type: 'ibc',
3805
+ counterparty: {
3806
+ channel_id: 'channel-151',
3807
+ base_denom: 'inj16jf4qkcarp3lan4wl2qkrelf4kduvvujwg0780',
3808
+ chain_name: 'injective'
3809
+ },
3810
+ chain: {
3811
+ channel_id: 'channel-255'
3812
+ }
3813
+ }]
3814
+ },
3815
+ {
3816
+ description: 'A receipt token for lent WETH issued by the Neptune Protocol.',
3817
+ denom_units: [{
3818
+ denom: 'ibc/66114F1B1F4B4822F0AB4DC1408BD90FBD921B14E787458F0392539F27E1EBE6',
3819
+ exponent: 0,
3820
+ aliases: ['inj1kehk5nvreklhylx22p3x0yjydfsz9fv3fvg5xt']
3821
+ }, {
3822
+ denom: 'nWETH',
3823
+ exponent: 18
3824
+ }],
3825
+ base: 'ibc/66114F1B1F4B4822F0AB4DC1408BD90FBD921B14E787458F0392539F27E1EBE6',
3826
+ name: 'Neptune Receipt WETH',
3827
+ display: 'nWETH',
3828
+ symbol: 'nWETH',
3829
+ images: [{
3830
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/nweth.png'
3831
+ }],
3832
+ traces: [{
3833
+ type: 'ibc',
3834
+ counterparty: {
3835
+ channel_id: 'channel-151',
3836
+ base_denom: 'inj1kehk5nvreklhylx22p3x0yjydfsz9fv3fvg5xt',
3837
+ chain_name: 'injective'
3838
+ },
3839
+ chain: {
3840
+ channel_id: 'channel-255'
3841
+ }
3842
+ }]
3843
+ },
3844
+ {
3845
+ description: 'A receipt token for lent USDT issued by the Neptune Protocol.',
3846
+ denom_units: [{
3847
+ denom: 'ibc/562C1BCF9F0C4CA6007CC498DC03799711B73CB8DB7C1107D23D5C37F3A4BCCB',
3848
+ exponent: 0,
3849
+ aliases: ['inj1cy9hes20vww2yr6crvs75gxy5hpycya2hmjg9s']
3850
+ }, {
3851
+ denom: 'nUSDT',
3852
+ exponent: 6
3853
+ }],
3854
+ base: 'ibc/562C1BCF9F0C4CA6007CC498DC03799711B73CB8DB7C1107D23D5C37F3A4BCCB',
3855
+ name: 'Neptune Receipt USDT',
3856
+ display: 'nUSDT',
3857
+ symbol: 'nUSDT',
3858
+ images: [{
3859
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/nusdt.png'
3860
+ }],
3861
+ traces: [{
3862
+ type: 'ibc',
3863
+ counterparty: {
3864
+ channel_id: 'channel-151',
3865
+ base_denom: 'inj1cy9hes20vww2yr6crvs75gxy5hpycya2hmjg9s',
3866
+ chain_name: 'injective'
3867
+ },
3868
+ chain: {
3869
+ channel_id: 'channel-255'
3870
+ }
3871
+ }]
3872
+ },
3873
+ {
3874
+ description: 'A receipt token for lent TIA issued by the Neptune Protocol.',
3875
+ denom_units: [{
3876
+ denom: 'ibc/6199768B9CAD60EE3DE80A549298FC82D2C7CEEBA0728A47E5B27BA569C784A4',
3877
+ exponent: 0,
3878
+ aliases: ['inj1fzquxxxam59z6fzewy2hvvreeh3m04x83zg4vv']
3879
+ }, {
3880
+ denom: 'nTIA',
3881
+ exponent: 6
3882
+ }],
3883
+ base: 'ibc/6199768B9CAD60EE3DE80A549298FC82D2C7CEEBA0728A47E5B27BA569C784A4',
3884
+ name: 'Neptune Receipt TIA',
3885
+ display: 'nTIA',
3886
+ symbol: 'nTIA',
3887
+ images: [{
3888
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ntia.png'
3889
+ }],
3890
+ traces: [{
3891
+ type: 'ibc',
3892
+ counterparty: {
3893
+ channel_id: 'channel-151',
3894
+ base_denom: 'inj1fzquxxxam59z6fzewy2hvvreeh3m04x83zg4vv',
3895
+ chain_name: 'injective'
3896
+ },
3897
+ chain: {
3898
+ channel_id: 'channel-255'
3899
+ }
3900
+ }]
3901
+ },
3612
3902
  {
3613
3903
  description: 'The native token of JUNO Chain',
3614
3904
  denom_units: [{
package/mainnet/umee.js CHANGED
@@ -457,6 +457,151 @@ const assets = {
457
457
  }
458
458
  }]
459
459
  },
460
+ {
461
+ description: 'A receipt token for lent INJ issued by the Neptune Protocol.',
462
+ denom_units: [{
463
+ denom: 'ibc/CC25828622E3715A97117745CCE0BA3FFBF198C6831CC56B31F03288CB9CE05E',
464
+ exponent: 0,
465
+ aliases: ['inj1rmzufd7h09sqfrre5dtvu5d09ta7c0t4jzkr2f']
466
+ }, {
467
+ denom: 'nINJ',
468
+ exponent: 18
469
+ }],
470
+ base: 'ibc/CC25828622E3715A97117745CCE0BA3FFBF198C6831CC56B31F03288CB9CE05E',
471
+ name: 'Neptune Receipt INJ',
472
+ display: 'nINJ',
473
+ symbol: 'nINJ',
474
+ images: [{
475
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninj.png'
476
+ }],
477
+ traces: [{
478
+ type: 'ibc',
479
+ counterparty: {
480
+ channel_id: 'channel-159',
481
+ base_denom: 'inj1rmzufd7h09sqfrre5dtvu5d09ta7c0t4jzkr2f',
482
+ chain_name: 'injective'
483
+ },
484
+ chain: {
485
+ channel_id: 'channel-116'
486
+ }
487
+ }]
488
+ },
489
+ {
490
+ description: 'A receipt token for lent ATOM issued by the Neptune Protocol.',
491
+ denom_units: [{
492
+ denom: 'ibc/40FEB703DE80C21BFE41588364BA5DC81ADEE95A7EFA0C9E24396E8D9DDE2B25',
493
+ exponent: 0,
494
+ aliases: ['inj16jf4qkcarp3lan4wl2qkrelf4kduvvujwg0780']
495
+ }, {
496
+ denom: 'nATOM',
497
+ exponent: 6
498
+ }],
499
+ base: 'ibc/40FEB703DE80C21BFE41588364BA5DC81ADEE95A7EFA0C9E24396E8D9DDE2B25',
500
+ name: 'Neptune Receipt ATOM',
501
+ display: 'nATOM',
502
+ symbol: 'nATOM',
503
+ images: [{
504
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/natom.png'
505
+ }],
506
+ traces: [{
507
+ type: 'ibc',
508
+ counterparty: {
509
+ channel_id: 'channel-159',
510
+ base_denom: 'inj16jf4qkcarp3lan4wl2qkrelf4kduvvujwg0780',
511
+ chain_name: 'injective'
512
+ },
513
+ chain: {
514
+ channel_id: 'channel-116'
515
+ }
516
+ }]
517
+ },
518
+ {
519
+ description: 'A receipt token for lent WETH issued by the Neptune Protocol.',
520
+ denom_units: [{
521
+ denom: 'ibc/7821D8F41421EB4ECD45F60961CEA34952B9CC00BA1A53960AB6BF7AE60B23AC',
522
+ exponent: 0,
523
+ aliases: ['inj1kehk5nvreklhylx22p3x0yjydfsz9fv3fvg5xt']
524
+ }, {
525
+ denom: 'nWETH',
526
+ exponent: 18
527
+ }],
528
+ base: 'ibc/7821D8F41421EB4ECD45F60961CEA34952B9CC00BA1A53960AB6BF7AE60B23AC',
529
+ name: 'Neptune Receipt WETH',
530
+ display: 'nWETH',
531
+ symbol: 'nWETH',
532
+ images: [{
533
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/nweth.png'
534
+ }],
535
+ traces: [{
536
+ type: 'ibc',
537
+ counterparty: {
538
+ channel_id: 'channel-159',
539
+ base_denom: 'inj1kehk5nvreklhylx22p3x0yjydfsz9fv3fvg5xt',
540
+ chain_name: 'injective'
541
+ },
542
+ chain: {
543
+ channel_id: 'channel-116'
544
+ }
545
+ }]
546
+ },
547
+ {
548
+ description: 'A receipt token for lent USDT issued by the Neptune Protocol.',
549
+ denom_units: [{
550
+ denom: 'ibc/AB025BA98C47EE08D709E662F1BDC69437AAF551F88140EFDACDC0F262409122',
551
+ exponent: 0,
552
+ aliases: ['inj1cy9hes20vww2yr6crvs75gxy5hpycya2hmjg9s']
553
+ }, {
554
+ denom: 'nUSDT',
555
+ exponent: 6
556
+ }],
557
+ base: 'ibc/AB025BA98C47EE08D709E662F1BDC69437AAF551F88140EFDACDC0F262409122',
558
+ name: 'Neptune Receipt USDT',
559
+ display: 'nUSDT',
560
+ symbol: 'nUSDT',
561
+ images: [{
562
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/nusdt.png'
563
+ }],
564
+ traces: [{
565
+ type: 'ibc',
566
+ counterparty: {
567
+ channel_id: 'channel-159',
568
+ base_denom: 'inj1cy9hes20vww2yr6crvs75gxy5hpycya2hmjg9s',
569
+ chain_name: 'injective'
570
+ },
571
+ chain: {
572
+ channel_id: 'channel-116'
573
+ }
574
+ }]
575
+ },
576
+ {
577
+ description: 'A receipt token for lent TIA issued by the Neptune Protocol.',
578
+ denom_units: [{
579
+ denom: 'ibc/AC1965486D2B6DBB247ED4301A22E14D04E7BCBE8D96962A638BDFAF893265D6',
580
+ exponent: 0,
581
+ aliases: ['inj1fzquxxxam59z6fzewy2hvvreeh3m04x83zg4vv']
582
+ }, {
583
+ denom: 'nTIA',
584
+ exponent: 6
585
+ }],
586
+ base: 'ibc/AC1965486D2B6DBB247ED4301A22E14D04E7BCBE8D96962A638BDFAF893265D6',
587
+ name: 'Neptune Receipt TIA',
588
+ display: 'nTIA',
589
+ symbol: 'nTIA',
590
+ images: [{
591
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ntia.png'
592
+ }],
593
+ traces: [{
594
+ type: 'ibc',
595
+ counterparty: {
596
+ channel_id: 'channel-159',
597
+ base_denom: 'inj1fzquxxxam59z6fzewy2hvvreeh3m04x83zg4vv',
598
+ chain_name: 'injective'
599
+ },
600
+ chain: {
601
+ channel_id: 'channel-116'
602
+ }
603
+ }]
604
+ },
460
605
  {
461
606
  description: 'The native staking and governance token of Kava',
462
607
  denom_units: [{
@@ -1539,6 +1684,151 @@ const assets = {
1539
1684
  }
1540
1685
  }]
1541
1686
  },
1687
+ {
1688
+ description: 'A receipt token for lent INJ issued by the Neptune Protocol.',
1689
+ denom_units: [{
1690
+ denom: 'ibc/CC25828622E3715A97117745CCE0BA3FFBF198C6831CC56B31F03288CB9CE05E',
1691
+ exponent: 0,
1692
+ aliases: ['inj1rmzufd7h09sqfrre5dtvu5d09ta7c0t4jzkr2f']
1693
+ }, {
1694
+ denom: 'nINJ',
1695
+ exponent: 18
1696
+ }],
1697
+ base: 'ibc/CC25828622E3715A97117745CCE0BA3FFBF198C6831CC56B31F03288CB9CE05E',
1698
+ name: 'Neptune Receipt INJ',
1699
+ display: 'nINJ',
1700
+ symbol: 'nINJ',
1701
+ images: [{
1702
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninj.png'
1703
+ }],
1704
+ traces: [{
1705
+ type: 'ibc',
1706
+ counterparty: {
1707
+ channel_id: 'channel-159',
1708
+ base_denom: 'inj1rmzufd7h09sqfrre5dtvu5d09ta7c0t4jzkr2f',
1709
+ chain_name: 'injective'
1710
+ },
1711
+ chain: {
1712
+ channel_id: 'channel-116'
1713
+ }
1714
+ }]
1715
+ },
1716
+ {
1717
+ description: 'A receipt token for lent ATOM issued by the Neptune Protocol.',
1718
+ denom_units: [{
1719
+ denom: 'ibc/40FEB703DE80C21BFE41588364BA5DC81ADEE95A7EFA0C9E24396E8D9DDE2B25',
1720
+ exponent: 0,
1721
+ aliases: ['inj16jf4qkcarp3lan4wl2qkrelf4kduvvujwg0780']
1722
+ }, {
1723
+ denom: 'nATOM',
1724
+ exponent: 6
1725
+ }],
1726
+ base: 'ibc/40FEB703DE80C21BFE41588364BA5DC81ADEE95A7EFA0C9E24396E8D9DDE2B25',
1727
+ name: 'Neptune Receipt ATOM',
1728
+ display: 'nATOM',
1729
+ symbol: 'nATOM',
1730
+ images: [{
1731
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/natom.png'
1732
+ }],
1733
+ traces: [{
1734
+ type: 'ibc',
1735
+ counterparty: {
1736
+ channel_id: 'channel-159',
1737
+ base_denom: 'inj16jf4qkcarp3lan4wl2qkrelf4kduvvujwg0780',
1738
+ chain_name: 'injective'
1739
+ },
1740
+ chain: {
1741
+ channel_id: 'channel-116'
1742
+ }
1743
+ }]
1744
+ },
1745
+ {
1746
+ description: 'A receipt token for lent WETH issued by the Neptune Protocol.',
1747
+ denom_units: [{
1748
+ denom: 'ibc/7821D8F41421EB4ECD45F60961CEA34952B9CC00BA1A53960AB6BF7AE60B23AC',
1749
+ exponent: 0,
1750
+ aliases: ['inj1kehk5nvreklhylx22p3x0yjydfsz9fv3fvg5xt']
1751
+ }, {
1752
+ denom: 'nWETH',
1753
+ exponent: 18
1754
+ }],
1755
+ base: 'ibc/7821D8F41421EB4ECD45F60961CEA34952B9CC00BA1A53960AB6BF7AE60B23AC',
1756
+ name: 'Neptune Receipt WETH',
1757
+ display: 'nWETH',
1758
+ symbol: 'nWETH',
1759
+ images: [{
1760
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/nweth.png'
1761
+ }],
1762
+ traces: [{
1763
+ type: 'ibc',
1764
+ counterparty: {
1765
+ channel_id: 'channel-159',
1766
+ base_denom: 'inj1kehk5nvreklhylx22p3x0yjydfsz9fv3fvg5xt',
1767
+ chain_name: 'injective'
1768
+ },
1769
+ chain: {
1770
+ channel_id: 'channel-116'
1771
+ }
1772
+ }]
1773
+ },
1774
+ {
1775
+ description: 'A receipt token for lent USDT issued by the Neptune Protocol.',
1776
+ denom_units: [{
1777
+ denom: 'ibc/AB025BA98C47EE08D709E662F1BDC69437AAF551F88140EFDACDC0F262409122',
1778
+ exponent: 0,
1779
+ aliases: ['inj1cy9hes20vww2yr6crvs75gxy5hpycya2hmjg9s']
1780
+ }, {
1781
+ denom: 'nUSDT',
1782
+ exponent: 6
1783
+ }],
1784
+ base: 'ibc/AB025BA98C47EE08D709E662F1BDC69437AAF551F88140EFDACDC0F262409122',
1785
+ name: 'Neptune Receipt USDT',
1786
+ display: 'nUSDT',
1787
+ symbol: 'nUSDT',
1788
+ images: [{
1789
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/nusdt.png'
1790
+ }],
1791
+ traces: [{
1792
+ type: 'ibc',
1793
+ counterparty: {
1794
+ channel_id: 'channel-159',
1795
+ base_denom: 'inj1cy9hes20vww2yr6crvs75gxy5hpycya2hmjg9s',
1796
+ chain_name: 'injective'
1797
+ },
1798
+ chain: {
1799
+ channel_id: 'channel-116'
1800
+ }
1801
+ }]
1802
+ },
1803
+ {
1804
+ description: 'A receipt token for lent TIA issued by the Neptune Protocol.',
1805
+ denom_units: [{
1806
+ denom: 'ibc/AC1965486D2B6DBB247ED4301A22E14D04E7BCBE8D96962A638BDFAF893265D6',
1807
+ exponent: 0,
1808
+ aliases: ['inj1fzquxxxam59z6fzewy2hvvreeh3m04x83zg4vv']
1809
+ }, {
1810
+ denom: 'nTIA',
1811
+ exponent: 6
1812
+ }],
1813
+ base: 'ibc/AC1965486D2B6DBB247ED4301A22E14D04E7BCBE8D96962A638BDFAF893265D6',
1814
+ name: 'Neptune Receipt TIA',
1815
+ display: 'nTIA',
1816
+ symbol: 'nTIA',
1817
+ images: [{
1818
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ntia.png'
1819
+ }],
1820
+ traces: [{
1821
+ type: 'ibc',
1822
+ counterparty: {
1823
+ channel_id: 'channel-159',
1824
+ base_denom: 'inj1fzquxxxam59z6fzewy2hvvreeh3m04x83zg4vv',
1825
+ chain_name: 'injective'
1826
+ },
1827
+ chain: {
1828
+ channel_id: 'channel-116'
1829
+ }
1830
+ }]
1831
+ },
1542
1832
  {
1543
1833
  description: 'The native staking and governance token of Kava',
1544
1834
  denom_units: [{