@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
@@ -455,6 +455,151 @@ const assets = {
455
455
  }
456
456
  }]
457
457
  },
458
+ {
459
+ description: 'A receipt token for lent INJ issued by the Neptune Protocol.',
460
+ denom_units: [{
461
+ denom: 'ibc/CC25828622E3715A97117745CCE0BA3FFBF198C6831CC56B31F03288CB9CE05E',
462
+ exponent: 0,
463
+ aliases: ['inj1rmzufd7h09sqfrre5dtvu5d09ta7c0t4jzkr2f']
464
+ }, {
465
+ denom: 'nINJ',
466
+ exponent: 18
467
+ }],
468
+ base: 'ibc/CC25828622E3715A97117745CCE0BA3FFBF198C6831CC56B31F03288CB9CE05E',
469
+ name: 'Neptune Receipt INJ',
470
+ display: 'nINJ',
471
+ symbol: 'nINJ',
472
+ images: [{
473
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninj.png'
474
+ }],
475
+ traces: [{
476
+ type: 'ibc',
477
+ counterparty: {
478
+ channel_id: 'channel-159',
479
+ base_denom: 'inj1rmzufd7h09sqfrre5dtvu5d09ta7c0t4jzkr2f',
480
+ chain_name: 'injective'
481
+ },
482
+ chain: {
483
+ channel_id: 'channel-116'
484
+ }
485
+ }]
486
+ },
487
+ {
488
+ description: 'A receipt token for lent ATOM issued by the Neptune Protocol.',
489
+ denom_units: [{
490
+ denom: 'ibc/40FEB703DE80C21BFE41588364BA5DC81ADEE95A7EFA0C9E24396E8D9DDE2B25',
491
+ exponent: 0,
492
+ aliases: ['inj16jf4qkcarp3lan4wl2qkrelf4kduvvujwg0780']
493
+ }, {
494
+ denom: 'nATOM',
495
+ exponent: 6
496
+ }],
497
+ base: 'ibc/40FEB703DE80C21BFE41588364BA5DC81ADEE95A7EFA0C9E24396E8D9DDE2B25',
498
+ name: 'Neptune Receipt ATOM',
499
+ display: 'nATOM',
500
+ symbol: 'nATOM',
501
+ images: [{
502
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/natom.png'
503
+ }],
504
+ traces: [{
505
+ type: 'ibc',
506
+ counterparty: {
507
+ channel_id: 'channel-159',
508
+ base_denom: 'inj16jf4qkcarp3lan4wl2qkrelf4kduvvujwg0780',
509
+ chain_name: 'injective'
510
+ },
511
+ chain: {
512
+ channel_id: 'channel-116'
513
+ }
514
+ }]
515
+ },
516
+ {
517
+ description: 'A receipt token for lent WETH issued by the Neptune Protocol.',
518
+ denom_units: [{
519
+ denom: 'ibc/7821D8F41421EB4ECD45F60961CEA34952B9CC00BA1A53960AB6BF7AE60B23AC',
520
+ exponent: 0,
521
+ aliases: ['inj1kehk5nvreklhylx22p3x0yjydfsz9fv3fvg5xt']
522
+ }, {
523
+ denom: 'nWETH',
524
+ exponent: 18
525
+ }],
526
+ base: 'ibc/7821D8F41421EB4ECD45F60961CEA34952B9CC00BA1A53960AB6BF7AE60B23AC',
527
+ name: 'Neptune Receipt WETH',
528
+ display: 'nWETH',
529
+ symbol: 'nWETH',
530
+ images: [{
531
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/nweth.png'
532
+ }],
533
+ traces: [{
534
+ type: 'ibc',
535
+ counterparty: {
536
+ channel_id: 'channel-159',
537
+ base_denom: 'inj1kehk5nvreklhylx22p3x0yjydfsz9fv3fvg5xt',
538
+ chain_name: 'injective'
539
+ },
540
+ chain: {
541
+ channel_id: 'channel-116'
542
+ }
543
+ }]
544
+ },
545
+ {
546
+ description: 'A receipt token for lent USDT issued by the Neptune Protocol.',
547
+ denom_units: [{
548
+ denom: 'ibc/AB025BA98C47EE08D709E662F1BDC69437AAF551F88140EFDACDC0F262409122',
549
+ exponent: 0,
550
+ aliases: ['inj1cy9hes20vww2yr6crvs75gxy5hpycya2hmjg9s']
551
+ }, {
552
+ denom: 'nUSDT',
553
+ exponent: 6
554
+ }],
555
+ base: 'ibc/AB025BA98C47EE08D709E662F1BDC69437AAF551F88140EFDACDC0F262409122',
556
+ name: 'Neptune Receipt USDT',
557
+ display: 'nUSDT',
558
+ symbol: 'nUSDT',
559
+ images: [{
560
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/nusdt.png'
561
+ }],
562
+ traces: [{
563
+ type: 'ibc',
564
+ counterparty: {
565
+ channel_id: 'channel-159',
566
+ base_denom: 'inj1cy9hes20vww2yr6crvs75gxy5hpycya2hmjg9s',
567
+ chain_name: 'injective'
568
+ },
569
+ chain: {
570
+ channel_id: 'channel-116'
571
+ }
572
+ }]
573
+ },
574
+ {
575
+ description: 'A receipt token for lent TIA issued by the Neptune Protocol.',
576
+ denom_units: [{
577
+ denom: 'ibc/AC1965486D2B6DBB247ED4301A22E14D04E7BCBE8D96962A638BDFAF893265D6',
578
+ exponent: 0,
579
+ aliases: ['inj1fzquxxxam59z6fzewy2hvvreeh3m04x83zg4vv']
580
+ }, {
581
+ denom: 'nTIA',
582
+ exponent: 6
583
+ }],
584
+ base: 'ibc/AC1965486D2B6DBB247ED4301A22E14D04E7BCBE8D96962A638BDFAF893265D6',
585
+ name: 'Neptune Receipt TIA',
586
+ display: 'nTIA',
587
+ symbol: 'nTIA',
588
+ images: [{
589
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ntia.png'
590
+ }],
591
+ traces: [{
592
+ type: 'ibc',
593
+ counterparty: {
594
+ channel_id: 'channel-159',
595
+ base_denom: 'inj1fzquxxxam59z6fzewy2hvvreeh3m04x83zg4vv',
596
+ chain_name: 'injective'
597
+ },
598
+ chain: {
599
+ channel_id: 'channel-116'
600
+ }
601
+ }]
602
+ },
458
603
  {
459
604
  description: 'The native staking and governance token of Kava',
460
605
  denom_units: [{
@@ -1537,6 +1682,151 @@ const assets = {
1537
1682
  }
1538
1683
  }]
1539
1684
  },
1685
+ {
1686
+ description: 'A receipt token for lent INJ issued by the Neptune Protocol.',
1687
+ denom_units: [{
1688
+ denom: 'ibc/CC25828622E3715A97117745CCE0BA3FFBF198C6831CC56B31F03288CB9CE05E',
1689
+ exponent: 0,
1690
+ aliases: ['inj1rmzufd7h09sqfrre5dtvu5d09ta7c0t4jzkr2f']
1691
+ }, {
1692
+ denom: 'nINJ',
1693
+ exponent: 18
1694
+ }],
1695
+ base: 'ibc/CC25828622E3715A97117745CCE0BA3FFBF198C6831CC56B31F03288CB9CE05E',
1696
+ name: 'Neptune Receipt INJ',
1697
+ display: 'nINJ',
1698
+ symbol: 'nINJ',
1699
+ images: [{
1700
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninj.png'
1701
+ }],
1702
+ traces: [{
1703
+ type: 'ibc',
1704
+ counterparty: {
1705
+ channel_id: 'channel-159',
1706
+ base_denom: 'inj1rmzufd7h09sqfrre5dtvu5d09ta7c0t4jzkr2f',
1707
+ chain_name: 'injective'
1708
+ },
1709
+ chain: {
1710
+ channel_id: 'channel-116'
1711
+ }
1712
+ }]
1713
+ },
1714
+ {
1715
+ description: 'A receipt token for lent ATOM issued by the Neptune Protocol.',
1716
+ denom_units: [{
1717
+ denom: 'ibc/40FEB703DE80C21BFE41588364BA5DC81ADEE95A7EFA0C9E24396E8D9DDE2B25',
1718
+ exponent: 0,
1719
+ aliases: ['inj16jf4qkcarp3lan4wl2qkrelf4kduvvujwg0780']
1720
+ }, {
1721
+ denom: 'nATOM',
1722
+ exponent: 6
1723
+ }],
1724
+ base: 'ibc/40FEB703DE80C21BFE41588364BA5DC81ADEE95A7EFA0C9E24396E8D9DDE2B25',
1725
+ name: 'Neptune Receipt ATOM',
1726
+ display: 'nATOM',
1727
+ symbol: 'nATOM',
1728
+ images: [{
1729
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/natom.png'
1730
+ }],
1731
+ traces: [{
1732
+ type: 'ibc',
1733
+ counterparty: {
1734
+ channel_id: 'channel-159',
1735
+ base_denom: 'inj16jf4qkcarp3lan4wl2qkrelf4kduvvujwg0780',
1736
+ chain_name: 'injective'
1737
+ },
1738
+ chain: {
1739
+ channel_id: 'channel-116'
1740
+ }
1741
+ }]
1742
+ },
1743
+ {
1744
+ description: 'A receipt token for lent WETH issued by the Neptune Protocol.',
1745
+ denom_units: [{
1746
+ denom: 'ibc/7821D8F41421EB4ECD45F60961CEA34952B9CC00BA1A53960AB6BF7AE60B23AC',
1747
+ exponent: 0,
1748
+ aliases: ['inj1kehk5nvreklhylx22p3x0yjydfsz9fv3fvg5xt']
1749
+ }, {
1750
+ denom: 'nWETH',
1751
+ exponent: 18
1752
+ }],
1753
+ base: 'ibc/7821D8F41421EB4ECD45F60961CEA34952B9CC00BA1A53960AB6BF7AE60B23AC',
1754
+ name: 'Neptune Receipt WETH',
1755
+ display: 'nWETH',
1756
+ symbol: 'nWETH',
1757
+ images: [{
1758
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/nweth.png'
1759
+ }],
1760
+ traces: [{
1761
+ type: 'ibc',
1762
+ counterparty: {
1763
+ channel_id: 'channel-159',
1764
+ base_denom: 'inj1kehk5nvreklhylx22p3x0yjydfsz9fv3fvg5xt',
1765
+ chain_name: 'injective'
1766
+ },
1767
+ chain: {
1768
+ channel_id: 'channel-116'
1769
+ }
1770
+ }]
1771
+ },
1772
+ {
1773
+ description: 'A receipt token for lent USDT issued by the Neptune Protocol.',
1774
+ denom_units: [{
1775
+ denom: 'ibc/AB025BA98C47EE08D709E662F1BDC69437AAF551F88140EFDACDC0F262409122',
1776
+ exponent: 0,
1777
+ aliases: ['inj1cy9hes20vww2yr6crvs75gxy5hpycya2hmjg9s']
1778
+ }, {
1779
+ denom: 'nUSDT',
1780
+ exponent: 6
1781
+ }],
1782
+ base: 'ibc/AB025BA98C47EE08D709E662F1BDC69437AAF551F88140EFDACDC0F262409122',
1783
+ name: 'Neptune Receipt USDT',
1784
+ display: 'nUSDT',
1785
+ symbol: 'nUSDT',
1786
+ images: [{
1787
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/nusdt.png'
1788
+ }],
1789
+ traces: [{
1790
+ type: 'ibc',
1791
+ counterparty: {
1792
+ channel_id: 'channel-159',
1793
+ base_denom: 'inj1cy9hes20vww2yr6crvs75gxy5hpycya2hmjg9s',
1794
+ chain_name: 'injective'
1795
+ },
1796
+ chain: {
1797
+ channel_id: 'channel-116'
1798
+ }
1799
+ }]
1800
+ },
1801
+ {
1802
+ description: 'A receipt token for lent TIA issued by the Neptune Protocol.',
1803
+ denom_units: [{
1804
+ denom: 'ibc/AC1965486D2B6DBB247ED4301A22E14D04E7BCBE8D96962A638BDFAF893265D6',
1805
+ exponent: 0,
1806
+ aliases: ['inj1fzquxxxam59z6fzewy2hvvreeh3m04x83zg4vv']
1807
+ }, {
1808
+ denom: 'nTIA',
1809
+ exponent: 6
1810
+ }],
1811
+ base: 'ibc/AC1965486D2B6DBB247ED4301A22E14D04E7BCBE8D96962A638BDFAF893265D6',
1812
+ name: 'Neptune Receipt TIA',
1813
+ display: 'nTIA',
1814
+ symbol: 'nTIA',
1815
+ images: [{
1816
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ntia.png'
1817
+ }],
1818
+ traces: [{
1819
+ type: 'ibc',
1820
+ counterparty: {
1821
+ channel_id: 'channel-159',
1822
+ base_denom: 'inj1fzquxxxam59z6fzewy2hvvreeh3m04x83zg4vv',
1823
+ chain_name: 'injective'
1824
+ },
1825
+ chain: {
1826
+ channel_id: 'channel-116'
1827
+ }
1828
+ }]
1829
+ },
1540
1830
  {
1541
1831
  description: 'The native staking and governance token of Kava',
1542
1832
  denom_units: [{
@@ -104,6 +104,151 @@ const assets = {
104
104
  }
105
105
  }]
106
106
  },
107
+ {
108
+ description: 'A receipt token for lent INJ issued by the Neptune Protocol.',
109
+ denom_units: [{
110
+ denom: 'ibc/A7EAF6B89D74D694270BFC13E02EAD1C9C5929C9B837DD94E1C9BDE008B3AD17',
111
+ exponent: 0,
112
+ aliases: ['inj1rmzufd7h09sqfrre5dtvu5d09ta7c0t4jzkr2f']
113
+ }, {
114
+ denom: 'nINJ',
115
+ exponent: 18
116
+ }],
117
+ base: 'ibc/A7EAF6B89D74D694270BFC13E02EAD1C9C5929C9B837DD94E1C9BDE008B3AD17',
118
+ name: 'Neptune Receipt INJ',
119
+ display: 'nINJ',
120
+ symbol: 'nINJ',
121
+ images: [{
122
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninj.png'
123
+ }],
124
+ traces: [{
125
+ type: 'ibc',
126
+ counterparty: {
127
+ channel_id: 'channel-137',
128
+ base_denom: 'inj1rmzufd7h09sqfrre5dtvu5d09ta7c0t4jzkr2f',
129
+ chain_name: 'injective'
130
+ },
131
+ chain: {
132
+ channel_id: 'channel-7'
133
+ }
134
+ }]
135
+ },
136
+ {
137
+ description: 'A receipt token for lent ATOM issued by the Neptune Protocol.',
138
+ denom_units: [{
139
+ denom: 'ibc/7A334FA725B17C5DF23B72820854083FA6CEF0FFE2AB5057198FEFEC57C4D5F5',
140
+ exponent: 0,
141
+ aliases: ['inj16jf4qkcarp3lan4wl2qkrelf4kduvvujwg0780']
142
+ }, {
143
+ denom: 'nATOM',
144
+ exponent: 6
145
+ }],
146
+ base: 'ibc/7A334FA725B17C5DF23B72820854083FA6CEF0FFE2AB5057198FEFEC57C4D5F5',
147
+ name: 'Neptune Receipt ATOM',
148
+ display: 'nATOM',
149
+ symbol: 'nATOM',
150
+ images: [{
151
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/natom.png'
152
+ }],
153
+ traces: [{
154
+ type: 'ibc',
155
+ counterparty: {
156
+ channel_id: 'channel-137',
157
+ base_denom: 'inj16jf4qkcarp3lan4wl2qkrelf4kduvvujwg0780',
158
+ chain_name: 'injective'
159
+ },
160
+ chain: {
161
+ channel_id: 'channel-7'
162
+ }
163
+ }]
164
+ },
165
+ {
166
+ description: 'A receipt token for lent WETH issued by the Neptune Protocol.',
167
+ denom_units: [{
168
+ denom: 'ibc/618AC8AA505E40797D026B630A6625A86F95FB8C12B27141A71464B72A8EED44',
169
+ exponent: 0,
170
+ aliases: ['inj1kehk5nvreklhylx22p3x0yjydfsz9fv3fvg5xt']
171
+ }, {
172
+ denom: 'nWETH',
173
+ exponent: 18
174
+ }],
175
+ base: 'ibc/618AC8AA505E40797D026B630A6625A86F95FB8C12B27141A71464B72A8EED44',
176
+ name: 'Neptune Receipt WETH',
177
+ display: 'nWETH',
178
+ symbol: 'nWETH',
179
+ images: [{
180
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/nweth.png'
181
+ }],
182
+ traces: [{
183
+ type: 'ibc',
184
+ counterparty: {
185
+ channel_id: 'channel-137',
186
+ base_denom: 'inj1kehk5nvreklhylx22p3x0yjydfsz9fv3fvg5xt',
187
+ chain_name: 'injective'
188
+ },
189
+ chain: {
190
+ channel_id: 'channel-7'
191
+ }
192
+ }]
193
+ },
194
+ {
195
+ description: 'A receipt token for lent USDT issued by the Neptune Protocol.',
196
+ denom_units: [{
197
+ denom: 'ibc/297FF8BFAF3F759E34B429D859A75A0A1CEBB5B09A338D44AFB6C63B124DA5A5',
198
+ exponent: 0,
199
+ aliases: ['inj1cy9hes20vww2yr6crvs75gxy5hpycya2hmjg9s']
200
+ }, {
201
+ denom: 'nUSDT',
202
+ exponent: 6
203
+ }],
204
+ base: 'ibc/297FF8BFAF3F759E34B429D859A75A0A1CEBB5B09A338D44AFB6C63B124DA5A5',
205
+ name: 'Neptune Receipt USDT',
206
+ display: 'nUSDT',
207
+ symbol: 'nUSDT',
208
+ images: [{
209
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/nusdt.png'
210
+ }],
211
+ traces: [{
212
+ type: 'ibc',
213
+ counterparty: {
214
+ channel_id: 'channel-137',
215
+ base_denom: 'inj1cy9hes20vww2yr6crvs75gxy5hpycya2hmjg9s',
216
+ chain_name: 'injective'
217
+ },
218
+ chain: {
219
+ channel_id: 'channel-7'
220
+ }
221
+ }]
222
+ },
223
+ {
224
+ description: 'A receipt token for lent TIA issued by the Neptune Protocol.',
225
+ denom_units: [{
226
+ denom: 'ibc/95B5A5BD4F6767DFC7D3E30D3585F4225B431F69D0E1A3BDC23B5AC35CDCD3C3',
227
+ exponent: 0,
228
+ aliases: ['inj1fzquxxxam59z6fzewy2hvvreeh3m04x83zg4vv']
229
+ }, {
230
+ denom: 'nTIA',
231
+ exponent: 6
232
+ }],
233
+ base: 'ibc/95B5A5BD4F6767DFC7D3E30D3585F4225B431F69D0E1A3BDC23B5AC35CDCD3C3',
234
+ name: 'Neptune Receipt TIA',
235
+ display: 'nTIA',
236
+ symbol: 'nTIA',
237
+ images: [{
238
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ntia.png'
239
+ }],
240
+ traces: [{
241
+ type: 'ibc',
242
+ counterparty: {
243
+ channel_id: 'channel-137',
244
+ base_denom: 'inj1fzquxxxam59z6fzewy2hvvreeh3m04x83zg4vv',
245
+ chain_name: 'injective'
246
+ },
247
+ chain: {
248
+ channel_id: 'channel-7'
249
+ }
250
+ }]
251
+ },
107
252
  {
108
253
  description: 'The native token of Osmosis',
109
254
  denom_units: [{
@@ -289,6 +434,151 @@ const assets = {
289
434
  }
290
435
  }]
291
436
  },
437
+ {
438
+ description: 'A receipt token for lent INJ issued by the Neptune Protocol.',
439
+ denom_units: [{
440
+ denom: 'ibc/A7EAF6B89D74D694270BFC13E02EAD1C9C5929C9B837DD94E1C9BDE008B3AD17',
441
+ exponent: 0,
442
+ aliases: ['inj1rmzufd7h09sqfrre5dtvu5d09ta7c0t4jzkr2f']
443
+ }, {
444
+ denom: 'nINJ',
445
+ exponent: 18
446
+ }],
447
+ base: 'ibc/A7EAF6B89D74D694270BFC13E02EAD1C9C5929C9B837DD94E1C9BDE008B3AD17',
448
+ name: 'Neptune Receipt INJ',
449
+ display: 'nINJ',
450
+ symbol: 'nINJ',
451
+ images: [{
452
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninj.png'
453
+ }],
454
+ traces: [{
455
+ type: 'ibc',
456
+ counterparty: {
457
+ channel_id: 'channel-137',
458
+ base_denom: 'inj1rmzufd7h09sqfrre5dtvu5d09ta7c0t4jzkr2f',
459
+ chain_name: 'injective'
460
+ },
461
+ chain: {
462
+ channel_id: 'channel-7'
463
+ }
464
+ }]
465
+ },
466
+ {
467
+ description: 'A receipt token for lent ATOM issued by the Neptune Protocol.',
468
+ denom_units: [{
469
+ denom: 'ibc/7A334FA725B17C5DF23B72820854083FA6CEF0FFE2AB5057198FEFEC57C4D5F5',
470
+ exponent: 0,
471
+ aliases: ['inj16jf4qkcarp3lan4wl2qkrelf4kduvvujwg0780']
472
+ }, {
473
+ denom: 'nATOM',
474
+ exponent: 6
475
+ }],
476
+ base: 'ibc/7A334FA725B17C5DF23B72820854083FA6CEF0FFE2AB5057198FEFEC57C4D5F5',
477
+ name: 'Neptune Receipt ATOM',
478
+ display: 'nATOM',
479
+ symbol: 'nATOM',
480
+ images: [{
481
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/natom.png'
482
+ }],
483
+ traces: [{
484
+ type: 'ibc',
485
+ counterparty: {
486
+ channel_id: 'channel-137',
487
+ base_denom: 'inj16jf4qkcarp3lan4wl2qkrelf4kduvvujwg0780',
488
+ chain_name: 'injective'
489
+ },
490
+ chain: {
491
+ channel_id: 'channel-7'
492
+ }
493
+ }]
494
+ },
495
+ {
496
+ description: 'A receipt token for lent WETH issued by the Neptune Protocol.',
497
+ denom_units: [{
498
+ denom: 'ibc/618AC8AA505E40797D026B630A6625A86F95FB8C12B27141A71464B72A8EED44',
499
+ exponent: 0,
500
+ aliases: ['inj1kehk5nvreklhylx22p3x0yjydfsz9fv3fvg5xt']
501
+ }, {
502
+ denom: 'nWETH',
503
+ exponent: 18
504
+ }],
505
+ base: 'ibc/618AC8AA505E40797D026B630A6625A86F95FB8C12B27141A71464B72A8EED44',
506
+ name: 'Neptune Receipt WETH',
507
+ display: 'nWETH',
508
+ symbol: 'nWETH',
509
+ images: [{
510
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/nweth.png'
511
+ }],
512
+ traces: [{
513
+ type: 'ibc',
514
+ counterparty: {
515
+ channel_id: 'channel-137',
516
+ base_denom: 'inj1kehk5nvreklhylx22p3x0yjydfsz9fv3fvg5xt',
517
+ chain_name: 'injective'
518
+ },
519
+ chain: {
520
+ channel_id: 'channel-7'
521
+ }
522
+ }]
523
+ },
524
+ {
525
+ description: 'A receipt token for lent USDT issued by the Neptune Protocol.',
526
+ denom_units: [{
527
+ denom: 'ibc/297FF8BFAF3F759E34B429D859A75A0A1CEBB5B09A338D44AFB6C63B124DA5A5',
528
+ exponent: 0,
529
+ aliases: ['inj1cy9hes20vww2yr6crvs75gxy5hpycya2hmjg9s']
530
+ }, {
531
+ denom: 'nUSDT',
532
+ exponent: 6
533
+ }],
534
+ base: 'ibc/297FF8BFAF3F759E34B429D859A75A0A1CEBB5B09A338D44AFB6C63B124DA5A5',
535
+ name: 'Neptune Receipt USDT',
536
+ display: 'nUSDT',
537
+ symbol: 'nUSDT',
538
+ images: [{
539
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/nusdt.png'
540
+ }],
541
+ traces: [{
542
+ type: 'ibc',
543
+ counterparty: {
544
+ channel_id: 'channel-137',
545
+ base_denom: 'inj1cy9hes20vww2yr6crvs75gxy5hpycya2hmjg9s',
546
+ chain_name: 'injective'
547
+ },
548
+ chain: {
549
+ channel_id: 'channel-7'
550
+ }
551
+ }]
552
+ },
553
+ {
554
+ description: 'A receipt token for lent TIA issued by the Neptune Protocol.',
555
+ denom_units: [{
556
+ denom: 'ibc/95B5A5BD4F6767DFC7D3E30D3585F4225B431F69D0E1A3BDC23B5AC35CDCD3C3',
557
+ exponent: 0,
558
+ aliases: ['inj1fzquxxxam59z6fzewy2hvvreeh3m04x83zg4vv']
559
+ }, {
560
+ denom: 'nTIA',
561
+ exponent: 6
562
+ }],
563
+ base: 'ibc/95B5A5BD4F6767DFC7D3E30D3585F4225B431F69D0E1A3BDC23B5AC35CDCD3C3',
564
+ name: 'Neptune Receipt TIA',
565
+ display: 'nTIA',
566
+ symbol: 'nTIA',
567
+ images: [{
568
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ntia.png'
569
+ }],
570
+ traces: [{
571
+ type: 'ibc',
572
+ counterparty: {
573
+ channel_id: 'channel-137',
574
+ base_denom: 'inj1fzquxxxam59z6fzewy2hvvreeh3m04x83zg4vv',
575
+ chain_name: 'injective'
576
+ },
577
+ chain: {
578
+ channel_id: 'channel-7'
579
+ }
580
+ }]
581
+ },
292
582
  {
293
583
  description: 'The native token of Osmosis',
294
584
  denom_units: [{