@chain-registry/assets 1.62.6 → 1.62.7

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 (53) 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 +290 -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 +290 -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/secretnetwork.js +290 -0
  22. package/esm/mainnet/sommelier.js +290 -0
  23. package/esm/mainnet/stride.js +290 -0
  24. package/esm/mainnet/terra2.js +290 -0
  25. package/esm/mainnet/umee.js +290 -0
  26. package/esm/mainnet/xpla.js +290 -0
  27. package/mainnet/andromeda.js +290 -0
  28. package/mainnet/axelar.js +292 -2
  29. package/mainnet/celestia.js +290 -0
  30. package/mainnet/composable.js +290 -0
  31. package/mainnet/cosmoshub.js +290 -0
  32. package/mainnet/crescent.js +290 -0
  33. package/mainnet/doravota.js +290 -0
  34. package/mainnet/evmos.js +290 -0
  35. package/mainnet/gateway.js +290 -0
  36. package/mainnet/kava.js +290 -0
  37. package/mainnet/kujira.js +290 -0
  38. package/mainnet/migaloo.js +290 -0
  39. package/mainnet/neutron.js +290 -0
  40. package/mainnet/noble.js +290 -0
  41. package/mainnet/nois.js +290 -0
  42. package/mainnet/odin.js +290 -0
  43. package/mainnet/oraichain.js +290 -0
  44. package/mainnet/osmosis.js +292 -2
  45. package/mainnet/persistence.js +290 -0
  46. package/mainnet/pryzm.js +290 -0
  47. package/mainnet/secretnetwork.js +290 -0
  48. package/mainnet/sommelier.js +290 -0
  49. package/mainnet/stride.js +290 -0
  50. package/mainnet/terra2.js +290 -0
  51. package/mainnet/umee.js +290 -0
  52. package/mainnet/xpla.js +290 -0
  53. package/package.json +5 -5
@@ -924,6 +924,151 @@ const assets = {
924
924
  }
925
925
  }]
926
926
  },
927
+ {
928
+ description: 'A receipt token for lent INJ issued by the Neptune Protocol.',
929
+ denom_units: [{
930
+ denom: 'ibc/65526CF8D213EAAF861AB2833732DA80F00D2EFFE397096B572BF6ADBB2ACD06',
931
+ exponent: 0,
932
+ aliases: ['inj1rmzufd7h09sqfrre5dtvu5d09ta7c0t4jzkr2f']
933
+ }, {
934
+ denom: 'nINJ',
935
+ exponent: 18
936
+ }],
937
+ base: 'ibc/65526CF8D213EAAF861AB2833732DA80F00D2EFFE397096B572BF6ADBB2ACD06',
938
+ name: 'Neptune Receipt INJ',
939
+ display: 'nINJ',
940
+ symbol: 'nINJ',
941
+ images: [{
942
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninj.png'
943
+ }],
944
+ traces: [{
945
+ type: 'ibc',
946
+ counterparty: {
947
+ channel_id: 'channel-89',
948
+ base_denom: 'inj1rmzufd7h09sqfrre5dtvu5d09ta7c0t4jzkr2f',
949
+ chain_name: 'injective'
950
+ },
951
+ chain: {
952
+ channel_id: 'channel-6'
953
+ }
954
+ }]
955
+ },
956
+ {
957
+ description: 'A receipt token for lent ATOM issued by the Neptune Protocol.',
958
+ denom_units: [{
959
+ denom: 'ibc/E4A64E69000189624D4B0C40B398275B988695CFD37B787B8B45B96216E01DBF',
960
+ exponent: 0,
961
+ aliases: ['inj16jf4qkcarp3lan4wl2qkrelf4kduvvujwg0780']
962
+ }, {
963
+ denom: 'nATOM',
964
+ exponent: 6
965
+ }],
966
+ base: 'ibc/E4A64E69000189624D4B0C40B398275B988695CFD37B787B8B45B96216E01DBF',
967
+ name: 'Neptune Receipt ATOM',
968
+ display: 'nATOM',
969
+ symbol: 'nATOM',
970
+ images: [{
971
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/natom.png'
972
+ }],
973
+ traces: [{
974
+ type: 'ibc',
975
+ counterparty: {
976
+ channel_id: 'channel-89',
977
+ base_denom: 'inj16jf4qkcarp3lan4wl2qkrelf4kduvvujwg0780',
978
+ chain_name: 'injective'
979
+ },
980
+ chain: {
981
+ channel_id: 'channel-6'
982
+ }
983
+ }]
984
+ },
985
+ {
986
+ description: 'A receipt token for lent WETH issued by the Neptune Protocol.',
987
+ denom_units: [{
988
+ denom: 'ibc/F0F2987EECAA2EC79240AC860263AC94DAA375809B7002C82D1A23A22AD6FC85',
989
+ exponent: 0,
990
+ aliases: ['inj1kehk5nvreklhylx22p3x0yjydfsz9fv3fvg5xt']
991
+ }, {
992
+ denom: 'nWETH',
993
+ exponent: 18
994
+ }],
995
+ base: 'ibc/F0F2987EECAA2EC79240AC860263AC94DAA375809B7002C82D1A23A22AD6FC85',
996
+ name: 'Neptune Receipt WETH',
997
+ display: 'nWETH',
998
+ symbol: 'nWETH',
999
+ images: [{
1000
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/nweth.png'
1001
+ }],
1002
+ traces: [{
1003
+ type: 'ibc',
1004
+ counterparty: {
1005
+ channel_id: 'channel-89',
1006
+ base_denom: 'inj1kehk5nvreklhylx22p3x0yjydfsz9fv3fvg5xt',
1007
+ chain_name: 'injective'
1008
+ },
1009
+ chain: {
1010
+ channel_id: 'channel-6'
1011
+ }
1012
+ }]
1013
+ },
1014
+ {
1015
+ description: 'A receipt token for lent USDT issued by the Neptune Protocol.',
1016
+ denom_units: [{
1017
+ denom: 'ibc/77F61677C5605837984D8B4D07662CBBF0106B0FCCF08228A000FFA715DB6EE5',
1018
+ exponent: 0,
1019
+ aliases: ['inj1cy9hes20vww2yr6crvs75gxy5hpycya2hmjg9s']
1020
+ }, {
1021
+ denom: 'nUSDT',
1022
+ exponent: 6
1023
+ }],
1024
+ base: 'ibc/77F61677C5605837984D8B4D07662CBBF0106B0FCCF08228A000FFA715DB6EE5',
1025
+ name: 'Neptune Receipt USDT',
1026
+ display: 'nUSDT',
1027
+ symbol: 'nUSDT',
1028
+ images: [{
1029
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/nusdt.png'
1030
+ }],
1031
+ traces: [{
1032
+ type: 'ibc',
1033
+ counterparty: {
1034
+ channel_id: 'channel-89',
1035
+ base_denom: 'inj1cy9hes20vww2yr6crvs75gxy5hpycya2hmjg9s',
1036
+ chain_name: 'injective'
1037
+ },
1038
+ chain: {
1039
+ channel_id: 'channel-6'
1040
+ }
1041
+ }]
1042
+ },
1043
+ {
1044
+ description: 'A receipt token for lent TIA issued by the Neptune Protocol.',
1045
+ denom_units: [{
1046
+ denom: 'ibc/C2DD09C1C9B4DFEDC08C0088E8F62A01C1BFC731C7A90953B040817DE58FB5E3',
1047
+ exponent: 0,
1048
+ aliases: ['inj1fzquxxxam59z6fzewy2hvvreeh3m04x83zg4vv']
1049
+ }, {
1050
+ denom: 'nTIA',
1051
+ exponent: 6
1052
+ }],
1053
+ base: 'ibc/C2DD09C1C9B4DFEDC08C0088E8F62A01C1BFC731C7A90953B040817DE58FB5E3',
1054
+ name: 'Neptune Receipt TIA',
1055
+ display: 'nTIA',
1056
+ symbol: 'nTIA',
1057
+ images: [{
1058
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ntia.png'
1059
+ }],
1060
+ traces: [{
1061
+ type: 'ibc',
1062
+ counterparty: {
1063
+ channel_id: 'channel-89',
1064
+ base_denom: 'inj1fzquxxxam59z6fzewy2hvvreeh3m04x83zg4vv',
1065
+ chain_name: 'injective'
1066
+ },
1067
+ chain: {
1068
+ channel_id: 'channel-6'
1069
+ }
1070
+ }]
1071
+ },
927
1072
  {
928
1073
  description: 'The native token of JUNO Chain',
929
1074
  denom_units: [{
@@ -2427,6 +2572,151 @@ const assets = {
2427
2572
  }
2428
2573
  }]
2429
2574
  },
2575
+ {
2576
+ description: 'A receipt token for lent INJ issued by the Neptune Protocol.',
2577
+ denom_units: [{
2578
+ denom: 'ibc/65526CF8D213EAAF861AB2833732DA80F00D2EFFE397096B572BF6ADBB2ACD06',
2579
+ exponent: 0,
2580
+ aliases: ['inj1rmzufd7h09sqfrre5dtvu5d09ta7c0t4jzkr2f']
2581
+ }, {
2582
+ denom: 'nINJ',
2583
+ exponent: 18
2584
+ }],
2585
+ base: 'ibc/65526CF8D213EAAF861AB2833732DA80F00D2EFFE397096B572BF6ADBB2ACD06',
2586
+ name: 'Neptune Receipt INJ',
2587
+ display: 'nINJ',
2588
+ symbol: 'nINJ',
2589
+ images: [{
2590
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninj.png'
2591
+ }],
2592
+ traces: [{
2593
+ type: 'ibc',
2594
+ counterparty: {
2595
+ channel_id: 'channel-89',
2596
+ base_denom: 'inj1rmzufd7h09sqfrre5dtvu5d09ta7c0t4jzkr2f',
2597
+ chain_name: 'injective'
2598
+ },
2599
+ chain: {
2600
+ channel_id: 'channel-6'
2601
+ }
2602
+ }]
2603
+ },
2604
+ {
2605
+ description: 'A receipt token for lent ATOM issued by the Neptune Protocol.',
2606
+ denom_units: [{
2607
+ denom: 'ibc/E4A64E69000189624D4B0C40B398275B988695CFD37B787B8B45B96216E01DBF',
2608
+ exponent: 0,
2609
+ aliases: ['inj16jf4qkcarp3lan4wl2qkrelf4kduvvujwg0780']
2610
+ }, {
2611
+ denom: 'nATOM',
2612
+ exponent: 6
2613
+ }],
2614
+ base: 'ibc/E4A64E69000189624D4B0C40B398275B988695CFD37B787B8B45B96216E01DBF',
2615
+ name: 'Neptune Receipt ATOM',
2616
+ display: 'nATOM',
2617
+ symbol: 'nATOM',
2618
+ images: [{
2619
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/natom.png'
2620
+ }],
2621
+ traces: [{
2622
+ type: 'ibc',
2623
+ counterparty: {
2624
+ channel_id: 'channel-89',
2625
+ base_denom: 'inj16jf4qkcarp3lan4wl2qkrelf4kduvvujwg0780',
2626
+ chain_name: 'injective'
2627
+ },
2628
+ chain: {
2629
+ channel_id: 'channel-6'
2630
+ }
2631
+ }]
2632
+ },
2633
+ {
2634
+ description: 'A receipt token for lent WETH issued by the Neptune Protocol.',
2635
+ denom_units: [{
2636
+ denom: 'ibc/F0F2987EECAA2EC79240AC860263AC94DAA375809B7002C82D1A23A22AD6FC85',
2637
+ exponent: 0,
2638
+ aliases: ['inj1kehk5nvreklhylx22p3x0yjydfsz9fv3fvg5xt']
2639
+ }, {
2640
+ denom: 'nWETH',
2641
+ exponent: 18
2642
+ }],
2643
+ base: 'ibc/F0F2987EECAA2EC79240AC860263AC94DAA375809B7002C82D1A23A22AD6FC85',
2644
+ name: 'Neptune Receipt WETH',
2645
+ display: 'nWETH',
2646
+ symbol: 'nWETH',
2647
+ images: [{
2648
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/nweth.png'
2649
+ }],
2650
+ traces: [{
2651
+ type: 'ibc',
2652
+ counterparty: {
2653
+ channel_id: 'channel-89',
2654
+ base_denom: 'inj1kehk5nvreklhylx22p3x0yjydfsz9fv3fvg5xt',
2655
+ chain_name: 'injective'
2656
+ },
2657
+ chain: {
2658
+ channel_id: 'channel-6'
2659
+ }
2660
+ }]
2661
+ },
2662
+ {
2663
+ description: 'A receipt token for lent USDT issued by the Neptune Protocol.',
2664
+ denom_units: [{
2665
+ denom: 'ibc/77F61677C5605837984D8B4D07662CBBF0106B0FCCF08228A000FFA715DB6EE5',
2666
+ exponent: 0,
2667
+ aliases: ['inj1cy9hes20vww2yr6crvs75gxy5hpycya2hmjg9s']
2668
+ }, {
2669
+ denom: 'nUSDT',
2670
+ exponent: 6
2671
+ }],
2672
+ base: 'ibc/77F61677C5605837984D8B4D07662CBBF0106B0FCCF08228A000FFA715DB6EE5',
2673
+ name: 'Neptune Receipt USDT',
2674
+ display: 'nUSDT',
2675
+ symbol: 'nUSDT',
2676
+ images: [{
2677
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/nusdt.png'
2678
+ }],
2679
+ traces: [{
2680
+ type: 'ibc',
2681
+ counterparty: {
2682
+ channel_id: 'channel-89',
2683
+ base_denom: 'inj1cy9hes20vww2yr6crvs75gxy5hpycya2hmjg9s',
2684
+ chain_name: 'injective'
2685
+ },
2686
+ chain: {
2687
+ channel_id: 'channel-6'
2688
+ }
2689
+ }]
2690
+ },
2691
+ {
2692
+ description: 'A receipt token for lent TIA issued by the Neptune Protocol.',
2693
+ denom_units: [{
2694
+ denom: 'ibc/C2DD09C1C9B4DFEDC08C0088E8F62A01C1BFC731C7A90953B040817DE58FB5E3',
2695
+ exponent: 0,
2696
+ aliases: ['inj1fzquxxxam59z6fzewy2hvvreeh3m04x83zg4vv']
2697
+ }, {
2698
+ denom: 'nTIA',
2699
+ exponent: 6
2700
+ }],
2701
+ base: 'ibc/C2DD09C1C9B4DFEDC08C0088E8F62A01C1BFC731C7A90953B040817DE58FB5E3',
2702
+ name: 'Neptune Receipt TIA',
2703
+ display: 'nTIA',
2704
+ symbol: 'nTIA',
2705
+ images: [{
2706
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ntia.png'
2707
+ }],
2708
+ traces: [{
2709
+ type: 'ibc',
2710
+ counterparty: {
2711
+ channel_id: 'channel-89',
2712
+ base_denom: 'inj1fzquxxxam59z6fzewy2hvvreeh3m04x83zg4vv',
2713
+ chain_name: 'injective'
2714
+ },
2715
+ chain: {
2716
+ channel_id: 'channel-6'
2717
+ }
2718
+ }]
2719
+ },
2430
2720
  {
2431
2721
  description: 'The native token of JUNO Chain',
2432
2722
  denom_units: [{
@@ -891,6 +891,151 @@ const assets = {
891
891
  }
892
892
  }]
893
893
  },
894
+ {
895
+ description: 'A receipt token for lent INJ issued by the Neptune Protocol.',
896
+ denom_units: [{
897
+ denom: 'ibc/A84E8FD65247227AF59CF55E7BA8BB5F773A9D022EB12F4B9AC397DF1BB48125',
898
+ exponent: 0,
899
+ aliases: ['inj1rmzufd7h09sqfrre5dtvu5d09ta7c0t4jzkr2f']
900
+ }, {
901
+ denom: 'nINJ',
902
+ exponent: 18
903
+ }],
904
+ base: 'ibc/A84E8FD65247227AF59CF55E7BA8BB5F773A9D022EB12F4B9AC397DF1BB48125',
905
+ name: 'Neptune Receipt INJ',
906
+ display: 'nINJ',
907
+ symbol: 'nINJ',
908
+ images: [{
909
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninj.png'
910
+ }],
911
+ traces: [{
912
+ type: 'ibc',
913
+ counterparty: {
914
+ channel_id: 'channel-151',
915
+ base_denom: 'inj1rmzufd7h09sqfrre5dtvu5d09ta7c0t4jzkr2f',
916
+ chain_name: 'injective'
917
+ },
918
+ chain: {
919
+ channel_id: 'channel-255'
920
+ }
921
+ }]
922
+ },
923
+ {
924
+ description: 'A receipt token for lent ATOM issued by the Neptune Protocol.',
925
+ denom_units: [{
926
+ denom: 'ibc/296DE1EFC5608C9BEEBCAB9AD4CC499BA43FF512E6CBAD22B00AB76F885681D9',
927
+ exponent: 0,
928
+ aliases: ['inj16jf4qkcarp3lan4wl2qkrelf4kduvvujwg0780']
929
+ }, {
930
+ denom: 'nATOM',
931
+ exponent: 6
932
+ }],
933
+ base: 'ibc/296DE1EFC5608C9BEEBCAB9AD4CC499BA43FF512E6CBAD22B00AB76F885681D9',
934
+ name: 'Neptune Receipt ATOM',
935
+ display: 'nATOM',
936
+ symbol: 'nATOM',
937
+ images: [{
938
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/natom.png'
939
+ }],
940
+ traces: [{
941
+ type: 'ibc',
942
+ counterparty: {
943
+ channel_id: 'channel-151',
944
+ base_denom: 'inj16jf4qkcarp3lan4wl2qkrelf4kduvvujwg0780',
945
+ chain_name: 'injective'
946
+ },
947
+ chain: {
948
+ channel_id: 'channel-255'
949
+ }
950
+ }]
951
+ },
952
+ {
953
+ description: 'A receipt token for lent WETH issued by the Neptune Protocol.',
954
+ denom_units: [{
955
+ denom: 'ibc/66114F1B1F4B4822F0AB4DC1408BD90FBD921B14E787458F0392539F27E1EBE6',
956
+ exponent: 0,
957
+ aliases: ['inj1kehk5nvreklhylx22p3x0yjydfsz9fv3fvg5xt']
958
+ }, {
959
+ denom: 'nWETH',
960
+ exponent: 18
961
+ }],
962
+ base: 'ibc/66114F1B1F4B4822F0AB4DC1408BD90FBD921B14E787458F0392539F27E1EBE6',
963
+ name: 'Neptune Receipt WETH',
964
+ display: 'nWETH',
965
+ symbol: 'nWETH',
966
+ images: [{
967
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/nweth.png'
968
+ }],
969
+ traces: [{
970
+ type: 'ibc',
971
+ counterparty: {
972
+ channel_id: 'channel-151',
973
+ base_denom: 'inj1kehk5nvreklhylx22p3x0yjydfsz9fv3fvg5xt',
974
+ chain_name: 'injective'
975
+ },
976
+ chain: {
977
+ channel_id: 'channel-255'
978
+ }
979
+ }]
980
+ },
981
+ {
982
+ description: 'A receipt token for lent USDT issued by the Neptune Protocol.',
983
+ denom_units: [{
984
+ denom: 'ibc/562C1BCF9F0C4CA6007CC498DC03799711B73CB8DB7C1107D23D5C37F3A4BCCB',
985
+ exponent: 0,
986
+ aliases: ['inj1cy9hes20vww2yr6crvs75gxy5hpycya2hmjg9s']
987
+ }, {
988
+ denom: 'nUSDT',
989
+ exponent: 6
990
+ }],
991
+ base: 'ibc/562C1BCF9F0C4CA6007CC498DC03799711B73CB8DB7C1107D23D5C37F3A4BCCB',
992
+ name: 'Neptune Receipt USDT',
993
+ display: 'nUSDT',
994
+ symbol: 'nUSDT',
995
+ images: [{
996
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/nusdt.png'
997
+ }],
998
+ traces: [{
999
+ type: 'ibc',
1000
+ counterparty: {
1001
+ channel_id: 'channel-151',
1002
+ base_denom: 'inj1cy9hes20vww2yr6crvs75gxy5hpycya2hmjg9s',
1003
+ chain_name: 'injective'
1004
+ },
1005
+ chain: {
1006
+ channel_id: 'channel-255'
1007
+ }
1008
+ }]
1009
+ },
1010
+ {
1011
+ description: 'A receipt token for lent TIA issued by the Neptune Protocol.',
1012
+ denom_units: [{
1013
+ denom: 'ibc/6199768B9CAD60EE3DE80A549298FC82D2C7CEEBA0728A47E5B27BA569C784A4',
1014
+ exponent: 0,
1015
+ aliases: ['inj1fzquxxxam59z6fzewy2hvvreeh3m04x83zg4vv']
1016
+ }, {
1017
+ denom: 'nTIA',
1018
+ exponent: 6
1019
+ }],
1020
+ base: 'ibc/6199768B9CAD60EE3DE80A549298FC82D2C7CEEBA0728A47E5B27BA569C784A4',
1021
+ name: 'Neptune Receipt TIA',
1022
+ display: 'nTIA',
1023
+ symbol: 'nTIA',
1024
+ images: [{
1025
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ntia.png'
1026
+ }],
1027
+ traces: [{
1028
+ type: 'ibc',
1029
+ counterparty: {
1030
+ channel_id: 'channel-151',
1031
+ base_denom: 'inj1fzquxxxam59z6fzewy2hvvreeh3m04x83zg4vv',
1032
+ chain_name: 'injective'
1033
+ },
1034
+ chain: {
1035
+ channel_id: 'channel-255'
1036
+ }
1037
+ }]
1038
+ },
894
1039
  {
895
1040
  description: 'The native token of JUNO Chain',
896
1041
  denom_units: [{
@@ -3607,6 +3752,151 @@ const assets = {
3607
3752
  }
3608
3753
  }]
3609
3754
  },
3755
+ {
3756
+ description: 'A receipt token for lent INJ issued by the Neptune Protocol.',
3757
+ denom_units: [{
3758
+ denom: 'ibc/A84E8FD65247227AF59CF55E7BA8BB5F773A9D022EB12F4B9AC397DF1BB48125',
3759
+ exponent: 0,
3760
+ aliases: ['inj1rmzufd7h09sqfrre5dtvu5d09ta7c0t4jzkr2f']
3761
+ }, {
3762
+ denom: 'nINJ',
3763
+ exponent: 18
3764
+ }],
3765
+ base: 'ibc/A84E8FD65247227AF59CF55E7BA8BB5F773A9D022EB12F4B9AC397DF1BB48125',
3766
+ name: 'Neptune Receipt INJ',
3767
+ display: 'nINJ',
3768
+ symbol: 'nINJ',
3769
+ images: [{
3770
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninj.png'
3771
+ }],
3772
+ traces: [{
3773
+ type: 'ibc',
3774
+ counterparty: {
3775
+ channel_id: 'channel-151',
3776
+ base_denom: 'inj1rmzufd7h09sqfrre5dtvu5d09ta7c0t4jzkr2f',
3777
+ chain_name: 'injective'
3778
+ },
3779
+ chain: {
3780
+ channel_id: 'channel-255'
3781
+ }
3782
+ }]
3783
+ },
3784
+ {
3785
+ description: 'A receipt token for lent ATOM issued by the Neptune Protocol.',
3786
+ denom_units: [{
3787
+ denom: 'ibc/296DE1EFC5608C9BEEBCAB9AD4CC499BA43FF512E6CBAD22B00AB76F885681D9',
3788
+ exponent: 0,
3789
+ aliases: ['inj16jf4qkcarp3lan4wl2qkrelf4kduvvujwg0780']
3790
+ }, {
3791
+ denom: 'nATOM',
3792
+ exponent: 6
3793
+ }],
3794
+ base: 'ibc/296DE1EFC5608C9BEEBCAB9AD4CC499BA43FF512E6CBAD22B00AB76F885681D9',
3795
+ name: 'Neptune Receipt ATOM',
3796
+ display: 'nATOM',
3797
+ symbol: 'nATOM',
3798
+ images: [{
3799
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/natom.png'
3800
+ }],
3801
+ traces: [{
3802
+ type: 'ibc',
3803
+ counterparty: {
3804
+ channel_id: 'channel-151',
3805
+ base_denom: 'inj16jf4qkcarp3lan4wl2qkrelf4kduvvujwg0780',
3806
+ chain_name: 'injective'
3807
+ },
3808
+ chain: {
3809
+ channel_id: 'channel-255'
3810
+ }
3811
+ }]
3812
+ },
3813
+ {
3814
+ description: 'A receipt token for lent WETH issued by the Neptune Protocol.',
3815
+ denom_units: [{
3816
+ denom: 'ibc/66114F1B1F4B4822F0AB4DC1408BD90FBD921B14E787458F0392539F27E1EBE6',
3817
+ exponent: 0,
3818
+ aliases: ['inj1kehk5nvreklhylx22p3x0yjydfsz9fv3fvg5xt']
3819
+ }, {
3820
+ denom: 'nWETH',
3821
+ exponent: 18
3822
+ }],
3823
+ base: 'ibc/66114F1B1F4B4822F0AB4DC1408BD90FBD921B14E787458F0392539F27E1EBE6',
3824
+ name: 'Neptune Receipt WETH',
3825
+ display: 'nWETH',
3826
+ symbol: 'nWETH',
3827
+ images: [{
3828
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/nweth.png'
3829
+ }],
3830
+ traces: [{
3831
+ type: 'ibc',
3832
+ counterparty: {
3833
+ channel_id: 'channel-151',
3834
+ base_denom: 'inj1kehk5nvreklhylx22p3x0yjydfsz9fv3fvg5xt',
3835
+ chain_name: 'injective'
3836
+ },
3837
+ chain: {
3838
+ channel_id: 'channel-255'
3839
+ }
3840
+ }]
3841
+ },
3842
+ {
3843
+ description: 'A receipt token for lent USDT issued by the Neptune Protocol.',
3844
+ denom_units: [{
3845
+ denom: 'ibc/562C1BCF9F0C4CA6007CC498DC03799711B73CB8DB7C1107D23D5C37F3A4BCCB',
3846
+ exponent: 0,
3847
+ aliases: ['inj1cy9hes20vww2yr6crvs75gxy5hpycya2hmjg9s']
3848
+ }, {
3849
+ denom: 'nUSDT',
3850
+ exponent: 6
3851
+ }],
3852
+ base: 'ibc/562C1BCF9F0C4CA6007CC498DC03799711B73CB8DB7C1107D23D5C37F3A4BCCB',
3853
+ name: 'Neptune Receipt USDT',
3854
+ display: 'nUSDT',
3855
+ symbol: 'nUSDT',
3856
+ images: [{
3857
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/nusdt.png'
3858
+ }],
3859
+ traces: [{
3860
+ type: 'ibc',
3861
+ counterparty: {
3862
+ channel_id: 'channel-151',
3863
+ base_denom: 'inj1cy9hes20vww2yr6crvs75gxy5hpycya2hmjg9s',
3864
+ chain_name: 'injective'
3865
+ },
3866
+ chain: {
3867
+ channel_id: 'channel-255'
3868
+ }
3869
+ }]
3870
+ },
3871
+ {
3872
+ description: 'A receipt token for lent TIA issued by the Neptune Protocol.',
3873
+ denom_units: [{
3874
+ denom: 'ibc/6199768B9CAD60EE3DE80A549298FC82D2C7CEEBA0728A47E5B27BA569C784A4',
3875
+ exponent: 0,
3876
+ aliases: ['inj1fzquxxxam59z6fzewy2hvvreeh3m04x83zg4vv']
3877
+ }, {
3878
+ denom: 'nTIA',
3879
+ exponent: 6
3880
+ }],
3881
+ base: 'ibc/6199768B9CAD60EE3DE80A549298FC82D2C7CEEBA0728A47E5B27BA569C784A4',
3882
+ name: 'Neptune Receipt TIA',
3883
+ display: 'nTIA',
3884
+ symbol: 'nTIA',
3885
+ images: [{
3886
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ntia.png'
3887
+ }],
3888
+ traces: [{
3889
+ type: 'ibc',
3890
+ counterparty: {
3891
+ channel_id: 'channel-151',
3892
+ base_denom: 'inj1fzquxxxam59z6fzewy2hvvreeh3m04x83zg4vv',
3893
+ chain_name: 'injective'
3894
+ },
3895
+ chain: {
3896
+ channel_id: 'channel-255'
3897
+ }
3898
+ }]
3899
+ },
3610
3900
  {
3611
3901
  description: 'The native token of JUNO Chain',
3612
3902
  denom_units: [{