@chain-registry/assets 1.27.0 → 1.29.0

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 (160) hide show
  1. package/CHANGELOG.md +536 -0
  2. package/main/asset_lists.js +13 -1
  3. package/main/index.js +41 -3
  4. package/main/mainnet/8ball.js +1454 -0
  5. package/main/mainnet/acrechain.js +5752 -0
  6. package/main/mainnet/agoric.js +4889 -0
  7. package/main/mainnet/aioz.js +1559 -0
  8. package/main/mainnet/akash.js +3628 -0
  9. package/main/mainnet/andromeda.js +1254 -0
  10. package/main/mainnet/archway.js +5657 -0
  11. package/main/mainnet/arkh.js +1454 -0
  12. package/main/mainnet/assetmantle.js +2692 -0
  13. package/main/mainnet/assets.js +127 -0
  14. package/main/mainnet/aura.js +3207 -0
  15. package/main/mainnet/axelar.js +6074 -0
  16. package/main/mainnet/bandchain.js +1489 -0
  17. package/main/mainnet/beezee.js +1454 -0
  18. package/main/mainnet/bitcanna.js +2292 -0
  19. package/main/mainnet/bitsong.js +1789 -0
  20. package/main/mainnet/bluzelle.js +1454 -0
  21. package/main/mainnet/bostrom.js +1454 -0
  22. package/main/mainnet/canto.js +1996 -0
  23. package/main/mainnet/carbon.js +4273 -0
  24. package/main/mainnet/celestia.js +4331 -0
  25. package/main/mainnet/cerberus.js +1454 -0
  26. package/main/mainnet/cheqd.js +1953 -0
  27. package/main/mainnet/chihuahua.js +2908 -0
  28. package/main/mainnet/comdex.js +3901 -0
  29. package/main/mainnet/composable.js +6383 -0
  30. package/main/mainnet/coreum.js +4757 -0
  31. package/main/mainnet/cosmoshub.js +9108 -0
  32. package/main/mainnet/crescent.js +7152 -0
  33. package/main/mainnet/cronos.js +182 -0
  34. package/main/mainnet/cryptoorgchain.js +2295 -0
  35. package/main/mainnet/cudos.js +1454 -0
  36. package/main/mainnet/decentr.js +1653 -0
  37. package/main/mainnet/desmos.js +1454 -0
  38. package/main/mainnet/dig.js +1650 -0
  39. package/main/mainnet/doravota.js +2670 -0
  40. package/main/mainnet/dydx.js +4361 -0
  41. package/main/mainnet/dyson.js +1454 -0
  42. package/main/mainnet/echelon.js +1454 -0
  43. package/main/mainnet/emoney.js +1789 -0
  44. package/main/mainnet/empowerchain.js +2663 -0
  45. package/main/mainnet/evmos.js +6529 -0
  46. package/main/mainnet/fetchhub.js +1454 -0
  47. package/main/mainnet/furya.js +2822 -0
  48. package/main/mainnet/fxcore.js +2737 -0
  49. package/main/mainnet/galaxy.js +1454 -0
  50. package/main/mainnet/gateway.js +2567 -0
  51. package/main/mainnet/genesisl1.js +1454 -0
  52. package/main/mainnet/gitopia.js +1454 -0
  53. package/main/mainnet/gravitybridge.js +3401 -0
  54. package/main/mainnet/haqq.js +3306 -0
  55. package/main/mainnet/impacthub.js +2832 -0
  56. package/main/mainnet/imversed.js +1454 -0
  57. package/main/mainnet/index.js +246 -0
  58. package/main/mainnet/injective.js +6344 -0
  59. package/main/mainnet/irisnet.js +2991 -0
  60. package/main/mainnet/jackal.js +3707 -0
  61. package/main/mainnet/juno.js +8171 -0
  62. package/main/mainnet/kava.js +4832 -0
  63. package/main/mainnet/kichain.js +1559 -0
  64. package/main/mainnet/konstellation.js +1454 -0
  65. package/main/mainnet/kujira.js +9086 -0
  66. package/main/mainnet/kyve.js +2558 -0
  67. package/main/mainnet/lambda.js +1454 -0
  68. package/main/mainnet/likecoin.js +1559 -0
  69. package/main/mainnet/lumenx.js +1454 -0
  70. package/main/mainnet/lumnetwork.js +1559 -0
  71. package/main/mainnet/mars.js +3598 -0
  72. package/main/mainnet/medasdigital.js +1488 -0
  73. package/main/mainnet/meme.js +1454 -0
  74. package/main/mainnet/microtick.js +1454 -0
  75. package/main/mainnet/migaloo.js +5951 -0
  76. package/main/mainnet/neutron.js +7834 -0
  77. package/main/mainnet/noble.js +5521 -0
  78. package/main/mainnet/nois.js +2281 -0
  79. package/main/mainnet/nolus.js +2195 -0
  80. package/main/mainnet/nomic.js +3172 -0
  81. package/main/mainnet/nyx.js +1791 -0
  82. package/main/mainnet/odin.js +2558 -0
  83. package/main/mainnet/okexchain.js +563 -0
  84. package/main/mainnet/omniflixhub.js +2741 -0
  85. package/main/mainnet/onomy.js +1454 -0
  86. package/main/mainnet/oraichain.js +1555 -0
  87. package/main/mainnet/osmosis.js +1 -0
  88. package/main/mainnet/panacea.js +1454 -0
  89. package/main/mainnet/passage.js +1454 -0
  90. package/main/mainnet/persistence.js +4490 -0
  91. package/main/mainnet/planq.js +2056 -0
  92. package/main/mainnet/point.js +116 -0
  93. package/main/mainnet/provenance.js +1454 -0
  94. package/main/mainnet/pundix.js +1523 -0
  95. package/main/mainnet/quasar.js +1454 -0
  96. package/main/mainnet/quicksilver.js +2563 -0
  97. package/main/mainnet/qwoyn.js +1491 -0
  98. package/main/mainnet/realio.js +2569 -0
  99. package/main/mainnet/rebus.js +1454 -0
  100. package/main/mainnet/regen.js +3303 -0
  101. package/main/mainnet/rizon.js +1454 -0
  102. package/main/mainnet/secretnetwork.js +10382 -0
  103. package/main/mainnet/sei.js +4466 -0
  104. package/main/mainnet/sentinel.js +2192 -0
  105. package/main/mainnet/sge.js +1454 -0
  106. package/main/mainnet/shareledger.js +1454 -0
  107. package/main/mainnet/shentu.js +1454 -0
  108. package/main/mainnet/sifchain.js +2354 -0
  109. package/main/mainnet/sommelier.js +4126 -0
  110. package/main/mainnet/source.js +1454 -0
  111. package/main/mainnet/stafihub.js +2985 -0
  112. package/main/mainnet/stargaze.js +5470 -0
  113. package/main/mainnet/starname.js +2090 -0
  114. package/main/mainnet/stride.js +6791 -0
  115. package/main/mainnet/teritori.js +2738 -0
  116. package/main/mainnet/terra.js +2015 -0
  117. package/main/mainnet/terra2.js +8134 -0
  118. package/main/mainnet/tgrade.js +1557 -0
  119. package/main/mainnet/umee.js +4119 -0
  120. package/main/mainnet/unification.js +1791 -0
  121. package/main/mainnet/uptick.js +150 -0
  122. package/main/mainnet/vidulum.js +1486 -0
  123. package/main/mainnet/xpla.js +1650 -0
  124. package/main/noncosmos/assets.js +11 -0
  125. package/main/noncosmos/composablepolkadot.js +140 -0
  126. package/main/noncosmos/index.js +13 -0
  127. package/main/noncosmos/picasso.js +185 -0
  128. package/main/testnet/akashtestnet.js +109 -0
  129. package/main/testnet/archwaytestnet.js +395 -0
  130. package/main/testnet/assets.js +38 -0
  131. package/main/testnet/axelartestnet.js +533 -0
  132. package/main/testnet/celestiatestnet3.js +147 -0
  133. package/main/testnet/chain4energytestnet.js +81 -0
  134. package/main/testnet/composabletestnet.js +81 -0
  135. package/main/testnet/cosmoshubtestnet.js +281 -0
  136. package/main/testnet/doravotatestnet.js +81 -0
  137. package/main/testnet/dydxtestnet.js +292 -0
  138. package/main/testnet/empowertestnet.js +146 -0
  139. package/main/testnet/entrypointtestnet.js +81 -0
  140. package/main/testnet/impacthubtestnet.js +81 -0
  141. package/main/testnet/index.js +67 -0
  142. package/main/testnet/injectivetestnet.js +115 -0
  143. package/main/testnet/junotestnet.js +185 -0
  144. package/main/testnet/kyvetestnet.js +81 -0
  145. package/main/testnet/likecointestnet.js +81 -0
  146. package/main/testnet/marstestnet.js +151 -0
  147. package/main/testnet/neutrontestnet.js +181 -0
  148. package/main/testnet/nobletestnet.js +296 -0
  149. package/main/testnet/noistestnet.js +175 -0
  150. package/main/testnet/nolustestnet.js +114 -0
  151. package/main/testnet/osmosistestnet.js +1438 -0
  152. package/main/testnet/osmosistestnet4.js +504 -0
  153. package/main/testnet/persistencetestnet2.js +395 -0
  154. package/main/testnet/quicksilvertestnet.js +81 -0
  155. package/main/testnet/sagatestnet.js +362 -0
  156. package/main/testnet/sgetestnet.js +81 -0
  157. package/main/testnet/stargazetestnet.js +146 -0
  158. package/main/testnet/xiontestnet.js +476 -0
  159. package/package.json +10 -11
  160. package/types/index.d.ts +1 -1
@@ -0,0 +1,2292 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports["default"] = void 0;
7
+ var assets = {
8
+ chain_name: 'bitcanna',
9
+ assets: [{
10
+ description: 'The native token of Archway network',
11
+ denom_units: [{
12
+ denom: 'ibc/9E3125737681BAD7BCB7AD87E845B1D277CF6E25555DAE2B6604C9BBCAB2C9C4',
13
+ exponent: 0,
14
+ aliases: ['aarch']
15
+ }, {
16
+ denom: 'uarch',
17
+ exponent: 12
18
+ }, {
19
+ denom: 'arch',
20
+ exponent: 18
21
+ }],
22
+ base: 'ibc/9E3125737681BAD7BCB7AD87E845B1D277CF6E25555DAE2B6604C9BBCAB2C9C4',
23
+ name: 'Archway',
24
+ display: 'arch',
25
+ symbol: 'ARCH',
26
+ logo_URIs: {
27
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/archway.png',
28
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/archway.svg'
29
+ },
30
+ coingecko_id: 'archway',
31
+ images: [{
32
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/archway.png',
33
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/archway.svg'
34
+ }],
35
+ traces: [{
36
+ type: 'ibc',
37
+ counterparty: {
38
+ channel_id: 'channel-35',
39
+ base_denom: 'aarch',
40
+ chain_name: 'archway'
41
+ },
42
+ chain: {
43
+ channel_id: 'channel-50'
44
+ }
45
+ }]
46
+ }, {
47
+ description: 'BitSong Native Token',
48
+ denom_units: [{
49
+ denom: 'ibc/8B066EED78CCC6A90E963C81EB4B527C28FE538BE396B8756F4C4BFC53C74221',
50
+ exponent: 0,
51
+ aliases: ['ubtsg']
52
+ }, {
53
+ denom: 'btsg',
54
+ exponent: 6
55
+ }],
56
+ base: 'ibc/8B066EED78CCC6A90E963C81EB4B527C28FE538BE396B8756F4C4BFC53C74221',
57
+ name: 'BitSong',
58
+ display: 'btsg',
59
+ symbol: 'BTSG',
60
+ logo_URIs: {
61
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/btsg.png',
62
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/btsg.svg'
63
+ },
64
+ type_asset: 'sdk.coin',
65
+ coingecko_id: 'bitsong',
66
+ images: [{
67
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/btsg.png',
68
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/btsg.svg'
69
+ }],
70
+ traces: [{
71
+ type: 'ibc',
72
+ counterparty: {
73
+ channel_id: 'channel-42',
74
+ base_denom: 'ubtsg',
75
+ chain_name: 'bitsong'
76
+ },
77
+ chain: {
78
+ channel_id: 'channel-0'
79
+ }
80
+ }]
81
+ }, {
82
+ description: 'Adam Clay a BitSong Music FanToken',
83
+ denom_units: [{
84
+ denom: 'ibc/B9D405F0312680F150442B5BF6D9A2D6D8426DA32BD410627555541B3F65325F',
85
+ exponent: 0,
86
+ aliases: ['ft2D8E7041556CE93E1EFD66C07C45D551A6AAAE09']
87
+ }, {
88
+ denom: 'clay',
89
+ exponent: 6
90
+ }],
91
+ base: 'ibc/B9D405F0312680F150442B5BF6D9A2D6D8426DA32BD410627555541B3F65325F',
92
+ name: 'Adam Clay FanToken',
93
+ display: 'clay',
94
+ symbol: 'CLAY',
95
+ logo_URIs: {
96
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft2D8E7041556CE93E1EFD66C07C45D551A6AAAE09.png'
97
+ },
98
+ images: [{
99
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft2D8E7041556CE93E1EFD66C07C45D551A6AAAE09.png'
100
+ }],
101
+ traces: [{
102
+ type: 'ibc',
103
+ counterparty: {
104
+ channel_id: 'channel-42',
105
+ base_denom: 'ft2D8E7041556CE93E1EFD66C07C45D551A6AAAE09',
106
+ chain_name: 'bitsong'
107
+ },
108
+ chain: {
109
+ channel_id: 'channel-0'
110
+ }
111
+ }]
112
+ }, {
113
+ description: 'Nicola Fasano a BitSong Music FanToken',
114
+ denom_units: [{
115
+ denom: 'ibc/B78C970FC03EDB5BA412626D247E3E423C49F4DF4B1D4161989DD848F280836C',
116
+ exponent: 0,
117
+ aliases: ['ft25B30C386CDDEBD1413D5AE1180956AE9EB3B9F7']
118
+ }, {
119
+ denom: 'fasano',
120
+ exponent: 6
121
+ }],
122
+ base: 'ibc/B78C970FC03EDB5BA412626D247E3E423C49F4DF4B1D4161989DD848F280836C',
123
+ name: 'Nicola Fasano Fantoken',
124
+ display: 'fasano',
125
+ symbol: 'FASANO',
126
+ logo_URIs: {
127
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft25B30C386CDDEBD1413D5AE1180956AE9EB3B9F7.png'
128
+ },
129
+ images: [{
130
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft25B30C386CDDEBD1413D5AE1180956AE9EB3B9F7.png'
131
+ }],
132
+ traces: [{
133
+ type: 'ibc',
134
+ counterparty: {
135
+ channel_id: 'channel-42',
136
+ base_denom: 'ft25B30C386CDDEBD1413D5AE1180956AE9EB3B9F7',
137
+ chain_name: 'bitsong'
138
+ },
139
+ chain: {
140
+ channel_id: 'channel-0'
141
+ }
142
+ }]
143
+ }, {
144
+ description: 'Delta 9 a BitSong Music FanToken',
145
+ denom_units: [{
146
+ denom: 'ibc/2E580D0270867B6D2B600D4BA053D9AB489970B7CCA637109AE5A1BBF5416C26',
147
+ exponent: 0,
148
+ aliases: ['ft575B10B0CEE2C164D9ED6A96313496F164A9607C']
149
+ }, {
150
+ denom: 'd9x',
151
+ exponent: 6
152
+ }],
153
+ base: 'ibc/2E580D0270867B6D2B600D4BA053D9AB489970B7CCA637109AE5A1BBF5416C26',
154
+ name: 'Delta 9 Fantoken',
155
+ display: 'd9x',
156
+ symbol: 'D9X',
157
+ logo_URIs: {
158
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft575B10B0CEE2C164D9ED6A96313496F164A9607C.png'
159
+ },
160
+ images: [{
161
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft575B10B0CEE2C164D9ED6A96313496F164A9607C.png'
162
+ }],
163
+ traces: [{
164
+ type: 'ibc',
165
+ counterparty: {
166
+ channel_id: 'channel-42',
167
+ base_denom: 'ft575B10B0CEE2C164D9ED6A96313496F164A9607C',
168
+ chain_name: 'bitsong'
169
+ },
170
+ chain: {
171
+ channel_id: 'channel-0'
172
+ }
173
+ }]
174
+ }, {
175
+ description: 'FONTI a BitSong Music FanToken',
176
+ denom_units: [{
177
+ denom: 'ibc/E6A5621906D2DEBECF8A6AD6CD3AA2D2C720158099C996CCF9ABB707158845A8',
178
+ exponent: 0,
179
+ aliases: ['ft56664FC98A2CF5F4FBAC3566D1A11D891AD88305']
180
+ }, {
181
+ denom: 'fonti',
182
+ exponent: 6
183
+ }],
184
+ base: 'ibc/E6A5621906D2DEBECF8A6AD6CD3AA2D2C720158099C996CCF9ABB707158845A8',
185
+ name: 'FONTI Fantoken',
186
+ display: 'fonti',
187
+ symbol: 'FONTI',
188
+ logo_URIs: {
189
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft56664FC98A2CF5F4FBAC3566D1A11D891AD88305.png'
190
+ },
191
+ images: [{
192
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft56664FC98A2CF5F4FBAC3566D1A11D891AD88305.png'
193
+ }],
194
+ traces: [{
195
+ type: 'ibc',
196
+ counterparty: {
197
+ channel_id: 'channel-42',
198
+ base_denom: 'ft56664FC98A2CF5F4FBAC3566D1A11D891AD88305',
199
+ chain_name: 'bitsong'
200
+ },
201
+ chain: {
202
+ channel_id: 'channel-0'
203
+ }
204
+ }]
205
+ }, {
206
+ description: 'BlackJack a BitSong Music FanToken',
207
+ denom_units: [{
208
+ denom: 'ibc/AEB36065151F15A625AB37FA627DF4EB5A5D7928B26BFC48DD7298E86CAB933B',
209
+ exponent: 0,
210
+ aliases: ['ft52EEB0EE509AC546ED92EAC8591F731F213DDD16']
211
+ }, {
212
+ denom: 'bjks',
213
+ exponent: 6
214
+ }],
215
+ base: 'ibc/AEB36065151F15A625AB37FA627DF4EB5A5D7928B26BFC48DD7298E86CAB933B',
216
+ name: 'BlackJack Fantoken',
217
+ display: 'bjks',
218
+ symbol: 'BJKS',
219
+ logo_URIs: {
220
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft52EEB0EE509AC546ED92EAC8591F731F213DDD16.png'
221
+ },
222
+ images: [{
223
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft52EEB0EE509AC546ED92EAC8591F731F213DDD16.png'
224
+ }],
225
+ traces: [{
226
+ type: 'ibc',
227
+ counterparty: {
228
+ channel_id: 'channel-42',
229
+ base_denom: 'ft52EEB0EE509AC546ED92EAC8591F731F213DDD16',
230
+ chain_name: 'bitsong'
231
+ },
232
+ chain: {
233
+ channel_id: 'channel-0'
234
+ }
235
+ }]
236
+ }, {
237
+ description: 'Rawanne a BitSong Music FanToken',
238
+ denom_units: [{
239
+ denom: 'ibc/0FEA8566BE80201D57426398FCC45BCDCBD6BEF6414D4947B0D50393377F434A',
240
+ exponent: 0,
241
+ aliases: ['ftE4903ECC861CA45F2C2BC7EAB8255D2E6E87A33A']
242
+ }, {
243
+ denom: 'rwne',
244
+ exponent: 6
245
+ }],
246
+ base: 'ibc/0FEA8566BE80201D57426398FCC45BCDCBD6BEF6414D4947B0D50393377F434A',
247
+ name: 'Rawanne Fantoken',
248
+ display: 'rwne',
249
+ symbol: 'RWNE',
250
+ logo_URIs: {
251
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ftE4903ECC861CA45F2C2BC7EAB8255D2E6E87A33A.png'
252
+ },
253
+ images: [{
254
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ftE4903ECC861CA45F2C2BC7EAB8255D2E6E87A33A.png'
255
+ }],
256
+ traces: [{
257
+ type: 'ibc',
258
+ counterparty: {
259
+ channel_id: 'channel-42',
260
+ base_denom: 'ftE4903ECC861CA45F2C2BC7EAB8255D2E6E87A33A',
261
+ chain_name: 'bitsong'
262
+ },
263
+ chain: {
264
+ channel_id: 'channel-0'
265
+ }
266
+ }]
267
+ }, {
268
+ description: 'Enmoda a BitSong Music FanToken',
269
+ denom_units: [{
270
+ denom: 'ibc/5877499787B1E12734DBC9D402BD35CE7DD79F10DBB97FF2D9C5A0F4F76DA5EE',
271
+ exponent: 0,
272
+ aliases: ['ft85AE1716C5E39EA6D64BBD7898C3899A7B500626']
273
+ }, {
274
+ denom: 'enmoda',
275
+ exponent: 6
276
+ }],
277
+ base: 'ibc/5877499787B1E12734DBC9D402BD35CE7DD79F10DBB97FF2D9C5A0F4F76DA5EE',
278
+ name: 'Enmoda Fantoken',
279
+ display: 'enmoda',
280
+ symbol: 'ENMODA',
281
+ logo_URIs: {
282
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft85AE1716C5E39EA6D64BBD7898C3899A7B500626.png'
283
+ },
284
+ images: [{
285
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft85AE1716C5E39EA6D64BBD7898C3899A7B500626.png'
286
+ }],
287
+ traces: [{
288
+ type: 'ibc',
289
+ counterparty: {
290
+ channel_id: 'channel-42',
291
+ base_denom: 'ft85AE1716C5E39EA6D64BBD7898C3899A7B500626',
292
+ chain_name: 'bitsong'
293
+ },
294
+ chain: {
295
+ channel_id: 'channel-0'
296
+ }
297
+ }]
298
+ }, {
299
+ description: '404Deep Records a BitSong Music FanToken',
300
+ denom_units: [{
301
+ denom: 'ibc/C6D0C8137516BC082F161AC019F71756E6C58A2B2CE3388E5BEA7BDD19F0A2A4',
302
+ exponent: 0,
303
+ aliases: ['ft99091610CCC66F4277C66D14AF2BC4C5EE52E27A']
304
+ }, {
305
+ denom: '404dr',
306
+ exponent: 6
307
+ }],
308
+ base: 'ibc/C6D0C8137516BC082F161AC019F71756E6C58A2B2CE3388E5BEA7BDD19F0A2A4',
309
+ name: '404Deep Records Fantoken',
310
+ display: '404dr',
311
+ symbol: '404DR',
312
+ logo_URIs: {
313
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft99091610CCC66F4277C66D14AF2BC4C5EE52E27A.png'
314
+ },
315
+ images: [{
316
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft99091610CCC66F4277C66D14AF2BC4C5EE52E27A.png'
317
+ }],
318
+ traces: [{
319
+ type: 'ibc',
320
+ counterparty: {
321
+ channel_id: 'channel-42',
322
+ base_denom: 'ft99091610CCC66F4277C66D14AF2BC4C5EE52E27A',
323
+ chain_name: 'bitsong'
324
+ },
325
+ chain: {
326
+ channel_id: 'channel-0'
327
+ }
328
+ }]
329
+ }, {
330
+ description: 'N43 a BitSong Music FanToken',
331
+ denom_units: [{
332
+ denom: 'ibc/145130E6F5C0E3A18AE7B1AC3F9939688CEE44F74C9012344C9698FB3147372A',
333
+ exponent: 0,
334
+ aliases: ['ft387C1C279D962ED80C09C1D592A92C4275FD7C5D']
335
+ }, {
336
+ denom: 'n43',
337
+ exponent: 6
338
+ }],
339
+ base: 'ibc/145130E6F5C0E3A18AE7B1AC3F9939688CEE44F74C9012344C9698FB3147372A',
340
+ name: 'N43 Fantoken',
341
+ display: 'n43',
342
+ symbol: 'N43',
343
+ logo_URIs: {
344
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft387C1C279D962ED80C09C1D592A92C4275FD7C5D.png'
345
+ },
346
+ images: [{
347
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft387C1C279D962ED80C09C1D592A92C4275FD7C5D.png'
348
+ }],
349
+ traces: [{
350
+ type: 'ibc',
351
+ counterparty: {
352
+ channel_id: 'channel-42',
353
+ base_denom: 'ft387C1C279D962ED80C09C1D592A92C4275FD7C5D',
354
+ chain_name: 'bitsong'
355
+ },
356
+ chain: {
357
+ channel_id: 'channel-0'
358
+ }
359
+ }]
360
+ }, {
361
+ description: 'Puro Lobo a BitSong Music FanToken',
362
+ denom_units: [{
363
+ denom: 'ibc/22B4D7D4199679C2BEF28B25138437870E720818EE73AFE360FDD76BF1CAC27A',
364
+ exponent: 0,
365
+ aliases: ['ft24C9FA4F10B0F235F4A815B15FC774E046A2B2EB']
366
+ }, {
367
+ denom: 'lobo',
368
+ exponent: 6
369
+ }],
370
+ base: 'ibc/22B4D7D4199679C2BEF28B25138437870E720818EE73AFE360FDD76BF1CAC27A',
371
+ name: 'Puro Lobo Fantoken',
372
+ display: 'lobo',
373
+ symbol: 'LOBO',
374
+ logo_URIs: {
375
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft24C9FA4F10B0F235F4A815B15FC774E046A2B2EB.png'
376
+ },
377
+ images: [{
378
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft24C9FA4F10B0F235F4A815B15FC774E046A2B2EB.png'
379
+ }],
380
+ traces: [{
381
+ type: 'ibc',
382
+ counterparty: {
383
+ channel_id: 'channel-42',
384
+ base_denom: 'ft24C9FA4F10B0F235F4A815B15FC774E046A2B2EB',
385
+ chain_name: 'bitsong'
386
+ },
387
+ chain: {
388
+ channel_id: 'channel-0'
389
+ }
390
+ }]
391
+ }, {
392
+ description: 'Vibranium a BitSong Music FanToken',
393
+ denom_units: [{
394
+ denom: 'ibc/A57C18EF917EBB84E2D9E3C70CE4C588D7A71FA60CECBBE7083E41518BB25ADE',
395
+ exponent: 0,
396
+ aliases: ['ft7020C2A8E984EEBCBB383E91CD6FBB067BB2272B']
397
+ }, {
398
+ denom: 'vibra',
399
+ exponent: 6
400
+ }],
401
+ base: 'ibc/A57C18EF917EBB84E2D9E3C70CE4C588D7A71FA60CECBBE7083E41518BB25ADE',
402
+ name: 'Vibranium Fantoken',
403
+ display: 'vibra',
404
+ symbol: 'VIBRA',
405
+ logo_URIs: {
406
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft7020C2A8E984EEBCBB383E91CD6FBB067BB2272B.png'
407
+ },
408
+ images: [{
409
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft7020C2A8E984EEBCBB383E91CD6FBB067BB2272B.png'
410
+ }],
411
+ traces: [{
412
+ type: 'ibc',
413
+ counterparty: {
414
+ channel_id: 'channel-42',
415
+ base_denom: 'ft7020C2A8E984EEBCBB383E91CD6FBB067BB2272B',
416
+ chain_name: 'bitsong'
417
+ },
418
+ chain: {
419
+ channel_id: 'channel-0'
420
+ }
421
+ }]
422
+ }, {
423
+ description: 'Karina a BitSong Music FanToken',
424
+ denom_units: [{
425
+ denom: 'ibc/42B2F13D7F819FE461D61AFB03F541948175DEFE8FC133514AB086DAD9A0431C',
426
+ exponent: 0,
427
+ aliases: ['ft2DD67F5D99E9A141142B48474FA7B6B3FF00A3FE']
428
+ }, {
429
+ denom: 'karina',
430
+ exponent: 6
431
+ }],
432
+ base: 'ibc/42B2F13D7F819FE461D61AFB03F541948175DEFE8FC133514AB086DAD9A0431C',
433
+ name: 'Karina Fantoken',
434
+ display: 'karina',
435
+ symbol: 'KARINA',
436
+ logo_URIs: {
437
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft2DD67F5D99E9A141142B48474FA7B6B3FF00A3FE.png'
438
+ },
439
+ images: [{
440
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft2DD67F5D99E9A141142B48474FA7B6B3FF00A3FE.png'
441
+ }],
442
+ traces: [{
443
+ type: 'ibc',
444
+ counterparty: {
445
+ channel_id: 'channel-42',
446
+ base_denom: 'ft2DD67F5D99E9A141142B48474FA7B6B3FF00A3FE',
447
+ chain_name: 'bitsong'
448
+ },
449
+ chain: {
450
+ channel_id: 'channel-0'
451
+ }
452
+ }]
453
+ }, {
454
+ description: 'Luca Testa a BitSong Music FanToken',
455
+ denom_units: [{
456
+ denom: 'ibc/0DBA41C226B34143DE4A5975C029CB0A67C28E4ED1B46B4162370111EAC6E779',
457
+ exponent: 0,
458
+ aliases: ['ft4B030260D99E3ABE2B604EA2B33BAF3C085CDA12']
459
+ }, {
460
+ denom: 'testa',
461
+ exponent: 6
462
+ }],
463
+ base: 'ibc/0DBA41C226B34143DE4A5975C029CB0A67C28E4ED1B46B4162370111EAC6E779',
464
+ name: 'Luca Testa Fantoken',
465
+ display: 'testa',
466
+ symbol: 'TESTA',
467
+ logo_URIs: {
468
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft4B030260D99E3ABE2B604EA2B33BAF3C085CDA12.png'
469
+ },
470
+ images: [{
471
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft4B030260D99E3ABE2B604EA2B33BAF3C085CDA12.png'
472
+ }],
473
+ traces: [{
474
+ type: 'ibc',
475
+ counterparty: {
476
+ channel_id: 'channel-42',
477
+ base_denom: 'ft4B030260D99E3ABE2B604EA2B33BAF3C085CDA12',
478
+ chain_name: 'bitsong'
479
+ },
480
+ chain: {
481
+ channel_id: 'channel-0'
482
+ }
483
+ }]
484
+ }, {
485
+ description: 'Carolina Marquez a BitSong Music FanToken',
486
+ denom_units: [{
487
+ denom: 'ibc/398DA1F69D514F20FF09FCA98664ECD7F77699CA94EB2EBACE0DDE2D3E130432',
488
+ exponent: 0,
489
+ aliases: ['ftD4B6290EDEE1EC7B97AB5A1DC6C177EFD08ADCC3']
490
+ }, {
491
+ denom: 'cmqz',
492
+ exponent: 6
493
+ }],
494
+ base: 'ibc/398DA1F69D514F20FF09FCA98664ECD7F77699CA94EB2EBACE0DDE2D3E130432',
495
+ name: 'Carolina Marquez Fantoken',
496
+ display: 'cmqz',
497
+ symbol: 'CMQZ',
498
+ logo_URIs: {
499
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ftD4B6290EDEE1EC7B97AB5A1DC6C177EFD08ADCC3.png'
500
+ },
501
+ images: [{
502
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ftD4B6290EDEE1EC7B97AB5A1DC6C177EFD08ADCC3.png'
503
+ }],
504
+ traces: [{
505
+ type: 'ibc',
506
+ counterparty: {
507
+ channel_id: 'channel-42',
508
+ base_denom: 'ftD4B6290EDEE1EC7B97AB5A1DC6C177EFD08ADCC3',
509
+ chain_name: 'bitsong'
510
+ },
511
+ chain: {
512
+ channel_id: 'channel-0'
513
+ }
514
+ }]
515
+ }, {
516
+ description: 'L DON a BitSong Music FanToken',
517
+ denom_units: [{
518
+ denom: 'ibc/F769149610F8663C7619DA9647FD26C881C5AAFAAACA24C7621A9FFE86F161DD',
519
+ exponent: 0,
520
+ aliases: ['ft347B1612A2B7659913679CF6CD45B8B130C50A00']
521
+ }, {
522
+ denom: 'ldon',
523
+ exponent: 6
524
+ }],
525
+ base: 'ibc/F769149610F8663C7619DA9647FD26C881C5AAFAAACA24C7621A9FFE86F161DD',
526
+ name: 'L DON Fantoken',
527
+ display: 'ldon',
528
+ symbol: 'LDON',
529
+ logo_URIs: {
530
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft347B1612A2B7659913679CF6CD45B8B130C50A00.png'
531
+ },
532
+ images: [{
533
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft347B1612A2B7659913679CF6CD45B8B130C50A00.png'
534
+ }],
535
+ traces: [{
536
+ type: 'ibc',
537
+ counterparty: {
538
+ channel_id: 'channel-42',
539
+ base_denom: 'ft347B1612A2B7659913679CF6CD45B8B130C50A00',
540
+ chain_name: 'bitsong'
541
+ },
542
+ chain: {
543
+ channel_id: 'channel-0'
544
+ }
545
+ }]
546
+ }, {
547
+ description: 'The native staking and governance token of the Cosmos Hub.',
548
+ denom_units: [{
549
+ denom: 'ibc/A4DB47A9D3CF9A068D454513891B526702455D3EF08FB9EB558C561F9DC2B701',
550
+ exponent: 0,
551
+ aliases: ['uatom']
552
+ }, {
553
+ denom: 'atom',
554
+ exponent: 6
555
+ }],
556
+ base: 'ibc/A4DB47A9D3CF9A068D454513891B526702455D3EF08FB9EB558C561F9DC2B701',
557
+ name: 'Cosmos Hub Atom',
558
+ display: 'atom',
559
+ symbol: 'ATOM',
560
+ logo_URIs: {
561
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
562
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
563
+ },
564
+ coingecko_id: 'cosmos',
565
+ images: [{
566
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
567
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
568
+ }],
569
+ traces: [{
570
+ type: 'ibc',
571
+ counterparty: {
572
+ channel_id: 'channel-232',
573
+ base_denom: 'uatom',
574
+ chain_name: 'cosmoshub'
575
+ },
576
+ chain: {
577
+ channel_id: 'channel-3'
578
+ }
579
+ }]
580
+ }, {
581
+ description: 'Tether USDt on the Cosmos Hub',
582
+ denom_units: [{
583
+ denom: 'ibc/AAF06E041140B017BF3E4741905EEF21873320A418CEB88AE4CDB4218DF69DEF',
584
+ exponent: 0,
585
+ aliases: ['ibc/F04D72CF9B5D9C849BB278B691CDFA2241813327430EC9CDC83F8F4CA4CDC2B0']
586
+ }, {
587
+ denom: 'usdt',
588
+ exponent: 6
589
+ }],
590
+ type_asset: 'ics20',
591
+ base: 'ibc/AAF06E041140B017BF3E4741905EEF21873320A418CEB88AE4CDB4218DF69DEF',
592
+ name: 'Tether USDt',
593
+ display: 'usdt',
594
+ symbol: 'USDt',
595
+ traces: [{
596
+ type: 'ibc',
597
+ counterparty: {
598
+ channel_id: 'channel-232',
599
+ base_denom: 'ibc/F04D72CF9B5D9C849BB278B691CDFA2241813327430EC9CDC83F8F4CA4CDC2B0',
600
+ chain_name: 'cosmoshub'
601
+ },
602
+ chain: {
603
+ channel_id: 'channel-3'
604
+ }
605
+ }],
606
+ images: [{
607
+ image_sync: {
608
+ chain_name: 'kava',
609
+ base_denom: 'erc20/tether/usdt'
610
+ },
611
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
612
+ }],
613
+ logo_URIs: {
614
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
615
+ }
616
+ }, {
617
+ description: 'FX on Cosmos Hub',
618
+ denom_units: [{
619
+ denom: 'ibc/96BA12E4CD7854ADDA25C85E5DFDA79670046BB7169DD137260B090DC4F58122',
620
+ exponent: 0,
621
+ aliases: ['ibc/4925E6ABA571A44D2BE0286D2D29AF42A294D0FF2BB16490149A1B26EAD33729']
622
+ }],
623
+ type_asset: 'ics20',
624
+ base: 'ibc/96BA12E4CD7854ADDA25C85E5DFDA79670046BB7169DD137260B090DC4F58122',
625
+ name: 'Function X',
626
+ display: 'FX',
627
+ symbol: 'FX',
628
+ traces: [{
629
+ type: 'ibc',
630
+ counterparty: {
631
+ channel_id: 'channel-232',
632
+ base_denom: 'ibc/4925E6ABA571A44D2BE0286D2D29AF42A294D0FF2BB16490149A1B26EAD33729',
633
+ chain_name: 'cosmoshub'
634
+ },
635
+ chain: {
636
+ channel_id: 'channel-3'
637
+ }
638
+ }],
639
+ images: [{
640
+ image_sync: {
641
+ chain_name: 'fxcore',
642
+ base_denom: 'FX'
643
+ },
644
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.png',
645
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.svg'
646
+ }],
647
+ logo_URIs: {
648
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.png',
649
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.svg'
650
+ }
651
+ }, {
652
+ description: 'The native token of JUNO Chain',
653
+ denom_units: [{
654
+ denom: 'ibc/8D9262E35CAE362FA74AE05E430550757CF8D842EC1B241F645D3CB7179AFD10',
655
+ exponent: 0,
656
+ aliases: ['ujuno']
657
+ }, {
658
+ denom: 'juno',
659
+ exponent: 6
660
+ }],
661
+ base: 'ibc/8D9262E35CAE362FA74AE05E430550757CF8D842EC1B241F645D3CB7179AFD10',
662
+ name: 'Juno',
663
+ display: 'juno',
664
+ symbol: 'JUNO',
665
+ logo_URIs: {
666
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.png',
667
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.svg'
668
+ },
669
+ coingecko_id: 'juno-network',
670
+ images: [{
671
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.png',
672
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.svg'
673
+ }],
674
+ traces: [{
675
+ type: 'ibc',
676
+ counterparty: {
677
+ channel_id: 'channel-50',
678
+ base_denom: 'ujuno',
679
+ chain_name: 'juno'
680
+ },
681
+ chain: {
682
+ channel_id: 'channel-10'
683
+ }
684
+ }]
685
+ }, {
686
+ denom_units: [{
687
+ denom: 'ibc/F93F32781245963537D6B324882ACFC514529E6FD8D01D601FF4ED3CAC2481FD',
688
+ exponent: 0,
689
+ aliases: ['ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9']
690
+ }, {
691
+ denom: 'atom',
692
+ exponent: 6
693
+ }],
694
+ type_asset: 'ics20',
695
+ base: 'ibc/F93F32781245963537D6B324882ACFC514529E6FD8D01D601FF4ED3CAC2481FD',
696
+ name: 'ATOM on Juno',
697
+ display: 'atom',
698
+ symbol: 'ATOM',
699
+ traces: [{
700
+ type: 'ibc',
701
+ counterparty: {
702
+ channel_id: 'channel-50',
703
+ base_denom: 'ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9',
704
+ chain_name: 'juno'
705
+ },
706
+ chain: {
707
+ channel_id: 'channel-10'
708
+ }
709
+ }],
710
+ images: [{
711
+ image_sync: {
712
+ chain_name: 'cosmoshub',
713
+ base_denom: 'uatom'
714
+ },
715
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
716
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
717
+ }],
718
+ logo_URIs: {
719
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
720
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
721
+ }
722
+ }, {
723
+ description: 'Bored APE IBC club token',
724
+ type_asset: 'cw20',
725
+ address: 'juno1s2dp05rspeuzzpzyzdchk262szehrtfpz847uvf98cnwh53ulx4qg20qwj',
726
+ denom_units: [{
727
+ denom: 'cw20:juno1s2dp05rspeuzzpzyzdchk262szehrtfpz847uvf98cnwh53ulx4qg20qwj',
728
+ exponent: 0
729
+ }, {
730
+ denom: 'banana',
731
+ exponent: 6
732
+ }],
733
+ base: 'ibc/FC57ADA879CC314E1BFCFE734209DFF7EEF064D3F73B5E242CA856D42F16078F',
734
+ name: 'Banana Token',
735
+ display: 'banana',
736
+ symbol: 'BANANA',
737
+ logo_URIs: {
738
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/banana.png'
739
+ },
740
+ images: [{
741
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/banana.png'
742
+ }],
743
+ traces: [{
744
+ type: 'ibc',
745
+ counterparty: {
746
+ channel_id: 'channel-50',
747
+ base_denom: 'cw20:juno1s2dp05rspeuzzpzyzdchk262szehrtfpz847uvf98cnwh53ulx4qg20qwj',
748
+ chain_name: 'juno'
749
+ },
750
+ chain: {
751
+ channel_id: 'channel-10'
752
+ }
753
+ }]
754
+ }, {
755
+ denom_units: [{
756
+ denom: 'ibc/12BA42F471ECA0D889E80C5A564F4225B170DA133776FA8B9D4CB579E09CE5C4',
757
+ exponent: 0,
758
+ aliases: ['factory/juno1qly4zcmzr2gyxtze5yt9chv2srczwwunppxjfh/NEXX']
759
+ }, {
760
+ denom: 'nexx',
761
+ exponent: 6
762
+ }],
763
+ address: 'juno1qly4zcmzr2gyxtze5yt9chv2srczwwunppxjfh',
764
+ base: 'ibc/12BA42F471ECA0D889E80C5A564F4225B170DA133776FA8B9D4CB579E09CE5C4',
765
+ name: 'NEXX GEN AI',
766
+ display: 'nexx',
767
+ symbol: 'NEXX',
768
+ logo_URIs: {
769
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/nexx.png'
770
+ },
771
+ images: [{
772
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/nexx.png'
773
+ }],
774
+ traces: [{
775
+ type: 'ibc',
776
+ counterparty: {
777
+ channel_id: 'channel-50',
778
+ base_denom: 'factory/juno1qly4zcmzr2gyxtze5yt9chv2srczwwunppxjfh/NEXX',
779
+ chain_name: 'juno'
780
+ },
781
+ chain: {
782
+ channel_id: 'channel-10'
783
+ }
784
+ }]
785
+ }, {
786
+ denom_units: [{
787
+ denom: 'ibc/B50A6FA93D8321539C88555EB0CF20523CEFEAE73B1DF682B3EF737796D316F4',
788
+ exponent: 0,
789
+ aliases: ['factory/juno1u805lv20qc6jy7c3ttre7nct6uyl20pfky5r7e/DGL']
790
+ }, {
791
+ denom: 'dgl',
792
+ exponent: 6
793
+ }],
794
+ address: 'juno1u805lv20qc6jy7c3ttre7nct6uyl20pfky5r7e',
795
+ base: 'ibc/B50A6FA93D8321539C88555EB0CF20523CEFEAE73B1DF682B3EF737796D316F4',
796
+ name: 'Licorice',
797
+ display: 'dgl',
798
+ symbol: 'DGL',
799
+ logo_URIs: {
800
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dgl.png'
801
+ },
802
+ images: [{
803
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dgl.png'
804
+ }],
805
+ traces: [{
806
+ type: 'ibc',
807
+ counterparty: {
808
+ channel_id: 'channel-50',
809
+ base_denom: 'factory/juno1u805lv20qc6jy7c3ttre7nct6uyl20pfky5r7e/DGL',
810
+ chain_name: 'juno'
811
+ },
812
+ chain: {
813
+ channel_id: 'channel-10'
814
+ }
815
+ }]
816
+ }, {
817
+ description: 'Hava Coin is the lifeblood of the Cosmos & Juno networks, rewarding builders and welcoming supporters. https://havacoin.xyz/',
818
+ denom_units: [{
819
+ denom: 'ibc/D86875F549E43979B2F6E6599832090EB6D4B416C2C954399821E3FC69BB1B68',
820
+ exponent: 0,
821
+ aliases: ['factory/juno195asgku87kxgu48s447z0ryhsyn5rl3yzvfw0d/uhava']
822
+ }, {
823
+ denom: 'hava',
824
+ exponent: 6
825
+ }],
826
+ base: 'ibc/D86875F549E43979B2F6E6599832090EB6D4B416C2C954399821E3FC69BB1B68',
827
+ name: 'Hava Coin',
828
+ display: 'hava',
829
+ symbol: 'HAVA',
830
+ logo_URIs: {
831
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hava.png'
832
+ },
833
+ images: [{
834
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hava.png'
835
+ }],
836
+ traces: [{
837
+ type: 'ibc',
838
+ counterparty: {
839
+ channel_id: 'channel-50',
840
+ base_denom: 'factory/juno195asgku87kxgu48s447z0ryhsyn5rl3yzvfw0d/uhava',
841
+ chain_name: 'juno'
842
+ },
843
+ chain: {
844
+ channel_id: 'channel-10'
845
+ }
846
+ }]
847
+ }, {
848
+ description: 'The native token of Osmosis',
849
+ denom_units: [{
850
+ denom: 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B',
851
+ exponent: 0,
852
+ aliases: ['uosmo']
853
+ }, {
854
+ denom: 'osmo',
855
+ exponent: 6
856
+ }],
857
+ base: 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B',
858
+ name: 'Osmosis',
859
+ display: 'osmo',
860
+ symbol: 'OSMO',
861
+ logo_URIs: {
862
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
863
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
864
+ },
865
+ coingecko_id: 'osmosis',
866
+ keywords: ['dex', 'staking'],
867
+ images: [{
868
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
869
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
870
+ }],
871
+ traces: [{
872
+ type: 'ibc',
873
+ counterparty: {
874
+ channel_id: 'channel-51',
875
+ base_denom: 'uosmo',
876
+ chain_name: 'osmosis'
877
+ },
878
+ chain: {
879
+ channel_id: 'channel-1'
880
+ }
881
+ }]
882
+ }, {
883
+ denom_units: [{
884
+ denom: 'ibc/EA7DF7F779C7F14E07172E5713E07356B55F01496CA649DDE46CF8FBF1A8466D',
885
+ exponent: 0,
886
+ aliases: ['uion']
887
+ }, {
888
+ denom: 'ion',
889
+ exponent: 6
890
+ }],
891
+ base: 'ibc/EA7DF7F779C7F14E07172E5713E07356B55F01496CA649DDE46CF8FBF1A8466D',
892
+ name: 'Ion DAO',
893
+ display: 'ion',
894
+ symbol: 'ION',
895
+ logo_URIs: {
896
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
897
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
898
+ },
899
+ coingecko_id: 'ion',
900
+ keywords: ['memecoin'],
901
+ images: [{
902
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
903
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
904
+ }],
905
+ traces: [{
906
+ type: 'ibc',
907
+ counterparty: {
908
+ channel_id: 'channel-51',
909
+ base_denom: 'uion',
910
+ chain_name: 'osmosis'
911
+ },
912
+ chain: {
913
+ channel_id: 'channel-1'
914
+ }
915
+ }]
916
+ }, {
917
+ denom_units: [{
918
+ denom: 'ibc/4FBFB92ED8EBA5AB1454C1215D1FE536BB09393A58E27E3891FD5D9AE18B6A37',
919
+ exponent: 0,
920
+ aliases: ['factory/osmo14klwqgkmackvx2tqa0trtg69dmy0nrg4ntq4gjgw2za4734r5seqjqm4gm/uibcx']
921
+ }, {
922
+ denom: 'ibcx',
923
+ exponent: 6
924
+ }],
925
+ address: 'osmo14klwqgkmackvx2tqa0trtg69dmy0nrg4ntq4gjgw2za4734r5seqjqm4gm',
926
+ base: 'ibc/4FBFB92ED8EBA5AB1454C1215D1FE536BB09393A58E27E3891FD5D9AE18B6A37',
927
+ name: 'IBC Index',
928
+ display: 'ibcx',
929
+ symbol: 'IBCX',
930
+ logo_URIs: {
931
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ibcx.svg'
932
+ },
933
+ coingecko_id: 'ibc-index',
934
+ images: [{
935
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ibcx.svg'
936
+ }],
937
+ traces: [{
938
+ type: 'ibc',
939
+ counterparty: {
940
+ channel_id: 'channel-51',
941
+ base_denom: 'factory/osmo14klwqgkmackvx2tqa0trtg69dmy0nrg4ntq4gjgw2za4734r5seqjqm4gm/uibcx',
942
+ chain_name: 'osmosis'
943
+ },
944
+ chain: {
945
+ channel_id: 'channel-1'
946
+ }
947
+ }]
948
+ }, {
949
+ denom_units: [{
950
+ denom: 'ibc/6D0DCE67DFE046EC06CC24175C7AB225A9C083BB7F01EA597A343870D38C158A',
951
+ exponent: 0,
952
+ aliases: ['factory/osmo1xqw2sl9zk8a6pch0csaw78n4swg5ws8t62wc5qta4gnjxfqg6v2qcs243k/stuibcx']
953
+ }, {
954
+ denom: 'stibcx',
955
+ exponent: 6
956
+ }],
957
+ address: 'osmo1xqw2sl9zk8a6pch0csaw78n4swg5ws8t62wc5qta4gnjxfqg6v2qcs243k',
958
+ base: 'ibc/6D0DCE67DFE046EC06CC24175C7AB225A9C083BB7F01EA597A343870D38C158A',
959
+ name: 'Staked IBCX',
960
+ display: 'stibcx',
961
+ symbol: 'stIBCX',
962
+ logo_URIs: {
963
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/stibcx.png',
964
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/stibcx.svg'
965
+ },
966
+ images: [{
967
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/stibcx.png',
968
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/stibcx.svg'
969
+ }],
970
+ traces: [{
971
+ type: 'ibc',
972
+ counterparty: {
973
+ channel_id: 'channel-51',
974
+ base_denom: 'factory/osmo1xqw2sl9zk8a6pch0csaw78n4swg5ws8t62wc5qta4gnjxfqg6v2qcs243k/stuibcx',
975
+ chain_name: 'osmosis'
976
+ },
977
+ chain: {
978
+ channel_id: 'channel-1'
979
+ }
980
+ }]
981
+ }, {
982
+ denom_units: [{
983
+ denom: 'ibc/FA7775734CC73176B7425910DE001A1D2AD9B6D9E93129A5D0750EAD13E4E63A',
984
+ exponent: 0,
985
+ aliases: ['ibc/D189335C6E4A68B513C10AB227BF1C1D38C746766278BA3EEB4FB14124F1D858']
986
+ }, {
987
+ denom: 'usdc',
988
+ exponent: 6
989
+ }],
990
+ type_asset: 'ics20',
991
+ base: 'ibc/FA7775734CC73176B7425910DE001A1D2AD9B6D9E93129A5D0750EAD13E4E63A',
992
+ name: 'Axelar USD Coin',
993
+ display: 'usdc',
994
+ symbol: 'USDC.axl',
995
+ traces: [{
996
+ type: 'ibc',
997
+ counterparty: {
998
+ channel_id: 'channel-51',
999
+ base_denom: 'ibc/D189335C6E4A68B513C10AB227BF1C1D38C746766278BA3EEB4FB14124F1D858',
1000
+ chain_name: 'osmosis'
1001
+ },
1002
+ chain: {
1003
+ channel_id: 'channel-1'
1004
+ }
1005
+ }],
1006
+ images: [{
1007
+ image_sync: {
1008
+ chain_name: 'axelar',
1009
+ base_denom: 'uusdc'
1010
+ },
1011
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.png',
1012
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg'
1013
+ }],
1014
+ logo_URIs: {
1015
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.png',
1016
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg'
1017
+ }
1018
+ }, {
1019
+ denom_units: [{
1020
+ denom: 'ibc/BD9451F387367AA88FA3D18333B2F1D56607449F20B15B4557042DA869703E25',
1021
+ exponent: 0,
1022
+ aliases: ['ibc/0B3C3D06228578334B66B57FBFBA4033216CEB8119B27ACDEE18D92DA5B28D43']
1023
+ }, {
1024
+ denom: 'avalanche-usdc',
1025
+ exponent: 6
1026
+ }],
1027
+ type_asset: 'ics20',
1028
+ base: 'ibc/BD9451F387367AA88FA3D18333B2F1D56607449F20B15B4557042DA869703E25',
1029
+ name: 'Wormhole USDC(Avalanche)',
1030
+ display: 'avalanche-usdc',
1031
+ symbol: 'avalanche.USDC.wh',
1032
+ traces: [{
1033
+ type: 'ibc',
1034
+ counterparty: {
1035
+ channel_id: 'channel-51',
1036
+ base_denom: 'ibc/0B3C3D06228578334B66B57FBFBA4033216CEB8119B27ACDEE18D92DA5B28D43',
1037
+ chain_name: 'osmosis'
1038
+ },
1039
+ chain: {
1040
+ channel_id: 'channel-1'
1041
+ }
1042
+ }],
1043
+ images: [{
1044
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.hole.png',
1045
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.hole.svg'
1046
+ }],
1047
+ logo_URIs: {
1048
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.hole.png',
1049
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.hole.svg'
1050
+ }
1051
+ }, {
1052
+ denom_units: [{
1053
+ denom: 'ibc/6B199312B29CF047BF8B1337450EF3AA0475FE0C312DB94055F2D5B22CD1E71A',
1054
+ exponent: 0,
1055
+ aliases: ['ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4']
1056
+ }, {
1057
+ denom: 'usdc',
1058
+ exponent: 6
1059
+ }],
1060
+ type_asset: 'ics20',
1061
+ base: 'ibc/6B199312B29CF047BF8B1337450EF3AA0475FE0C312DB94055F2D5B22CD1E71A',
1062
+ name: 'Noble USD Coin',
1063
+ display: 'usdc',
1064
+ symbol: 'USDC',
1065
+ traces: [{
1066
+ type: 'ibc',
1067
+ counterparty: {
1068
+ channel_id: 'channel-51',
1069
+ base_denom: 'ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4',
1070
+ chain_name: 'osmosis'
1071
+ },
1072
+ chain: {
1073
+ channel_id: 'channel-1'
1074
+ }
1075
+ }],
1076
+ images: [{
1077
+ image_sync: {
1078
+ chain_name: 'noble',
1079
+ base_denom: 'uusdc'
1080
+ },
1081
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png',
1082
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg'
1083
+ }],
1084
+ logo_URIs: {
1085
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png',
1086
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg'
1087
+ }
1088
+ }, {
1089
+ denom_units: [{
1090
+ denom: 'ibc/9E58E47857A51FFB728EDB7DD54CDFC2AB5E8FF358B9B010BF0A92AB18930BEA',
1091
+ exponent: 0,
1092
+ aliases: ['ibc/D176154B0C63D1F9C6DCFB4F70349EBF2E2B5A87A05902F57A6AE92B863E9AEC']
1093
+ }, {
1094
+ denom: 'stosmo',
1095
+ exponent: 6
1096
+ }],
1097
+ type_asset: 'ics20',
1098
+ base: 'ibc/9E58E47857A51FFB728EDB7DD54CDFC2AB5E8FF358B9B010BF0A92AB18930BEA',
1099
+ name: 'stOSMO',
1100
+ display: 'stosmo',
1101
+ symbol: 'stOSMO',
1102
+ traces: [{
1103
+ type: 'ibc',
1104
+ counterparty: {
1105
+ channel_id: 'channel-51',
1106
+ base_denom: 'ibc/D176154B0C63D1F9C6DCFB4F70349EBF2E2B5A87A05902F57A6AE92B863E9AEC',
1107
+ chain_name: 'osmosis'
1108
+ },
1109
+ chain: {
1110
+ channel_id: 'channel-1'
1111
+ }
1112
+ }],
1113
+ images: [{
1114
+ image_sync: {
1115
+ chain_name: 'stride',
1116
+ base_denom: 'stuosmo'
1117
+ },
1118
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.png',
1119
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.svg'
1120
+ }],
1121
+ logo_URIs: {
1122
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.png',
1123
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.svg'
1124
+ }
1125
+ }, {
1126
+ denom_units: [{
1127
+ denom: 'ibc/FA0006F056DB6719B8C16C551FC392B62F5729978FC0B125AC9A432DBB2AA1A5',
1128
+ exponent: 0,
1129
+ aliases: ['ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2']
1130
+ }, {
1131
+ denom: 'atom',
1132
+ exponent: 6
1133
+ }],
1134
+ type_asset: 'ics20',
1135
+ base: 'ibc/FA0006F056DB6719B8C16C551FC392B62F5729978FC0B125AC9A432DBB2AA1A5',
1136
+ name: 'Cosmos Hub Atom',
1137
+ display: 'atom',
1138
+ symbol: 'ATOM',
1139
+ traces: [{
1140
+ type: 'ibc',
1141
+ counterparty: {
1142
+ channel_id: 'channel-51',
1143
+ base_denom: 'ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2',
1144
+ chain_name: 'osmosis'
1145
+ },
1146
+ chain: {
1147
+ channel_id: 'channel-1'
1148
+ }
1149
+ }],
1150
+ images: [{
1151
+ image_sync: {
1152
+ chain_name: 'cosmoshub',
1153
+ base_denom: 'uatom'
1154
+ },
1155
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
1156
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
1157
+ }],
1158
+ logo_URIs: {
1159
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
1160
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
1161
+ }
1162
+ }, {
1163
+ denom_units: [{
1164
+ denom: 'ibc/74B0BDD3C0941166F5E96BFBC847219BBE609535F3A0D941C22342A60BD43A08',
1165
+ exponent: 0,
1166
+ aliases: ['ibc/C140AFD542AE77BD7DCC83F13FDD8C5E5BB8C4929785E6EC2F4C636F98F17901']
1167
+ }, {
1168
+ denom: 'statom',
1169
+ exponent: 6
1170
+ }],
1171
+ type_asset: 'ics20',
1172
+ base: 'ibc/74B0BDD3C0941166F5E96BFBC847219BBE609535F3A0D941C22342A60BD43A08',
1173
+ name: 'stATOM',
1174
+ display: 'statom',
1175
+ symbol: 'stATOM',
1176
+ traces: [{
1177
+ type: 'ibc',
1178
+ counterparty: {
1179
+ channel_id: 'channel-51',
1180
+ base_denom: 'ibc/C140AFD542AE77BD7DCC83F13FDD8C5E5BB8C4929785E6EC2F4C636F98F17901',
1181
+ chain_name: 'osmosis'
1182
+ },
1183
+ chain: {
1184
+ channel_id: 'channel-1'
1185
+ }
1186
+ }],
1187
+ images: [{
1188
+ image_sync: {
1189
+ chain_name: 'stride',
1190
+ base_denom: 'stuatom'
1191
+ },
1192
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.png',
1193
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.svg'
1194
+ }],
1195
+ logo_URIs: {
1196
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.png',
1197
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.svg'
1198
+ }
1199
+ }, {
1200
+ denom_units: [{
1201
+ denom: 'ibc/37B7C1AABC243067278C28C77973A28D7844EF5465ACD0EBE6E506BE4C6816C2',
1202
+ exponent: 0,
1203
+ aliases: ['ibc/EA1D43981D5C9A1C4AAEA9C23BB1D4FA126BA9BC7020A25E0AE4AA841EA25DC5']
1204
+ }, {
1205
+ denom: 'weth',
1206
+ exponent: 18
1207
+ }],
1208
+ type_asset: 'ics20',
1209
+ base: 'ibc/37B7C1AABC243067278C28C77973A28D7844EF5465ACD0EBE6E506BE4C6816C2',
1210
+ name: 'Wrapped Ether',
1211
+ display: 'weth',
1212
+ symbol: 'ETH',
1213
+ traces: [{
1214
+ type: 'ibc',
1215
+ counterparty: {
1216
+ channel_id: 'channel-51',
1217
+ base_denom: 'ibc/EA1D43981D5C9A1C4AAEA9C23BB1D4FA126BA9BC7020A25E0AE4AA841EA25DC5',
1218
+ chain_name: 'osmosis'
1219
+ },
1220
+ chain: {
1221
+ channel_id: 'channel-1'
1222
+ }
1223
+ }],
1224
+ images: [{
1225
+ image_sync: {
1226
+ chain_name: 'axelar',
1227
+ base_denom: 'weth-wei'
1228
+ },
1229
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/weth.png'
1230
+ }],
1231
+ logo_URIs: {
1232
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/weth.png'
1233
+ }
1234
+ }, {
1235
+ denom_units: [{
1236
+ denom: 'ibc/DA1BE182A23423A7031255C608B68D1E54AD30087AEB7F25B48D2CF8A5FE1DDB',
1237
+ exponent: 0,
1238
+ aliases: ['ibc/D1542AA8762DB13087D8364F3EA6509FD6F009A34F00426AF9E4F9FA85CBBF1F']
1239
+ }, {
1240
+ denom: 'wbtc',
1241
+ exponent: 8
1242
+ }],
1243
+ type_asset: 'ics20',
1244
+ base: 'ibc/DA1BE182A23423A7031255C608B68D1E54AD30087AEB7F25B48D2CF8A5FE1DDB',
1245
+ name: 'Wrapped Bitcoin (Axelar)',
1246
+ display: 'wbtc',
1247
+ symbol: 'WBTC.axl',
1248
+ traces: [{
1249
+ type: 'ibc',
1250
+ counterparty: {
1251
+ channel_id: 'channel-51',
1252
+ base_denom: 'ibc/D1542AA8762DB13087D8364F3EA6509FD6F009A34F00426AF9E4F9FA85CBBF1F',
1253
+ chain_name: 'osmosis'
1254
+ },
1255
+ chain: {
1256
+ channel_id: 'channel-1'
1257
+ }
1258
+ }],
1259
+ images: [{
1260
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.svg',
1261
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.png'
1262
+ }, {
1263
+ image_sync: {
1264
+ chain_name: 'axelar',
1265
+ base_denom: 'wbtc-satoshi'
1266
+ },
1267
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/wbtc.png'
1268
+ }],
1269
+ logo_URIs: {
1270
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.svg',
1271
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.png'
1272
+ }
1273
+ }, {
1274
+ description: 'ERIS liquid staked OSMO',
1275
+ denom_units: [{
1276
+ denom: 'ibc/E0687047EA2BDEFC10A211E27502C2A78441684F624B41FD2FCFDEFDFB5AA569',
1277
+ exponent: 0,
1278
+ aliases: ['factory/osmo1dv8wz09tckslr2wy5z86r46dxvegylhpt97r9yd6qc3kyc6tv42qa89dr9/ampOSMO']
1279
+ }, {
1280
+ denom: 'ampOSMO',
1281
+ exponent: 6
1282
+ }],
1283
+ address: 'osmo1dv8wz09tckslr2wy5z86r46dxvegylhpt97r9yd6qc3kyc6tv42qa89dr9',
1284
+ base: 'ibc/E0687047EA2BDEFC10A211E27502C2A78441684F624B41FD2FCFDEFDFB5AA569',
1285
+ name: 'ERIS Amplified OSMO',
1286
+ display: 'ampOSMO',
1287
+ symbol: 'ampOSMO',
1288
+ logo_URIs: {
1289
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/amposmo.png'
1290
+ },
1291
+ images: [{
1292
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/amposmo.png'
1293
+ }],
1294
+ traces: [{
1295
+ type: 'ibc',
1296
+ counterparty: {
1297
+ channel_id: 'channel-51',
1298
+ base_denom: 'factory/osmo1dv8wz09tckslr2wy5z86r46dxvegylhpt97r9yd6qc3kyc6tv42qa89dr9/ampOSMO',
1299
+ chain_name: 'osmosis'
1300
+ },
1301
+ chain: {
1302
+ channel_id: 'channel-1'
1303
+ }
1304
+ }]
1305
+ }, {
1306
+ description: 'Tether USDT on Osmosis',
1307
+ denom_units: [{
1308
+ denom: 'ibc/C3131D228C3163DFD9068B14B920F10A4D37BE10E76CDC6C847B80AA83E40D40',
1309
+ exponent: 0,
1310
+ aliases: ['ibc/4ABBEF4C8926DDDB320AE5188CFD63267ABBCEFC0583E4AE05D6E5AA2401DDAB']
1311
+ }, {
1312
+ denom: 'usdt',
1313
+ exponent: 6
1314
+ }],
1315
+ type_asset: 'ics20',
1316
+ base: 'ibc/C3131D228C3163DFD9068B14B920F10A4D37BE10E76CDC6C847B80AA83E40D40',
1317
+ name: 'Tether USDT',
1318
+ display: 'usdt',
1319
+ symbol: 'USDT',
1320
+ traces: [{
1321
+ type: 'ibc',
1322
+ counterparty: {
1323
+ channel_id: 'channel-51',
1324
+ base_denom: 'ibc/4ABBEF4C8926DDDB320AE5188CFD63267ABBCEFC0583E4AE05D6E5AA2401DDAB',
1325
+ chain_name: 'osmosis'
1326
+ },
1327
+ chain: {
1328
+ channel_id: 'channel-1'
1329
+ }
1330
+ }],
1331
+ images: [{
1332
+ image_sync: {
1333
+ chain_name: 'kava',
1334
+ base_denom: 'erc20/tether/usdt'
1335
+ },
1336
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
1337
+ }],
1338
+ logo_URIs: {
1339
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
1340
+ }
1341
+ }, {
1342
+ description: "Membrane's CDP-style stablecoin called CDT",
1343
+ denom_units: [{
1344
+ denom: 'ibc/9F977CFD6084FD4B83DF6BD27CECC0F805D0F6D95ED099650F330D94510F7F19',
1345
+ exponent: 0,
1346
+ aliases: ['factory/osmo1s794h9rxggytja3a4pmwul53u98k06zy2qtrdvjnfuxruh7s8yjs6cyxgd/ucdt']
1347
+ }, {
1348
+ denom: 'cdt',
1349
+ exponent: 6
1350
+ }],
1351
+ base: 'ibc/9F977CFD6084FD4B83DF6BD27CECC0F805D0F6D95ED099650F330D94510F7F19',
1352
+ name: 'CDT Stablecoin',
1353
+ display: 'cdt',
1354
+ symbol: 'CDT',
1355
+ logo_URIs: {
1356
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/CDT.svg'
1357
+ },
1358
+ coingecko_id: 'collateralized-debt-token',
1359
+ images: [{
1360
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/CDT.svg'
1361
+ }],
1362
+ traces: [{
1363
+ type: 'ibc',
1364
+ counterparty: {
1365
+ channel_id: 'channel-51',
1366
+ base_denom: 'factory/osmo1s794h9rxggytja3a4pmwul53u98k06zy2qtrdvjnfuxruh7s8yjs6cyxgd/ucdt',
1367
+ chain_name: 'osmosis'
1368
+ },
1369
+ chain: {
1370
+ channel_id: 'channel-1'
1371
+ }
1372
+ }]
1373
+ }, {
1374
+ description: "Membrane's protocol token",
1375
+ denom_units: [{
1376
+ denom: 'ibc/CC0A5E28C584A93AB762E71DD3D5991928637042AC3E900EE94E19E46CBFE935',
1377
+ exponent: 0,
1378
+ aliases: ['factory/osmo1s794h9rxggytja3a4pmwul53u98k06zy2qtrdvjnfuxruh7s8yjs6cyxgd/umbrn']
1379
+ }, {
1380
+ denom: 'mbrn',
1381
+ exponent: 6
1382
+ }],
1383
+ base: 'ibc/CC0A5E28C584A93AB762E71DD3D5991928637042AC3E900EE94E19E46CBFE935',
1384
+ name: 'Membrane',
1385
+ display: 'mbrn',
1386
+ symbol: 'MBRN',
1387
+ logo_URIs: {
1388
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/MBRN.svg'
1389
+ },
1390
+ coingecko_id: 'membrane',
1391
+ images: [{
1392
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/MBRN.svg'
1393
+ }],
1394
+ traces: [{
1395
+ type: 'ibc',
1396
+ counterparty: {
1397
+ channel_id: 'channel-51',
1398
+ base_denom: 'factory/osmo1s794h9rxggytja3a4pmwul53u98k06zy2qtrdvjnfuxruh7s8yjs6cyxgd/umbrn',
1399
+ chain_name: 'osmosis'
1400
+ },
1401
+ chain: {
1402
+ channel_id: 'channel-1'
1403
+ }
1404
+ }]
1405
+ }, {
1406
+ description: 'TIA on Osmosis',
1407
+ denom_units: [{
1408
+ denom: 'ibc/EB7702F7862428669576938CD8DD19FBF39F6516F1F94A1B02AC8CBAFF06858B',
1409
+ exponent: 0,
1410
+ aliases: ['ibc/D79E7D83AB399BFFF93433E54FAA480C191248FC556924A2A8351AE2638B3877']
1411
+ }, {
1412
+ denom: 'tia',
1413
+ exponent: 6
1414
+ }],
1415
+ type_asset: 'ics20',
1416
+ base: 'ibc/EB7702F7862428669576938CD8DD19FBF39F6516F1F94A1B02AC8CBAFF06858B',
1417
+ name: 'Celestia TIA',
1418
+ display: 'tia',
1419
+ symbol: 'TIA',
1420
+ traces: [{
1421
+ type: 'ibc',
1422
+ counterparty: {
1423
+ channel_id: 'channel-51',
1424
+ base_denom: 'ibc/D79E7D83AB399BFFF93433E54FAA480C191248FC556924A2A8351AE2638B3877',
1425
+ chain_name: 'osmosis'
1426
+ },
1427
+ chain: {
1428
+ channel_id: 'channel-1'
1429
+ }
1430
+ }],
1431
+ images: [{
1432
+ image_sync: {
1433
+ chain_name: 'celestia',
1434
+ base_denom: 'utia'
1435
+ },
1436
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png',
1437
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg'
1438
+ }],
1439
+ logo_URIs: {
1440
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png',
1441
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg'
1442
+ }
1443
+ }, {
1444
+ description: 'Margined Power Token sqOSMO',
1445
+ denom_units: [{
1446
+ denom: 'ibc/03FB4E4D1043755015ABF1A84773EA334B2726EF464CF90D926C888ECE2D64FD',
1447
+ exponent: 0,
1448
+ aliases: ['factory/osmo1g8qypve6l95xmhgc0fddaecerffymsl7kn9muw/squosmo']
1449
+ }, {
1450
+ denom: 'sqosmo',
1451
+ exponent: 6
1452
+ }],
1453
+ base: 'ibc/03FB4E4D1043755015ABF1A84773EA334B2726EF464CF90D926C888ECE2D64FD',
1454
+ name: 'OSMO Squared',
1455
+ display: 'sqosmo',
1456
+ symbol: 'sqOSMO',
1457
+ logo_URIs: {
1458
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sqosmo.svg'
1459
+ },
1460
+ images: [{
1461
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sqosmo.svg'
1462
+ }],
1463
+ traces: [{
1464
+ type: 'ibc',
1465
+ counterparty: {
1466
+ channel_id: 'channel-51',
1467
+ base_denom: 'factory/osmo1g8qypve6l95xmhgc0fddaecerffymsl7kn9muw/squosmo',
1468
+ chain_name: 'osmosis'
1469
+ },
1470
+ chain: {
1471
+ channel_id: 'channel-1'
1472
+ }
1473
+ }]
1474
+ }, {
1475
+ description: 'NOIS on Osmosis',
1476
+ denom_units: [{
1477
+ denom: 'ibc/8349192BE84F63ECBCDE2E0195DAC22453C9AAC740971FE95D382CA8075E6A1C',
1478
+ exponent: 0,
1479
+ aliases: ['ibc/6928AFA9EA721938FED13B051F9DBF1272B16393D20C49EA5E4901BB76D94A90']
1480
+ }, {
1481
+ denom: 'nois',
1482
+ exponent: 6
1483
+ }],
1484
+ type_asset: 'ics20',
1485
+ base: 'ibc/8349192BE84F63ECBCDE2E0195DAC22453C9AAC740971FE95D382CA8075E6A1C',
1486
+ name: 'Nois NOIS',
1487
+ display: 'nois',
1488
+ symbol: 'NOIS',
1489
+ traces: [{
1490
+ type: 'ibc',
1491
+ counterparty: {
1492
+ channel_id: 'channel-51',
1493
+ base_denom: 'ibc/6928AFA9EA721938FED13B051F9DBF1272B16393D20C49EA5E4901BB76D94A90',
1494
+ chain_name: 'osmosis'
1495
+ },
1496
+ chain: {
1497
+ channel_id: 'channel-1'
1498
+ }
1499
+ }],
1500
+ images: [{
1501
+ image_sync: {
1502
+ chain_name: 'nois',
1503
+ base_denom: 'unois'
1504
+ },
1505
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.png',
1506
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.svg'
1507
+ }],
1508
+ logo_URIs: {
1509
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.png',
1510
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.svg'
1511
+ }
1512
+ }, {
1513
+ description: 'Margined Power Token sqBTC',
1514
+ denom_units: [{
1515
+ denom: 'ibc/EA3D1D169CAF4C6A1B813D41337614C5785DD018514333C301B92B981A46CE02',
1516
+ exponent: 0,
1517
+ aliases: ['factory/osmo1g8qypve6l95xmhgc0fddaecerffymsl7kn9muw/sqbtc']
1518
+ }, {
1519
+ denom: 'sqbtc',
1520
+ exponent: 6
1521
+ }],
1522
+ base: 'ibc/EA3D1D169CAF4C6A1B813D41337614C5785DD018514333C301B92B981A46CE02',
1523
+ name: 'BTC Squared',
1524
+ display: 'sqbtc',
1525
+ symbol: 'sqBTC',
1526
+ logo_URIs: {
1527
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sqbtc.svg'
1528
+ },
1529
+ images: [{
1530
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sqbtc.svg'
1531
+ }],
1532
+ traces: [{
1533
+ type: 'ibc',
1534
+ counterparty: {
1535
+ channel_id: 'channel-51',
1536
+ base_denom: 'factory/osmo1g8qypve6l95xmhgc0fddaecerffymsl7kn9muw/sqbtc',
1537
+ chain_name: 'osmosis'
1538
+ },
1539
+ chain: {
1540
+ channel_id: 'channel-1'
1541
+ }
1542
+ }]
1543
+ }, {
1544
+ description: 'Margined Power Token sqATOM',
1545
+ denom_units: [{
1546
+ denom: 'ibc/8ACFBDDF77DA174672D246AA2083FC83067F2FB669D9F6BB00632A3F635EBAF9',
1547
+ exponent: 0,
1548
+ aliases: ['factory/osmo1g8qypve6l95xmhgc0fddaecerffymsl7kn9muw/sqatom']
1549
+ }, {
1550
+ denom: 'sqatom',
1551
+ exponent: 6
1552
+ }],
1553
+ base: 'ibc/8ACFBDDF77DA174672D246AA2083FC83067F2FB669D9F6BB00632A3F635EBAF9',
1554
+ name: 'ATOM Squared',
1555
+ display: 'sqatom',
1556
+ symbol: 'sqATOM',
1557
+ logo_URIs: {
1558
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sqatom.svg'
1559
+ },
1560
+ images: [{
1561
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sqatom.svg'
1562
+ }],
1563
+ traces: [{
1564
+ type: 'ibc',
1565
+ counterparty: {
1566
+ channel_id: 'channel-51',
1567
+ base_denom: 'factory/osmo1g8qypve6l95xmhgc0fddaecerffymsl7kn9muw/sqatom',
1568
+ chain_name: 'osmosis'
1569
+ },
1570
+ chain: {
1571
+ channel_id: 'channel-1'
1572
+ }
1573
+ }]
1574
+ }, {
1575
+ description: 'CRO is the native token of the Crypto.org Chain, referred to as Native CRO.',
1576
+ denom_units: [{
1577
+ denom: 'ibc/FBA34C2BCE61066AED99D1797EB05A419F5FDB523E36F30F6C254BE61BCCAE29',
1578
+ exponent: 0,
1579
+ aliases: ['ibc/E6931F78057F7CC5DA0FD6CEF82FF39373A6E0452BF1FD76910B93292CF356C1']
1580
+ }, {
1581
+ denom: 'cro',
1582
+ exponent: 8
1583
+ }],
1584
+ type_asset: 'ics20',
1585
+ base: 'ibc/FBA34C2BCE61066AED99D1797EB05A419F5FDB523E36F30F6C254BE61BCCAE29',
1586
+ name: 'Cronos',
1587
+ display: 'cro',
1588
+ symbol: 'CRO',
1589
+ traces: [{
1590
+ type: 'ibc',
1591
+ counterparty: {
1592
+ channel_id: 'channel-51',
1593
+ base_denom: 'ibc/E6931F78057F7CC5DA0FD6CEF82FF39373A6E0452BF1FD76910B93292CF356C1',
1594
+ chain_name: 'osmosis'
1595
+ },
1596
+ chain: {
1597
+ channel_id: 'channel-1'
1598
+ }
1599
+ }],
1600
+ images: [{
1601
+ image_sync: {
1602
+ chain_name: 'cryptoorgchain',
1603
+ base_denom: 'basecro'
1604
+ },
1605
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro.svg'
1606
+ }],
1607
+ logo_URIs: {
1608
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro.svg'
1609
+ }
1610
+ }, {
1611
+ description: 'The native token of Stargaze',
1612
+ denom_units: [{
1613
+ denom: 'ibc/BE9116F49581FF59F018C64FB4A445B307332F77381640AAB05380473D0D7642',
1614
+ exponent: 0,
1615
+ aliases: ['ibc/987C17B11ABC2B20019178ACE62929FE9840202CE79498E29FE8E5CB02B7C0A4']
1616
+ }, {
1617
+ denom: 'stars',
1618
+ exponent: 6
1619
+ }],
1620
+ type_asset: 'ics20',
1621
+ base: 'ibc/BE9116F49581FF59F018C64FB4A445B307332F77381640AAB05380473D0D7642',
1622
+ name: 'Stargaze',
1623
+ display: 'stars',
1624
+ symbol: 'STARS',
1625
+ traces: [{
1626
+ type: 'ibc',
1627
+ counterparty: {
1628
+ channel_id: 'channel-51',
1629
+ base_denom: 'ibc/987C17B11ABC2B20019178ACE62929FE9840202CE79498E29FE8E5CB02B7C0A4',
1630
+ chain_name: 'osmosis'
1631
+ },
1632
+ chain: {
1633
+ channel_id: 'channel-1'
1634
+ }
1635
+ }],
1636
+ images: [{
1637
+ image_sync: {
1638
+ chain_name: 'stargaze',
1639
+ base_denom: 'ustars'
1640
+ },
1641
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
1642
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg'
1643
+ }],
1644
+ logo_URIs: {
1645
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
1646
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg'
1647
+ }
1648
+ }, {
1649
+ description: 'Maximize ETH yield through leveraged staking across Aave, Compound and Morpho and liquidity provision of ETH liquid staking tokens on Uniswap V3.',
1650
+ denom_units: [{
1651
+ denom: 'ibc/03B109DEE70C41E7D69206D670E3839BFB72891FF2FB5D7D980703953CB8E62B',
1652
+ exponent: 0,
1653
+ aliases: ['ibc/FBB3FEF80ED2344D821D4F95C31DBFD33E4E31D5324CAD94EF756E67B749F668']
1654
+ }, {
1655
+ denom: 'YieldETH',
1656
+ exponent: 18
1657
+ }],
1658
+ type_asset: 'ics20',
1659
+ base: 'ibc/03B109DEE70C41E7D69206D670E3839BFB72891FF2FB5D7D980703953CB8E62B',
1660
+ name: 'Real Yield Eth',
1661
+ display: 'YieldETH',
1662
+ symbol: 'YieldETH',
1663
+ traces: [{
1664
+ type: 'ibc',
1665
+ counterparty: {
1666
+ channel_id: 'channel-51',
1667
+ base_denom: 'ibc/FBB3FEF80ED2344D821D4F95C31DBFD33E4E31D5324CAD94EF756E67B749F668',
1668
+ chain_name: 'osmosis'
1669
+ },
1670
+ chain: {
1671
+ channel_id: 'channel-1'
1672
+ }
1673
+ }],
1674
+ images: [{
1675
+ image_sync: {
1676
+ chain_name: 'ethereum',
1677
+ base_denom: 'wei'
1678
+ },
1679
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
1680
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg'
1681
+ }],
1682
+ logo_URIs: {
1683
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
1684
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg'
1685
+ }
1686
+ }, {
1687
+ description: 'The native staking token of dYdX Protocol.',
1688
+ denom_units: [{
1689
+ denom: 'ibc/A6FAB4141ECE6F85BAAC00989FDF7F96409673735B845DE730645EC67335E1C0',
1690
+ exponent: 0,
1691
+ aliases: ['ibc/831F0B1BBB1D08A2B75311892876D71565478C532967545476DF4C2D7492E48C']
1692
+ }, {
1693
+ denom: 'dydx',
1694
+ exponent: 18
1695
+ }],
1696
+ type_asset: 'ics20',
1697
+ base: 'ibc/A6FAB4141ECE6F85BAAC00989FDF7F96409673735B845DE730645EC67335E1C0',
1698
+ name: 'dYdX',
1699
+ display: 'dydx',
1700
+ symbol: 'DYDX',
1701
+ traces: [{
1702
+ type: 'ibc',
1703
+ counterparty: {
1704
+ channel_id: 'channel-51',
1705
+ base_denom: 'ibc/831F0B1BBB1D08A2B75311892876D71565478C532967545476DF4C2D7492E48C',
1706
+ chain_name: 'osmosis'
1707
+ },
1708
+ chain: {
1709
+ channel_id: 'channel-1'
1710
+ }
1711
+ }],
1712
+ images: [{
1713
+ image_sync: {
1714
+ chain_name: 'dydx',
1715
+ base_denom: 'adydx'
1716
+ },
1717
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png',
1718
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg'
1719
+ }],
1720
+ logo_URIs: {
1721
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png',
1722
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg'
1723
+ }
1724
+ }, {
1725
+ description: 'The native token of Quasar',
1726
+ denom_units: [{
1727
+ denom: 'ibc/74C6A071817288DE90F3FC2555B4C18816F327437EB0E825F05A6E3C62DAA2A6',
1728
+ exponent: 0,
1729
+ aliases: ['ibc/1B708808D372E959CD4839C594960309283424C775F4A038AAEBE7F83A988477']
1730
+ }, {
1731
+ denom: 'qsr',
1732
+ exponent: 6
1733
+ }],
1734
+ type_asset: 'ics20',
1735
+ base: 'ibc/74C6A071817288DE90F3FC2555B4C18816F327437EB0E825F05A6E3C62DAA2A6',
1736
+ name: 'Quasar',
1737
+ display: 'qsr',
1738
+ symbol: 'QSR',
1739
+ traces: [{
1740
+ type: 'ibc',
1741
+ counterparty: {
1742
+ channel_id: 'channel-51',
1743
+ base_denom: 'ibc/1B708808D372E959CD4839C594960309283424C775F4A038AAEBE7F83A988477',
1744
+ chain_name: 'osmosis'
1745
+ },
1746
+ chain: {
1747
+ channel_id: 'channel-1'
1748
+ }
1749
+ }],
1750
+ images: [{
1751
+ image_sync: {
1752
+ chain_name: 'quasar',
1753
+ base_denom: 'uqsr'
1754
+ },
1755
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quasar/images/quasar.png'
1756
+ }],
1757
+ logo_URIs: {
1758
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quasar/images/quasar.png'
1759
+ }
1760
+ }, {
1761
+ description: 'Levana native token',
1762
+ denom_units: [{
1763
+ denom: 'ibc/6A9571DE6A3F60D7703C3290E2944E806C15A47C1EA6D4AFCD3AE4DC8AF080B1',
1764
+ exponent: 0,
1765
+ aliases: ['factory/osmo1mlng7pz4pnyxtpq0akfwall37czyk9lukaucsrn30ameplhhshtqdvfm5c/ulvn']
1766
+ }, {
1767
+ denom: 'lvn',
1768
+ exponent: 6
1769
+ }],
1770
+ base: 'ibc/6A9571DE6A3F60D7703C3290E2944E806C15A47C1EA6D4AFCD3AE4DC8AF080B1',
1771
+ name: 'Levana',
1772
+ display: 'lvn',
1773
+ symbol: 'LVN',
1774
+ logo_URIs: {
1775
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/levana.png',
1776
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/levana.svg'
1777
+ },
1778
+ coingecko_id: 'levana-protocol',
1779
+ images: [{
1780
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/levana.png',
1781
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/levana.svg'
1782
+ }, {
1783
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/levana.png'
1784
+ }],
1785
+ traces: [{
1786
+ type: 'ibc',
1787
+ counterparty: {
1788
+ channel_id: 'channel-51',
1789
+ base_denom: 'factory/osmo1mlng7pz4pnyxtpq0akfwall37czyk9lukaucsrn30ameplhhshtqdvfm5c/ulvn',
1790
+ chain_name: 'osmosis'
1791
+ },
1792
+ chain: {
1793
+ channel_id: 'channel-1'
1794
+ }
1795
+ }]
1796
+ }, {
1797
+ description: "MilkyWay's liquid staked TIA",
1798
+ denom_units: [{
1799
+ denom: 'ibc/C0DB3E0C7F3CD32FA24FC031FD8B6833627A1C690B741BA85D7A4752D974A77F',
1800
+ exponent: 0,
1801
+ aliases: ['factory/osmo1f5vfcph2dvfeqcqkhetwv75fda69z7e5c2dldm3kvgj23crkv6wqcn47a0/umilkTIA']
1802
+ }, {
1803
+ denom: 'milkTIA',
1804
+ exponent: 6
1805
+ }],
1806
+ base: 'ibc/C0DB3E0C7F3CD32FA24FC031FD8B6833627A1C690B741BA85D7A4752D974A77F',
1807
+ name: 'milkTIA',
1808
+ display: 'milkTIA',
1809
+ symbol: 'milkTIA',
1810
+ traces: [{
1811
+ type: 'ibc',
1812
+ counterparty: {
1813
+ channel_id: 'channel-51',
1814
+ base_denom: 'factory/osmo1f5vfcph2dvfeqcqkhetwv75fda69z7e5c2dldm3kvgj23crkv6wqcn47a0/umilkTIA',
1815
+ chain_name: 'osmosis'
1816
+ },
1817
+ chain: {
1818
+ channel_id: 'channel-1'
1819
+ }
1820
+ }],
1821
+ logo_URIs: {
1822
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/milktia.png',
1823
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/milktia.svg'
1824
+ },
1825
+ coingecko_id: 'milkyway-staked-tia',
1826
+ images: [{
1827
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/milktia.png',
1828
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/milktia.svg'
1829
+ }]
1830
+ }, {
1831
+ denom_units: [{
1832
+ denom: 'ibc/814F2057808DF5C7C9F9E1A513D9E6669061FF1B010CED198B3352EBA29EFBF6',
1833
+ exponent: 0,
1834
+ aliases: ['ibc/ECBE78BF7677320A93E7BA1761D144BCBF0CBC247C290C049655E106FE5DC68E']
1835
+ }, {
1836
+ denom: 'stkosmo',
1837
+ exponent: 6,
1838
+ aliases: ['stk/osmo']
1839
+ }],
1840
+ type_asset: 'ics20',
1841
+ base: 'ibc/814F2057808DF5C7C9F9E1A513D9E6669061FF1B010CED198B3352EBA29EFBF6',
1842
+ name: 'PSTAKE staked OSMO',
1843
+ display: 'stkosmo',
1844
+ symbol: 'stkOSMO',
1845
+ traces: [{
1846
+ type: 'ibc',
1847
+ counterparty: {
1848
+ channel_id: 'channel-51',
1849
+ base_denom: 'ibc/ECBE78BF7677320A93E7BA1761D144BCBF0CBC247C290C049655E106FE5DC68E',
1850
+ chain_name: 'osmosis'
1851
+ },
1852
+ chain: {
1853
+ channel_id: 'channel-1'
1854
+ }
1855
+ }],
1856
+ images: [{
1857
+ image_sync: {
1858
+ chain_name: 'persistence',
1859
+ base_denom: 'stk/uosmo'
1860
+ },
1861
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkosmo.png',
1862
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkosmo.svg'
1863
+ }],
1864
+ logo_URIs: {
1865
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkosmo.png',
1866
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkosmo.svg'
1867
+ }
1868
+ }, {
1869
+ description: 'The PAGE token is used for actions in the PageDAO NFT literary ecosystem and for DAO governance.',
1870
+ denom_units: [{
1871
+ denom: 'ibc/A389921DD5551011E2176A1030D7DFA195CD82EA762C6E621964A0416CBFD836',
1872
+ exponent: 0,
1873
+ aliases: ['ibc/23A62409E4AD8133116C249B1FA38EED30E500A115D7B153109462CD82C1CD99']
1874
+ }, {
1875
+ denom: 'page',
1876
+ exponent: 8
1877
+ }],
1878
+ type_asset: 'ics20',
1879
+ base: 'ibc/A389921DD5551011E2176A1030D7DFA195CD82EA762C6E621964A0416CBFD836',
1880
+ name: 'PageDAO',
1881
+ display: 'page',
1882
+ symbol: 'PAGE.grv',
1883
+ traces: [{
1884
+ type: 'ibc',
1885
+ counterparty: {
1886
+ channel_id: 'channel-51',
1887
+ base_denom: 'ibc/23A62409E4AD8133116C249B1FA38EED30E500A115D7B153109462CD82C1CD99',
1888
+ chain_name: 'osmosis'
1889
+ },
1890
+ chain: {
1891
+ channel_id: 'channel-1'
1892
+ }
1893
+ }],
1894
+ images: [{
1895
+ image_sync: {
1896
+ chain_name: 'gravitybridge',
1897
+ base_denom: 'gravity0x60e683C6514Edd5F758A55b6f393BeBBAfaA8d5e'
1898
+ },
1899
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/page.png',
1900
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/page.svg'
1901
+ }],
1902
+ logo_URIs: {
1903
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/page.png',
1904
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/page.svg'
1905
+ }
1906
+ }, {
1907
+ description: "Nomic's native token.",
1908
+ denom_units: [{
1909
+ denom: 'ibc/F5D24D849000F1EA14946E9BED504C3736E3730FB9D7008C2D78CEFDC79061DE',
1910
+ exponent: 0,
1911
+ aliases: ['ibc/F49DFB3BC8105C57EE7F17EC2402438825B31212CFDD81681EB87911E934F32C']
1912
+ }, {
1913
+ denom: 'nom',
1914
+ exponent: 6
1915
+ }],
1916
+ type_asset: 'ics20',
1917
+ base: 'ibc/F5D24D849000F1EA14946E9BED504C3736E3730FB9D7008C2D78CEFDC79061DE',
1918
+ name: 'Nomic',
1919
+ display: 'nomic',
1920
+ symbol: 'NOM',
1921
+ traces: [{
1922
+ type: 'ibc',
1923
+ counterparty: {
1924
+ channel_id: 'channel-51',
1925
+ base_denom: 'ibc/F49DFB3BC8105C57EE7F17EC2402438825B31212CFDD81681EB87911E934F32C',
1926
+ chain_name: 'osmosis'
1927
+ },
1928
+ chain: {
1929
+ channel_id: 'channel-1'
1930
+ }
1931
+ }],
1932
+ images: [{
1933
+ image_sync: {
1934
+ chain_name: 'nomic',
1935
+ base_denom: 'unom'
1936
+ },
1937
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nom.png',
1938
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nom.svg'
1939
+ }],
1940
+ logo_URIs: {
1941
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nom.png',
1942
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nom.svg'
1943
+ }
1944
+ }, {
1945
+ description: 'Bitcoin. On Cosmos.',
1946
+ denom_units: [{
1947
+ denom: 'ibc/D5CDA64730157DB9928A8E3CEEA19526A94F933443503A90D375394CA173F829',
1948
+ exponent: 0,
1949
+ aliases: ['ibc/75345531D87BD90BF108BE7240BD721CB2CB0A1F16D4EBA71B09EC3C43E15C8F']
1950
+ }, {
1951
+ denom: 'nbtc',
1952
+ exponent: 14
1953
+ }],
1954
+ type_asset: 'ics20',
1955
+ base: 'ibc/D5CDA64730157DB9928A8E3CEEA19526A94F933443503A90D375394CA173F829',
1956
+ name: 'Nomic Bitcoin',
1957
+ display: 'nbtc',
1958
+ symbol: 'nBTC',
1959
+ traces: [{
1960
+ type: 'ibc',
1961
+ counterparty: {
1962
+ channel_id: 'channel-51',
1963
+ base_denom: 'ibc/75345531D87BD90BF108BE7240BD721CB2CB0A1F16D4EBA71B09EC3C43E15C8F',
1964
+ chain_name: 'osmosis'
1965
+ },
1966
+ chain: {
1967
+ channel_id: 'channel-1'
1968
+ }
1969
+ }],
1970
+ images: [{
1971
+ image_sync: {
1972
+ chain_name: 'nomic',
1973
+ base_denom: 'usat'
1974
+ },
1975
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nbtc.png',
1976
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nbtc.svg'
1977
+ }],
1978
+ logo_URIs: {
1979
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nbtc.png',
1980
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nbtc.svg'
1981
+ }
1982
+ }, {
1983
+ description: 'AUTISM on Osmosis',
1984
+ denom_units: [{
1985
+ denom: 'ibc/EB87F22692D3AFC92F6062F57E020FFCFB6399BEFF09329E839FBEAF0EE1942E',
1986
+ exponent: 0,
1987
+ aliases: ['ibc/9DDF52A334F92BC57A9E0D59DFF9984EAC61D2A14E5162605DF601AA58FDFC6D']
1988
+ }, {
1989
+ denom: 'autism',
1990
+ exponent: 6
1991
+ }],
1992
+ type_asset: 'ics20',
1993
+ base: 'ibc/EB87F22692D3AFC92F6062F57E020FFCFB6399BEFF09329E839FBEAF0EE1942E',
1994
+ name: 'Injective AUTISM',
1995
+ display: 'autism',
1996
+ symbol: 'AUTISM',
1997
+ traces: [{
1998
+ type: 'ibc',
1999
+ counterparty: {
2000
+ channel_id: 'channel-51',
2001
+ base_denom: 'ibc/9DDF52A334F92BC57A9E0D59DFF9984EAC61D2A14E5162605DF601AA58FDFC6D',
2002
+ chain_name: 'osmosis'
2003
+ },
2004
+ chain: {
2005
+ channel_id: 'channel-1'
2006
+ }
2007
+ }],
2008
+ images: [{
2009
+ image_sync: {
2010
+ chain_name: 'injective',
2011
+ base_denom: 'factory/inj14lf8xm6fcvlggpa7guxzjqwjmtr24gnvf56hvz/autism'
2012
+ },
2013
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/autism.png'
2014
+ }],
2015
+ logo_URIs: {
2016
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/autism.png'
2017
+ }
2018
+ }, {
2019
+ description: 'Woof on Osmosis',
2020
+ denom_units: [{
2021
+ denom: 'ibc/3679EB0FAF260324A44EF05260EB747D81CA61017AC7D2BCD1BFD29AC927DB7A',
2022
+ exponent: 0,
2023
+ aliases: ['ibc/9B8EC667B6DF55387DC0F3ACC4F187DA6921B0806ED35DE6B04DE96F5AB81F53']
2024
+ }, {
2025
+ denom: 'WOOF',
2026
+ exponent: 6
2027
+ }],
2028
+ type_asset: 'ics20',
2029
+ base: 'ibc/3679EB0FAF260324A44EF05260EB747D81CA61017AC7D2BCD1BFD29AC927DB7A',
2030
+ name: 'WOOF chihuahua',
2031
+ display: 'WOOF',
2032
+ symbol: 'WOOF',
2033
+ traces: [{
2034
+ type: 'ibc',
2035
+ counterparty: {
2036
+ channel_id: 'channel-51',
2037
+ base_denom: 'ibc/9B8EC667B6DF55387DC0F3ACC4F187DA6921B0806ED35DE6B04DE96F5AB81F53',
2038
+ chain_name: 'osmosis'
2039
+ },
2040
+ chain: {
2041
+ channel_id: 'channel-1'
2042
+ }
2043
+ }],
2044
+ logo_URIs: {
2045
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/woof.png'
2046
+ },
2047
+ images: [{
2048
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/woof.png'
2049
+ }]
2050
+ }, {
2051
+ description: 'The native coin of Sneaky Productions.',
2052
+ denom_units: [{
2053
+ denom: 'ibc/F89F635D97BC6400E17521B4220E3E08F44CE794EB80F5CABB356D3557E72637',
2054
+ exponent: 0,
2055
+ aliases: ['ibc/94ED1F172BC633DFC56D7E26551D8B101ADCCC69052AC44FED89F97FF658138F']
2056
+ }, {
2057
+ denom: 'sneaky',
2058
+ exponent: 6
2059
+ }],
2060
+ type_asset: 'ics20',
2061
+ base: 'ibc/F89F635D97BC6400E17521B4220E3E08F44CE794EB80F5CABB356D3557E72637',
2062
+ name: 'Sneaky Productions',
2063
+ display: 'sneaky',
2064
+ symbol: 'SNEAKY',
2065
+ traces: [{
2066
+ type: 'ibc',
2067
+ counterparty: {
2068
+ channel_id: 'channel-51',
2069
+ base_denom: 'ibc/94ED1F172BC633DFC56D7E26551D8B101ADCCC69052AC44FED89F97FF658138F',
2070
+ chain_name: 'osmosis'
2071
+ },
2072
+ chain: {
2073
+ channel_id: 'channel-1'
2074
+ }
2075
+ }],
2076
+ logo_URIs: {
2077
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/sneaky.png'
2078
+ },
2079
+ images: [{
2080
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/sneaky.png'
2081
+ }]
2082
+ }, {
2083
+ denom_units: [{
2084
+ denom: 'ibc/CF57A83CED6CEC7D706631B5DC53ABC21B7EDA7DF7490732B4361E6D5DD19C73',
2085
+ exponent: 0,
2086
+ aliases: ['factory/osmo1z0qrq605sjgcqpylfl4aa6s90x738j7m58wyatt0tdzflg2ha26q67k743/wbtc']
2087
+ }, {
2088
+ denom: 'wbtc',
2089
+ exponent: 8
2090
+ }],
2091
+ address: 'osmo1z0qrq605sjgcqpylfl4aa6s90x738j7m58wyatt0tdzflg2ha26q67k743',
2092
+ type_asset: 'sdk.coin',
2093
+ base: 'ibc/CF57A83CED6CEC7D706631B5DC53ABC21B7EDA7DF7490732B4361E6D5DD19C73',
2094
+ name: 'Wrapped Bitcoin',
2095
+ display: 'wbtc',
2096
+ symbol: 'WBTC',
2097
+ traces: [{
2098
+ type: 'ibc',
2099
+ counterparty: {
2100
+ channel_id: 'channel-51',
2101
+ base_denom: 'factory/osmo1z0qrq605sjgcqpylfl4aa6s90x738j7m58wyatt0tdzflg2ha26q67k743/wbtc',
2102
+ chain_name: 'osmosis'
2103
+ },
2104
+ chain: {
2105
+ channel_id: 'channel-1'
2106
+ }
2107
+ }],
2108
+ images: [{
2109
+ image_sync: {
2110
+ chain_name: 'ethereum',
2111
+ base_denom: '0x2260fac5e5542a773aa44fbcfedf7c193bc2c599'
2112
+ },
2113
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.png',
2114
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.svg'
2115
+ }],
2116
+ logo_URIs: {
2117
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.png',
2118
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.svg'
2119
+ }
2120
+ }, {
2121
+ description: "The first native memecoin on Osmosis. Crafted by the deftest of hands in the lab of lunacy. It's scientifically anarchic, professionally foolish, and your ticket to the madhouse.",
2122
+ denom_units: [{
2123
+ denom: 'ibc/7CB33A66F90533ED1E168CB3251253C719CF4B04FF1290AFD795F14CA1D67278',
2124
+ exponent: 0,
2125
+ aliases: ['factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO']
2126
+ }, {
2127
+ denom: 'WOSMO',
2128
+ exponent: 6
2129
+ }],
2130
+ address: 'osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3',
2131
+ base: 'ibc/7CB33A66F90533ED1E168CB3251253C719CF4B04FF1290AFD795F14CA1D67278',
2132
+ name: 'WOSMO',
2133
+ display: 'WOSMO',
2134
+ symbol: 'WOSMO',
2135
+ logo_URIs: {
2136
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/WOSMO.png'
2137
+ },
2138
+ images: [{
2139
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/WOSMO.png'
2140
+ }],
2141
+ traces: [{
2142
+ type: 'ibc',
2143
+ counterparty: {
2144
+ channel_id: 'channel-51',
2145
+ base_denom: 'factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO',
2146
+ chain_name: 'osmosis'
2147
+ },
2148
+ chain: {
2149
+ channel_id: 'channel-1'
2150
+ }
2151
+ }]
2152
+ }, {
2153
+ description: 'NLS on Osmosis',
2154
+ denom_units: [{
2155
+ denom: 'ibc/F722502EC90B3084DBD73589FC055E658EF9972A19ADDE61D3AA8BBF39B63883',
2156
+ exponent: 0,
2157
+ aliases: ['ibc/D9AFCECDD361D38302AA66EB3BAC23B95234832C51D12489DC451FA2B7C72782']
2158
+ }, {
2159
+ denom: 'nls',
2160
+ exponent: 6
2161
+ }],
2162
+ type_asset: 'ics20',
2163
+ base: 'ibc/F722502EC90B3084DBD73589FC055E658EF9972A19ADDE61D3AA8BBF39B63883',
2164
+ name: 'Nolus',
2165
+ display: 'nls',
2166
+ symbol: 'NLS',
2167
+ traces: [{
2168
+ type: 'ibc',
2169
+ counterparty: {
2170
+ channel_id: 'channel-51',
2171
+ base_denom: 'ibc/D9AFCECDD361D38302AA66EB3BAC23B95234832C51D12489DC451FA2B7C72782',
2172
+ chain_name: 'osmosis'
2173
+ },
2174
+ chain: {
2175
+ channel_id: 'channel-1'
2176
+ }
2177
+ }],
2178
+ images: [{
2179
+ image_sync: {
2180
+ chain_name: 'nolus',
2181
+ base_denom: 'unls'
2182
+ },
2183
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.png',
2184
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.svg'
2185
+ }],
2186
+ logo_URIs: {
2187
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.png',
2188
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.svg'
2189
+ }
2190
+ }, {
2191
+ description: 'STRD on Osmosis',
2192
+ denom_units: [{
2193
+ denom: 'ibc/38B29F6563DDADC81C9399EB5CDF140492CC2C58FB70048BC4430567A26ED193',
2194
+ exponent: 0,
2195
+ aliases: ['ibc/A8CA5EE328FA10C9519DF6057DA1F69682D28F7D0F5CCC7ECB72E3DCA2D157A4']
2196
+ }, {
2197
+ denom: 'strd',
2198
+ exponent: 6
2199
+ }],
2200
+ type_asset: 'ics20',
2201
+ base: 'ibc/38B29F6563DDADC81C9399EB5CDF140492CC2C58FB70048BC4430567A26ED193',
2202
+ name: 'Stride',
2203
+ display: 'strd',
2204
+ symbol: 'STRD',
2205
+ traces: [{
2206
+ type: 'ibc',
2207
+ counterparty: {
2208
+ channel_id: 'channel-51',
2209
+ base_denom: 'ibc/A8CA5EE328FA10C9519DF6057DA1F69682D28F7D0F5CCC7ECB72E3DCA2D157A4',
2210
+ chain_name: 'osmosis'
2211
+ },
2212
+ chain: {
2213
+ channel_id: 'channel-1'
2214
+ }
2215
+ }],
2216
+ images: [{
2217
+ image_sync: {
2218
+ chain_name: 'stride',
2219
+ base_denom: 'ustrd'
2220
+ },
2221
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.png',
2222
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg'
2223
+ }],
2224
+ logo_URIs: {
2225
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.png',
2226
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg'
2227
+ }
2228
+ }, {
2229
+ description: 'Margined Power Token sqTIA',
2230
+ denom_units: [{
2231
+ denom: 'ibc/C975417951A4AA121B7C0A137510DBEEF3008E1DB58A8129C439C0F4FF77F684',
2232
+ exponent: 0,
2233
+ aliases: ['factory/osmo1g8qypve6l95xmhgc0fddaecerffymsl7kn9muw/sqtia']
2234
+ }, {
2235
+ denom: 'sqtia',
2236
+ exponent: 6
2237
+ }],
2238
+ base: 'ibc/C975417951A4AA121B7C0A137510DBEEF3008E1DB58A8129C439C0F4FF77F684',
2239
+ name: 'TIA Squared',
2240
+ display: 'sqtia',
2241
+ symbol: 'sqTIA',
2242
+ logo_URIs: {
2243
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sqtia.svg'
2244
+ },
2245
+ images: [{
2246
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sqtia.svg'
2247
+ }],
2248
+ traces: [{
2249
+ type: 'ibc',
2250
+ counterparty: {
2251
+ channel_id: 'channel-51',
2252
+ base_denom: 'factory/osmo1g8qypve6l95xmhgc0fddaecerffymsl7kn9muw/sqtia',
2253
+ chain_name: 'osmosis'
2254
+ },
2255
+ chain: {
2256
+ channel_id: 'channel-1'
2257
+ }
2258
+ }]
2259
+ }, {
2260
+ description: 'Sail DAO Token',
2261
+ denom_units: [{
2262
+ denom: 'ibc/A42883E20767D7FF9D69D3CAF21FE2F8666AD1CCFA660CEF61AEB2A262085609',
2263
+ exponent: 0,
2264
+ aliases: ['factory/osmo1rckme96ptawr4zwexxj5g5gej9s2dmud8r2t9j0k0prn5mch5g4snzzwjv/sail']
2265
+ }, {
2266
+ denom: 'sail',
2267
+ exponent: 6
2268
+ }],
2269
+ base: 'ibc/A42883E20767D7FF9D69D3CAF21FE2F8666AD1CCFA660CEF61AEB2A262085609',
2270
+ name: 'Sail',
2271
+ display: 'sail',
2272
+ symbol: 'SAIL',
2273
+ logo_URIs: {
2274
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sail.png'
2275
+ },
2276
+ images: [{
2277
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sail.png'
2278
+ }],
2279
+ traces: [{
2280
+ type: 'ibc',
2281
+ counterparty: {
2282
+ channel_id: 'channel-51',
2283
+ base_denom: 'factory/osmo1rckme96ptawr4zwexxj5g5gej9s2dmud8r2t9j0k0prn5mch5g4snzzwjv/sail',
2284
+ chain_name: 'osmosis'
2285
+ },
2286
+ chain: {
2287
+ channel_id: 'channel-1'
2288
+ }
2289
+ }]
2290
+ }]
2291
+ };
2292
+ var _default = exports["default"] = assets;