@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,3598 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports["default"] = void 0;
7
+ var assets = {
8
+ chain_name: 'mars',
9
+ assets: [{
10
+ description: 'The native token of Crescent',
11
+ denom_units: [{
12
+ denom: 'ibc/923A25D77C573CC5B74BF8ECE7EDB1D27EE9B77F84892BBBF8CA51BD6FFFA397',
13
+ exponent: 0,
14
+ aliases: ['ucre']
15
+ }, {
16
+ denom: 'cre',
17
+ exponent: 6
18
+ }],
19
+ base: 'ibc/923A25D77C573CC5B74BF8ECE7EDB1D27EE9B77F84892BBBF8CA51BD6FFFA397',
20
+ name: 'Crescent',
21
+ display: 'cre',
22
+ symbol: 'CRE',
23
+ logo_URIs: {
24
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.png',
25
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.svg'
26
+ },
27
+ coingecko_id: 'crescent-network',
28
+ images: [{
29
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.png',
30
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.svg'
31
+ }],
32
+ traces: [{
33
+ type: 'ibc',
34
+ counterparty: {
35
+ channel_id: 'channel-35',
36
+ base_denom: 'ucre',
37
+ chain_name: 'crescent'
38
+ },
39
+ chain: {
40
+ channel_id: 'channel-5'
41
+ }
42
+ }]
43
+ }, {
44
+ description: 'The bonded token of Crescent',
45
+ denom_units: [{
46
+ denom: 'ibc/CD3BBB17376B7B7A43179C15D2FB34B224AB41348104D86AB8DDC1FE89D49A9D',
47
+ exponent: 0,
48
+ aliases: ['ubcre']
49
+ }, {
50
+ denom: 'bcre',
51
+ exponent: 6
52
+ }],
53
+ base: 'ibc/CD3BBB17376B7B7A43179C15D2FB34B224AB41348104D86AB8DDC1FE89D49A9D',
54
+ name: 'Bonded Crescent',
55
+ display: 'bcre',
56
+ symbol: 'bCRE',
57
+ logo_URIs: {
58
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/bcre.png',
59
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/bcre.svg'
60
+ },
61
+ coingecko_id: 'liquid-staking-crescent',
62
+ images: [{
63
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/bcre.png',
64
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/bcre.svg'
65
+ }],
66
+ traces: [{
67
+ type: 'ibc',
68
+ counterparty: {
69
+ channel_id: 'channel-35',
70
+ base_denom: 'ubcre',
71
+ chain_name: 'crescent'
72
+ },
73
+ chain: {
74
+ channel_id: 'channel-5'
75
+ }
76
+ }]
77
+ }, {
78
+ description: 'The native token of JUNO Chain',
79
+ denom_units: [{
80
+ denom: 'ibc/C814F0B662234E24248AE3B2FE2C1B54BBAF12934B757F6E7BC5AEC119963895',
81
+ exponent: 0,
82
+ aliases: ['ujuno']
83
+ }, {
84
+ denom: 'juno',
85
+ exponent: 6
86
+ }],
87
+ base: 'ibc/C814F0B662234E24248AE3B2FE2C1B54BBAF12934B757F6E7BC5AEC119963895',
88
+ name: 'Juno',
89
+ display: 'juno',
90
+ symbol: 'JUNO',
91
+ logo_URIs: {
92
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.png',
93
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.svg'
94
+ },
95
+ coingecko_id: 'juno-network',
96
+ images: [{
97
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.png',
98
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.svg'
99
+ }],
100
+ traces: [{
101
+ type: 'ibc',
102
+ counterparty: {
103
+ channel_id: 'channel-209',
104
+ base_denom: 'ujuno',
105
+ chain_name: 'juno'
106
+ },
107
+ chain: {
108
+ channel_id: 'channel-3'
109
+ }
110
+ }]
111
+ }, {
112
+ denom_units: [{
113
+ denom: 'ibc/2E935FE009C5499B9EF05DA9DBA83E0132F3D1CB99409068579ECC1A0B02A3D6',
114
+ exponent: 0,
115
+ aliases: ['ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9']
116
+ }, {
117
+ denom: 'atom',
118
+ exponent: 6
119
+ }],
120
+ type_asset: 'ics20',
121
+ base: 'ibc/2E935FE009C5499B9EF05DA9DBA83E0132F3D1CB99409068579ECC1A0B02A3D6',
122
+ name: 'ATOM on Juno',
123
+ display: 'atom',
124
+ symbol: 'ATOM',
125
+ traces: [{
126
+ type: 'ibc',
127
+ counterparty: {
128
+ channel_id: 'channel-209',
129
+ base_denom: 'ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9',
130
+ chain_name: 'juno'
131
+ },
132
+ chain: {
133
+ channel_id: 'channel-3'
134
+ }
135
+ }],
136
+ images: [{
137
+ image_sync: {
138
+ chain_name: 'cosmoshub',
139
+ base_denom: 'uatom'
140
+ },
141
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
142
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
143
+ }],
144
+ logo_URIs: {
145
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
146
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
147
+ }
148
+ }, {
149
+ description: 'Bored APE IBC club token',
150
+ type_asset: 'cw20',
151
+ address: 'juno1s2dp05rspeuzzpzyzdchk262szehrtfpz847uvf98cnwh53ulx4qg20qwj',
152
+ denom_units: [{
153
+ denom: 'cw20:juno1s2dp05rspeuzzpzyzdchk262szehrtfpz847uvf98cnwh53ulx4qg20qwj',
154
+ exponent: 0
155
+ }, {
156
+ denom: 'banana',
157
+ exponent: 6
158
+ }],
159
+ base: 'ibc/3A9FCE4CF7D3669F13F3BF441A6086ABA75A2F255609CD57823CA8286AAF97BA',
160
+ name: 'Banana Token',
161
+ display: 'banana',
162
+ symbol: 'BANANA',
163
+ logo_URIs: {
164
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/banana.png'
165
+ },
166
+ images: [{
167
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/banana.png'
168
+ }],
169
+ traces: [{
170
+ type: 'ibc',
171
+ counterparty: {
172
+ channel_id: 'channel-209',
173
+ base_denom: 'cw20:juno1s2dp05rspeuzzpzyzdchk262szehrtfpz847uvf98cnwh53ulx4qg20qwj',
174
+ chain_name: 'juno'
175
+ },
176
+ chain: {
177
+ channel_id: 'channel-3'
178
+ }
179
+ }]
180
+ }, {
181
+ denom_units: [{
182
+ denom: 'ibc/FCDAB9D33431514F43BA3BF7D723D78F10D83BFFCB571B578F14B6DC1B2BB68D',
183
+ exponent: 0,
184
+ aliases: ['factory/juno1qly4zcmzr2gyxtze5yt9chv2srczwwunppxjfh/NEXX']
185
+ }, {
186
+ denom: 'nexx',
187
+ exponent: 6
188
+ }],
189
+ address: 'juno1qly4zcmzr2gyxtze5yt9chv2srczwwunppxjfh',
190
+ base: 'ibc/FCDAB9D33431514F43BA3BF7D723D78F10D83BFFCB571B578F14B6DC1B2BB68D',
191
+ name: 'NEXX GEN AI',
192
+ display: 'nexx',
193
+ symbol: 'NEXX',
194
+ logo_URIs: {
195
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/nexx.png'
196
+ },
197
+ images: [{
198
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/nexx.png'
199
+ }],
200
+ traces: [{
201
+ type: 'ibc',
202
+ counterparty: {
203
+ channel_id: 'channel-209',
204
+ base_denom: 'factory/juno1qly4zcmzr2gyxtze5yt9chv2srczwwunppxjfh/NEXX',
205
+ chain_name: 'juno'
206
+ },
207
+ chain: {
208
+ channel_id: 'channel-3'
209
+ }
210
+ }]
211
+ }, {
212
+ denom_units: [{
213
+ denom: 'ibc/B137726B72191E6D3AE57E97BF5E2F0883A7DAD21B9E58C0B596AA0802CCB406',
214
+ exponent: 0,
215
+ aliases: ['factory/juno1u805lv20qc6jy7c3ttre7nct6uyl20pfky5r7e/DGL']
216
+ }, {
217
+ denom: 'dgl',
218
+ exponent: 6
219
+ }],
220
+ address: 'juno1u805lv20qc6jy7c3ttre7nct6uyl20pfky5r7e',
221
+ base: 'ibc/B137726B72191E6D3AE57E97BF5E2F0883A7DAD21B9E58C0B596AA0802CCB406',
222
+ name: 'Licorice',
223
+ display: 'dgl',
224
+ symbol: 'DGL',
225
+ logo_URIs: {
226
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dgl.png'
227
+ },
228
+ images: [{
229
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dgl.png'
230
+ }],
231
+ traces: [{
232
+ type: 'ibc',
233
+ counterparty: {
234
+ channel_id: 'channel-209',
235
+ base_denom: 'factory/juno1u805lv20qc6jy7c3ttre7nct6uyl20pfky5r7e/DGL',
236
+ chain_name: 'juno'
237
+ },
238
+ chain: {
239
+ channel_id: 'channel-3'
240
+ }
241
+ }]
242
+ }, {
243
+ description: 'Hava Coin is the lifeblood of the Cosmos & Juno networks, rewarding builders and welcoming supporters. https://havacoin.xyz/',
244
+ denom_units: [{
245
+ denom: 'ibc/07C0E3418BBD0B2B8F4792D1A54893E62938AFFB819065B2F1E4522F91E71F70',
246
+ exponent: 0,
247
+ aliases: ['factory/juno195asgku87kxgu48s447z0ryhsyn5rl3yzvfw0d/uhava']
248
+ }, {
249
+ denom: 'hava',
250
+ exponent: 6
251
+ }],
252
+ base: 'ibc/07C0E3418BBD0B2B8F4792D1A54893E62938AFFB819065B2F1E4522F91E71F70',
253
+ name: 'Hava Coin',
254
+ display: 'hava',
255
+ symbol: 'HAVA',
256
+ logo_URIs: {
257
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hava.png'
258
+ },
259
+ images: [{
260
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hava.png'
261
+ }],
262
+ traces: [{
263
+ type: 'ibc',
264
+ counterparty: {
265
+ channel_id: 'channel-209',
266
+ base_denom: 'factory/juno195asgku87kxgu48s447z0ryhsyn5rl3yzvfw0d/uhava',
267
+ chain_name: 'juno'
268
+ },
269
+ chain: {
270
+ channel_id: 'channel-3'
271
+ }
272
+ }]
273
+ }, {
274
+ description: 'The native staking and governance token of the Kujira chain.',
275
+ denom_units: [{
276
+ denom: 'ibc/90F27756D300141BDF07B83E65401BDC58C05269B9BAE3ECB0B20FAB166BCF8F',
277
+ exponent: 0,
278
+ aliases: ['ukuji']
279
+ }, {
280
+ denom: 'kuji',
281
+ exponent: 6
282
+ }],
283
+ base: 'ibc/90F27756D300141BDF07B83E65401BDC58C05269B9BAE3ECB0B20FAB166BCF8F',
284
+ name: 'Kujira',
285
+ display: 'kuji',
286
+ symbol: 'KUJI',
287
+ coingecko_id: 'kujira',
288
+ logo_URIs: {
289
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.png',
290
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.svg'
291
+ },
292
+ images: [{
293
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.png',
294
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.svg'
295
+ }],
296
+ traces: [{
297
+ type: 'ibc',
298
+ counterparty: {
299
+ channel_id: 'channel-55',
300
+ base_denom: 'ukuji',
301
+ chain_name: 'kujira'
302
+ },
303
+ chain: {
304
+ channel_id: 'channel-0'
305
+ }
306
+ }]
307
+ }, {
308
+ description: 'The native over-collateralized stablecoin from the Kujira chain.',
309
+ denom_units: [{
310
+ denom: 'ibc/5D34C5D29A5FF15063936EB6599F55BBE34B34C6E8E1C24C93CC47F8F3F0B70B',
311
+ exponent: 0,
312
+ aliases: ['factory/kujira1qk00h5atutpsv900x202pxx42npjr9thg58dnqpa72f2p7m2luase444a7/uusk']
313
+ }, {
314
+ denom: 'usk',
315
+ exponent: 6
316
+ }],
317
+ base: 'ibc/5D34C5D29A5FF15063936EB6599F55BBE34B34C6E8E1C24C93CC47F8F3F0B70B',
318
+ name: 'USK',
319
+ display: 'usk',
320
+ symbol: 'USK',
321
+ coingecko_id: 'usk',
322
+ logo_URIs: {
323
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/usk.png',
324
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/usk.svg'
325
+ },
326
+ images: [{
327
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/usk.png',
328
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/usk.svg'
329
+ }],
330
+ traces: [{
331
+ type: 'ibc',
332
+ counterparty: {
333
+ channel_id: 'channel-55',
334
+ base_denom: 'factory/kujira1qk00h5atutpsv900x202pxx42npjr9thg58dnqpa72f2p7m2luase444a7/uusk',
335
+ chain_name: 'kujira'
336
+ },
337
+ chain: {
338
+ channel_id: 'channel-0'
339
+ }
340
+ }]
341
+ }, {
342
+ description: "Quark's auto-compounding KUJI derivative",
343
+ denom_units: [{
344
+ denom: 'ibc/0BED927736E0DBFE4C67E45B1645CB82470946D1BF5DEC10AE09CEC2D5F7A438',
345
+ exponent: 0,
346
+ aliases: ['factory/kujira1m96ucsfpt2yy72w09z2rxjdj38y5qd8lqx5jtggnejmdua2ynpnsxyvjex/urcpt']
347
+ }, {
348
+ denom: 'qcKUJI',
349
+ exponent: 6
350
+ }],
351
+ base: 'ibc/0BED927736E0DBFE4C67E45B1645CB82470946D1BF5DEC10AE09CEC2D5F7A438',
352
+ name: 'qcKUJI',
353
+ display: 'qcKUJI',
354
+ symbol: 'qcKUJI',
355
+ logo_URIs: {
356
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/qckuji.svg'
357
+ },
358
+ images: [{
359
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/qckuji.svg'
360
+ }],
361
+ traces: [{
362
+ type: 'ibc',
363
+ counterparty: {
364
+ channel_id: 'channel-55',
365
+ base_denom: 'factory/kujira1m96ucsfpt2yy72w09z2rxjdj38y5qd8lqx5jtggnejmdua2ynpnsxyvjex/urcpt',
366
+ chain_name: 'kujira'
367
+ },
368
+ chain: {
369
+ channel_id: 'channel-0'
370
+ }
371
+ }]
372
+ }, {
373
+ description: 'ampKUJI',
374
+ denom_units: [{
375
+ denom: 'ibc/DC27F2D19E3563FEB1987C8D6A2271B46DE820F27B7B94D13162A40AE4C5EADB',
376
+ exponent: 0,
377
+ aliases: ['factory/kujira1n3fr5f56r2ce0s37wdvwrk98yhhq3unnxgcqus8nzsfxvllk0yxquurqty/ampKUJI']
378
+ }, {
379
+ denom: 'ampKUJI',
380
+ exponent: 6
381
+ }],
382
+ base: 'ibc/DC27F2D19E3563FEB1987C8D6A2271B46DE820F27B7B94D13162A40AE4C5EADB',
383
+ name: 'ampKUJI',
384
+ display: 'ampKUJI',
385
+ symbol: 'ampKUJI',
386
+ logo_URIs: {
387
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/ampkuji.png',
388
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/ampkuji.svg'
389
+ },
390
+ images: [{
391
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/ampkuji.png',
392
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/ampkuji.svg'
393
+ }],
394
+ traces: [{
395
+ type: 'ibc',
396
+ counterparty: {
397
+ channel_id: 'channel-55',
398
+ base_denom: 'factory/kujira1n3fr5f56r2ce0s37wdvwrk98yhhq3unnxgcqus8nzsfxvllk0yxquurqty/ampKUJI',
399
+ chain_name: 'kujira'
400
+ },
401
+ chain: {
402
+ channel_id: 'channel-0'
403
+ }
404
+ }]
405
+ }, {
406
+ description: 'MantaDAO Governance Token',
407
+ denom_units: [{
408
+ denom: 'ibc/88D426D821BA21C726A393D19427488392D9D5F4CC808D10AA2C435DC2CD698F',
409
+ exponent: 0,
410
+ aliases: ['factory/kujira1643jxg8wasy5cfcn7xm8rd742yeazcksqlg4d7/umnta']
411
+ }, {
412
+ denom: 'mnta',
413
+ exponent: 6
414
+ }],
415
+ base: 'ibc/88D426D821BA21C726A393D19427488392D9D5F4CC808D10AA2C435DC2CD698F',
416
+ name: 'MantaDAO',
417
+ display: 'mnta',
418
+ symbol: 'MNTA',
419
+ coingecko_id: 'mantadao',
420
+ logo_URIs: {
421
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/mnta.png',
422
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/mnta.svg'
423
+ },
424
+ images: [{
425
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/mnta.png',
426
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/mnta.svg'
427
+ }],
428
+ traces: [{
429
+ type: 'ibc',
430
+ counterparty: {
431
+ channel_id: 'channel-55',
432
+ base_denom: 'factory/kujira1643jxg8wasy5cfcn7xm8rd742yeazcksqlg4d7/umnta',
433
+ chain_name: 'kujira'
434
+ },
435
+ chain: {
436
+ channel_id: 'channel-0'
437
+ }
438
+ }]
439
+ }, {
440
+ description: "Quark's auto-compounding MNTA derivative",
441
+ denom_units: [{
442
+ denom: 'ibc/3F2BA103DEF7A641036CF48649997402EE26D942DCC5C292AEC667F3761840E2',
443
+ exponent: 0,
444
+ aliases: ['factory/kujira1qzu3up50auxhqyzfq56znuj8n38q2ra7daaf9ef7vg8gu66jh4fqd2wd2y/urcpt']
445
+ }, {
446
+ denom: 'qcMNTA',
447
+ exponent: 6
448
+ }],
449
+ base: 'ibc/3F2BA103DEF7A641036CF48649997402EE26D942DCC5C292AEC667F3761840E2',
450
+ name: 'qcMNTA',
451
+ display: 'qcMNTA',
452
+ symbol: 'qcMNTA',
453
+ logo_URIs: {
454
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/qcmnta.svg'
455
+ },
456
+ images: [{
457
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/qcmnta.svg'
458
+ }],
459
+ traces: [{
460
+ type: 'ibc',
461
+ counterparty: {
462
+ channel_id: 'channel-55',
463
+ base_denom: 'factory/kujira1qzu3up50auxhqyzfq56znuj8n38q2ra7daaf9ef7vg8gu66jh4fqd2wd2y/urcpt',
464
+ chain_name: 'kujira'
465
+ },
466
+ chain: {
467
+ channel_id: 'channel-0'
468
+ }
469
+ }]
470
+ }, {
471
+ description: 'ERIS Liquid Staked MNTA',
472
+ denom_units: [{
473
+ denom: 'ibc/18FF0456849A637666F90662C2E6464810CE046005BF87BF4CF8375BF687004B',
474
+ exponent: 0,
475
+ aliases: ['factory/kujira175yatpvkpgw07w0chhzuks3zrrae9z9g2y6r7u5pzqesyau4x9eqqyv0rr/ampMNTA']
476
+ }, {
477
+ denom: 'ampMNTA',
478
+ exponent: 6
479
+ }],
480
+ base: 'ibc/18FF0456849A637666F90662C2E6464810CE046005BF87BF4CF8375BF687004B',
481
+ name: 'ERIS Amplified MNTA',
482
+ display: 'ampMNTA',
483
+ symbol: 'ampMNTA',
484
+ logo_URIs: {
485
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/ampmnta.png'
486
+ },
487
+ images: [{
488
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/ampmnta.png'
489
+ }],
490
+ traces: [{
491
+ type: 'ibc',
492
+ counterparty: {
493
+ channel_id: 'channel-55',
494
+ base_denom: 'factory/kujira175yatpvkpgw07w0chhzuks3zrrae9z9g2y6r7u5pzqesyau4x9eqqyv0rr/ampMNTA',
495
+ chain_name: 'kujira'
496
+ },
497
+ chain: {
498
+ channel_id: 'channel-0'
499
+ }
500
+ }]
501
+ }, {
502
+ description: 'The content house of Kujira',
503
+ denom_units: [{
504
+ denom: 'ibc/66FAFFE367B474C576A4EB0301319607AD36E7B65FCBD0A21F55C94BFD518DAD',
505
+ exponent: 0,
506
+ aliases: ['factory/kujira12cjjeytrqcj25uv349thltcygnp9k0kukpct0e/uwink']
507
+ }, {
508
+ denom: 'wink',
509
+ exponent: 6
510
+ }],
511
+ base: 'ibc/66FAFFE367B474C576A4EB0301319607AD36E7B65FCBD0A21F55C94BFD518DAD',
512
+ name: 'WINK',
513
+ display: 'wink',
514
+ symbol: 'WINK',
515
+ logo_URIs: {
516
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/wink.png',
517
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/wink.svg'
518
+ },
519
+ images: [{
520
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/wink.png',
521
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/wink.svg'
522
+ }],
523
+ traces: [{
524
+ type: 'ibc',
525
+ counterparty: {
526
+ channel_id: 'channel-55',
527
+ base_denom: 'factory/kujira12cjjeytrqcj25uv349thltcygnp9k0kukpct0e/uwink',
528
+ chain_name: 'kujira'
529
+ },
530
+ chain: {
531
+ channel_id: 'channel-0'
532
+ }
533
+ }]
534
+ }, {
535
+ description: 'Blend Token',
536
+ denom_units: [{
537
+ denom: 'ibc/30423CF115C6CF5ABD06B48B4A0E22400A4CE4BAAFDB39B92D1BD569028235BE',
538
+ exponent: 0,
539
+ aliases: ['factory/kujira1slueerjz7mx9jp45u3y0rjwtvhcf8a68wf2mjt/ublend']
540
+ }, {
541
+ denom: 'blend',
542
+ exponent: 6
543
+ }],
544
+ base: 'ibc/30423CF115C6CF5ABD06B48B4A0E22400A4CE4BAAFDB39B92D1BD569028235BE',
545
+ name: 'BLEND',
546
+ display: 'blend',
547
+ symbol: 'BLEND',
548
+ logo_URIs: {
549
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/blend.svg'
550
+ },
551
+ images: [{
552
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/blend.svg'
553
+ }],
554
+ traces: [{
555
+ type: 'ibc',
556
+ counterparty: {
557
+ channel_id: 'channel-55',
558
+ base_denom: 'factory/kujira1slueerjz7mx9jp45u3y0rjwtvhcf8a68wf2mjt/ublend',
559
+ chain_name: 'kujira'
560
+ },
561
+ chain: {
562
+ channel_id: 'channel-0'
563
+ }
564
+ }]
565
+ }, {
566
+ description: 'Tether USDt on Kujira',
567
+ denom_units: [{
568
+ denom: 'ibc/C59697FEA24FE1DE6C0FE1D291FAB08405DCDE264CEDEE4CA069B6DA2ABD7634',
569
+ exponent: 0,
570
+ aliases: ['ibc/20014F963CC9E6488B299622F87B60C6DE71632864859EC08B4753478DAB2BB8']
571
+ }, {
572
+ denom: 'usdt',
573
+ exponent: 6
574
+ }],
575
+ type_asset: 'ics20',
576
+ base: 'ibc/C59697FEA24FE1DE6C0FE1D291FAB08405DCDE264CEDEE4CA069B6DA2ABD7634',
577
+ name: 'Tether USD',
578
+ display: 'usdt',
579
+ symbol: 'USDT',
580
+ traces: [{
581
+ type: 'ibc',
582
+ counterparty: {
583
+ channel_id: 'channel-55',
584
+ base_denom: 'ibc/20014F963CC9E6488B299622F87B60C6DE71632864859EC08B4753478DAB2BB8',
585
+ chain_name: 'kujira'
586
+ },
587
+ chain: {
588
+ channel_id: 'channel-0'
589
+ }
590
+ }],
591
+ images: [{
592
+ image_sync: {
593
+ chain_name: 'kava',
594
+ base_denom: 'erc20/tether/usdt'
595
+ },
596
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
597
+ }],
598
+ logo_URIs: {
599
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
600
+ }
601
+ }, {
602
+ description: 'The staking and governance token of Fuzion',
603
+ denom_units: [{
604
+ denom: 'ibc/3368A7FB8D681551442D02AB96BD8057339BAF9778A83B60EDEC2072BB0820FF',
605
+ exponent: 0,
606
+ aliases: ['factory/kujira1sc6a0347cc5q3k890jj0pf3ylx2s38rh4sza4t/ufuzn']
607
+ }, {
608
+ denom: 'fuzn',
609
+ exponent: 6
610
+ }],
611
+ base: 'ibc/3368A7FB8D681551442D02AB96BD8057339BAF9778A83B60EDEC2072BB0820FF',
612
+ name: 'Fuzion',
613
+ display: 'fuzn',
614
+ symbol: 'FUZN',
615
+ logo_URIs: {
616
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuzion.png',
617
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuzion.svg'
618
+ },
619
+ images: [{
620
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuzion.png',
621
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuzion.svg'
622
+ }],
623
+ traces: [{
624
+ type: 'ibc',
625
+ counterparty: {
626
+ channel_id: 'channel-55',
627
+ base_denom: 'factory/kujira1sc6a0347cc5q3k890jj0pf3ylx2s38rh4sza4t/ufuzn',
628
+ chain_name: 'kujira'
629
+ },
630
+ chain: {
631
+ channel_id: 'channel-0'
632
+ }
633
+ }]
634
+ }, {
635
+ description: 'The receipt token of Fuzion',
636
+ denom_units: [{
637
+ denom: 'ibc/CC218E5EDD5E258F8B26BBAFEFA4B97B236C16925A5296320F9B95C184C8A4B9',
638
+ exponent: 0,
639
+ aliases: ['factory/kujira1sc6a0347cc5q3k890jj0pf3ylx2s38rh4sza4t/urfuzn']
640
+ }, {
641
+ denom: 'rfuzn',
642
+ exponent: 6
643
+ }],
644
+ base: 'ibc/CC218E5EDD5E258F8B26BBAFEFA4B97B236C16925A5296320F9B95C184C8A4B9',
645
+ name: 'Fuzion Receipt',
646
+ display: 'rfuzn',
647
+ symbol: 'rFUZN',
648
+ logo_URIs: {
649
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuzionr.png'
650
+ },
651
+ images: [{
652
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuzionr.png'
653
+ }],
654
+ traces: [{
655
+ type: 'ibc',
656
+ counterparty: {
657
+ channel_id: 'channel-55',
658
+ base_denom: 'factory/kujira1sc6a0347cc5q3k890jj0pf3ylx2s38rh4sza4t/urfuzn',
659
+ chain_name: 'kujira'
660
+ },
661
+ chain: {
662
+ channel_id: 'channel-0'
663
+ }
664
+ }]
665
+ }, {
666
+ description: 'The yield token of Fuzion',
667
+ denom_units: [{
668
+ denom: 'ibc/F24B2C07CAC6EE8C2AB48477100A04CD7D48AECE2CC33562FDADE67274CC327E',
669
+ exponent: 0,
670
+ aliases: ['factory/kujira1sc6a0347cc5q3k890jj0pf3ylx2s38rh4sza4t/uyfuzn']
671
+ }, {
672
+ denom: 'yfuzn',
673
+ exponent: 6
674
+ }],
675
+ base: 'ibc/F24B2C07CAC6EE8C2AB48477100A04CD7D48AECE2CC33562FDADE67274CC327E',
676
+ name: 'Fuzion Yield',
677
+ display: 'yfuzn',
678
+ symbol: 'yFUZN',
679
+ logo_URIs: {
680
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuziony.svg'
681
+ },
682
+ images: [{
683
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuziony.svg'
684
+ }],
685
+ traces: [{
686
+ type: 'ibc',
687
+ counterparty: {
688
+ channel_id: 'channel-55',
689
+ base_denom: 'factory/kujira1sc6a0347cc5q3k890jj0pf3ylx2s38rh4sza4t/uyfuzn',
690
+ chain_name: 'kujira'
691
+ },
692
+ chain: {
693
+ channel_id: 'channel-0'
694
+ }
695
+ }]
696
+ }, {
697
+ description: "Quark's auto-compounding FUZN derivative",
698
+ denom_units: [{
699
+ denom: 'ibc/6EDF7FB9681B544F35E27D5542535472675A76072AF84ACE3EA57E16A8FC69B8',
700
+ exponent: 0,
701
+ aliases: ['factory/kujira1l04ged98c7a7s9tllu62ld09ztylwf442qgm4thfgmadrvngeumsz4zrh2/urcpt']
702
+ }, {
703
+ denom: 'qcFUZN',
704
+ exponent: 6
705
+ }],
706
+ base: 'ibc/6EDF7FB9681B544F35E27D5542535472675A76072AF84ACE3EA57E16A8FC69B8',
707
+ name: 'qcFUZN',
708
+ display: 'qcFUZN',
709
+ symbol: 'qcFUZN',
710
+ logo_URIs: {
711
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/qcfuzn.svg'
712
+ },
713
+ images: [{
714
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/qcfuzn.svg'
715
+ }],
716
+ traces: [{
717
+ type: 'ibc',
718
+ counterparty: {
719
+ channel_id: 'channel-55',
720
+ base_denom: 'factory/kujira1l04ged98c7a7s9tllu62ld09ztylwf442qgm4thfgmadrvngeumsz4zrh2/urcpt',
721
+ chain_name: 'kujira'
722
+ },
723
+ chain: {
724
+ channel_id: 'channel-0'
725
+ }
726
+ }]
727
+ }, {
728
+ description: 'The Revenue & Governance token of Unstake.fi',
729
+ denom_units: [{
730
+ denom: 'ibc/BFA991CDF188414DE9C3870B2B3226CC8450E7F3232E1254B3B69ED446CF0342',
731
+ exponent: 0,
732
+ aliases: ['factory/kujira1aaudpfr9y23lt9d45hrmskphpdfaq9ajxd3ukh/unstk']
733
+ }, {
734
+ denom: 'nstk',
735
+ exponent: 6
736
+ }],
737
+ base: 'ibc/BFA991CDF188414DE9C3870B2B3226CC8450E7F3232E1254B3B69ED446CF0342',
738
+ name: 'Unstake Fi',
739
+ display: 'nstk',
740
+ symbol: 'NSTK',
741
+ logo_URIs: {
742
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/nstk.svg'
743
+ },
744
+ coingecko_id: 'unstake-fi',
745
+ images: [{
746
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/nstk.svg'
747
+ }],
748
+ traces: [{
749
+ type: 'ibc',
750
+ counterparty: {
751
+ channel_id: 'channel-55',
752
+ base_denom: 'factory/kujira1aaudpfr9y23lt9d45hrmskphpdfaq9ajxd3ukh/unstk',
753
+ chain_name: 'kujira'
754
+ },
755
+ chain: {
756
+ channel_id: 'channel-0'
757
+ }
758
+ }]
759
+ }, {
760
+ description: 'Local Money',
761
+ denom_units: [{
762
+ denom: 'ibc/881E4A6EC0CE52EBB42659D66C0DDA8FE6D49EE77C3A05C1437C789C108A0D55',
763
+ exponent: 0,
764
+ aliases: ['factory/kujira1swkuyt08z74n5jl7zr6hx0ru5sa2yev5v896p6/local']
765
+ }, {
766
+ denom: 'local',
767
+ exponent: 6
768
+ }],
769
+ base: 'ibc/881E4A6EC0CE52EBB42659D66C0DDA8FE6D49EE77C3A05C1437C789C108A0D55',
770
+ name: 'LOCAL',
771
+ display: 'local',
772
+ symbol: 'LOCAL',
773
+ logo_URIs: {
774
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/local.png'
775
+ },
776
+ images: [{
777
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/local.png'
778
+ }],
779
+ traces: [{
780
+ type: 'ibc',
781
+ counterparty: {
782
+ channel_id: 'channel-55',
783
+ base_denom: 'factory/kujira1swkuyt08z74n5jl7zr6hx0ru5sa2yev5v896p6/local',
784
+ chain_name: 'kujira'
785
+ },
786
+ chain: {
787
+ channel_id: 'channel-0'
788
+ }
789
+ }]
790
+ }, {
791
+ description: 'Food for whales',
792
+ denom_units: [{
793
+ denom: 'ibc/A26301F174D00EC1DDA9758D21B097FB4B8C66F50236710DDACC938C5F280EFE',
794
+ exponent: 0,
795
+ aliases: ['factory/kujira166ysf07ze5suazfzj0r05tv8amk2yn8zvsfuu7/uplnk']
796
+ }, {
797
+ denom: 'PLNK',
798
+ exponent: 6
799
+ }],
800
+ base: 'ibc/A26301F174D00EC1DDA9758D21B097FB4B8C66F50236710DDACC938C5F280EFE',
801
+ name: 'Plankton',
802
+ display: 'PLNK',
803
+ symbol: 'PLNK',
804
+ logo_URIs: {
805
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/PLNK_drk.png'
806
+ },
807
+ images: [{
808
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/PLNK_drk.png'
809
+ }],
810
+ traces: [{
811
+ type: 'ibc',
812
+ counterparty: {
813
+ channel_id: 'channel-55',
814
+ base_denom: 'factory/kujira166ysf07ze5suazfzj0r05tv8amk2yn8zvsfuu7/uplnk',
815
+ chain_name: 'kujira'
816
+ },
817
+ chain: {
818
+ channel_id: 'channel-0'
819
+ }
820
+ }]
821
+ }, {
822
+ denom_units: [{
823
+ denom: 'ibc/9CA8C1939B06892266BF0E88974E09C76DE2511B692204AFD87E3843ABF2779D',
824
+ exponent: 0,
825
+ aliases: ['ibc/E5CA126979E2FFB4C70C072F8094D07ECF27773B37623AD2BF7582AD0726F0F3']
826
+ }, {
827
+ denom: 'sol',
828
+ exponent: 8
829
+ }],
830
+ base: 'ibc/9CA8C1939B06892266BF0E88974E09C76DE2511B692204AFD87E3843ABF2779D',
831
+ name: 'Wormhole Solana',
832
+ display: 'sol',
833
+ symbol: 'whSOL',
834
+ traces: [{
835
+ type: 'ibc',
836
+ counterparty: {
837
+ channel_id: 'channel-55',
838
+ base_denom: 'ibc/E5CA126979E2FFB4C70C072F8094D07ECF27773B37623AD2BF7582AD0726F0F3',
839
+ chain_name: 'kujira'
840
+ },
841
+ chain: {
842
+ channel_id: 'channel-0'
843
+ }
844
+ }],
845
+ images: [{
846
+ image_sync: {
847
+ chain_name: 'gateway',
848
+ base_denom: 'factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/8sYgCzLRJC3J7qPn2bNbx6PiGcarhyx8rBhVaNnfvHCA'
849
+ },
850
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol.svg'
851
+ }],
852
+ logo_URIs: {
853
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol.svg'
854
+ }
855
+ }, {
856
+ denom_units: [{
857
+ denom: 'ibc/BD7664C8B894A0F9B381C34C98C38D4A6B7D627582E5B47546177818C6BD14D9',
858
+ exponent: 0,
859
+ aliases: ['ibc/F3AA7EF362EC5E791FE78A0F4CCC69FEE1F9A7485EB1A8CAB3F6601C00522F10']
860
+ }, {
861
+ denom: 'evmos',
862
+ exponent: 18
863
+ }],
864
+ base: 'ibc/BD7664C8B894A0F9B381C34C98C38D4A6B7D627582E5B47546177818C6BD14D9',
865
+ name: 'Evmos',
866
+ display: 'evmos',
867
+ symbol: 'EVMOS',
868
+ traces: [{
869
+ type: 'ibc',
870
+ counterparty: {
871
+ channel_id: 'channel-55',
872
+ base_denom: 'ibc/F3AA7EF362EC5E791FE78A0F4CCC69FEE1F9A7485EB1A8CAB3F6601C00522F10',
873
+ chain_name: 'kujira'
874
+ },
875
+ chain: {
876
+ channel_id: 'channel-0'
877
+ }
878
+ }],
879
+ images: [{
880
+ image_sync: {
881
+ chain_name: 'evmos',
882
+ base_denom: 'aevmos'
883
+ },
884
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.png',
885
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.svg'
886
+ }],
887
+ logo_URIs: {
888
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.png',
889
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.svg'
890
+ }
891
+ }, {
892
+ denom_units: [{
893
+ denom: 'ibc/905C55ED99CA4FAF5244015F0CBCD2CB4171454068374F2E63BC3EB9F8E1FD5B',
894
+ exponent: 0,
895
+ aliases: ['ibc/004EBF085BBED1029326D56BE8A2E67C08CECE670A94AC1947DF413EF5130EB2']
896
+ }, {
897
+ denom: 'avax',
898
+ exponent: 18
899
+ }],
900
+ type_asset: 'ics20',
901
+ base: 'ibc/905C55ED99CA4FAF5244015F0CBCD2CB4171454068374F2E63BC3EB9F8E1FD5B',
902
+ name: 'Axelar Wrapped AVAX',
903
+ display: 'avax',
904
+ symbol: 'wAVAX',
905
+ traces: [{
906
+ type: 'ibc',
907
+ counterparty: {
908
+ channel_id: 'channel-55',
909
+ base_denom: 'ibc/004EBF085BBED1029326D56BE8A2E67C08CECE670A94AC1947DF413EF5130EB2',
910
+ chain_name: 'kujira'
911
+ },
912
+ chain: {
913
+ channel_id: 'channel-0'
914
+ }
915
+ }],
916
+ images: [{
917
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/avalanche/images/wavax.svg'
918
+ }],
919
+ logo_URIs: {
920
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/avalanche/images/wavax.svg'
921
+ }
922
+ }, {
923
+ denom_units: [{
924
+ denom: 'ibc/06F5768973F5733132DCF846311821EB16558EDA616A9ADF1BFC97804314F322',
925
+ exponent: 0,
926
+ aliases: ['ibc/FE98AAD68F02F03565E9FA39A5E627946699B2B07115889ED812D8BA639576A9']
927
+ }, {
928
+ denom: 'usdc',
929
+ exponent: 6
930
+ }],
931
+ type_asset: 'ics20',
932
+ base: 'ibc/06F5768973F5733132DCF846311821EB16558EDA616A9ADF1BFC97804314F322',
933
+ name: 'Noble USD Coin',
934
+ display: 'usdc',
935
+ symbol: 'USDC',
936
+ traces: [{
937
+ type: 'ibc',
938
+ counterparty: {
939
+ channel_id: 'channel-55',
940
+ base_denom: 'ibc/FE98AAD68F02F03565E9FA39A5E627946699B2B07115889ED812D8BA639576A9',
941
+ chain_name: 'kujira'
942
+ },
943
+ chain: {
944
+ channel_id: 'channel-0'
945
+ }
946
+ }],
947
+ images: [{
948
+ image_sync: {
949
+ chain_name: 'noble',
950
+ base_denom: 'uusdc'
951
+ },
952
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png',
953
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg'
954
+ }],
955
+ logo_URIs: {
956
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png',
957
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg'
958
+ }
959
+ }, {
960
+ denom_units: [{
961
+ denom: 'ibc/6AF277BB4F5B1665B2C02D8AC77E0BD355C56BD13C80DE834C21CD6A9C36B16F',
962
+ exponent: 0,
963
+ aliases: ['ibc/47BD209179859CDE4A2806763D7189B6E6FE13A17880FE2B42DE1E6C1E329E23']
964
+ }, {
965
+ denom: 'osmo',
966
+ exponent: 6
967
+ }],
968
+ type_asset: 'ics20',
969
+ base: 'ibc/6AF277BB4F5B1665B2C02D8AC77E0BD355C56BD13C80DE834C21CD6A9C36B16F',
970
+ name: 'Osmosis',
971
+ display: 'osmo',
972
+ symbol: 'OSMO',
973
+ traces: [{
974
+ type: 'ibc',
975
+ counterparty: {
976
+ channel_id: 'channel-55',
977
+ base_denom: 'ibc/47BD209179859CDE4A2806763D7189B6E6FE13A17880FE2B42DE1E6C1E329E23',
978
+ chain_name: 'kujira'
979
+ },
980
+ chain: {
981
+ channel_id: 'channel-0'
982
+ }
983
+ }],
984
+ images: [{
985
+ image_sync: {
986
+ chain_name: 'osmosis',
987
+ base_denom: 'uosmo'
988
+ },
989
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
990
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
991
+ }],
992
+ logo_URIs: {
993
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
994
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
995
+ }
996
+ }, {
997
+ denom_units: [{
998
+ denom: 'ibc/B88A7F43A175FE063D50AE69D6AEB655BC8A325FF3D4D77F7F723F89DE089AB1',
999
+ exponent: 0,
1000
+ aliases: ['ibc/295548A78785A1007F232DE286149A6FF512F180AF5657780FC89C009E2C348F']
1001
+ }, {
1002
+ denom: 'usdc',
1003
+ exponent: 6
1004
+ }],
1005
+ type_asset: 'ics20',
1006
+ base: 'ibc/B88A7F43A175FE063D50AE69D6AEB655BC8A325FF3D4D77F7F723F89DE089AB1',
1007
+ name: 'Axelar USD Coin',
1008
+ display: 'usdc',
1009
+ symbol: 'axlUSDC',
1010
+ traces: [{
1011
+ type: 'ibc',
1012
+ counterparty: {
1013
+ channel_id: 'channel-55',
1014
+ base_denom: 'ibc/295548A78785A1007F232DE286149A6FF512F180AF5657780FC89C009E2C348F',
1015
+ chain_name: 'kujira'
1016
+ },
1017
+ chain: {
1018
+ channel_id: 'channel-0'
1019
+ }
1020
+ }],
1021
+ images: [{
1022
+ image_sync: {
1023
+ chain_name: 'axelar',
1024
+ base_denom: 'uusdc'
1025
+ },
1026
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.png',
1027
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg'
1028
+ }],
1029
+ logo_URIs: {
1030
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.png',
1031
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg'
1032
+ }
1033
+ }, {
1034
+ denom_units: [{
1035
+ denom: 'ibc/A8B2D6FF09A49C4AD2E5B6369B92CE1F0F5744E3568142EE4DAB04D2E31CA013',
1036
+ exponent: 0,
1037
+ aliases: ['ibc/3607EB5B5E64DD1C0E12E07F077FF470D5BC4706AFCBC98FE1BA960E5AE4CE07']
1038
+ }, {
1039
+ denom: 'cmdx',
1040
+ exponent: 6
1041
+ }],
1042
+ type_asset: 'ics20',
1043
+ base: 'ibc/A8B2D6FF09A49C4AD2E5B6369B92CE1F0F5744E3568142EE4DAB04D2E31CA013',
1044
+ name: 'Comdex',
1045
+ display: 'cmdx',
1046
+ symbol: 'CMDX',
1047
+ traces: [{
1048
+ type: 'ibc',
1049
+ counterparty: {
1050
+ channel_id: 'channel-55',
1051
+ base_denom: 'ibc/3607EB5B5E64DD1C0E12E07F077FF470D5BC4706AFCBC98FE1BA960E5AE4CE07',
1052
+ chain_name: 'kujira'
1053
+ },
1054
+ chain: {
1055
+ channel_id: 'channel-0'
1056
+ }
1057
+ }],
1058
+ images: [{
1059
+ image_sync: {
1060
+ chain_name: 'comdex',
1061
+ base_denom: 'ucmdx'
1062
+ },
1063
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmdx.png',
1064
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmdx.svg'
1065
+ }],
1066
+ logo_URIs: {
1067
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmdx.png',
1068
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmdx.svg'
1069
+ }
1070
+ }, {
1071
+ denom_units: [{
1072
+ denom: 'ibc/6D519F0977A86D60B6341F94F2B38381BB74E4CCBBAFCE7821F2306F909833A8',
1073
+ exponent: 0,
1074
+ aliases: ['ibc/EFF323CC632EC4F747C61BCE238A758EFDB7699C3226565F7C20DA06509D59A5']
1075
+ }, {
1076
+ denom: 'juno',
1077
+ exponent: 6
1078
+ }],
1079
+ base: 'ibc/6D519F0977A86D60B6341F94F2B38381BB74E4CCBBAFCE7821F2306F909833A8',
1080
+ name: 'Juno',
1081
+ display: 'juno',
1082
+ symbol: 'JUNO',
1083
+ traces: [{
1084
+ type: 'ibc',
1085
+ counterparty: {
1086
+ channel_id: 'channel-55',
1087
+ base_denom: 'ibc/EFF323CC632EC4F747C61BCE238A758EFDB7699C3226565F7C20DA06509D59A5',
1088
+ chain_name: 'kujira'
1089
+ },
1090
+ chain: {
1091
+ channel_id: 'channel-0'
1092
+ }
1093
+ }],
1094
+ images: [{
1095
+ image_sync: {
1096
+ chain_name: 'juno',
1097
+ base_denom: 'ujuno'
1098
+ },
1099
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.png',
1100
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.svg'
1101
+ }],
1102
+ logo_URIs: {
1103
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.png',
1104
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.svg'
1105
+ }
1106
+ }, {
1107
+ denom_units: [{
1108
+ denom: 'ibc/B04AFD9A5430E55FC33551EEBD8BCDFCE66845A41BBFADD1BE267D2F6F85B676',
1109
+ exponent: 0,
1110
+ aliases: ['ibc/1B38805B1C75352B28169284F96DF56BDEBD9E8FAC005BDCC8CF0378C82AA8E7']
1111
+ }, {
1112
+ denom: 'weth',
1113
+ exponent: 18
1114
+ }],
1115
+ type_asset: 'ics20',
1116
+ base: 'ibc/B04AFD9A5430E55FC33551EEBD8BCDFCE66845A41BBFADD1BE267D2F6F85B676',
1117
+ name: 'Axelar Wrapped Ether',
1118
+ display: 'weth',
1119
+ symbol: 'wETH',
1120
+ traces: [{
1121
+ type: 'ibc',
1122
+ counterparty: {
1123
+ channel_id: 'channel-55',
1124
+ base_denom: 'ibc/1B38805B1C75352B28169284F96DF56BDEBD9E8FAC005BDCC8CF0378C82AA8E7',
1125
+ chain_name: 'kujira'
1126
+ },
1127
+ chain: {
1128
+ channel_id: 'channel-0'
1129
+ }
1130
+ }],
1131
+ images: [{
1132
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/weth.png'
1133
+ }],
1134
+ logo_URIs: {
1135
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/weth.png'
1136
+ }
1137
+ }, {
1138
+ denom_units: [{
1139
+ denom: 'ibc/6CDD4663F2F09CD62285E2D45891FC149A3568E316CE3EBBE201A71A78A69388',
1140
+ exponent: 0,
1141
+ aliases: ['ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2']
1142
+ }, {
1143
+ denom: 'atom',
1144
+ exponent: 6
1145
+ }],
1146
+ type_asset: 'ics20',
1147
+ base: 'ibc/6CDD4663F2F09CD62285E2D45891FC149A3568E316CE3EBBE201A71A78A69388',
1148
+ name: 'Cosmos Hub Atom',
1149
+ display: 'atom',
1150
+ symbol: 'ATOM',
1151
+ traces: [{
1152
+ type: 'ibc',
1153
+ counterparty: {
1154
+ channel_id: 'channel-55',
1155
+ base_denom: 'ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2',
1156
+ chain_name: 'kujira'
1157
+ },
1158
+ chain: {
1159
+ channel_id: 'channel-0'
1160
+ }
1161
+ }],
1162
+ images: [{
1163
+ image_sync: {
1164
+ chain_name: 'cosmoshub',
1165
+ base_denom: 'uatom'
1166
+ },
1167
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
1168
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
1169
+ }],
1170
+ logo_URIs: {
1171
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
1172
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
1173
+ }
1174
+ }, {
1175
+ denom_units: [{
1176
+ denom: 'ibc/BC87979AB51EACAF98FF63A32BAB86894B414230D29F6830180E5EFC28BCD3B8',
1177
+ exponent: 0,
1178
+ aliases: ['ibc/DA59C009A0B3B95E0549E6BF7B075C8239285989FF457A8EDDBB56F10B2A6986']
1179
+ }, {
1180
+ denom: 'luna',
1181
+ exponent: 6
1182
+ }],
1183
+ base: 'ibc/BC87979AB51EACAF98FF63A32BAB86894B414230D29F6830180E5EFC28BCD3B8',
1184
+ name: 'Luna',
1185
+ display: 'luna',
1186
+ symbol: 'LUNA',
1187
+ traces: [{
1188
+ type: 'ibc',
1189
+ counterparty: {
1190
+ channel_id: 'channel-55',
1191
+ base_denom: 'ibc/DA59C009A0B3B95E0549E6BF7B075C8239285989FF457A8EDDBB56F10B2A6986',
1192
+ chain_name: 'kujira'
1193
+ },
1194
+ chain: {
1195
+ channel_id: 'channel-0'
1196
+ }
1197
+ }],
1198
+ images: [{
1199
+ image_sync: {
1200
+ chain_name: 'luna',
1201
+ base_denom: 'uluna'
1202
+ },
1203
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.png',
1204
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.svg'
1205
+ }],
1206
+ logo_URIs: {
1207
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.png',
1208
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.svg'
1209
+ }
1210
+ }, {
1211
+ denom_units: [{
1212
+ denom: 'ibc/ABBA6AEF748F774DFBB5F83EE0A4EDD50775DF9C08D41A93E1B5E58CDB5DE955',
1213
+ exponent: 0,
1214
+ aliases: ['ibc/4F393C3FCA4190C0A6756CE7F6D897D5D1BE57D6CCB80D0BC87393566A7B6602']
1215
+ }, {
1216
+ denom: 'stars',
1217
+ exponent: 6
1218
+ }],
1219
+ type_asset: 'ics20',
1220
+ base: 'ibc/ABBA6AEF748F774DFBB5F83EE0A4EDD50775DF9C08D41A93E1B5E58CDB5DE955',
1221
+ name: 'Stargaze',
1222
+ display: 'stars',
1223
+ symbol: 'STARS',
1224
+ traces: [{
1225
+ type: 'ibc',
1226
+ counterparty: {
1227
+ channel_id: 'channel-55',
1228
+ base_denom: 'ibc/4F393C3FCA4190C0A6756CE7F6D897D5D1BE57D6CCB80D0BC87393566A7B6602',
1229
+ chain_name: 'kujira'
1230
+ },
1231
+ chain: {
1232
+ channel_id: 'channel-0'
1233
+ }
1234
+ }],
1235
+ images: [{
1236
+ image_sync: {
1237
+ chain_name: 'stargaze',
1238
+ base_denom: 'ustars'
1239
+ },
1240
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
1241
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg'
1242
+ }],
1243
+ logo_URIs: {
1244
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
1245
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg'
1246
+ }
1247
+ }, {
1248
+ denom_units: [{
1249
+ denom: 'ibc/544C6BF522EA37EECA3034D94A5BA64246B68A80B9C39557505389167E02DD06',
1250
+ exponent: 0,
1251
+ aliases: ['ibc/A358D7F19237777AF6D8AD0E0F53268F8B18AE8A53ED318095C14D6D7F3B2DB5']
1252
+ }, {
1253
+ denom: 'scrt',
1254
+ exponent: 6
1255
+ }],
1256
+ base: 'ibc/544C6BF522EA37EECA3034D94A5BA64246B68A80B9C39557505389167E02DD06',
1257
+ name: 'Secret Network',
1258
+ display: 'scrt',
1259
+ symbol: 'SCRT',
1260
+ traces: [{
1261
+ type: 'ibc',
1262
+ counterparty: {
1263
+ channel_id: 'channel-55',
1264
+ base_denom: 'ibc/A358D7F19237777AF6D8AD0E0F53268F8B18AE8A53ED318095C14D6D7F3B2DB5',
1265
+ chain_name: 'kujira'
1266
+ },
1267
+ chain: {
1268
+ channel_id: 'channel-0'
1269
+ }
1270
+ }],
1271
+ images: [{
1272
+ image_sync: {
1273
+ chain_name: 'scrt',
1274
+ base_denom: 'uscrt'
1275
+ },
1276
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
1277
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
1278
+ }],
1279
+ logo_URIs: {
1280
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
1281
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
1282
+ }
1283
+ }, {
1284
+ description: 'The native token of Neutron chain.',
1285
+ denom_units: [{
1286
+ denom: 'ibc/E1B86EFC3474070FD47C02F17C84BD573AA8E17C5A8824F293D5B99D6E5F9C09',
1287
+ exponent: 0,
1288
+ aliases: ['untrn']
1289
+ }, {
1290
+ denom: 'ntrn',
1291
+ exponent: 6
1292
+ }],
1293
+ base: 'ibc/E1B86EFC3474070FD47C02F17C84BD573AA8E17C5A8824F293D5B99D6E5F9C09',
1294
+ name: 'Neutron',
1295
+ display: 'ntrn',
1296
+ symbol: 'NTRN',
1297
+ logo_URIs: {
1298
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
1299
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg'
1300
+ },
1301
+ coingecko_id: 'neutron-3',
1302
+ images: [{
1303
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
1304
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg'
1305
+ }],
1306
+ traces: [{
1307
+ type: 'ibc',
1308
+ counterparty: {
1309
+ channel_id: 'channel-16',
1310
+ base_denom: 'untrn',
1311
+ chain_name: 'neutron'
1312
+ },
1313
+ chain: {
1314
+ channel_id: 'channel-37'
1315
+ }
1316
+ }]
1317
+ }, {
1318
+ description: 'IBC uatom through cosmoshub-4 transfer/channel-1',
1319
+ denom_units: [{
1320
+ denom: 'ibc/8E6F67AF9FFFF4D3304EC0C27774A90A1A85D5CFA23AB9E2ECDEF6C056E7C24B',
1321
+ exponent: 0,
1322
+ aliases: ['ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9']
1323
+ }, {
1324
+ denom: 'atom',
1325
+ exponent: 6
1326
+ }],
1327
+ type_asset: 'ics20',
1328
+ base: 'ibc/8E6F67AF9FFFF4D3304EC0C27774A90A1A85D5CFA23AB9E2ECDEF6C056E7C24B',
1329
+ name: 'IBC atom',
1330
+ display: 'atom',
1331
+ symbol: 'ATOM',
1332
+ traces: [{
1333
+ type: 'ibc',
1334
+ counterparty: {
1335
+ channel_id: 'channel-16',
1336
+ base_denom: 'ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9',
1337
+ chain_name: 'neutron'
1338
+ },
1339
+ chain: {
1340
+ channel_id: 'channel-37'
1341
+ }
1342
+ }],
1343
+ images: [{
1344
+ image_sync: {
1345
+ chain_name: 'cosmoshub',
1346
+ base_denom: 'uatom'
1347
+ },
1348
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
1349
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
1350
+ }],
1351
+ logo_URIs: {
1352
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
1353
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
1354
+ }
1355
+ }, {
1356
+ description: 'IBC Axelar uusdc through axelar-dojo-1 transfer/channel-2',
1357
+ denom_units: [{
1358
+ denom: 'ibc/64CD957B4A2181774825551DE9DF262A9125E8A92BFA4E81C588C2A1681E663F',
1359
+ exponent: 0,
1360
+ aliases: ['ibc/F082B65C88E4B6D5EF1DB243CDA1D331D002759E938A0F5CD3FFDC5D53B3E349']
1361
+ }, {
1362
+ denom: 'usdc',
1363
+ exponent: 6
1364
+ }],
1365
+ type_asset: 'ics20',
1366
+ base: 'ibc/64CD957B4A2181774825551DE9DF262A9125E8A92BFA4E81C588C2A1681E663F',
1367
+ name: 'IBC usdc',
1368
+ display: 'usdc',
1369
+ symbol: 'USDC',
1370
+ traces: [{
1371
+ type: 'ibc',
1372
+ counterparty: {
1373
+ channel_id: 'channel-16',
1374
+ base_denom: 'ibc/F082B65C88E4B6D5EF1DB243CDA1D331D002759E938A0F5CD3FFDC5D53B3E349',
1375
+ chain_name: 'neutron'
1376
+ },
1377
+ chain: {
1378
+ channel_id: 'channel-37'
1379
+ }
1380
+ }],
1381
+ images: [{
1382
+ image_sync: {
1383
+ chain_name: 'axelar',
1384
+ base_denom: 'uusdc'
1385
+ },
1386
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.png',
1387
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg'
1388
+ }],
1389
+ logo_URIs: {
1390
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.png',
1391
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg'
1392
+ }
1393
+ }, {
1394
+ description: 'Tia on Neutron',
1395
+ denom_units: [{
1396
+ denom: 'ibc/6A8EFD3C4C4FD2A7780A79C8C487B79208613E6FA9C98C7650239F99272A5601',
1397
+ exponent: 0,
1398
+ aliases: ['ibc/773B4D0A3CD667B2275D5A4A7A2F0909C0BA0F4059C0B9181E680DDF4965DCC7']
1399
+ }, {
1400
+ denom: 'tia',
1401
+ exponent: 6
1402
+ }],
1403
+ type_asset: 'ics20',
1404
+ base: 'ibc/6A8EFD3C4C4FD2A7780A79C8C487B79208613E6FA9C98C7650239F99272A5601',
1405
+ name: 'Celestia TIA',
1406
+ display: 'tia',
1407
+ symbol: 'TIA',
1408
+ traces: [{
1409
+ type: 'ibc',
1410
+ counterparty: {
1411
+ channel_id: 'channel-16',
1412
+ base_denom: 'ibc/773B4D0A3CD667B2275D5A4A7A2F0909C0BA0F4059C0B9181E680DDF4965DCC7',
1413
+ chain_name: 'neutron'
1414
+ },
1415
+ chain: {
1416
+ channel_id: 'channel-37'
1417
+ }
1418
+ }],
1419
+ images: [{
1420
+ image_sync: {
1421
+ chain_name: 'celestia',
1422
+ base_denom: 'utia'
1423
+ },
1424
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png',
1425
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg'
1426
+ }],
1427
+ logo_URIs: {
1428
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png',
1429
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg'
1430
+ }
1431
+ }, {
1432
+ description: 'Astropepe meme coin',
1433
+ denom_units: [{
1434
+ denom: 'ibc/B2CA09E5AE4CF5EF14489EA0CC0E05097DC8732E37E3E20DF5152D228B0E0965',
1435
+ exponent: 0,
1436
+ aliases: ['factory/neutron14henrqx9y328fjrdvz6l6d92r0t7g5hk86q5nd/uastropepe']
1437
+ }, {
1438
+ denom: 'ASTROPEPE',
1439
+ exponent: 6
1440
+ }],
1441
+ base: 'ibc/B2CA09E5AE4CF5EF14489EA0CC0E05097DC8732E37E3E20DF5152D228B0E0965',
1442
+ name: 'AstroPepe',
1443
+ display: 'ASTROPEPE',
1444
+ symbol: 'ASTROPEPE',
1445
+ logo_URIs: {
1446
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astropepe.png'
1447
+ },
1448
+ images: [{
1449
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astropepe.png'
1450
+ }],
1451
+ traces: [{
1452
+ type: 'ibc',
1453
+ counterparty: {
1454
+ channel_id: 'channel-16',
1455
+ base_denom: 'factory/neutron14henrqx9y328fjrdvz6l6d92r0t7g5hk86q5nd/uastropepe',
1456
+ chain_name: 'neutron'
1457
+ },
1458
+ chain: {
1459
+ channel_id: 'channel-37'
1460
+ }
1461
+ }]
1462
+ }, {
1463
+ description: 'wstETH on Neutron',
1464
+ denom_units: [{
1465
+ denom: 'ibc/3D170DAD4BA34802E0B25E95753E149938F5735962410B2D14CE8FA4EC6693A0',
1466
+ exponent: 0,
1467
+ aliases: ['factory/neutron1ug740qrkquxzrk2hh29qrlx3sktkfml3je7juusc2te7xmvsscns0n2wry/wstETH']
1468
+ }, {
1469
+ denom: 'wstETH',
1470
+ exponent: 18
1471
+ }],
1472
+ base: 'ibc/3D170DAD4BA34802E0B25E95753E149938F5735962410B2D14CE8FA4EC6693A0',
1473
+ name: 'wstETH',
1474
+ display: 'wstETH',
1475
+ symbol: 'wstETH',
1476
+ traces: [{
1477
+ type: 'ibc',
1478
+ counterparty: {
1479
+ channel_id: 'channel-16',
1480
+ base_denom: 'factory/neutron1ug740qrkquxzrk2hh29qrlx3sktkfml3je7juusc2te7xmvsscns0n2wry/wstETH',
1481
+ chain_name: 'neutron'
1482
+ },
1483
+ chain: {
1484
+ channel_id: 'channel-37'
1485
+ }
1486
+ }],
1487
+ images: [{
1488
+ image_sync: {
1489
+ chain_name: 'ethereum',
1490
+ base_denom: '0x7f39c581f595b53c5cb19bd0b3f8da6c935e2ca0'
1491
+ },
1492
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wsteth.svg'
1493
+ }],
1494
+ logo_URIs: {
1495
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wsteth.svg'
1496
+ }
1497
+ }, {
1498
+ description: 'NBTC on Neutron',
1499
+ denom_units: [{
1500
+ denom: 'ibc/C972877EC1F0E5F063B785DF1E5096F8ADBEEC44AB93998858D614F0E59DD99D',
1501
+ exponent: 0,
1502
+ aliases: ['ibc/DDC3C60EE82BF544F1A0C6A983FF500EF1C14DE20071A5E1E7C0FB470E36E920']
1503
+ }, {
1504
+ denom: 'sat',
1505
+ exponent: 6
1506
+ }],
1507
+ type_asset: 'ics20',
1508
+ base: 'ibc/C972877EC1F0E5F063B785DF1E5096F8ADBEEC44AB93998858D614F0E59DD99D',
1509
+ name: 'Nomic NBTC',
1510
+ display: 'sat',
1511
+ symbol: 'SAT',
1512
+ traces: [{
1513
+ type: 'ibc',
1514
+ counterparty: {
1515
+ channel_id: 'channel-16',
1516
+ base_denom: 'ibc/DDC3C60EE82BF544F1A0C6A983FF500EF1C14DE20071A5E1E7C0FB470E36E920',
1517
+ chain_name: 'neutron'
1518
+ },
1519
+ chain: {
1520
+ channel_id: 'channel-37'
1521
+ }
1522
+ }],
1523
+ images: [{
1524
+ image_sync: {
1525
+ chain_name: 'nomic',
1526
+ base_denom: 'usat'
1527
+ },
1528
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nbtc.png',
1529
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nbtc.svg'
1530
+ }],
1531
+ logo_URIs: {
1532
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nbtc.png',
1533
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nbtc.svg'
1534
+ }
1535
+ }, {
1536
+ description: 'DYDX on Neutron',
1537
+ denom_units: [{
1538
+ denom: 'ibc/F5233D894B3E9D987B286BD2BD08DE095DFB0A56F659D10B8F646271CB117E32',
1539
+ exponent: 0,
1540
+ aliases: ['ibc/2CB87BCE0937B1D1DFCEE79BE4501AAF3C265E923509AEAC410AD85D27F35130']
1541
+ }, {
1542
+ denom: 'dydx',
1543
+ exponent: 18
1544
+ }],
1545
+ type_asset: 'ics20',
1546
+ base: 'ibc/F5233D894B3E9D987B286BD2BD08DE095DFB0A56F659D10B8F646271CB117E32',
1547
+ name: 'DYDX',
1548
+ display: 'dydx',
1549
+ symbol: 'DYDX',
1550
+ traces: [{
1551
+ type: 'ibc',
1552
+ counterparty: {
1553
+ channel_id: 'channel-16',
1554
+ base_denom: 'ibc/2CB87BCE0937B1D1DFCEE79BE4501AAF3C265E923509AEAC410AD85D27F35130',
1555
+ chain_name: 'neutron'
1556
+ },
1557
+ chain: {
1558
+ channel_id: 'channel-37'
1559
+ }
1560
+ }],
1561
+ images: [{
1562
+ image_sync: {
1563
+ chain_name: 'dydx',
1564
+ base_denom: 'adydx'
1565
+ },
1566
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png',
1567
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg'
1568
+ }],
1569
+ logo_URIs: {
1570
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png',
1571
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg'
1572
+ }
1573
+ }, {
1574
+ description: 'The cutest NEWT token on Neutron chain.',
1575
+ denom_units: [{
1576
+ denom: 'ibc/DB28A1EDB8BF60AF5A05D276C0288E8B118E1D0BB8A97A826E373C6706B577DE',
1577
+ exponent: 0,
1578
+ aliases: ['factory/neutron1p8d89wvxyjcnawmgw72klknr3lg9gwwl6ypxda/newt']
1579
+ }, {
1580
+ denom: 'newt',
1581
+ exponent: 6
1582
+ }],
1583
+ base: 'ibc/DB28A1EDB8BF60AF5A05D276C0288E8B118E1D0BB8A97A826E373C6706B577DE',
1584
+ name: 'Newt',
1585
+ display: 'newt',
1586
+ symbol: 'NEWT',
1587
+ logo_URIs: {
1588
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/newt.png'
1589
+ },
1590
+ coingecko_id: 'newt',
1591
+ images: [{
1592
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/newt.png'
1593
+ }],
1594
+ traces: [{
1595
+ type: 'ibc',
1596
+ counterparty: {
1597
+ channel_id: 'channel-16',
1598
+ base_denom: 'factory/neutron1p8d89wvxyjcnawmgw72klknr3lg9gwwl6ypxda/newt',
1599
+ chain_name: 'neutron'
1600
+ },
1601
+ chain: {
1602
+ channel_id: 'channel-37'
1603
+ }
1604
+ }]
1605
+ }, {
1606
+ description: 'ASTRO on Neutron',
1607
+ denom_units: [{
1608
+ denom: 'ibc/9741D23F7A3535402D42CEE907398B40714843ABAB9AB5B86A74F3F1F53150B1',
1609
+ exponent: 0,
1610
+ aliases: ['ibc/5751B8BCDA688FD0A8EC0B292EEF1CDEAB4B766B63EC632778B196D317C40C3A']
1611
+ }, {
1612
+ denom: 'astro',
1613
+ exponent: 6
1614
+ }],
1615
+ type_asset: 'ics20',
1616
+ base: 'ibc/9741D23F7A3535402D42CEE907398B40714843ABAB9AB5B86A74F3F1F53150B1',
1617
+ name: 'Astroport token',
1618
+ display: 'astro',
1619
+ symbol: 'ASTRO',
1620
+ traces: [{
1621
+ type: 'ibc',
1622
+ counterparty: {
1623
+ channel_id: 'channel-16',
1624
+ base_denom: 'ibc/5751B8BCDA688FD0A8EC0B292EEF1CDEAB4B766B63EC632778B196D317C40C3A',
1625
+ chain_name: 'neutron'
1626
+ },
1627
+ chain: {
1628
+ channel_id: 'channel-37'
1629
+ }
1630
+ }],
1631
+ images: [{
1632
+ image_sync: {
1633
+ chain_name: 'terra2',
1634
+ base_denom: 'cw20:terra1nsuqsk6kh58ulczatwev87ttq2z6r3pusulg9r24mfj2fvtzd4uq3exn26'
1635
+ },
1636
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro.png',
1637
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro.svg'
1638
+ }],
1639
+ logo_URIs: {
1640
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro.png',
1641
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro.svg'
1642
+ }
1643
+ }, {
1644
+ description: 'Baby Corgi is the real doggo of Neutron!',
1645
+ denom_units: [{
1646
+ denom: 'ibc/D3BDBC5D7958A3684137C16AE039FC6E6F2AFB5E8A63C8FCB6EBC0E7B9568AAE',
1647
+ exponent: 0,
1648
+ aliases: ['factory/neutron1tklm6cvr2wxg8k65t8gh5ewslnzdfd5fsk0w3f/corgi']
1649
+ }, {
1650
+ denom: 'corgi',
1651
+ exponent: 6
1652
+ }],
1653
+ base: 'ibc/D3BDBC5D7958A3684137C16AE039FC6E6F2AFB5E8A63C8FCB6EBC0E7B9568AAE',
1654
+ name: 'Baby Corgi',
1655
+ display: 'corgi',
1656
+ symbol: 'CORGI',
1657
+ logo_URIs: {
1658
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/babycorgi.png'
1659
+ },
1660
+ images: [{
1661
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/babycorgi.png'
1662
+ }],
1663
+ traces: [{
1664
+ type: 'ibc',
1665
+ counterparty: {
1666
+ channel_id: 'channel-16',
1667
+ base_denom: 'factory/neutron1tklm6cvr2wxg8k65t8gh5ewslnzdfd5fsk0w3f/corgi',
1668
+ chain_name: 'neutron'
1669
+ },
1670
+ chain: {
1671
+ channel_id: 'channel-37'
1672
+ }
1673
+ }]
1674
+ }, {
1675
+ description: 'clownmaxxed store of value',
1676
+ denom_units: [{
1677
+ denom: 'ibc/633A164330E84A2C1FAD28C0C1C9F1A04CE83E7B208065584BF77EEC645A7D41',
1678
+ exponent: 0,
1679
+ aliases: ['factory/neutron170v88vrtnedesyfytuku257cggxc79rd7lwt7q/ucircus']
1680
+ }, {
1681
+ denom: 'circus',
1682
+ exponent: 6
1683
+ }],
1684
+ base: 'ibc/633A164330E84A2C1FAD28C0C1C9F1A04CE83E7B208065584BF77EEC645A7D41',
1685
+ name: 'AtomEconomicZone69JaeKwonInu',
1686
+ display: 'circus',
1687
+ symbol: 'CIRCUS',
1688
+ logo_URIs: {
1689
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/circus.png'
1690
+ },
1691
+ images: [{
1692
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/circus.png'
1693
+ }],
1694
+ traces: [{
1695
+ type: 'ibc',
1696
+ counterparty: {
1697
+ channel_id: 'channel-16',
1698
+ base_denom: 'factory/neutron170v88vrtnedesyfytuku257cggxc79rd7lwt7q/ucircus',
1699
+ chain_name: 'neutron'
1700
+ },
1701
+ chain: {
1702
+ channel_id: 'channel-37'
1703
+ }
1704
+ }]
1705
+ }, {
1706
+ description: 'Jimmy Neutron Finance',
1707
+ denom_units: [{
1708
+ denom: 'ibc/2EFE6ED6E7274AF80BEA4C0BD537AFCEF9D2158674FC98DE0A3F1CD4FD2D5FCE',
1709
+ exponent: 0,
1710
+ aliases: ['factory/neutron108x7vp9zv22d6wxrs9as8dshd3pd5vsga463yd/JIMMY']
1711
+ }, {
1712
+ denom: 'jimmy',
1713
+ exponent: 6
1714
+ }],
1715
+ base: 'ibc/2EFE6ED6E7274AF80BEA4C0BD537AFCEF9D2158674FC98DE0A3F1CD4FD2D5FCE',
1716
+ name: 'jimmy',
1717
+ display: 'jimmy',
1718
+ symbol: 'JIMMY',
1719
+ logo_URIs: {
1720
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/jimmy.png'
1721
+ },
1722
+ images: [{
1723
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/jimmy.png'
1724
+ }],
1725
+ traces: [{
1726
+ type: 'ibc',
1727
+ counterparty: {
1728
+ channel_id: 'channel-16',
1729
+ base_denom: 'factory/neutron108x7vp9zv22d6wxrs9as8dshd3pd5vsga463yd/JIMMY',
1730
+ chain_name: 'neutron'
1731
+ },
1732
+ chain: {
1733
+ channel_id: 'channel-37'
1734
+ }
1735
+ }]
1736
+ }, {
1737
+ description: 'Baddest coin on Cosmos',
1738
+ denom_units: [{
1739
+ denom: 'ibc/91466E6669C2B8462BBEB003BA34F242579B2F191338A286D00F666F1563AE36',
1740
+ exponent: 0,
1741
+ aliases: ['factory/neutron143wp6g8paqasnuuey6zyapucknwy9rhnld8hkr/bad']
1742
+ }, {
1743
+ denom: 'bad',
1744
+ exponent: 6
1745
+ }],
1746
+ base: 'ibc/91466E6669C2B8462BBEB003BA34F242579B2F191338A286D00F666F1563AE36',
1747
+ name: 'Badcoin',
1748
+ display: 'bad',
1749
+ symbol: 'BAD',
1750
+ logo_URIs: {
1751
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/bad.png'
1752
+ },
1753
+ images: [{
1754
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/bad.png'
1755
+ }],
1756
+ traces: [{
1757
+ type: 'ibc',
1758
+ counterparty: {
1759
+ channel_id: 'channel-16',
1760
+ base_denom: 'factory/neutron143wp6g8paqasnuuey6zyapucknwy9rhnld8hkr/bad',
1761
+ chain_name: 'neutron'
1762
+ },
1763
+ chain: {
1764
+ channel_id: 'channel-37'
1765
+ }
1766
+ }]
1767
+ }, {
1768
+ description: 'BITCOSMOS',
1769
+ denom_units: [{
1770
+ denom: 'ibc/170131A39F79E19220ECB0DD44729A6608FE1F356868528C57B62B1D5C4A0D90',
1771
+ exponent: 0,
1772
+ aliases: ['neutron1fjzg7fmv770hsvahqm0nwnu6grs3rjnd2wa6fvm9unv6vedkzekqpw44qj']
1773
+ }, {
1774
+ denom: 'bitcosmos',
1775
+ exponent: 6
1776
+ }],
1777
+ base: 'ibc/170131A39F79E19220ECB0DD44729A6608FE1F356868528C57B62B1D5C4A0D90',
1778
+ name: 'Bitcosmos',
1779
+ display: 'bitcosmos',
1780
+ symbol: 'BTC',
1781
+ logo_URIs: {
1782
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/bitcosmos.png'
1783
+ },
1784
+ images: [{
1785
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/bitcosmos.png'
1786
+ }],
1787
+ traces: [{
1788
+ type: 'ibc',
1789
+ counterparty: {
1790
+ channel_id: 'channel-16',
1791
+ base_denom: 'neutron1fjzg7fmv770hsvahqm0nwnu6grs3rjnd2wa6fvm9unv6vedkzekqpw44qj',
1792
+ chain_name: 'neutron'
1793
+ },
1794
+ chain: {
1795
+ channel_id: 'channel-37'
1796
+ }
1797
+ }]
1798
+ }, {
1799
+ description: 'What the Fuck',
1800
+ denom_units: [{
1801
+ denom: 'ibc/0AB0CF1B815AB771CD55088F52CDE960BA7D2802CD5DF81F53DE5C65A37CB403',
1802
+ exponent: 0,
1803
+ aliases: ['neutron12h09p8hq5y4xpsmcuxxzsn9juef4f6jvekp8yefc6xnlwm6uumnsdk29wf']
1804
+ }, {
1805
+ denom: 'wtf',
1806
+ exponent: 6
1807
+ }],
1808
+ base: 'ibc/0AB0CF1B815AB771CD55088F52CDE960BA7D2802CD5DF81F53DE5C65A37CB403',
1809
+ name: 'wtf',
1810
+ display: 'wtf',
1811
+ symbol: 'WTF',
1812
+ logo_URIs: {
1813
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/WTF.png'
1814
+ },
1815
+ images: [{
1816
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/WTF.png'
1817
+ }],
1818
+ traces: [{
1819
+ type: 'ibc',
1820
+ counterparty: {
1821
+ channel_id: 'channel-16',
1822
+ base_denom: 'neutron12h09p8hq5y4xpsmcuxxzsn9juef4f6jvekp8yefc6xnlwm6uumnsdk29wf',
1823
+ chain_name: 'neutron'
1824
+ },
1825
+ chain: {
1826
+ channel_id: 'channel-37'
1827
+ }
1828
+ }]
1829
+ }, {
1830
+ description: 'NLS on Neutron',
1831
+ denom_units: [{
1832
+ denom: 'ibc/6D80251E27633C94D3F5CD19CB97185886FF78BD6D6BBAB0B79E63E29EA33DBD',
1833
+ exponent: 0,
1834
+ aliases: ['ibc/6C9E6701AC217C0FC7D74B0F7A6265B9B4E3C3CDA6E80AADE5F950A8F52F9972']
1835
+ }, {
1836
+ denom: 'nls',
1837
+ exponent: 6
1838
+ }],
1839
+ type_asset: 'ics20',
1840
+ base: 'ibc/6D80251E27633C94D3F5CD19CB97185886FF78BD6D6BBAB0B79E63E29EA33DBD',
1841
+ name: 'Nolus NLS',
1842
+ display: 'nls',
1843
+ symbol: 'NLS',
1844
+ traces: [{
1845
+ type: 'ibc',
1846
+ counterparty: {
1847
+ channel_id: 'channel-16',
1848
+ base_denom: 'ibc/6C9E6701AC217C0FC7D74B0F7A6265B9B4E3C3CDA6E80AADE5F950A8F52F9972',
1849
+ chain_name: 'neutron'
1850
+ },
1851
+ chain: {
1852
+ channel_id: 'channel-37'
1853
+ }
1854
+ }],
1855
+ images: [{
1856
+ image_sync: {
1857
+ chain_name: 'nolus',
1858
+ base_denom: 'unls'
1859
+ },
1860
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.png',
1861
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.svg'
1862
+ }],
1863
+ logo_URIs: {
1864
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.png',
1865
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.svg'
1866
+ }
1867
+ }, {
1868
+ description: 'A Mechanical Canine',
1869
+ denom_units: [{
1870
+ denom: 'ibc/6224DC4645D1865F62AFBF04781C189D1D40E2AD6DCB1D86462174820070233F',
1871
+ exponent: 0,
1872
+ aliases: ['factory/neutron1t5qrjtyryh8gzt800qr5vylhh2f8cmx4wmz9mc/ugoddard']
1873
+ }, {
1874
+ denom: 'goddard',
1875
+ exponent: 6
1876
+ }],
1877
+ base: 'ibc/6224DC4645D1865F62AFBF04781C189D1D40E2AD6DCB1D86462174820070233F',
1878
+ name: 'Goddard',
1879
+ display: 'goddard',
1880
+ symbol: 'GODRD',
1881
+ logo_URIs: {
1882
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/goddardntrn.png'
1883
+ },
1884
+ images: [{
1885
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/goddardntrn.png'
1886
+ }],
1887
+ traces: [{
1888
+ type: 'ibc',
1889
+ counterparty: {
1890
+ channel_id: 'channel-16',
1891
+ base_denom: 'factory/neutron1t5qrjtyryh8gzt800qr5vylhh2f8cmx4wmz9mc/ugoddard',
1892
+ chain_name: 'neutron'
1893
+ },
1894
+ chain: {
1895
+ channel_id: 'channel-37'
1896
+ }
1897
+ }]
1898
+ }, {
1899
+ description: 'The deflationary utility token of the Apollo DAO project',
1900
+ denom_units: [{
1901
+ denom: 'ibc/C5839B22E87265D961A05FEAB0716E0A115F25C380F651DDCEED86AC5199F905',
1902
+ exponent: 0,
1903
+ aliases: ['factory/neutron154gg0wtm2v4h9ur8xg32ep64e8ef0g5twlsgvfeajqwghdryvyqsqhgk8e/APOLLO']
1904
+ }, {
1905
+ denom: 'apollo',
1906
+ exponent: 6
1907
+ }],
1908
+ base: 'ibc/C5839B22E87265D961A05FEAB0716E0A115F25C380F651DDCEED86AC5199F905',
1909
+ name: 'Apollo DAO',
1910
+ display: 'apollo',
1911
+ symbol: 'APOLLO',
1912
+ logo_URIs: {
1913
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/apollo.svg'
1914
+ },
1915
+ images: [{
1916
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/apollo.svg'
1917
+ }],
1918
+ traces: [{
1919
+ type: 'ibc',
1920
+ counterparty: {
1921
+ channel_id: 'channel-16',
1922
+ base_denom: 'factory/neutron154gg0wtm2v4h9ur8xg32ep64e8ef0g5twlsgvfeajqwghdryvyqsqhgk8e/APOLLO',
1923
+ chain_name: 'neutron'
1924
+ },
1925
+ chain: {
1926
+ channel_id: 'channel-37'
1927
+ }
1928
+ }]
1929
+ }, {
1930
+ description: 'NEWTROLL',
1931
+ denom_units: [{
1932
+ denom: 'ibc/9C609F576EEFD1784617E9E96ACBCB080BF0D6DCA0090BD87FECDB5B56E0927C',
1933
+ exponent: 0,
1934
+ aliases: ['factory/neutron1ume2n42r5j0660gegrr28fzdze7aqf7r5cd9y6/newtroll']
1935
+ }, {
1936
+ denom: 'newtroll',
1937
+ exponent: 6
1938
+ }],
1939
+ base: 'ibc/9C609F576EEFD1784617E9E96ACBCB080BF0D6DCA0090BD87FECDB5B56E0927C',
1940
+ name: 'Newtroll',
1941
+ display: 'newtroll',
1942
+ symbol: 'NTRL',
1943
+ logo_URIs: {
1944
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/newtroll.svg'
1945
+ },
1946
+ images: [{
1947
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/newtroll.svg'
1948
+ }],
1949
+ traces: [{
1950
+ type: 'ibc',
1951
+ counterparty: {
1952
+ channel_id: 'channel-16',
1953
+ base_denom: 'factory/neutron1ume2n42r5j0660gegrr28fzdze7aqf7r5cd9y6/newtroll',
1954
+ chain_name: 'neutron'
1955
+ },
1956
+ chain: {
1957
+ channel_id: 'channel-37'
1958
+ }
1959
+ }]
1960
+ }, {
1961
+ description: 'Retro Game',
1962
+ denom_units: [{
1963
+ denom: 'ibc/115D0D8AD2402EFD028DDA3DE98BE337B587165CF61900A90358B646799887A8',
1964
+ exponent: 0,
1965
+ aliases: ['factory/neutron1t24nc7whl77relnu3taxyg3p66pjyuk82png2y/uretro']
1966
+ }, {
1967
+ denom: 'retro',
1968
+ exponent: 6
1969
+ }],
1970
+ base: 'ibc/115D0D8AD2402EFD028DDA3DE98BE337B587165CF61900A90358B646799887A8',
1971
+ name: 'Retro',
1972
+ display: 'retro',
1973
+ symbol: 'RETRO',
1974
+ logo_URIs: {
1975
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/retro.svg'
1976
+ },
1977
+ images: [{
1978
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/retro.svg'
1979
+ }],
1980
+ traces: [{
1981
+ type: 'ibc',
1982
+ counterparty: {
1983
+ channel_id: 'channel-16',
1984
+ base_denom: 'factory/neutron1t24nc7whl77relnu3taxyg3p66pjyuk82png2y/uretro',
1985
+ chain_name: 'neutron'
1986
+ },
1987
+ chain: {
1988
+ channel_id: 'channel-37'
1989
+ }
1990
+ }]
1991
+ }, {
1992
+ description: 'The native token of Osmosis',
1993
+ denom_units: [{
1994
+ denom: 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B',
1995
+ exponent: 0,
1996
+ aliases: ['uosmo']
1997
+ }, {
1998
+ denom: 'osmo',
1999
+ exponent: 6
2000
+ }],
2001
+ base: 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B',
2002
+ name: 'Osmosis',
2003
+ display: 'osmo',
2004
+ symbol: 'OSMO',
2005
+ logo_URIs: {
2006
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
2007
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
2008
+ },
2009
+ coingecko_id: 'osmosis',
2010
+ keywords: ['dex', 'staking'],
2011
+ images: [{
2012
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
2013
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
2014
+ }],
2015
+ traces: [{
2016
+ type: 'ibc',
2017
+ counterparty: {
2018
+ channel_id: 'channel-557',
2019
+ base_denom: 'uosmo',
2020
+ chain_name: 'osmosis'
2021
+ },
2022
+ chain: {
2023
+ channel_id: 'channel-1'
2024
+ }
2025
+ }]
2026
+ }, {
2027
+ denom_units: [{
2028
+ denom: 'ibc/EA7DF7F779C7F14E07172E5713E07356B55F01496CA649DDE46CF8FBF1A8466D',
2029
+ exponent: 0,
2030
+ aliases: ['uion']
2031
+ }, {
2032
+ denom: 'ion',
2033
+ exponent: 6
2034
+ }],
2035
+ base: 'ibc/EA7DF7F779C7F14E07172E5713E07356B55F01496CA649DDE46CF8FBF1A8466D',
2036
+ name: 'Ion DAO',
2037
+ display: 'ion',
2038
+ symbol: 'ION',
2039
+ logo_URIs: {
2040
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
2041
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
2042
+ },
2043
+ coingecko_id: 'ion',
2044
+ keywords: ['memecoin'],
2045
+ images: [{
2046
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
2047
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
2048
+ }],
2049
+ traces: [{
2050
+ type: 'ibc',
2051
+ counterparty: {
2052
+ channel_id: 'channel-557',
2053
+ base_denom: 'uion',
2054
+ chain_name: 'osmosis'
2055
+ },
2056
+ chain: {
2057
+ channel_id: 'channel-1'
2058
+ }
2059
+ }]
2060
+ }, {
2061
+ denom_units: [{
2062
+ denom: 'ibc/4FBFB92ED8EBA5AB1454C1215D1FE536BB09393A58E27E3891FD5D9AE18B6A37',
2063
+ exponent: 0,
2064
+ aliases: ['factory/osmo14klwqgkmackvx2tqa0trtg69dmy0nrg4ntq4gjgw2za4734r5seqjqm4gm/uibcx']
2065
+ }, {
2066
+ denom: 'ibcx',
2067
+ exponent: 6
2068
+ }],
2069
+ address: 'osmo14klwqgkmackvx2tqa0trtg69dmy0nrg4ntq4gjgw2za4734r5seqjqm4gm',
2070
+ base: 'ibc/4FBFB92ED8EBA5AB1454C1215D1FE536BB09393A58E27E3891FD5D9AE18B6A37',
2071
+ name: 'IBC Index',
2072
+ display: 'ibcx',
2073
+ symbol: 'IBCX',
2074
+ logo_URIs: {
2075
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ibcx.svg'
2076
+ },
2077
+ coingecko_id: 'ibc-index',
2078
+ images: [{
2079
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ibcx.svg'
2080
+ }],
2081
+ traces: [{
2082
+ type: 'ibc',
2083
+ counterparty: {
2084
+ channel_id: 'channel-557',
2085
+ base_denom: 'factory/osmo14klwqgkmackvx2tqa0trtg69dmy0nrg4ntq4gjgw2za4734r5seqjqm4gm/uibcx',
2086
+ chain_name: 'osmosis'
2087
+ },
2088
+ chain: {
2089
+ channel_id: 'channel-1'
2090
+ }
2091
+ }]
2092
+ }, {
2093
+ denom_units: [{
2094
+ denom: 'ibc/6D0DCE67DFE046EC06CC24175C7AB225A9C083BB7F01EA597A343870D38C158A',
2095
+ exponent: 0,
2096
+ aliases: ['factory/osmo1xqw2sl9zk8a6pch0csaw78n4swg5ws8t62wc5qta4gnjxfqg6v2qcs243k/stuibcx']
2097
+ }, {
2098
+ denom: 'stibcx',
2099
+ exponent: 6
2100
+ }],
2101
+ address: 'osmo1xqw2sl9zk8a6pch0csaw78n4swg5ws8t62wc5qta4gnjxfqg6v2qcs243k',
2102
+ base: 'ibc/6D0DCE67DFE046EC06CC24175C7AB225A9C083BB7F01EA597A343870D38C158A',
2103
+ name: 'Staked IBCX',
2104
+ display: 'stibcx',
2105
+ symbol: 'stIBCX',
2106
+ logo_URIs: {
2107
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/stibcx.png',
2108
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/stibcx.svg'
2109
+ },
2110
+ images: [{
2111
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/stibcx.png',
2112
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/stibcx.svg'
2113
+ }],
2114
+ traces: [{
2115
+ type: 'ibc',
2116
+ counterparty: {
2117
+ channel_id: 'channel-557',
2118
+ base_denom: 'factory/osmo1xqw2sl9zk8a6pch0csaw78n4swg5ws8t62wc5qta4gnjxfqg6v2qcs243k/stuibcx',
2119
+ chain_name: 'osmosis'
2120
+ },
2121
+ chain: {
2122
+ channel_id: 'channel-1'
2123
+ }
2124
+ }]
2125
+ }, {
2126
+ denom_units: [{
2127
+ denom: 'ibc/FA7775734CC73176B7425910DE001A1D2AD9B6D9E93129A5D0750EAD13E4E63A',
2128
+ exponent: 0,
2129
+ aliases: ['ibc/D189335C6E4A68B513C10AB227BF1C1D38C746766278BA3EEB4FB14124F1D858']
2130
+ }, {
2131
+ denom: 'usdc',
2132
+ exponent: 6
2133
+ }],
2134
+ type_asset: 'ics20',
2135
+ base: 'ibc/FA7775734CC73176B7425910DE001A1D2AD9B6D9E93129A5D0750EAD13E4E63A',
2136
+ name: 'Axelar USD Coin',
2137
+ display: 'usdc',
2138
+ symbol: 'USDC.axl',
2139
+ traces: [{
2140
+ type: 'ibc',
2141
+ counterparty: {
2142
+ channel_id: 'channel-557',
2143
+ base_denom: 'ibc/D189335C6E4A68B513C10AB227BF1C1D38C746766278BA3EEB4FB14124F1D858',
2144
+ chain_name: 'osmosis'
2145
+ },
2146
+ chain: {
2147
+ channel_id: 'channel-1'
2148
+ }
2149
+ }],
2150
+ images: [{
2151
+ image_sync: {
2152
+ chain_name: 'axelar',
2153
+ base_denom: 'uusdc'
2154
+ },
2155
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.png',
2156
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg'
2157
+ }],
2158
+ logo_URIs: {
2159
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.png',
2160
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg'
2161
+ }
2162
+ }, {
2163
+ denom_units: [{
2164
+ denom: 'ibc/BD9451F387367AA88FA3D18333B2F1D56607449F20B15B4557042DA869703E25',
2165
+ exponent: 0,
2166
+ aliases: ['ibc/0B3C3D06228578334B66B57FBFBA4033216CEB8119B27ACDEE18D92DA5B28D43']
2167
+ }, {
2168
+ denom: 'avalanche-usdc',
2169
+ exponent: 6
2170
+ }],
2171
+ type_asset: 'ics20',
2172
+ base: 'ibc/BD9451F387367AA88FA3D18333B2F1D56607449F20B15B4557042DA869703E25',
2173
+ name: 'Wormhole USDC(Avalanche)',
2174
+ display: 'avalanche-usdc',
2175
+ symbol: 'avalanche.USDC.wh',
2176
+ traces: [{
2177
+ type: 'ibc',
2178
+ counterparty: {
2179
+ channel_id: 'channel-557',
2180
+ base_denom: 'ibc/0B3C3D06228578334B66B57FBFBA4033216CEB8119B27ACDEE18D92DA5B28D43',
2181
+ chain_name: 'osmosis'
2182
+ },
2183
+ chain: {
2184
+ channel_id: 'channel-1'
2185
+ }
2186
+ }],
2187
+ images: [{
2188
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.hole.png',
2189
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.hole.svg'
2190
+ }],
2191
+ logo_URIs: {
2192
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.hole.png',
2193
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.hole.svg'
2194
+ }
2195
+ }, {
2196
+ denom_units: [{
2197
+ denom: 'ibc/6B199312B29CF047BF8B1337450EF3AA0475FE0C312DB94055F2D5B22CD1E71A',
2198
+ exponent: 0,
2199
+ aliases: ['ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4']
2200
+ }, {
2201
+ denom: 'usdc',
2202
+ exponent: 6
2203
+ }],
2204
+ type_asset: 'ics20',
2205
+ base: 'ibc/6B199312B29CF047BF8B1337450EF3AA0475FE0C312DB94055F2D5B22CD1E71A',
2206
+ name: 'Noble USD Coin',
2207
+ display: 'usdc',
2208
+ symbol: 'USDC',
2209
+ traces: [{
2210
+ type: 'ibc',
2211
+ counterparty: {
2212
+ channel_id: 'channel-557',
2213
+ base_denom: 'ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4',
2214
+ chain_name: 'osmosis'
2215
+ },
2216
+ chain: {
2217
+ channel_id: 'channel-1'
2218
+ }
2219
+ }],
2220
+ images: [{
2221
+ image_sync: {
2222
+ chain_name: 'noble',
2223
+ base_denom: 'uusdc'
2224
+ },
2225
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png',
2226
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg'
2227
+ }],
2228
+ logo_URIs: {
2229
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png',
2230
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg'
2231
+ }
2232
+ }, {
2233
+ denom_units: [{
2234
+ denom: 'ibc/9E58E47857A51FFB728EDB7DD54CDFC2AB5E8FF358B9B010BF0A92AB18930BEA',
2235
+ exponent: 0,
2236
+ aliases: ['ibc/D176154B0C63D1F9C6DCFB4F70349EBF2E2B5A87A05902F57A6AE92B863E9AEC']
2237
+ }, {
2238
+ denom: 'stosmo',
2239
+ exponent: 6
2240
+ }],
2241
+ type_asset: 'ics20',
2242
+ base: 'ibc/9E58E47857A51FFB728EDB7DD54CDFC2AB5E8FF358B9B010BF0A92AB18930BEA',
2243
+ name: 'stOSMO',
2244
+ display: 'stosmo',
2245
+ symbol: 'stOSMO',
2246
+ traces: [{
2247
+ type: 'ibc',
2248
+ counterparty: {
2249
+ channel_id: 'channel-557',
2250
+ base_denom: 'ibc/D176154B0C63D1F9C6DCFB4F70349EBF2E2B5A87A05902F57A6AE92B863E9AEC',
2251
+ chain_name: 'osmosis'
2252
+ },
2253
+ chain: {
2254
+ channel_id: 'channel-1'
2255
+ }
2256
+ }],
2257
+ images: [{
2258
+ image_sync: {
2259
+ chain_name: 'stride',
2260
+ base_denom: 'stuosmo'
2261
+ },
2262
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.png',
2263
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.svg'
2264
+ }],
2265
+ logo_URIs: {
2266
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.png',
2267
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.svg'
2268
+ }
2269
+ }, {
2270
+ denom_units: [{
2271
+ denom: 'ibc/FA0006F056DB6719B8C16C551FC392B62F5729978FC0B125AC9A432DBB2AA1A5',
2272
+ exponent: 0,
2273
+ aliases: ['ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2']
2274
+ }, {
2275
+ denom: 'atom',
2276
+ exponent: 6
2277
+ }],
2278
+ type_asset: 'ics20',
2279
+ base: 'ibc/FA0006F056DB6719B8C16C551FC392B62F5729978FC0B125AC9A432DBB2AA1A5',
2280
+ name: 'Cosmos Hub Atom',
2281
+ display: 'atom',
2282
+ symbol: 'ATOM',
2283
+ traces: [{
2284
+ type: 'ibc',
2285
+ counterparty: {
2286
+ channel_id: 'channel-557',
2287
+ base_denom: 'ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2',
2288
+ chain_name: 'osmosis'
2289
+ },
2290
+ chain: {
2291
+ channel_id: 'channel-1'
2292
+ }
2293
+ }],
2294
+ images: [{
2295
+ image_sync: {
2296
+ chain_name: 'cosmoshub',
2297
+ base_denom: 'uatom'
2298
+ },
2299
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
2300
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
2301
+ }],
2302
+ logo_URIs: {
2303
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
2304
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
2305
+ }
2306
+ }, {
2307
+ denom_units: [{
2308
+ denom: 'ibc/74B0BDD3C0941166F5E96BFBC847219BBE609535F3A0D941C22342A60BD43A08',
2309
+ exponent: 0,
2310
+ aliases: ['ibc/C140AFD542AE77BD7DCC83F13FDD8C5E5BB8C4929785E6EC2F4C636F98F17901']
2311
+ }, {
2312
+ denom: 'statom',
2313
+ exponent: 6
2314
+ }],
2315
+ type_asset: 'ics20',
2316
+ base: 'ibc/74B0BDD3C0941166F5E96BFBC847219BBE609535F3A0D941C22342A60BD43A08',
2317
+ name: 'stATOM',
2318
+ display: 'statom',
2319
+ symbol: 'stATOM',
2320
+ traces: [{
2321
+ type: 'ibc',
2322
+ counterparty: {
2323
+ channel_id: 'channel-557',
2324
+ base_denom: 'ibc/C140AFD542AE77BD7DCC83F13FDD8C5E5BB8C4929785E6EC2F4C636F98F17901',
2325
+ chain_name: 'osmosis'
2326
+ },
2327
+ chain: {
2328
+ channel_id: 'channel-1'
2329
+ }
2330
+ }],
2331
+ images: [{
2332
+ image_sync: {
2333
+ chain_name: 'stride',
2334
+ base_denom: 'stuatom'
2335
+ },
2336
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.png',
2337
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.svg'
2338
+ }],
2339
+ logo_URIs: {
2340
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.png',
2341
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.svg'
2342
+ }
2343
+ }, {
2344
+ denom_units: [{
2345
+ denom: 'ibc/37B7C1AABC243067278C28C77973A28D7844EF5465ACD0EBE6E506BE4C6816C2',
2346
+ exponent: 0,
2347
+ aliases: ['ibc/EA1D43981D5C9A1C4AAEA9C23BB1D4FA126BA9BC7020A25E0AE4AA841EA25DC5']
2348
+ }, {
2349
+ denom: 'weth',
2350
+ exponent: 18
2351
+ }],
2352
+ type_asset: 'ics20',
2353
+ base: 'ibc/37B7C1AABC243067278C28C77973A28D7844EF5465ACD0EBE6E506BE4C6816C2',
2354
+ name: 'Wrapped Ether',
2355
+ display: 'weth',
2356
+ symbol: 'ETH',
2357
+ traces: [{
2358
+ type: 'ibc',
2359
+ counterparty: {
2360
+ channel_id: 'channel-557',
2361
+ base_denom: 'ibc/EA1D43981D5C9A1C4AAEA9C23BB1D4FA126BA9BC7020A25E0AE4AA841EA25DC5',
2362
+ chain_name: 'osmosis'
2363
+ },
2364
+ chain: {
2365
+ channel_id: 'channel-1'
2366
+ }
2367
+ }],
2368
+ images: [{
2369
+ image_sync: {
2370
+ chain_name: 'axelar',
2371
+ base_denom: 'weth-wei'
2372
+ },
2373
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/weth.png'
2374
+ }],
2375
+ logo_URIs: {
2376
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/weth.png'
2377
+ }
2378
+ }, {
2379
+ denom_units: [{
2380
+ denom: 'ibc/DA1BE182A23423A7031255C608B68D1E54AD30087AEB7F25B48D2CF8A5FE1DDB',
2381
+ exponent: 0,
2382
+ aliases: ['ibc/D1542AA8762DB13087D8364F3EA6509FD6F009A34F00426AF9E4F9FA85CBBF1F']
2383
+ }, {
2384
+ denom: 'wbtc',
2385
+ exponent: 8
2386
+ }],
2387
+ type_asset: 'ics20',
2388
+ base: 'ibc/DA1BE182A23423A7031255C608B68D1E54AD30087AEB7F25B48D2CF8A5FE1DDB',
2389
+ name: 'Wrapped Bitcoin (Axelar)',
2390
+ display: 'wbtc',
2391
+ symbol: 'WBTC.axl',
2392
+ traces: [{
2393
+ type: 'ibc',
2394
+ counterparty: {
2395
+ channel_id: 'channel-557',
2396
+ base_denom: 'ibc/D1542AA8762DB13087D8364F3EA6509FD6F009A34F00426AF9E4F9FA85CBBF1F',
2397
+ chain_name: 'osmosis'
2398
+ },
2399
+ chain: {
2400
+ channel_id: 'channel-1'
2401
+ }
2402
+ }],
2403
+ images: [{
2404
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.svg',
2405
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.png'
2406
+ }, {
2407
+ image_sync: {
2408
+ chain_name: 'axelar',
2409
+ base_denom: 'wbtc-satoshi'
2410
+ },
2411
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/wbtc.png'
2412
+ }],
2413
+ logo_URIs: {
2414
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.svg',
2415
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.png'
2416
+ }
2417
+ }, {
2418
+ description: 'ERIS liquid staked OSMO',
2419
+ denom_units: [{
2420
+ denom: 'ibc/E0687047EA2BDEFC10A211E27502C2A78441684F624B41FD2FCFDEFDFB5AA569',
2421
+ exponent: 0,
2422
+ aliases: ['factory/osmo1dv8wz09tckslr2wy5z86r46dxvegylhpt97r9yd6qc3kyc6tv42qa89dr9/ampOSMO']
2423
+ }, {
2424
+ denom: 'ampOSMO',
2425
+ exponent: 6
2426
+ }],
2427
+ address: 'osmo1dv8wz09tckslr2wy5z86r46dxvegylhpt97r9yd6qc3kyc6tv42qa89dr9',
2428
+ base: 'ibc/E0687047EA2BDEFC10A211E27502C2A78441684F624B41FD2FCFDEFDFB5AA569',
2429
+ name: 'ERIS Amplified OSMO',
2430
+ display: 'ampOSMO',
2431
+ symbol: 'ampOSMO',
2432
+ logo_URIs: {
2433
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/amposmo.png'
2434
+ },
2435
+ images: [{
2436
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/amposmo.png'
2437
+ }],
2438
+ traces: [{
2439
+ type: 'ibc',
2440
+ counterparty: {
2441
+ channel_id: 'channel-557',
2442
+ base_denom: 'factory/osmo1dv8wz09tckslr2wy5z86r46dxvegylhpt97r9yd6qc3kyc6tv42qa89dr9/ampOSMO',
2443
+ chain_name: 'osmosis'
2444
+ },
2445
+ chain: {
2446
+ channel_id: 'channel-1'
2447
+ }
2448
+ }]
2449
+ }, {
2450
+ description: 'Tether USDT on Osmosis',
2451
+ denom_units: [{
2452
+ denom: 'ibc/C3131D228C3163DFD9068B14B920F10A4D37BE10E76CDC6C847B80AA83E40D40',
2453
+ exponent: 0,
2454
+ aliases: ['ibc/4ABBEF4C8926DDDB320AE5188CFD63267ABBCEFC0583E4AE05D6E5AA2401DDAB']
2455
+ }, {
2456
+ denom: 'usdt',
2457
+ exponent: 6
2458
+ }],
2459
+ type_asset: 'ics20',
2460
+ base: 'ibc/C3131D228C3163DFD9068B14B920F10A4D37BE10E76CDC6C847B80AA83E40D40',
2461
+ name: 'Tether USDT',
2462
+ display: 'usdt',
2463
+ symbol: 'USDT',
2464
+ traces: [{
2465
+ type: 'ibc',
2466
+ counterparty: {
2467
+ channel_id: 'channel-557',
2468
+ base_denom: 'ibc/4ABBEF4C8926DDDB320AE5188CFD63267ABBCEFC0583E4AE05D6E5AA2401DDAB',
2469
+ chain_name: 'osmosis'
2470
+ },
2471
+ chain: {
2472
+ channel_id: 'channel-1'
2473
+ }
2474
+ }],
2475
+ images: [{
2476
+ image_sync: {
2477
+ chain_name: 'kava',
2478
+ base_denom: 'erc20/tether/usdt'
2479
+ },
2480
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
2481
+ }],
2482
+ logo_URIs: {
2483
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
2484
+ }
2485
+ }, {
2486
+ description: "Membrane's CDP-style stablecoin called CDT",
2487
+ denom_units: [{
2488
+ denom: 'ibc/9F977CFD6084FD4B83DF6BD27CECC0F805D0F6D95ED099650F330D94510F7F19',
2489
+ exponent: 0,
2490
+ aliases: ['factory/osmo1s794h9rxggytja3a4pmwul53u98k06zy2qtrdvjnfuxruh7s8yjs6cyxgd/ucdt']
2491
+ }, {
2492
+ denom: 'cdt',
2493
+ exponent: 6
2494
+ }],
2495
+ base: 'ibc/9F977CFD6084FD4B83DF6BD27CECC0F805D0F6D95ED099650F330D94510F7F19',
2496
+ name: 'CDT Stablecoin',
2497
+ display: 'cdt',
2498
+ symbol: 'CDT',
2499
+ logo_URIs: {
2500
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/CDT.svg'
2501
+ },
2502
+ coingecko_id: 'collateralized-debt-token',
2503
+ images: [{
2504
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/CDT.svg'
2505
+ }],
2506
+ traces: [{
2507
+ type: 'ibc',
2508
+ counterparty: {
2509
+ channel_id: 'channel-557',
2510
+ base_denom: 'factory/osmo1s794h9rxggytja3a4pmwul53u98k06zy2qtrdvjnfuxruh7s8yjs6cyxgd/ucdt',
2511
+ chain_name: 'osmosis'
2512
+ },
2513
+ chain: {
2514
+ channel_id: 'channel-1'
2515
+ }
2516
+ }]
2517
+ }, {
2518
+ description: "Membrane's protocol token",
2519
+ denom_units: [{
2520
+ denom: 'ibc/CC0A5E28C584A93AB762E71DD3D5991928637042AC3E900EE94E19E46CBFE935',
2521
+ exponent: 0,
2522
+ aliases: ['factory/osmo1s794h9rxggytja3a4pmwul53u98k06zy2qtrdvjnfuxruh7s8yjs6cyxgd/umbrn']
2523
+ }, {
2524
+ denom: 'mbrn',
2525
+ exponent: 6
2526
+ }],
2527
+ base: 'ibc/CC0A5E28C584A93AB762E71DD3D5991928637042AC3E900EE94E19E46CBFE935',
2528
+ name: 'Membrane',
2529
+ display: 'mbrn',
2530
+ symbol: 'MBRN',
2531
+ logo_URIs: {
2532
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/MBRN.svg'
2533
+ },
2534
+ coingecko_id: 'membrane',
2535
+ images: [{
2536
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/MBRN.svg'
2537
+ }],
2538
+ traces: [{
2539
+ type: 'ibc',
2540
+ counterparty: {
2541
+ channel_id: 'channel-557',
2542
+ base_denom: 'factory/osmo1s794h9rxggytja3a4pmwul53u98k06zy2qtrdvjnfuxruh7s8yjs6cyxgd/umbrn',
2543
+ chain_name: 'osmosis'
2544
+ },
2545
+ chain: {
2546
+ channel_id: 'channel-1'
2547
+ }
2548
+ }]
2549
+ }, {
2550
+ description: 'TIA on Osmosis',
2551
+ denom_units: [{
2552
+ denom: 'ibc/EB7702F7862428669576938CD8DD19FBF39F6516F1F94A1B02AC8CBAFF06858B',
2553
+ exponent: 0,
2554
+ aliases: ['ibc/D79E7D83AB399BFFF93433E54FAA480C191248FC556924A2A8351AE2638B3877']
2555
+ }, {
2556
+ denom: 'tia',
2557
+ exponent: 6
2558
+ }],
2559
+ type_asset: 'ics20',
2560
+ base: 'ibc/EB7702F7862428669576938CD8DD19FBF39F6516F1F94A1B02AC8CBAFF06858B',
2561
+ name: 'Celestia TIA',
2562
+ display: 'tia',
2563
+ symbol: 'TIA',
2564
+ traces: [{
2565
+ type: 'ibc',
2566
+ counterparty: {
2567
+ channel_id: 'channel-557',
2568
+ base_denom: 'ibc/D79E7D83AB399BFFF93433E54FAA480C191248FC556924A2A8351AE2638B3877',
2569
+ chain_name: 'osmosis'
2570
+ },
2571
+ chain: {
2572
+ channel_id: 'channel-1'
2573
+ }
2574
+ }],
2575
+ images: [{
2576
+ image_sync: {
2577
+ chain_name: 'celestia',
2578
+ base_denom: 'utia'
2579
+ },
2580
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png',
2581
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg'
2582
+ }],
2583
+ logo_URIs: {
2584
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png',
2585
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg'
2586
+ }
2587
+ }, {
2588
+ description: 'Margined Power Token sqOSMO',
2589
+ denom_units: [{
2590
+ denom: 'ibc/03FB4E4D1043755015ABF1A84773EA334B2726EF464CF90D926C888ECE2D64FD',
2591
+ exponent: 0,
2592
+ aliases: ['factory/osmo1g8qypve6l95xmhgc0fddaecerffymsl7kn9muw/squosmo']
2593
+ }, {
2594
+ denom: 'sqosmo',
2595
+ exponent: 6
2596
+ }],
2597
+ base: 'ibc/03FB4E4D1043755015ABF1A84773EA334B2726EF464CF90D926C888ECE2D64FD',
2598
+ name: 'OSMO Squared',
2599
+ display: 'sqosmo',
2600
+ symbol: 'sqOSMO',
2601
+ logo_URIs: {
2602
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sqosmo.svg'
2603
+ },
2604
+ images: [{
2605
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sqosmo.svg'
2606
+ }],
2607
+ traces: [{
2608
+ type: 'ibc',
2609
+ counterparty: {
2610
+ channel_id: 'channel-557',
2611
+ base_denom: 'factory/osmo1g8qypve6l95xmhgc0fddaecerffymsl7kn9muw/squosmo',
2612
+ chain_name: 'osmosis'
2613
+ },
2614
+ chain: {
2615
+ channel_id: 'channel-1'
2616
+ }
2617
+ }]
2618
+ }, {
2619
+ description: 'NOIS on Osmosis',
2620
+ denom_units: [{
2621
+ denom: 'ibc/8349192BE84F63ECBCDE2E0195DAC22453C9AAC740971FE95D382CA8075E6A1C',
2622
+ exponent: 0,
2623
+ aliases: ['ibc/6928AFA9EA721938FED13B051F9DBF1272B16393D20C49EA5E4901BB76D94A90']
2624
+ }, {
2625
+ denom: 'nois',
2626
+ exponent: 6
2627
+ }],
2628
+ type_asset: 'ics20',
2629
+ base: 'ibc/8349192BE84F63ECBCDE2E0195DAC22453C9AAC740971FE95D382CA8075E6A1C',
2630
+ name: 'Nois NOIS',
2631
+ display: 'nois',
2632
+ symbol: 'NOIS',
2633
+ traces: [{
2634
+ type: 'ibc',
2635
+ counterparty: {
2636
+ channel_id: 'channel-557',
2637
+ base_denom: 'ibc/6928AFA9EA721938FED13B051F9DBF1272B16393D20C49EA5E4901BB76D94A90',
2638
+ chain_name: 'osmosis'
2639
+ },
2640
+ chain: {
2641
+ channel_id: 'channel-1'
2642
+ }
2643
+ }],
2644
+ images: [{
2645
+ image_sync: {
2646
+ chain_name: 'nois',
2647
+ base_denom: 'unois'
2648
+ },
2649
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.png',
2650
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.svg'
2651
+ }],
2652
+ logo_URIs: {
2653
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.png',
2654
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.svg'
2655
+ }
2656
+ }, {
2657
+ description: 'Margined Power Token sqBTC',
2658
+ denom_units: [{
2659
+ denom: 'ibc/EA3D1D169CAF4C6A1B813D41337614C5785DD018514333C301B92B981A46CE02',
2660
+ exponent: 0,
2661
+ aliases: ['factory/osmo1g8qypve6l95xmhgc0fddaecerffymsl7kn9muw/sqbtc']
2662
+ }, {
2663
+ denom: 'sqbtc',
2664
+ exponent: 6
2665
+ }],
2666
+ base: 'ibc/EA3D1D169CAF4C6A1B813D41337614C5785DD018514333C301B92B981A46CE02',
2667
+ name: 'BTC Squared',
2668
+ display: 'sqbtc',
2669
+ symbol: 'sqBTC',
2670
+ logo_URIs: {
2671
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sqbtc.svg'
2672
+ },
2673
+ images: [{
2674
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sqbtc.svg'
2675
+ }],
2676
+ traces: [{
2677
+ type: 'ibc',
2678
+ counterparty: {
2679
+ channel_id: 'channel-557',
2680
+ base_denom: 'factory/osmo1g8qypve6l95xmhgc0fddaecerffymsl7kn9muw/sqbtc',
2681
+ chain_name: 'osmosis'
2682
+ },
2683
+ chain: {
2684
+ channel_id: 'channel-1'
2685
+ }
2686
+ }]
2687
+ }, {
2688
+ description: 'Margined Power Token sqATOM',
2689
+ denom_units: [{
2690
+ denom: 'ibc/8ACFBDDF77DA174672D246AA2083FC83067F2FB669D9F6BB00632A3F635EBAF9',
2691
+ exponent: 0,
2692
+ aliases: ['factory/osmo1g8qypve6l95xmhgc0fddaecerffymsl7kn9muw/sqatom']
2693
+ }, {
2694
+ denom: 'sqatom',
2695
+ exponent: 6
2696
+ }],
2697
+ base: 'ibc/8ACFBDDF77DA174672D246AA2083FC83067F2FB669D9F6BB00632A3F635EBAF9',
2698
+ name: 'ATOM Squared',
2699
+ display: 'sqatom',
2700
+ symbol: 'sqATOM',
2701
+ logo_URIs: {
2702
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sqatom.svg'
2703
+ },
2704
+ images: [{
2705
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sqatom.svg'
2706
+ }],
2707
+ traces: [{
2708
+ type: 'ibc',
2709
+ counterparty: {
2710
+ channel_id: 'channel-557',
2711
+ base_denom: 'factory/osmo1g8qypve6l95xmhgc0fddaecerffymsl7kn9muw/sqatom',
2712
+ chain_name: 'osmosis'
2713
+ },
2714
+ chain: {
2715
+ channel_id: 'channel-1'
2716
+ }
2717
+ }]
2718
+ }, {
2719
+ description: 'CRO is the native token of the Crypto.org Chain, referred to as Native CRO.',
2720
+ denom_units: [{
2721
+ denom: 'ibc/FBA34C2BCE61066AED99D1797EB05A419F5FDB523E36F30F6C254BE61BCCAE29',
2722
+ exponent: 0,
2723
+ aliases: ['ibc/E6931F78057F7CC5DA0FD6CEF82FF39373A6E0452BF1FD76910B93292CF356C1']
2724
+ }, {
2725
+ denom: 'cro',
2726
+ exponent: 8
2727
+ }],
2728
+ type_asset: 'ics20',
2729
+ base: 'ibc/FBA34C2BCE61066AED99D1797EB05A419F5FDB523E36F30F6C254BE61BCCAE29',
2730
+ name: 'Cronos',
2731
+ display: 'cro',
2732
+ symbol: 'CRO',
2733
+ traces: [{
2734
+ type: 'ibc',
2735
+ counterparty: {
2736
+ channel_id: 'channel-557',
2737
+ base_denom: 'ibc/E6931F78057F7CC5DA0FD6CEF82FF39373A6E0452BF1FD76910B93292CF356C1',
2738
+ chain_name: 'osmosis'
2739
+ },
2740
+ chain: {
2741
+ channel_id: 'channel-1'
2742
+ }
2743
+ }],
2744
+ images: [{
2745
+ image_sync: {
2746
+ chain_name: 'cryptoorgchain',
2747
+ base_denom: 'basecro'
2748
+ },
2749
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro.svg'
2750
+ }],
2751
+ logo_URIs: {
2752
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro.svg'
2753
+ }
2754
+ }, {
2755
+ description: 'The native token of Stargaze',
2756
+ denom_units: [{
2757
+ denom: 'ibc/BE9116F49581FF59F018C64FB4A445B307332F77381640AAB05380473D0D7642',
2758
+ exponent: 0,
2759
+ aliases: ['ibc/987C17B11ABC2B20019178ACE62929FE9840202CE79498E29FE8E5CB02B7C0A4']
2760
+ }, {
2761
+ denom: 'stars',
2762
+ exponent: 6
2763
+ }],
2764
+ type_asset: 'ics20',
2765
+ base: 'ibc/BE9116F49581FF59F018C64FB4A445B307332F77381640AAB05380473D0D7642',
2766
+ name: 'Stargaze',
2767
+ display: 'stars',
2768
+ symbol: 'STARS',
2769
+ traces: [{
2770
+ type: 'ibc',
2771
+ counterparty: {
2772
+ channel_id: 'channel-557',
2773
+ base_denom: 'ibc/987C17B11ABC2B20019178ACE62929FE9840202CE79498E29FE8E5CB02B7C0A4',
2774
+ chain_name: 'osmosis'
2775
+ },
2776
+ chain: {
2777
+ channel_id: 'channel-1'
2778
+ }
2779
+ }],
2780
+ images: [{
2781
+ image_sync: {
2782
+ chain_name: 'stargaze',
2783
+ base_denom: 'ustars'
2784
+ },
2785
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
2786
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg'
2787
+ }],
2788
+ logo_URIs: {
2789
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
2790
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg'
2791
+ }
2792
+ }, {
2793
+ description: 'Maximize ETH yield through leveraged staking across Aave, Compound and Morpho and liquidity provision of ETH liquid staking tokens on Uniswap V3.',
2794
+ denom_units: [{
2795
+ denom: 'ibc/03B109DEE70C41E7D69206D670E3839BFB72891FF2FB5D7D980703953CB8E62B',
2796
+ exponent: 0,
2797
+ aliases: ['ibc/FBB3FEF80ED2344D821D4F95C31DBFD33E4E31D5324CAD94EF756E67B749F668']
2798
+ }, {
2799
+ denom: 'YieldETH',
2800
+ exponent: 18
2801
+ }],
2802
+ type_asset: 'ics20',
2803
+ base: 'ibc/03B109DEE70C41E7D69206D670E3839BFB72891FF2FB5D7D980703953CB8E62B',
2804
+ name: 'Real Yield Eth',
2805
+ display: 'YieldETH',
2806
+ symbol: 'YieldETH',
2807
+ traces: [{
2808
+ type: 'ibc',
2809
+ counterparty: {
2810
+ channel_id: 'channel-557',
2811
+ base_denom: 'ibc/FBB3FEF80ED2344D821D4F95C31DBFD33E4E31D5324CAD94EF756E67B749F668',
2812
+ chain_name: 'osmosis'
2813
+ },
2814
+ chain: {
2815
+ channel_id: 'channel-1'
2816
+ }
2817
+ }],
2818
+ images: [{
2819
+ image_sync: {
2820
+ chain_name: 'ethereum',
2821
+ base_denom: 'wei'
2822
+ },
2823
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
2824
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg'
2825
+ }],
2826
+ logo_URIs: {
2827
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
2828
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg'
2829
+ }
2830
+ }, {
2831
+ description: 'The native staking token of dYdX Protocol.',
2832
+ denom_units: [{
2833
+ denom: 'ibc/A6FAB4141ECE6F85BAAC00989FDF7F96409673735B845DE730645EC67335E1C0',
2834
+ exponent: 0,
2835
+ aliases: ['ibc/831F0B1BBB1D08A2B75311892876D71565478C532967545476DF4C2D7492E48C']
2836
+ }, {
2837
+ denom: 'dydx',
2838
+ exponent: 18
2839
+ }],
2840
+ type_asset: 'ics20',
2841
+ base: 'ibc/A6FAB4141ECE6F85BAAC00989FDF7F96409673735B845DE730645EC67335E1C0',
2842
+ name: 'dYdX',
2843
+ display: 'dydx',
2844
+ symbol: 'DYDX',
2845
+ traces: [{
2846
+ type: 'ibc',
2847
+ counterparty: {
2848
+ channel_id: 'channel-557',
2849
+ base_denom: 'ibc/831F0B1BBB1D08A2B75311892876D71565478C532967545476DF4C2D7492E48C',
2850
+ chain_name: 'osmosis'
2851
+ },
2852
+ chain: {
2853
+ channel_id: 'channel-1'
2854
+ }
2855
+ }],
2856
+ images: [{
2857
+ image_sync: {
2858
+ chain_name: 'dydx',
2859
+ base_denom: 'adydx'
2860
+ },
2861
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png',
2862
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg'
2863
+ }],
2864
+ logo_URIs: {
2865
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png',
2866
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg'
2867
+ }
2868
+ }, {
2869
+ description: 'The native token of Quasar',
2870
+ denom_units: [{
2871
+ denom: 'ibc/74C6A071817288DE90F3FC2555B4C18816F327437EB0E825F05A6E3C62DAA2A6',
2872
+ exponent: 0,
2873
+ aliases: ['ibc/1B708808D372E959CD4839C594960309283424C775F4A038AAEBE7F83A988477']
2874
+ }, {
2875
+ denom: 'qsr',
2876
+ exponent: 6
2877
+ }],
2878
+ type_asset: 'ics20',
2879
+ base: 'ibc/74C6A071817288DE90F3FC2555B4C18816F327437EB0E825F05A6E3C62DAA2A6',
2880
+ name: 'Quasar',
2881
+ display: 'qsr',
2882
+ symbol: 'QSR',
2883
+ traces: [{
2884
+ type: 'ibc',
2885
+ counterparty: {
2886
+ channel_id: 'channel-557',
2887
+ base_denom: 'ibc/1B708808D372E959CD4839C594960309283424C775F4A038AAEBE7F83A988477',
2888
+ chain_name: 'osmosis'
2889
+ },
2890
+ chain: {
2891
+ channel_id: 'channel-1'
2892
+ }
2893
+ }],
2894
+ images: [{
2895
+ image_sync: {
2896
+ chain_name: 'quasar',
2897
+ base_denom: 'uqsr'
2898
+ },
2899
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quasar/images/quasar.png'
2900
+ }],
2901
+ logo_URIs: {
2902
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quasar/images/quasar.png'
2903
+ }
2904
+ }, {
2905
+ description: 'Levana native token',
2906
+ denom_units: [{
2907
+ denom: 'ibc/6A9571DE6A3F60D7703C3290E2944E806C15A47C1EA6D4AFCD3AE4DC8AF080B1',
2908
+ exponent: 0,
2909
+ aliases: ['factory/osmo1mlng7pz4pnyxtpq0akfwall37czyk9lukaucsrn30ameplhhshtqdvfm5c/ulvn']
2910
+ }, {
2911
+ denom: 'lvn',
2912
+ exponent: 6
2913
+ }],
2914
+ base: 'ibc/6A9571DE6A3F60D7703C3290E2944E806C15A47C1EA6D4AFCD3AE4DC8AF080B1',
2915
+ name: 'Levana',
2916
+ display: 'lvn',
2917
+ symbol: 'LVN',
2918
+ logo_URIs: {
2919
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/levana.png',
2920
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/levana.svg'
2921
+ },
2922
+ coingecko_id: 'levana-protocol',
2923
+ images: [{
2924
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/levana.png',
2925
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/levana.svg'
2926
+ }, {
2927
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/levana.png'
2928
+ }],
2929
+ traces: [{
2930
+ type: 'ibc',
2931
+ counterparty: {
2932
+ channel_id: 'channel-557',
2933
+ base_denom: 'factory/osmo1mlng7pz4pnyxtpq0akfwall37czyk9lukaucsrn30ameplhhshtqdvfm5c/ulvn',
2934
+ chain_name: 'osmosis'
2935
+ },
2936
+ chain: {
2937
+ channel_id: 'channel-1'
2938
+ }
2939
+ }]
2940
+ }, {
2941
+ description: "MilkyWay's liquid staked TIA",
2942
+ denom_units: [{
2943
+ denom: 'ibc/C0DB3E0C7F3CD32FA24FC031FD8B6833627A1C690B741BA85D7A4752D974A77F',
2944
+ exponent: 0,
2945
+ aliases: ['factory/osmo1f5vfcph2dvfeqcqkhetwv75fda69z7e5c2dldm3kvgj23crkv6wqcn47a0/umilkTIA']
2946
+ }, {
2947
+ denom: 'milkTIA',
2948
+ exponent: 6
2949
+ }],
2950
+ base: 'ibc/C0DB3E0C7F3CD32FA24FC031FD8B6833627A1C690B741BA85D7A4752D974A77F',
2951
+ name: 'milkTIA',
2952
+ display: 'milkTIA',
2953
+ symbol: 'milkTIA',
2954
+ traces: [{
2955
+ type: 'ibc',
2956
+ counterparty: {
2957
+ channel_id: 'channel-557',
2958
+ base_denom: 'factory/osmo1f5vfcph2dvfeqcqkhetwv75fda69z7e5c2dldm3kvgj23crkv6wqcn47a0/umilkTIA',
2959
+ chain_name: 'osmosis'
2960
+ },
2961
+ chain: {
2962
+ channel_id: 'channel-1'
2963
+ }
2964
+ }],
2965
+ logo_URIs: {
2966
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/milktia.png',
2967
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/milktia.svg'
2968
+ },
2969
+ coingecko_id: 'milkyway-staked-tia',
2970
+ images: [{
2971
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/milktia.png',
2972
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/milktia.svg'
2973
+ }]
2974
+ }, {
2975
+ denom_units: [{
2976
+ denom: 'ibc/814F2057808DF5C7C9F9E1A513D9E6669061FF1B010CED198B3352EBA29EFBF6',
2977
+ exponent: 0,
2978
+ aliases: ['ibc/ECBE78BF7677320A93E7BA1761D144BCBF0CBC247C290C049655E106FE5DC68E']
2979
+ }, {
2980
+ denom: 'stkosmo',
2981
+ exponent: 6,
2982
+ aliases: ['stk/osmo']
2983
+ }],
2984
+ type_asset: 'ics20',
2985
+ base: 'ibc/814F2057808DF5C7C9F9E1A513D9E6669061FF1B010CED198B3352EBA29EFBF6',
2986
+ name: 'PSTAKE staked OSMO',
2987
+ display: 'stkosmo',
2988
+ symbol: 'stkOSMO',
2989
+ traces: [{
2990
+ type: 'ibc',
2991
+ counterparty: {
2992
+ channel_id: 'channel-557',
2993
+ base_denom: 'ibc/ECBE78BF7677320A93E7BA1761D144BCBF0CBC247C290C049655E106FE5DC68E',
2994
+ chain_name: 'osmosis'
2995
+ },
2996
+ chain: {
2997
+ channel_id: 'channel-1'
2998
+ }
2999
+ }],
3000
+ images: [{
3001
+ image_sync: {
3002
+ chain_name: 'persistence',
3003
+ base_denom: 'stk/uosmo'
3004
+ },
3005
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkosmo.png',
3006
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkosmo.svg'
3007
+ }],
3008
+ logo_URIs: {
3009
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkosmo.png',
3010
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkosmo.svg'
3011
+ }
3012
+ }, {
3013
+ description: 'The PAGE token is used for actions in the PageDAO NFT literary ecosystem and for DAO governance.',
3014
+ denom_units: [{
3015
+ denom: 'ibc/A389921DD5551011E2176A1030D7DFA195CD82EA762C6E621964A0416CBFD836',
3016
+ exponent: 0,
3017
+ aliases: ['ibc/23A62409E4AD8133116C249B1FA38EED30E500A115D7B153109462CD82C1CD99']
3018
+ }, {
3019
+ denom: 'page',
3020
+ exponent: 8
3021
+ }],
3022
+ type_asset: 'ics20',
3023
+ base: 'ibc/A389921DD5551011E2176A1030D7DFA195CD82EA762C6E621964A0416CBFD836',
3024
+ name: 'PageDAO',
3025
+ display: 'page',
3026
+ symbol: 'PAGE.grv',
3027
+ traces: [{
3028
+ type: 'ibc',
3029
+ counterparty: {
3030
+ channel_id: 'channel-557',
3031
+ base_denom: 'ibc/23A62409E4AD8133116C249B1FA38EED30E500A115D7B153109462CD82C1CD99',
3032
+ chain_name: 'osmosis'
3033
+ },
3034
+ chain: {
3035
+ channel_id: 'channel-1'
3036
+ }
3037
+ }],
3038
+ images: [{
3039
+ image_sync: {
3040
+ chain_name: 'gravitybridge',
3041
+ base_denom: 'gravity0x60e683C6514Edd5F758A55b6f393BeBBAfaA8d5e'
3042
+ },
3043
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/page.png',
3044
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/page.svg'
3045
+ }],
3046
+ logo_URIs: {
3047
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/page.png',
3048
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/page.svg'
3049
+ }
3050
+ }, {
3051
+ description: "Nomic's native token.",
3052
+ denom_units: [{
3053
+ denom: 'ibc/F5D24D849000F1EA14946E9BED504C3736E3730FB9D7008C2D78CEFDC79061DE',
3054
+ exponent: 0,
3055
+ aliases: ['ibc/F49DFB3BC8105C57EE7F17EC2402438825B31212CFDD81681EB87911E934F32C']
3056
+ }, {
3057
+ denom: 'nom',
3058
+ exponent: 6
3059
+ }],
3060
+ type_asset: 'ics20',
3061
+ base: 'ibc/F5D24D849000F1EA14946E9BED504C3736E3730FB9D7008C2D78CEFDC79061DE',
3062
+ name: 'Nomic',
3063
+ display: 'nomic',
3064
+ symbol: 'NOM',
3065
+ traces: [{
3066
+ type: 'ibc',
3067
+ counterparty: {
3068
+ channel_id: 'channel-557',
3069
+ base_denom: 'ibc/F49DFB3BC8105C57EE7F17EC2402438825B31212CFDD81681EB87911E934F32C',
3070
+ chain_name: 'osmosis'
3071
+ },
3072
+ chain: {
3073
+ channel_id: 'channel-1'
3074
+ }
3075
+ }],
3076
+ images: [{
3077
+ image_sync: {
3078
+ chain_name: 'nomic',
3079
+ base_denom: 'unom'
3080
+ },
3081
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nom.png',
3082
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nom.svg'
3083
+ }],
3084
+ logo_URIs: {
3085
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nom.png',
3086
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nom.svg'
3087
+ }
3088
+ }, {
3089
+ description: 'Bitcoin. On Cosmos.',
3090
+ denom_units: [{
3091
+ denom: 'ibc/D5CDA64730157DB9928A8E3CEEA19526A94F933443503A90D375394CA173F829',
3092
+ exponent: 0,
3093
+ aliases: ['ibc/75345531D87BD90BF108BE7240BD721CB2CB0A1F16D4EBA71B09EC3C43E15C8F']
3094
+ }, {
3095
+ denom: 'nbtc',
3096
+ exponent: 14
3097
+ }],
3098
+ type_asset: 'ics20',
3099
+ base: 'ibc/D5CDA64730157DB9928A8E3CEEA19526A94F933443503A90D375394CA173F829',
3100
+ name: 'Nomic Bitcoin',
3101
+ display: 'nbtc',
3102
+ symbol: 'nBTC',
3103
+ traces: [{
3104
+ type: 'ibc',
3105
+ counterparty: {
3106
+ channel_id: 'channel-557',
3107
+ base_denom: 'ibc/75345531D87BD90BF108BE7240BD721CB2CB0A1F16D4EBA71B09EC3C43E15C8F',
3108
+ chain_name: 'osmosis'
3109
+ },
3110
+ chain: {
3111
+ channel_id: 'channel-1'
3112
+ }
3113
+ }],
3114
+ images: [{
3115
+ image_sync: {
3116
+ chain_name: 'nomic',
3117
+ base_denom: 'usat'
3118
+ },
3119
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nbtc.png',
3120
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nbtc.svg'
3121
+ }],
3122
+ logo_URIs: {
3123
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nbtc.png',
3124
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nbtc.svg'
3125
+ }
3126
+ }, {
3127
+ description: 'AUTISM on Osmosis',
3128
+ denom_units: [{
3129
+ denom: 'ibc/EB87F22692D3AFC92F6062F57E020FFCFB6399BEFF09329E839FBEAF0EE1942E',
3130
+ exponent: 0,
3131
+ aliases: ['ibc/9DDF52A334F92BC57A9E0D59DFF9984EAC61D2A14E5162605DF601AA58FDFC6D']
3132
+ }, {
3133
+ denom: 'autism',
3134
+ exponent: 6
3135
+ }],
3136
+ type_asset: 'ics20',
3137
+ base: 'ibc/EB87F22692D3AFC92F6062F57E020FFCFB6399BEFF09329E839FBEAF0EE1942E',
3138
+ name: 'Injective AUTISM',
3139
+ display: 'autism',
3140
+ symbol: 'AUTISM',
3141
+ traces: [{
3142
+ type: 'ibc',
3143
+ counterparty: {
3144
+ channel_id: 'channel-557',
3145
+ base_denom: 'ibc/9DDF52A334F92BC57A9E0D59DFF9984EAC61D2A14E5162605DF601AA58FDFC6D',
3146
+ chain_name: 'osmosis'
3147
+ },
3148
+ chain: {
3149
+ channel_id: 'channel-1'
3150
+ }
3151
+ }],
3152
+ images: [{
3153
+ image_sync: {
3154
+ chain_name: 'injective',
3155
+ base_denom: 'factory/inj14lf8xm6fcvlggpa7guxzjqwjmtr24gnvf56hvz/autism'
3156
+ },
3157
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/autism.png'
3158
+ }],
3159
+ logo_URIs: {
3160
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/autism.png'
3161
+ }
3162
+ }, {
3163
+ description: 'Woof on Osmosis',
3164
+ denom_units: [{
3165
+ denom: 'ibc/3679EB0FAF260324A44EF05260EB747D81CA61017AC7D2BCD1BFD29AC927DB7A',
3166
+ exponent: 0,
3167
+ aliases: ['ibc/9B8EC667B6DF55387DC0F3ACC4F187DA6921B0806ED35DE6B04DE96F5AB81F53']
3168
+ }, {
3169
+ denom: 'WOOF',
3170
+ exponent: 6
3171
+ }],
3172
+ type_asset: 'ics20',
3173
+ base: 'ibc/3679EB0FAF260324A44EF05260EB747D81CA61017AC7D2BCD1BFD29AC927DB7A',
3174
+ name: 'WOOF chihuahua',
3175
+ display: 'WOOF',
3176
+ symbol: 'WOOF',
3177
+ traces: [{
3178
+ type: 'ibc',
3179
+ counterparty: {
3180
+ channel_id: 'channel-557',
3181
+ base_denom: 'ibc/9B8EC667B6DF55387DC0F3ACC4F187DA6921B0806ED35DE6B04DE96F5AB81F53',
3182
+ chain_name: 'osmosis'
3183
+ },
3184
+ chain: {
3185
+ channel_id: 'channel-1'
3186
+ }
3187
+ }],
3188
+ logo_URIs: {
3189
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/woof.png'
3190
+ },
3191
+ images: [{
3192
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/woof.png'
3193
+ }]
3194
+ }, {
3195
+ description: 'The native coin of Sneaky Productions.',
3196
+ denom_units: [{
3197
+ denom: 'ibc/F89F635D97BC6400E17521B4220E3E08F44CE794EB80F5CABB356D3557E72637',
3198
+ exponent: 0,
3199
+ aliases: ['ibc/94ED1F172BC633DFC56D7E26551D8B101ADCCC69052AC44FED89F97FF658138F']
3200
+ }, {
3201
+ denom: 'sneaky',
3202
+ exponent: 6
3203
+ }],
3204
+ type_asset: 'ics20',
3205
+ base: 'ibc/F89F635D97BC6400E17521B4220E3E08F44CE794EB80F5CABB356D3557E72637',
3206
+ name: 'Sneaky Productions',
3207
+ display: 'sneaky',
3208
+ symbol: 'SNEAKY',
3209
+ traces: [{
3210
+ type: 'ibc',
3211
+ counterparty: {
3212
+ channel_id: 'channel-557',
3213
+ base_denom: 'ibc/94ED1F172BC633DFC56D7E26551D8B101ADCCC69052AC44FED89F97FF658138F',
3214
+ chain_name: 'osmosis'
3215
+ },
3216
+ chain: {
3217
+ channel_id: 'channel-1'
3218
+ }
3219
+ }],
3220
+ logo_URIs: {
3221
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/sneaky.png'
3222
+ },
3223
+ images: [{
3224
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/sneaky.png'
3225
+ }]
3226
+ }, {
3227
+ denom_units: [{
3228
+ denom: 'ibc/CF57A83CED6CEC7D706631B5DC53ABC21B7EDA7DF7490732B4361E6D5DD19C73',
3229
+ exponent: 0,
3230
+ aliases: ['factory/osmo1z0qrq605sjgcqpylfl4aa6s90x738j7m58wyatt0tdzflg2ha26q67k743/wbtc']
3231
+ }, {
3232
+ denom: 'wbtc',
3233
+ exponent: 8
3234
+ }],
3235
+ address: 'osmo1z0qrq605sjgcqpylfl4aa6s90x738j7m58wyatt0tdzflg2ha26q67k743',
3236
+ type_asset: 'sdk.coin',
3237
+ base: 'ibc/CF57A83CED6CEC7D706631B5DC53ABC21B7EDA7DF7490732B4361E6D5DD19C73',
3238
+ name: 'Wrapped Bitcoin',
3239
+ display: 'wbtc',
3240
+ symbol: 'WBTC',
3241
+ traces: [{
3242
+ type: 'ibc',
3243
+ counterparty: {
3244
+ channel_id: 'channel-557',
3245
+ base_denom: 'factory/osmo1z0qrq605sjgcqpylfl4aa6s90x738j7m58wyatt0tdzflg2ha26q67k743/wbtc',
3246
+ chain_name: 'osmosis'
3247
+ },
3248
+ chain: {
3249
+ channel_id: 'channel-1'
3250
+ }
3251
+ }],
3252
+ images: [{
3253
+ image_sync: {
3254
+ chain_name: 'ethereum',
3255
+ base_denom: '0x2260fac5e5542a773aa44fbcfedf7c193bc2c599'
3256
+ },
3257
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.png',
3258
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.svg'
3259
+ }],
3260
+ logo_URIs: {
3261
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.png',
3262
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.svg'
3263
+ }
3264
+ }, {
3265
+ 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.",
3266
+ denom_units: [{
3267
+ denom: 'ibc/7CB33A66F90533ED1E168CB3251253C719CF4B04FF1290AFD795F14CA1D67278',
3268
+ exponent: 0,
3269
+ aliases: ['factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO']
3270
+ }, {
3271
+ denom: 'WOSMO',
3272
+ exponent: 6
3273
+ }],
3274
+ address: 'osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3',
3275
+ base: 'ibc/7CB33A66F90533ED1E168CB3251253C719CF4B04FF1290AFD795F14CA1D67278',
3276
+ name: 'WOSMO',
3277
+ display: 'WOSMO',
3278
+ symbol: 'WOSMO',
3279
+ logo_URIs: {
3280
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/WOSMO.png'
3281
+ },
3282
+ images: [{
3283
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/WOSMO.png'
3284
+ }],
3285
+ traces: [{
3286
+ type: 'ibc',
3287
+ counterparty: {
3288
+ channel_id: 'channel-557',
3289
+ base_denom: 'factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO',
3290
+ chain_name: 'osmosis'
3291
+ },
3292
+ chain: {
3293
+ channel_id: 'channel-1'
3294
+ }
3295
+ }]
3296
+ }, {
3297
+ description: 'NLS on Osmosis',
3298
+ denom_units: [{
3299
+ denom: 'ibc/F722502EC90B3084DBD73589FC055E658EF9972A19ADDE61D3AA8BBF39B63883',
3300
+ exponent: 0,
3301
+ aliases: ['ibc/D9AFCECDD361D38302AA66EB3BAC23B95234832C51D12489DC451FA2B7C72782']
3302
+ }, {
3303
+ denom: 'nls',
3304
+ exponent: 6
3305
+ }],
3306
+ type_asset: 'ics20',
3307
+ base: 'ibc/F722502EC90B3084DBD73589FC055E658EF9972A19ADDE61D3AA8BBF39B63883',
3308
+ name: 'Nolus',
3309
+ display: 'nls',
3310
+ symbol: 'NLS',
3311
+ traces: [{
3312
+ type: 'ibc',
3313
+ counterparty: {
3314
+ channel_id: 'channel-557',
3315
+ base_denom: 'ibc/D9AFCECDD361D38302AA66EB3BAC23B95234832C51D12489DC451FA2B7C72782',
3316
+ chain_name: 'osmosis'
3317
+ },
3318
+ chain: {
3319
+ channel_id: 'channel-1'
3320
+ }
3321
+ }],
3322
+ images: [{
3323
+ image_sync: {
3324
+ chain_name: 'nolus',
3325
+ base_denom: 'unls'
3326
+ },
3327
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.png',
3328
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.svg'
3329
+ }],
3330
+ logo_URIs: {
3331
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.png',
3332
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.svg'
3333
+ }
3334
+ }, {
3335
+ description: 'STRD on Osmosis',
3336
+ denom_units: [{
3337
+ denom: 'ibc/38B29F6563DDADC81C9399EB5CDF140492CC2C58FB70048BC4430567A26ED193',
3338
+ exponent: 0,
3339
+ aliases: ['ibc/A8CA5EE328FA10C9519DF6057DA1F69682D28F7D0F5CCC7ECB72E3DCA2D157A4']
3340
+ }, {
3341
+ denom: 'strd',
3342
+ exponent: 6
3343
+ }],
3344
+ type_asset: 'ics20',
3345
+ base: 'ibc/38B29F6563DDADC81C9399EB5CDF140492CC2C58FB70048BC4430567A26ED193',
3346
+ name: 'Stride',
3347
+ display: 'strd',
3348
+ symbol: 'STRD',
3349
+ traces: [{
3350
+ type: 'ibc',
3351
+ counterparty: {
3352
+ channel_id: 'channel-557',
3353
+ base_denom: 'ibc/A8CA5EE328FA10C9519DF6057DA1F69682D28F7D0F5CCC7ECB72E3DCA2D157A4',
3354
+ chain_name: 'osmosis'
3355
+ },
3356
+ chain: {
3357
+ channel_id: 'channel-1'
3358
+ }
3359
+ }],
3360
+ images: [{
3361
+ image_sync: {
3362
+ chain_name: 'stride',
3363
+ base_denom: 'ustrd'
3364
+ },
3365
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.png',
3366
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg'
3367
+ }],
3368
+ logo_URIs: {
3369
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.png',
3370
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg'
3371
+ }
3372
+ }, {
3373
+ description: 'Margined Power Token sqTIA',
3374
+ denom_units: [{
3375
+ denom: 'ibc/C975417951A4AA121B7C0A137510DBEEF3008E1DB58A8129C439C0F4FF77F684',
3376
+ exponent: 0,
3377
+ aliases: ['factory/osmo1g8qypve6l95xmhgc0fddaecerffymsl7kn9muw/sqtia']
3378
+ }, {
3379
+ denom: 'sqtia',
3380
+ exponent: 6
3381
+ }],
3382
+ base: 'ibc/C975417951A4AA121B7C0A137510DBEEF3008E1DB58A8129C439C0F4FF77F684',
3383
+ name: 'TIA Squared',
3384
+ display: 'sqtia',
3385
+ symbol: 'sqTIA',
3386
+ logo_URIs: {
3387
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sqtia.svg'
3388
+ },
3389
+ images: [{
3390
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sqtia.svg'
3391
+ }],
3392
+ traces: [{
3393
+ type: 'ibc',
3394
+ counterparty: {
3395
+ channel_id: 'channel-557',
3396
+ base_denom: 'factory/osmo1g8qypve6l95xmhgc0fddaecerffymsl7kn9muw/sqtia',
3397
+ chain_name: 'osmosis'
3398
+ },
3399
+ chain: {
3400
+ channel_id: 'channel-1'
3401
+ }
3402
+ }]
3403
+ }, {
3404
+ description: 'Sail DAO Token',
3405
+ denom_units: [{
3406
+ denom: 'ibc/A42883E20767D7FF9D69D3CAF21FE2F8666AD1CCFA660CEF61AEB2A262085609',
3407
+ exponent: 0,
3408
+ aliases: ['factory/osmo1rckme96ptawr4zwexxj5g5gej9s2dmud8r2t9j0k0prn5mch5g4snzzwjv/sail']
3409
+ }, {
3410
+ denom: 'sail',
3411
+ exponent: 6
3412
+ }],
3413
+ base: 'ibc/A42883E20767D7FF9D69D3CAF21FE2F8666AD1CCFA660CEF61AEB2A262085609',
3414
+ name: 'Sail',
3415
+ display: 'sail',
3416
+ symbol: 'SAIL',
3417
+ logo_URIs: {
3418
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sail.png'
3419
+ },
3420
+ images: [{
3421
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sail.png'
3422
+ }],
3423
+ traces: [{
3424
+ type: 'ibc',
3425
+ counterparty: {
3426
+ channel_id: 'channel-557',
3427
+ base_denom: 'factory/osmo1rckme96ptawr4zwexxj5g5gej9s2dmud8r2t9j0k0prn5mch5g4snzzwjv/sail',
3428
+ chain_name: 'osmosis'
3429
+ },
3430
+ chain: {
3431
+ channel_id: 'channel-1'
3432
+ }
3433
+ }]
3434
+ }, {
3435
+ description: 'The native staking token of Terra.',
3436
+ denom_units: [{
3437
+ denom: 'ibc/D70B0FBF97AEB04491E9ABF4467A7F66CD6250F4382CE5192D856114B83738D2',
3438
+ exponent: 0,
3439
+ aliases: ['uluna']
3440
+ }, {
3441
+ denom: 'luna',
3442
+ exponent: 6
3443
+ }],
3444
+ base: 'ibc/D70B0FBF97AEB04491E9ABF4467A7F66CD6250F4382CE5192D856114B83738D2',
3445
+ name: 'Luna',
3446
+ display: 'luna',
3447
+ symbol: 'LUNA',
3448
+ logo_URIs: {
3449
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.png',
3450
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.svg'
3451
+ },
3452
+ coingecko_id: 'terra-luna-2',
3453
+ images: [{
3454
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.png',
3455
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.svg'
3456
+ }],
3457
+ traces: [{
3458
+ type: 'ibc',
3459
+ counterparty: {
3460
+ channel_id: 'channel-78',
3461
+ base_denom: 'uluna',
3462
+ chain_name: 'terra2'
3463
+ },
3464
+ chain: {
3465
+ channel_id: 'channel-2'
3466
+ }
3467
+ }]
3468
+ }, {
3469
+ description: 'ERIS Alliance Staked ampWHALE on Terra',
3470
+ denom_units: [{
3471
+ denom: 'ibc/98369004913B18561615440DDD1C9C61A1CC733B16975D14BC3D5BA02C170DD1',
3472
+ exponent: 0,
3473
+ aliases: ['factory/terra1j35ta0llaxcf55auv2cjqau5a7aee6g8fz7md7my7005cvh23jfsaw83dy/ampWHALEt']
3474
+ }, {
3475
+ denom: 'ampWHALEt',
3476
+ exponent: 6
3477
+ }],
3478
+ base: 'ibc/98369004913B18561615440DDD1C9C61A1CC733B16975D14BC3D5BA02C170DD1',
3479
+ name: 'ERIS Alliance Staked ampWHALE',
3480
+ display: 'ampWHALEt',
3481
+ symbol: 'ampWHALEt',
3482
+ logo_URIs: {
3483
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/ampwhalet.svg'
3484
+ },
3485
+ images: [{
3486
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/ampwhalet.svg'
3487
+ }],
3488
+ traces: [{
3489
+ type: 'ibc',
3490
+ counterparty: {
3491
+ channel_id: 'channel-78',
3492
+ base_denom: 'factory/terra1j35ta0llaxcf55auv2cjqau5a7aee6g8fz7md7my7005cvh23jfsaw83dy/ampWHALEt',
3493
+ chain_name: 'terra2'
3494
+ },
3495
+ chain: {
3496
+ channel_id: 'channel-2'
3497
+ }
3498
+ }]
3499
+ }, {
3500
+ description: 'ERIS Alliance Staked boneWHALE on Terra',
3501
+ denom_units: [{
3502
+ denom: 'ibc/3811C86196B2E57CB38606FF179D8311AB4E3161C1D8686CF45B904526577DF8',
3503
+ exponent: 0,
3504
+ aliases: ['factory/terra10j3zrymfrkta2pxe0gklc79gu06tqyuy8c3kh6tqdsrrprsjqkrqzfl4df/boneWHALEt']
3505
+ }, {
3506
+ denom: 'boneWHALEt',
3507
+ exponent: 6
3508
+ }],
3509
+ base: 'ibc/3811C86196B2E57CB38606FF179D8311AB4E3161C1D8686CF45B904526577DF8',
3510
+ name: 'ERIS Alliance Staked boneWHALE',
3511
+ display: 'boneWHALEt',
3512
+ symbol: 'boneWHALEt',
3513
+ logo_URIs: {
3514
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/bonewhalet.svg'
3515
+ },
3516
+ images: [{
3517
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/bonewhalet.svg'
3518
+ }],
3519
+ traces: [{
3520
+ type: 'ibc',
3521
+ counterparty: {
3522
+ channel_id: 'channel-78',
3523
+ base_denom: 'factory/terra10j3zrymfrkta2pxe0gklc79gu06tqyuy8c3kh6tqdsrrprsjqkrqzfl4df/boneWHALEt',
3524
+ chain_name: 'terra2'
3525
+ },
3526
+ chain: {
3527
+ channel_id: 'channel-2'
3528
+ }
3529
+ }]
3530
+ }, {
3531
+ description: 'ERIS Liquid Enterprise Staked ROAR',
3532
+ denom_units: [{
3533
+ denom: 'ibc/59538ED4359E2BD6107F622DE0DA7713058356B209C9A97ECEE71C4ACAF02B3D',
3534
+ exponent: 0,
3535
+ aliases: ['factory/terra1vklefn7n6cchn0u962w3gaszr4vf52wjvd4y95t2sydwpmpdtszsqvk9wy/ampROAR']
3536
+ }, {
3537
+ denom: 'ampROAR',
3538
+ exponent: 6
3539
+ }],
3540
+ base: 'ibc/59538ED4359E2BD6107F622DE0DA7713058356B209C9A97ECEE71C4ACAF02B3D',
3541
+ name: 'ERIS Amplified ROAR',
3542
+ display: 'ampROAR',
3543
+ symbol: 'ampROAR',
3544
+ logo_URIs: {
3545
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/amproar.png'
3546
+ },
3547
+ images: [{
3548
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/amproar.png'
3549
+ }],
3550
+ traces: [{
3551
+ type: 'ibc',
3552
+ counterparty: {
3553
+ channel_id: 'channel-78',
3554
+ base_denom: 'factory/terra1vklefn7n6cchn0u962w3gaszr4vf52wjvd4y95t2sydwpmpdtszsqvk9wy/ampROAR',
3555
+ chain_name: 'terra2'
3556
+ },
3557
+ chain: {
3558
+ channel_id: 'channel-2'
3559
+ }
3560
+ }]
3561
+ }, {
3562
+ denom_units: [{
3563
+ denom: 'ibc/6FC7ED0EA69041D0369A4CF04FAB1AAA43DB2CCEBBC275B102168D6781C09517',
3564
+ exponent: 0,
3565
+ aliases: ['ibc/A356EC90DC3AE43D485514DA7260EDC7ABB5CFAA0654CE2524C739392975AD3C']
3566
+ }, {
3567
+ denom: 'factory/neutron1ug740qrkquxzrk2hh29qrlx3sktkfml3je7juusc2te7xmvsscns0n2wry/wstETH',
3568
+ exponent: 18
3569
+ }],
3570
+ type_asset: 'ics20',
3571
+ base: 'ibc/6FC7ED0EA69041D0369A4CF04FAB1AAA43DB2CCEBBC275B102168D6781C09517',
3572
+ name: 'Wrapped Lido Staked Ether',
3573
+ display: 'wstETH',
3574
+ symbol: 'wstETH',
3575
+ traces: [{
3576
+ type: 'ibc',
3577
+ counterparty: {
3578
+ channel_id: 'channel-78',
3579
+ base_denom: 'ibc/A356EC90DC3AE43D485514DA7260EDC7ABB5CFAA0654CE2524C739392975AD3C',
3580
+ chain_name: 'terra2'
3581
+ },
3582
+ chain: {
3583
+ channel_id: 'channel-2'
3584
+ }
3585
+ }],
3586
+ images: [{
3587
+ image_sync: {
3588
+ chain_name: 'neutron',
3589
+ base_denom: 'factory/neutron1ug740qrkquxzrk2hh29qrlx3sktkfml3je7juusc2te7xmvsscns0n2wry/wstETH'
3590
+ },
3591
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wsteth.svg'
3592
+ }],
3593
+ logo_URIs: {
3594
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wsteth.svg'
3595
+ }
3596
+ }]
3597
+ };
3598
+ var _default = exports["default"] = assets;