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