@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,2692 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports["default"] = void 0;
7
+ var assets = {
8
+ chain_name: 'assetmantle',
9
+ assets: [{
10
+ description: 'The native token of JUNO Chain',
11
+ denom_units: [{
12
+ denom: 'ibc/4CD525F166D32B0132C095F353F4C6F033B0FF5C49141470D1EFDA1D63303D04',
13
+ exponent: 0,
14
+ aliases: ['ujuno']
15
+ }, {
16
+ denom: 'juno',
17
+ exponent: 6
18
+ }],
19
+ base: 'ibc/4CD525F166D32B0132C095F353F4C6F033B0FF5C49141470D1EFDA1D63303D04',
20
+ name: 'Juno',
21
+ display: 'juno',
22
+ symbol: 'JUNO',
23
+ logo_URIs: {
24
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.png',
25
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.svg'
26
+ },
27
+ coingecko_id: 'juno-network',
28
+ images: [{
29
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.png',
30
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.svg'
31
+ }],
32
+ traces: [{
33
+ type: 'ibc',
34
+ counterparty: {
35
+ channel_id: 'channel-83',
36
+ base_denom: 'ujuno',
37
+ chain_name: 'juno'
38
+ },
39
+ chain: {
40
+ channel_id: 'channel-2'
41
+ }
42
+ }]
43
+ }, {
44
+ denom_units: [{
45
+ denom: 'ibc/FCE390D49328DA97EE71B40B3C0085C5D80845B7C77009CD791F87179F86DEFB',
46
+ exponent: 0,
47
+ aliases: ['ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9']
48
+ }, {
49
+ denom: 'atom',
50
+ exponent: 6
51
+ }],
52
+ type_asset: 'ics20',
53
+ base: 'ibc/FCE390D49328DA97EE71B40B3C0085C5D80845B7C77009CD791F87179F86DEFB',
54
+ name: 'ATOM on Juno',
55
+ display: 'atom',
56
+ symbol: 'ATOM',
57
+ traces: [{
58
+ type: 'ibc',
59
+ counterparty: {
60
+ channel_id: 'channel-83',
61
+ base_denom: 'ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9',
62
+ chain_name: 'juno'
63
+ },
64
+ chain: {
65
+ channel_id: 'channel-2'
66
+ }
67
+ }],
68
+ images: [{
69
+ image_sync: {
70
+ chain_name: 'cosmoshub',
71
+ base_denom: 'uatom'
72
+ },
73
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
74
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
75
+ }],
76
+ logo_URIs: {
77
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
78
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
79
+ }
80
+ }, {
81
+ description: 'Bored APE IBC club token',
82
+ type_asset: 'cw20',
83
+ address: 'juno1s2dp05rspeuzzpzyzdchk262szehrtfpz847uvf98cnwh53ulx4qg20qwj',
84
+ denom_units: [{
85
+ denom: 'cw20:juno1s2dp05rspeuzzpzyzdchk262szehrtfpz847uvf98cnwh53ulx4qg20qwj',
86
+ exponent: 0
87
+ }, {
88
+ denom: 'banana',
89
+ exponent: 6
90
+ }],
91
+ base: 'ibc/D07580A7D155F80ADA6CF31E75A964453CC179AF91CC591A040F214708E9D94E',
92
+ name: 'Banana Token',
93
+ display: 'banana',
94
+ symbol: 'BANANA',
95
+ logo_URIs: {
96
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/banana.png'
97
+ },
98
+ images: [{
99
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/banana.png'
100
+ }],
101
+ traces: [{
102
+ type: 'ibc',
103
+ counterparty: {
104
+ channel_id: 'channel-83',
105
+ base_denom: 'cw20:juno1s2dp05rspeuzzpzyzdchk262szehrtfpz847uvf98cnwh53ulx4qg20qwj',
106
+ chain_name: 'juno'
107
+ },
108
+ chain: {
109
+ channel_id: 'channel-2'
110
+ }
111
+ }]
112
+ }, {
113
+ denom_units: [{
114
+ denom: 'ibc/4B99C00937D3B974B5407DE23EA5F5ED5600709C765C764DAD984224E8898D4E',
115
+ exponent: 0,
116
+ aliases: ['factory/juno1qly4zcmzr2gyxtze5yt9chv2srczwwunppxjfh/NEXX']
117
+ }, {
118
+ denom: 'nexx',
119
+ exponent: 6
120
+ }],
121
+ address: 'juno1qly4zcmzr2gyxtze5yt9chv2srczwwunppxjfh',
122
+ base: 'ibc/4B99C00937D3B974B5407DE23EA5F5ED5600709C765C764DAD984224E8898D4E',
123
+ name: 'NEXX GEN AI',
124
+ display: 'nexx',
125
+ symbol: 'NEXX',
126
+ logo_URIs: {
127
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/nexx.png'
128
+ },
129
+ images: [{
130
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/nexx.png'
131
+ }],
132
+ traces: [{
133
+ type: 'ibc',
134
+ counterparty: {
135
+ channel_id: 'channel-83',
136
+ base_denom: 'factory/juno1qly4zcmzr2gyxtze5yt9chv2srczwwunppxjfh/NEXX',
137
+ chain_name: 'juno'
138
+ },
139
+ chain: {
140
+ channel_id: 'channel-2'
141
+ }
142
+ }]
143
+ }, {
144
+ denom_units: [{
145
+ denom: 'ibc/D2A9F46C664C0C789B8D884B5082232D4E3FD1DFBE729B91B94A45F8BCFF13A5',
146
+ exponent: 0,
147
+ aliases: ['factory/juno1u805lv20qc6jy7c3ttre7nct6uyl20pfky5r7e/DGL']
148
+ }, {
149
+ denom: 'dgl',
150
+ exponent: 6
151
+ }],
152
+ address: 'juno1u805lv20qc6jy7c3ttre7nct6uyl20pfky5r7e',
153
+ base: 'ibc/D2A9F46C664C0C789B8D884B5082232D4E3FD1DFBE729B91B94A45F8BCFF13A5',
154
+ name: 'Licorice',
155
+ display: 'dgl',
156
+ symbol: 'DGL',
157
+ logo_URIs: {
158
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dgl.png'
159
+ },
160
+ images: [{
161
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dgl.png'
162
+ }],
163
+ traces: [{
164
+ type: 'ibc',
165
+ counterparty: {
166
+ channel_id: 'channel-83',
167
+ base_denom: 'factory/juno1u805lv20qc6jy7c3ttre7nct6uyl20pfky5r7e/DGL',
168
+ chain_name: 'juno'
169
+ },
170
+ chain: {
171
+ channel_id: 'channel-2'
172
+ }
173
+ }]
174
+ }, {
175
+ description: 'Hava Coin is the lifeblood of the Cosmos & Juno networks, rewarding builders and welcoming supporters. https://havacoin.xyz/',
176
+ denom_units: [{
177
+ denom: 'ibc/B72BEDF087485A4F349BCAAB8A882668B7EAFB7E23DF1CA0CB28C2E9DA1182D0',
178
+ exponent: 0,
179
+ aliases: ['factory/juno195asgku87kxgu48s447z0ryhsyn5rl3yzvfw0d/uhava']
180
+ }, {
181
+ denom: 'hava',
182
+ exponent: 6
183
+ }],
184
+ base: 'ibc/B72BEDF087485A4F349BCAAB8A882668B7EAFB7E23DF1CA0CB28C2E9DA1182D0',
185
+ name: 'Hava Coin',
186
+ display: 'hava',
187
+ symbol: 'HAVA',
188
+ logo_URIs: {
189
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hava.png'
190
+ },
191
+ images: [{
192
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hava.png'
193
+ }],
194
+ traces: [{
195
+ type: 'ibc',
196
+ counterparty: {
197
+ channel_id: 'channel-83',
198
+ base_denom: 'factory/juno195asgku87kxgu48s447z0ryhsyn5rl3yzvfw0d/uhava',
199
+ chain_name: 'juno'
200
+ },
201
+ chain: {
202
+ channel_id: 'channel-2'
203
+ }
204
+ }]
205
+ }, {
206
+ description: 'The native staking and governance token of the Kujira chain.',
207
+ denom_units: [{
208
+ denom: 'ibc/7CD0497ECB1486F19696C90E6CB500494DC67E2E83E127D97562A117C2316C1F',
209
+ exponent: 0,
210
+ aliases: ['ukuji']
211
+ }, {
212
+ denom: 'kuji',
213
+ exponent: 6
214
+ }],
215
+ base: 'ibc/7CD0497ECB1486F19696C90E6CB500494DC67E2E83E127D97562A117C2316C1F',
216
+ name: 'Kujira',
217
+ display: 'kuji',
218
+ symbol: 'KUJI',
219
+ coingecko_id: 'kujira',
220
+ logo_URIs: {
221
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.png',
222
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.svg'
223
+ },
224
+ images: [{
225
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.png',
226
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.svg'
227
+ }],
228
+ traces: [{
229
+ type: 'ibc',
230
+ counterparty: {
231
+ channel_id: 'channel-19',
232
+ base_denom: 'ukuji',
233
+ chain_name: 'kujira'
234
+ },
235
+ chain: {
236
+ channel_id: 'channel-65'
237
+ }
238
+ }]
239
+ }, {
240
+ description: 'The native over-collateralized stablecoin from the Kujira chain.',
241
+ denom_units: [{
242
+ denom: 'ibc/B880048533C81351A295933E0B8B03829BD54BF5C8978D78173B7DEE8F804547',
243
+ exponent: 0,
244
+ aliases: ['factory/kujira1qk00h5atutpsv900x202pxx42npjr9thg58dnqpa72f2p7m2luase444a7/uusk']
245
+ }, {
246
+ denom: 'usk',
247
+ exponent: 6
248
+ }],
249
+ base: 'ibc/B880048533C81351A295933E0B8B03829BD54BF5C8978D78173B7DEE8F804547',
250
+ name: 'USK',
251
+ display: 'usk',
252
+ symbol: 'USK',
253
+ coingecko_id: 'usk',
254
+ logo_URIs: {
255
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/usk.png',
256
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/usk.svg'
257
+ },
258
+ images: [{
259
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/usk.png',
260
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/usk.svg'
261
+ }],
262
+ traces: [{
263
+ type: 'ibc',
264
+ counterparty: {
265
+ channel_id: 'channel-19',
266
+ base_denom: 'factory/kujira1qk00h5atutpsv900x202pxx42npjr9thg58dnqpa72f2p7m2luase444a7/uusk',
267
+ chain_name: 'kujira'
268
+ },
269
+ chain: {
270
+ channel_id: 'channel-65'
271
+ }
272
+ }]
273
+ }, {
274
+ description: "Quark's auto-compounding KUJI derivative",
275
+ denom_units: [{
276
+ denom: 'ibc/857387058E2113D9A1384699BC866169CA38893A56B691A07EBE149FDE7B60A9',
277
+ exponent: 0,
278
+ aliases: ['factory/kujira1m96ucsfpt2yy72w09z2rxjdj38y5qd8lqx5jtggnejmdua2ynpnsxyvjex/urcpt']
279
+ }, {
280
+ denom: 'qcKUJI',
281
+ exponent: 6
282
+ }],
283
+ base: 'ibc/857387058E2113D9A1384699BC866169CA38893A56B691A07EBE149FDE7B60A9',
284
+ name: 'qcKUJI',
285
+ display: 'qcKUJI',
286
+ symbol: 'qcKUJI',
287
+ logo_URIs: {
288
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/qckuji.svg'
289
+ },
290
+ images: [{
291
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/qckuji.svg'
292
+ }],
293
+ traces: [{
294
+ type: 'ibc',
295
+ counterparty: {
296
+ channel_id: 'channel-19',
297
+ base_denom: 'factory/kujira1m96ucsfpt2yy72w09z2rxjdj38y5qd8lqx5jtggnejmdua2ynpnsxyvjex/urcpt',
298
+ chain_name: 'kujira'
299
+ },
300
+ chain: {
301
+ channel_id: 'channel-65'
302
+ }
303
+ }]
304
+ }, {
305
+ description: 'ampKUJI',
306
+ denom_units: [{
307
+ denom: 'ibc/DFA52669A9ABA2D89EC097D56D93BF807C909E09C03556784813275C824F1FFA',
308
+ exponent: 0,
309
+ aliases: ['factory/kujira1n3fr5f56r2ce0s37wdvwrk98yhhq3unnxgcqus8nzsfxvllk0yxquurqty/ampKUJI']
310
+ }, {
311
+ denom: 'ampKUJI',
312
+ exponent: 6
313
+ }],
314
+ base: 'ibc/DFA52669A9ABA2D89EC097D56D93BF807C909E09C03556784813275C824F1FFA',
315
+ name: 'ampKUJI',
316
+ display: 'ampKUJI',
317
+ symbol: 'ampKUJI',
318
+ logo_URIs: {
319
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/ampkuji.png',
320
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/ampkuji.svg'
321
+ },
322
+ images: [{
323
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/ampkuji.png',
324
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/ampkuji.svg'
325
+ }],
326
+ traces: [{
327
+ type: 'ibc',
328
+ counterparty: {
329
+ channel_id: 'channel-19',
330
+ base_denom: 'factory/kujira1n3fr5f56r2ce0s37wdvwrk98yhhq3unnxgcqus8nzsfxvllk0yxquurqty/ampKUJI',
331
+ chain_name: 'kujira'
332
+ },
333
+ chain: {
334
+ channel_id: 'channel-65'
335
+ }
336
+ }]
337
+ }, {
338
+ description: 'MantaDAO Governance Token',
339
+ denom_units: [{
340
+ denom: 'ibc/AFBBB7C9028094E9EBF35BF8760B91D5A896CF0E59BE490029660E427A8555C6',
341
+ exponent: 0,
342
+ aliases: ['factory/kujira1643jxg8wasy5cfcn7xm8rd742yeazcksqlg4d7/umnta']
343
+ }, {
344
+ denom: 'mnta',
345
+ exponent: 6
346
+ }],
347
+ base: 'ibc/AFBBB7C9028094E9EBF35BF8760B91D5A896CF0E59BE490029660E427A8555C6',
348
+ name: 'MantaDAO',
349
+ display: 'mnta',
350
+ symbol: 'MNTA',
351
+ coingecko_id: 'mantadao',
352
+ logo_URIs: {
353
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/mnta.png',
354
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/mnta.svg'
355
+ },
356
+ images: [{
357
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/mnta.png',
358
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/mnta.svg'
359
+ }],
360
+ traces: [{
361
+ type: 'ibc',
362
+ counterparty: {
363
+ channel_id: 'channel-19',
364
+ base_denom: 'factory/kujira1643jxg8wasy5cfcn7xm8rd742yeazcksqlg4d7/umnta',
365
+ chain_name: 'kujira'
366
+ },
367
+ chain: {
368
+ channel_id: 'channel-65'
369
+ }
370
+ }]
371
+ }, {
372
+ description: "Quark's auto-compounding MNTA derivative",
373
+ denom_units: [{
374
+ denom: 'ibc/6EA8BA3E0FEBD12D1736FDCF5A506349448D5E74F852B34B346750A9F1CA6F98',
375
+ exponent: 0,
376
+ aliases: ['factory/kujira1qzu3up50auxhqyzfq56znuj8n38q2ra7daaf9ef7vg8gu66jh4fqd2wd2y/urcpt']
377
+ }, {
378
+ denom: 'qcMNTA',
379
+ exponent: 6
380
+ }],
381
+ base: 'ibc/6EA8BA3E0FEBD12D1736FDCF5A506349448D5E74F852B34B346750A9F1CA6F98',
382
+ name: 'qcMNTA',
383
+ display: 'qcMNTA',
384
+ symbol: 'qcMNTA',
385
+ logo_URIs: {
386
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/qcmnta.svg'
387
+ },
388
+ images: [{
389
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/qcmnta.svg'
390
+ }],
391
+ traces: [{
392
+ type: 'ibc',
393
+ counterparty: {
394
+ channel_id: 'channel-19',
395
+ base_denom: 'factory/kujira1qzu3up50auxhqyzfq56znuj8n38q2ra7daaf9ef7vg8gu66jh4fqd2wd2y/urcpt',
396
+ chain_name: 'kujira'
397
+ },
398
+ chain: {
399
+ channel_id: 'channel-65'
400
+ }
401
+ }]
402
+ }, {
403
+ description: 'ERIS Liquid Staked MNTA',
404
+ denom_units: [{
405
+ denom: 'ibc/82360221944E1C78A90548EE72BC3BC2ED6E2F37B15401586F1D4C66A3143148',
406
+ exponent: 0,
407
+ aliases: ['factory/kujira175yatpvkpgw07w0chhzuks3zrrae9z9g2y6r7u5pzqesyau4x9eqqyv0rr/ampMNTA']
408
+ }, {
409
+ denom: 'ampMNTA',
410
+ exponent: 6
411
+ }],
412
+ base: 'ibc/82360221944E1C78A90548EE72BC3BC2ED6E2F37B15401586F1D4C66A3143148',
413
+ name: 'ERIS Amplified MNTA',
414
+ display: 'ampMNTA',
415
+ symbol: 'ampMNTA',
416
+ logo_URIs: {
417
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/ampmnta.png'
418
+ },
419
+ images: [{
420
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/ampmnta.png'
421
+ }],
422
+ traces: [{
423
+ type: 'ibc',
424
+ counterparty: {
425
+ channel_id: 'channel-19',
426
+ base_denom: 'factory/kujira175yatpvkpgw07w0chhzuks3zrrae9z9g2y6r7u5pzqesyau4x9eqqyv0rr/ampMNTA',
427
+ chain_name: 'kujira'
428
+ },
429
+ chain: {
430
+ channel_id: 'channel-65'
431
+ }
432
+ }]
433
+ }, {
434
+ description: 'The content house of Kujira',
435
+ denom_units: [{
436
+ denom: 'ibc/B8BF66D4D4D55146ABD6BA88374667AF3BAAE5337AFC9B7B97264FA333C27228',
437
+ exponent: 0,
438
+ aliases: ['factory/kujira12cjjeytrqcj25uv349thltcygnp9k0kukpct0e/uwink']
439
+ }, {
440
+ denom: 'wink',
441
+ exponent: 6
442
+ }],
443
+ base: 'ibc/B8BF66D4D4D55146ABD6BA88374667AF3BAAE5337AFC9B7B97264FA333C27228',
444
+ name: 'WINK',
445
+ display: 'wink',
446
+ symbol: 'WINK',
447
+ logo_URIs: {
448
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/wink.png',
449
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/wink.svg'
450
+ },
451
+ images: [{
452
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/wink.png',
453
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/wink.svg'
454
+ }],
455
+ traces: [{
456
+ type: 'ibc',
457
+ counterparty: {
458
+ channel_id: 'channel-19',
459
+ base_denom: 'factory/kujira12cjjeytrqcj25uv349thltcygnp9k0kukpct0e/uwink',
460
+ chain_name: 'kujira'
461
+ },
462
+ chain: {
463
+ channel_id: 'channel-65'
464
+ }
465
+ }]
466
+ }, {
467
+ description: 'Blend Token',
468
+ denom_units: [{
469
+ denom: 'ibc/C86DC05E876B0A66BFDDFA97BB6783C19F6C2FB33707F423867E40E70DFFF8DE',
470
+ exponent: 0,
471
+ aliases: ['factory/kujira1slueerjz7mx9jp45u3y0rjwtvhcf8a68wf2mjt/ublend']
472
+ }, {
473
+ denom: 'blend',
474
+ exponent: 6
475
+ }],
476
+ base: 'ibc/C86DC05E876B0A66BFDDFA97BB6783C19F6C2FB33707F423867E40E70DFFF8DE',
477
+ name: 'BLEND',
478
+ display: 'blend',
479
+ symbol: 'BLEND',
480
+ logo_URIs: {
481
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/blend.svg'
482
+ },
483
+ images: [{
484
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/blend.svg'
485
+ }],
486
+ traces: [{
487
+ type: 'ibc',
488
+ counterparty: {
489
+ channel_id: 'channel-19',
490
+ base_denom: 'factory/kujira1slueerjz7mx9jp45u3y0rjwtvhcf8a68wf2mjt/ublend',
491
+ chain_name: 'kujira'
492
+ },
493
+ chain: {
494
+ channel_id: 'channel-65'
495
+ }
496
+ }]
497
+ }, {
498
+ description: 'Tether USDt on Kujira',
499
+ denom_units: [{
500
+ denom: 'ibc/EB9DFC05982523E25047B360C5E3231B4370DAFB8D354B55FB56470182DF1395',
501
+ exponent: 0,
502
+ aliases: ['ibc/20014F963CC9E6488B299622F87B60C6DE71632864859EC08B4753478DAB2BB8']
503
+ }, {
504
+ denom: 'usdt',
505
+ exponent: 6
506
+ }],
507
+ type_asset: 'ics20',
508
+ base: 'ibc/EB9DFC05982523E25047B360C5E3231B4370DAFB8D354B55FB56470182DF1395',
509
+ name: 'Tether USD',
510
+ display: 'usdt',
511
+ symbol: 'USDT',
512
+ traces: [{
513
+ type: 'ibc',
514
+ counterparty: {
515
+ channel_id: 'channel-19',
516
+ base_denom: 'ibc/20014F963CC9E6488B299622F87B60C6DE71632864859EC08B4753478DAB2BB8',
517
+ chain_name: 'kujira'
518
+ },
519
+ chain: {
520
+ channel_id: 'channel-65'
521
+ }
522
+ }],
523
+ images: [{
524
+ image_sync: {
525
+ chain_name: 'kava',
526
+ base_denom: 'erc20/tether/usdt'
527
+ },
528
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
529
+ }],
530
+ logo_URIs: {
531
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
532
+ }
533
+ }, {
534
+ description: 'The staking and governance token of Fuzion',
535
+ denom_units: [{
536
+ denom: 'ibc/69351962FEB84A59BD6C66DF49FA2C77606CB63E684EF28D4F82009E48DE9340',
537
+ exponent: 0,
538
+ aliases: ['factory/kujira1sc6a0347cc5q3k890jj0pf3ylx2s38rh4sza4t/ufuzn']
539
+ }, {
540
+ denom: 'fuzn',
541
+ exponent: 6
542
+ }],
543
+ base: 'ibc/69351962FEB84A59BD6C66DF49FA2C77606CB63E684EF28D4F82009E48DE9340',
544
+ name: 'Fuzion',
545
+ display: 'fuzn',
546
+ symbol: 'FUZN',
547
+ logo_URIs: {
548
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuzion.png',
549
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuzion.svg'
550
+ },
551
+ images: [{
552
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuzion.png',
553
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuzion.svg'
554
+ }],
555
+ traces: [{
556
+ type: 'ibc',
557
+ counterparty: {
558
+ channel_id: 'channel-19',
559
+ base_denom: 'factory/kujira1sc6a0347cc5q3k890jj0pf3ylx2s38rh4sza4t/ufuzn',
560
+ chain_name: 'kujira'
561
+ },
562
+ chain: {
563
+ channel_id: 'channel-65'
564
+ }
565
+ }]
566
+ }, {
567
+ description: 'The receipt token of Fuzion',
568
+ denom_units: [{
569
+ denom: 'ibc/4CD6C8799F90EBFEFE4D80783ABC0FB9EC33BEADF6AA221970F123554238C676',
570
+ exponent: 0,
571
+ aliases: ['factory/kujira1sc6a0347cc5q3k890jj0pf3ylx2s38rh4sza4t/urfuzn']
572
+ }, {
573
+ denom: 'rfuzn',
574
+ exponent: 6
575
+ }],
576
+ base: 'ibc/4CD6C8799F90EBFEFE4D80783ABC0FB9EC33BEADF6AA221970F123554238C676',
577
+ name: 'Fuzion Receipt',
578
+ display: 'rfuzn',
579
+ symbol: 'rFUZN',
580
+ logo_URIs: {
581
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuzionr.png'
582
+ },
583
+ images: [{
584
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuzionr.png'
585
+ }],
586
+ traces: [{
587
+ type: 'ibc',
588
+ counterparty: {
589
+ channel_id: 'channel-19',
590
+ base_denom: 'factory/kujira1sc6a0347cc5q3k890jj0pf3ylx2s38rh4sza4t/urfuzn',
591
+ chain_name: 'kujira'
592
+ },
593
+ chain: {
594
+ channel_id: 'channel-65'
595
+ }
596
+ }]
597
+ }, {
598
+ description: 'The yield token of Fuzion',
599
+ denom_units: [{
600
+ denom: 'ibc/DA7EF9D2EC7A94E2A2A517AD8637F2EDD38976112E8487C749945106854F3780',
601
+ exponent: 0,
602
+ aliases: ['factory/kujira1sc6a0347cc5q3k890jj0pf3ylx2s38rh4sza4t/uyfuzn']
603
+ }, {
604
+ denom: 'yfuzn',
605
+ exponent: 6
606
+ }],
607
+ base: 'ibc/DA7EF9D2EC7A94E2A2A517AD8637F2EDD38976112E8487C749945106854F3780',
608
+ name: 'Fuzion Yield',
609
+ display: 'yfuzn',
610
+ symbol: 'yFUZN',
611
+ logo_URIs: {
612
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuziony.svg'
613
+ },
614
+ images: [{
615
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuziony.svg'
616
+ }],
617
+ traces: [{
618
+ type: 'ibc',
619
+ counterparty: {
620
+ channel_id: 'channel-19',
621
+ base_denom: 'factory/kujira1sc6a0347cc5q3k890jj0pf3ylx2s38rh4sza4t/uyfuzn',
622
+ chain_name: 'kujira'
623
+ },
624
+ chain: {
625
+ channel_id: 'channel-65'
626
+ }
627
+ }]
628
+ }, {
629
+ description: "Quark's auto-compounding FUZN derivative",
630
+ denom_units: [{
631
+ denom: 'ibc/2F89277B597964C402E39998EDE6E451D4EE94BAB852831B21E85DE769906AF9',
632
+ exponent: 0,
633
+ aliases: ['factory/kujira1l04ged98c7a7s9tllu62ld09ztylwf442qgm4thfgmadrvngeumsz4zrh2/urcpt']
634
+ }, {
635
+ denom: 'qcFUZN',
636
+ exponent: 6
637
+ }],
638
+ base: 'ibc/2F89277B597964C402E39998EDE6E451D4EE94BAB852831B21E85DE769906AF9',
639
+ name: 'qcFUZN',
640
+ display: 'qcFUZN',
641
+ symbol: 'qcFUZN',
642
+ logo_URIs: {
643
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/qcfuzn.svg'
644
+ },
645
+ images: [{
646
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/qcfuzn.svg'
647
+ }],
648
+ traces: [{
649
+ type: 'ibc',
650
+ counterparty: {
651
+ channel_id: 'channel-19',
652
+ base_denom: 'factory/kujira1l04ged98c7a7s9tllu62ld09ztylwf442qgm4thfgmadrvngeumsz4zrh2/urcpt',
653
+ chain_name: 'kujira'
654
+ },
655
+ chain: {
656
+ channel_id: 'channel-65'
657
+ }
658
+ }]
659
+ }, {
660
+ description: 'The Revenue & Governance token of Unstake.fi',
661
+ denom_units: [{
662
+ denom: 'ibc/D9B1676502A33EC08236BB3C72F64E5E00DAAA54CDFE4B93B5601832532772ED',
663
+ exponent: 0,
664
+ aliases: ['factory/kujira1aaudpfr9y23lt9d45hrmskphpdfaq9ajxd3ukh/unstk']
665
+ }, {
666
+ denom: 'nstk',
667
+ exponent: 6
668
+ }],
669
+ base: 'ibc/D9B1676502A33EC08236BB3C72F64E5E00DAAA54CDFE4B93B5601832532772ED',
670
+ name: 'Unstake Fi',
671
+ display: 'nstk',
672
+ symbol: 'NSTK',
673
+ logo_URIs: {
674
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/nstk.svg'
675
+ },
676
+ coingecko_id: 'unstake-fi',
677
+ images: [{
678
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/nstk.svg'
679
+ }],
680
+ traces: [{
681
+ type: 'ibc',
682
+ counterparty: {
683
+ channel_id: 'channel-19',
684
+ base_denom: 'factory/kujira1aaudpfr9y23lt9d45hrmskphpdfaq9ajxd3ukh/unstk',
685
+ chain_name: 'kujira'
686
+ },
687
+ chain: {
688
+ channel_id: 'channel-65'
689
+ }
690
+ }]
691
+ }, {
692
+ description: 'Local Money',
693
+ denom_units: [{
694
+ denom: 'ibc/B6C7C14F7ADC645DEE32EAE05F5451F0ADCF64556C12A7EFD39FDE2DEFFA4335',
695
+ exponent: 0,
696
+ aliases: ['factory/kujira1swkuyt08z74n5jl7zr6hx0ru5sa2yev5v896p6/local']
697
+ }, {
698
+ denom: 'local',
699
+ exponent: 6
700
+ }],
701
+ base: 'ibc/B6C7C14F7ADC645DEE32EAE05F5451F0ADCF64556C12A7EFD39FDE2DEFFA4335',
702
+ name: 'LOCAL',
703
+ display: 'local',
704
+ symbol: 'LOCAL',
705
+ logo_URIs: {
706
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/local.png'
707
+ },
708
+ images: [{
709
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/local.png'
710
+ }],
711
+ traces: [{
712
+ type: 'ibc',
713
+ counterparty: {
714
+ channel_id: 'channel-19',
715
+ base_denom: 'factory/kujira1swkuyt08z74n5jl7zr6hx0ru5sa2yev5v896p6/local',
716
+ chain_name: 'kujira'
717
+ },
718
+ chain: {
719
+ channel_id: 'channel-65'
720
+ }
721
+ }]
722
+ }, {
723
+ description: 'Food for whales',
724
+ denom_units: [{
725
+ denom: 'ibc/BB3688CDC5061558547F42BC0B046E2EFED556E940F52BA1712B7BAA39DB97A6',
726
+ exponent: 0,
727
+ aliases: ['factory/kujira166ysf07ze5suazfzj0r05tv8amk2yn8zvsfuu7/uplnk']
728
+ }, {
729
+ denom: 'PLNK',
730
+ exponent: 6
731
+ }],
732
+ base: 'ibc/BB3688CDC5061558547F42BC0B046E2EFED556E940F52BA1712B7BAA39DB97A6',
733
+ name: 'Plankton',
734
+ display: 'PLNK',
735
+ symbol: 'PLNK',
736
+ logo_URIs: {
737
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/PLNK_drk.png'
738
+ },
739
+ images: [{
740
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/PLNK_drk.png'
741
+ }],
742
+ traces: [{
743
+ type: 'ibc',
744
+ counterparty: {
745
+ channel_id: 'channel-19',
746
+ base_denom: 'factory/kujira166ysf07ze5suazfzj0r05tv8amk2yn8zvsfuu7/uplnk',
747
+ chain_name: 'kujira'
748
+ },
749
+ chain: {
750
+ channel_id: 'channel-65'
751
+ }
752
+ }]
753
+ }, {
754
+ denom_units: [{
755
+ denom: 'ibc/5E3DAC81E8BDFFF203F28ADDDEDF6232E7999C40A5E6E1481ED5006EDC40DA2A',
756
+ exponent: 0,
757
+ aliases: ['ibc/E5CA126979E2FFB4C70C072F8094D07ECF27773B37623AD2BF7582AD0726F0F3']
758
+ }, {
759
+ denom: 'sol',
760
+ exponent: 8
761
+ }],
762
+ base: 'ibc/5E3DAC81E8BDFFF203F28ADDDEDF6232E7999C40A5E6E1481ED5006EDC40DA2A',
763
+ name: 'Wormhole Solana',
764
+ display: 'sol',
765
+ symbol: 'whSOL',
766
+ traces: [{
767
+ type: 'ibc',
768
+ counterparty: {
769
+ channel_id: 'channel-19',
770
+ base_denom: 'ibc/E5CA126979E2FFB4C70C072F8094D07ECF27773B37623AD2BF7582AD0726F0F3',
771
+ chain_name: 'kujira'
772
+ },
773
+ chain: {
774
+ channel_id: 'channel-65'
775
+ }
776
+ }],
777
+ images: [{
778
+ image_sync: {
779
+ chain_name: 'gateway',
780
+ base_denom: 'factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/8sYgCzLRJC3J7qPn2bNbx6PiGcarhyx8rBhVaNnfvHCA'
781
+ },
782
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol.svg'
783
+ }],
784
+ logo_URIs: {
785
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol.svg'
786
+ }
787
+ }, {
788
+ denom_units: [{
789
+ denom: 'ibc/9036DD80590DF49A51DB761699E6B4D9A5E8E369831937DAE1FC13E661B51B65',
790
+ exponent: 0,
791
+ aliases: ['ibc/F3AA7EF362EC5E791FE78A0F4CCC69FEE1F9A7485EB1A8CAB3F6601C00522F10']
792
+ }, {
793
+ denom: 'evmos',
794
+ exponent: 18
795
+ }],
796
+ base: 'ibc/9036DD80590DF49A51DB761699E6B4D9A5E8E369831937DAE1FC13E661B51B65',
797
+ name: 'Evmos',
798
+ display: 'evmos',
799
+ symbol: 'EVMOS',
800
+ traces: [{
801
+ type: 'ibc',
802
+ counterparty: {
803
+ channel_id: 'channel-19',
804
+ base_denom: 'ibc/F3AA7EF362EC5E791FE78A0F4CCC69FEE1F9A7485EB1A8CAB3F6601C00522F10',
805
+ chain_name: 'kujira'
806
+ },
807
+ chain: {
808
+ channel_id: 'channel-65'
809
+ }
810
+ }],
811
+ images: [{
812
+ image_sync: {
813
+ chain_name: 'evmos',
814
+ base_denom: 'aevmos'
815
+ },
816
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.png',
817
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.svg'
818
+ }],
819
+ logo_URIs: {
820
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.png',
821
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.svg'
822
+ }
823
+ }, {
824
+ denom_units: [{
825
+ denom: 'ibc/B234DAC4C4C7949411E36EED44CA89221C926E4EC0A975F103751FDF19E43CDA',
826
+ exponent: 0,
827
+ aliases: ['ibc/004EBF085BBED1029326D56BE8A2E67C08CECE670A94AC1947DF413EF5130EB2']
828
+ }, {
829
+ denom: 'avax',
830
+ exponent: 18
831
+ }],
832
+ type_asset: 'ics20',
833
+ base: 'ibc/B234DAC4C4C7949411E36EED44CA89221C926E4EC0A975F103751FDF19E43CDA',
834
+ name: 'Axelar Wrapped AVAX',
835
+ display: 'avax',
836
+ symbol: 'wAVAX',
837
+ traces: [{
838
+ type: 'ibc',
839
+ counterparty: {
840
+ channel_id: 'channel-19',
841
+ base_denom: 'ibc/004EBF085BBED1029326D56BE8A2E67C08CECE670A94AC1947DF413EF5130EB2',
842
+ chain_name: 'kujira'
843
+ },
844
+ chain: {
845
+ channel_id: 'channel-65'
846
+ }
847
+ }],
848
+ images: [{
849
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/avalanche/images/wavax.svg'
850
+ }],
851
+ logo_URIs: {
852
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/avalanche/images/wavax.svg'
853
+ }
854
+ }, {
855
+ denom_units: [{
856
+ denom: 'ibc/6836B8274BFA24269642C44BC95DBEE2DCC5CB90B2C2730AAD0D3272452D3640',
857
+ exponent: 0,
858
+ aliases: ['ibc/FE98AAD68F02F03565E9FA39A5E627946699B2B07115889ED812D8BA639576A9']
859
+ }, {
860
+ denom: 'usdc',
861
+ exponent: 6
862
+ }],
863
+ type_asset: 'ics20',
864
+ base: 'ibc/6836B8274BFA24269642C44BC95DBEE2DCC5CB90B2C2730AAD0D3272452D3640',
865
+ name: 'Noble USD Coin',
866
+ display: 'usdc',
867
+ symbol: 'USDC',
868
+ traces: [{
869
+ type: 'ibc',
870
+ counterparty: {
871
+ channel_id: 'channel-19',
872
+ base_denom: 'ibc/FE98AAD68F02F03565E9FA39A5E627946699B2B07115889ED812D8BA639576A9',
873
+ chain_name: 'kujira'
874
+ },
875
+ chain: {
876
+ channel_id: 'channel-65'
877
+ }
878
+ }],
879
+ images: [{
880
+ image_sync: {
881
+ chain_name: 'noble',
882
+ base_denom: 'uusdc'
883
+ },
884
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png',
885
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg'
886
+ }],
887
+ logo_URIs: {
888
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png',
889
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg'
890
+ }
891
+ }, {
892
+ denom_units: [{
893
+ denom: 'ibc/19BD52042FE2D907DD54825D65CC167430D94B7EC5FBDC4597691373B8BD4F67',
894
+ exponent: 0,
895
+ aliases: ['ibc/47BD209179859CDE4A2806763D7189B6E6FE13A17880FE2B42DE1E6C1E329E23']
896
+ }, {
897
+ denom: 'osmo',
898
+ exponent: 6
899
+ }],
900
+ type_asset: 'ics20',
901
+ base: 'ibc/19BD52042FE2D907DD54825D65CC167430D94B7EC5FBDC4597691373B8BD4F67',
902
+ name: 'Osmosis',
903
+ display: 'osmo',
904
+ symbol: 'OSMO',
905
+ traces: [{
906
+ type: 'ibc',
907
+ counterparty: {
908
+ channel_id: 'channel-19',
909
+ base_denom: 'ibc/47BD209179859CDE4A2806763D7189B6E6FE13A17880FE2B42DE1E6C1E329E23',
910
+ chain_name: 'kujira'
911
+ },
912
+ chain: {
913
+ channel_id: 'channel-65'
914
+ }
915
+ }],
916
+ images: [{
917
+ image_sync: {
918
+ chain_name: 'osmosis',
919
+ base_denom: 'uosmo'
920
+ },
921
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
922
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
923
+ }],
924
+ logo_URIs: {
925
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
926
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
927
+ }
928
+ }, {
929
+ denom_units: [{
930
+ denom: 'ibc/2488943A7FBCFEABB8E5FCCB2ADFB3615BEE858161064122DB86485143FD649D',
931
+ exponent: 0,
932
+ aliases: ['ibc/295548A78785A1007F232DE286149A6FF512F180AF5657780FC89C009E2C348F']
933
+ }, {
934
+ denom: 'usdc',
935
+ exponent: 6
936
+ }],
937
+ type_asset: 'ics20',
938
+ base: 'ibc/2488943A7FBCFEABB8E5FCCB2ADFB3615BEE858161064122DB86485143FD649D',
939
+ name: 'Axelar USD Coin',
940
+ display: 'usdc',
941
+ symbol: 'axlUSDC',
942
+ traces: [{
943
+ type: 'ibc',
944
+ counterparty: {
945
+ channel_id: 'channel-19',
946
+ base_denom: 'ibc/295548A78785A1007F232DE286149A6FF512F180AF5657780FC89C009E2C348F',
947
+ chain_name: 'kujira'
948
+ },
949
+ chain: {
950
+ channel_id: 'channel-65'
951
+ }
952
+ }],
953
+ images: [{
954
+ image_sync: {
955
+ chain_name: 'axelar',
956
+ base_denom: 'uusdc'
957
+ },
958
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.png',
959
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg'
960
+ }],
961
+ logo_URIs: {
962
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.png',
963
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg'
964
+ }
965
+ }, {
966
+ denom_units: [{
967
+ denom: 'ibc/20F723093160BD24C10F9514CC051F79751C99F83FA1BA1643D2197BC8BF69D7',
968
+ exponent: 0,
969
+ aliases: ['ibc/3607EB5B5E64DD1C0E12E07F077FF470D5BC4706AFCBC98FE1BA960E5AE4CE07']
970
+ }, {
971
+ denom: 'cmdx',
972
+ exponent: 6
973
+ }],
974
+ type_asset: 'ics20',
975
+ base: 'ibc/20F723093160BD24C10F9514CC051F79751C99F83FA1BA1643D2197BC8BF69D7',
976
+ name: 'Comdex',
977
+ display: 'cmdx',
978
+ symbol: 'CMDX',
979
+ traces: [{
980
+ type: 'ibc',
981
+ counterparty: {
982
+ channel_id: 'channel-19',
983
+ base_denom: 'ibc/3607EB5B5E64DD1C0E12E07F077FF470D5BC4706AFCBC98FE1BA960E5AE4CE07',
984
+ chain_name: 'kujira'
985
+ },
986
+ chain: {
987
+ channel_id: 'channel-65'
988
+ }
989
+ }],
990
+ images: [{
991
+ image_sync: {
992
+ chain_name: 'comdex',
993
+ base_denom: 'ucmdx'
994
+ },
995
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmdx.png',
996
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmdx.svg'
997
+ }],
998
+ logo_URIs: {
999
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmdx.png',
1000
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmdx.svg'
1001
+ }
1002
+ }, {
1003
+ denom_units: [{
1004
+ denom: 'ibc/AAC4F47260F6A2334AF73902B76B4D3AB2102B0D160DC22A0EE4447CA5BED296',
1005
+ exponent: 0,
1006
+ aliases: ['ibc/EFF323CC632EC4F747C61BCE238A758EFDB7699C3226565F7C20DA06509D59A5']
1007
+ }, {
1008
+ denom: 'juno',
1009
+ exponent: 6
1010
+ }],
1011
+ base: 'ibc/AAC4F47260F6A2334AF73902B76B4D3AB2102B0D160DC22A0EE4447CA5BED296',
1012
+ name: 'Juno',
1013
+ display: 'juno',
1014
+ symbol: 'JUNO',
1015
+ traces: [{
1016
+ type: 'ibc',
1017
+ counterparty: {
1018
+ channel_id: 'channel-19',
1019
+ base_denom: 'ibc/EFF323CC632EC4F747C61BCE238A758EFDB7699C3226565F7C20DA06509D59A5',
1020
+ chain_name: 'kujira'
1021
+ },
1022
+ chain: {
1023
+ channel_id: 'channel-65'
1024
+ }
1025
+ }],
1026
+ images: [{
1027
+ image_sync: {
1028
+ chain_name: 'juno',
1029
+ base_denom: 'ujuno'
1030
+ },
1031
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.png',
1032
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.svg'
1033
+ }],
1034
+ logo_URIs: {
1035
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.png',
1036
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.svg'
1037
+ }
1038
+ }, {
1039
+ denom_units: [{
1040
+ denom: 'ibc/33F965CEBB11EBBDAECFF96C60231242F3FBD83EA1E9DE777A7F43E83D870106',
1041
+ exponent: 0,
1042
+ aliases: ['ibc/1B38805B1C75352B28169284F96DF56BDEBD9E8FAC005BDCC8CF0378C82AA8E7']
1043
+ }, {
1044
+ denom: 'weth',
1045
+ exponent: 18
1046
+ }],
1047
+ type_asset: 'ics20',
1048
+ base: 'ibc/33F965CEBB11EBBDAECFF96C60231242F3FBD83EA1E9DE777A7F43E83D870106',
1049
+ name: 'Axelar Wrapped Ether',
1050
+ display: 'weth',
1051
+ symbol: 'wETH',
1052
+ traces: [{
1053
+ type: 'ibc',
1054
+ counterparty: {
1055
+ channel_id: 'channel-19',
1056
+ base_denom: 'ibc/1B38805B1C75352B28169284F96DF56BDEBD9E8FAC005BDCC8CF0378C82AA8E7',
1057
+ chain_name: 'kujira'
1058
+ },
1059
+ chain: {
1060
+ channel_id: 'channel-65'
1061
+ }
1062
+ }],
1063
+ images: [{
1064
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/weth.png'
1065
+ }],
1066
+ logo_URIs: {
1067
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/weth.png'
1068
+ }
1069
+ }, {
1070
+ denom_units: [{
1071
+ denom: 'ibc/542DD22E8C4FC80CA080EE3CC2155C232066A8ABBDE3690C8B6C9DB192D6AF5B',
1072
+ exponent: 0,
1073
+ aliases: ['ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2']
1074
+ }, {
1075
+ denom: 'atom',
1076
+ exponent: 6
1077
+ }],
1078
+ type_asset: 'ics20',
1079
+ base: 'ibc/542DD22E8C4FC80CA080EE3CC2155C232066A8ABBDE3690C8B6C9DB192D6AF5B',
1080
+ name: 'Cosmos Hub Atom',
1081
+ display: 'atom',
1082
+ symbol: 'ATOM',
1083
+ traces: [{
1084
+ type: 'ibc',
1085
+ counterparty: {
1086
+ channel_id: 'channel-19',
1087
+ base_denom: 'ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2',
1088
+ chain_name: 'kujira'
1089
+ },
1090
+ chain: {
1091
+ channel_id: 'channel-65'
1092
+ }
1093
+ }],
1094
+ images: [{
1095
+ image_sync: {
1096
+ chain_name: 'cosmoshub',
1097
+ base_denom: 'uatom'
1098
+ },
1099
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
1100
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
1101
+ }],
1102
+ logo_URIs: {
1103
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
1104
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
1105
+ }
1106
+ }, {
1107
+ denom_units: [{
1108
+ denom: 'ibc/65EA9DD3E8464CF4DAD483643A60CF1120E9B7F8128ED9455517DF52B9B0CD62',
1109
+ exponent: 0,
1110
+ aliases: ['ibc/DA59C009A0B3B95E0549E6BF7B075C8239285989FF457A8EDDBB56F10B2A6986']
1111
+ }, {
1112
+ denom: 'luna',
1113
+ exponent: 6
1114
+ }],
1115
+ base: 'ibc/65EA9DD3E8464CF4DAD483643A60CF1120E9B7F8128ED9455517DF52B9B0CD62',
1116
+ name: 'Luna',
1117
+ display: 'luna',
1118
+ symbol: 'LUNA',
1119
+ traces: [{
1120
+ type: 'ibc',
1121
+ counterparty: {
1122
+ channel_id: 'channel-19',
1123
+ base_denom: 'ibc/DA59C009A0B3B95E0549E6BF7B075C8239285989FF457A8EDDBB56F10B2A6986',
1124
+ chain_name: 'kujira'
1125
+ },
1126
+ chain: {
1127
+ channel_id: 'channel-65'
1128
+ }
1129
+ }],
1130
+ images: [{
1131
+ image_sync: {
1132
+ chain_name: 'luna',
1133
+ base_denom: 'uluna'
1134
+ },
1135
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.png',
1136
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.svg'
1137
+ }],
1138
+ logo_URIs: {
1139
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.png',
1140
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.svg'
1141
+ }
1142
+ }, {
1143
+ denom_units: [{
1144
+ denom: 'ibc/9695AB20D4517CF0EFD3D56F1BDC2632554510DDB1D89602F705C71DC41AAE61',
1145
+ exponent: 0,
1146
+ aliases: ['ibc/4F393C3FCA4190C0A6756CE7F6D897D5D1BE57D6CCB80D0BC87393566A7B6602']
1147
+ }, {
1148
+ denom: 'stars',
1149
+ exponent: 6
1150
+ }],
1151
+ type_asset: 'ics20',
1152
+ base: 'ibc/9695AB20D4517CF0EFD3D56F1BDC2632554510DDB1D89602F705C71DC41AAE61',
1153
+ name: 'Stargaze',
1154
+ display: 'stars',
1155
+ symbol: 'STARS',
1156
+ traces: [{
1157
+ type: 'ibc',
1158
+ counterparty: {
1159
+ channel_id: 'channel-19',
1160
+ base_denom: 'ibc/4F393C3FCA4190C0A6756CE7F6D897D5D1BE57D6CCB80D0BC87393566A7B6602',
1161
+ chain_name: 'kujira'
1162
+ },
1163
+ chain: {
1164
+ channel_id: 'channel-65'
1165
+ }
1166
+ }],
1167
+ images: [{
1168
+ image_sync: {
1169
+ chain_name: 'stargaze',
1170
+ base_denom: 'ustars'
1171
+ },
1172
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
1173
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg'
1174
+ }],
1175
+ logo_URIs: {
1176
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
1177
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg'
1178
+ }
1179
+ }, {
1180
+ denom_units: [{
1181
+ denom: 'ibc/328A2C834FB40072905267FDAA0886AE7012218DE4C44510AF2154E05E0163BB',
1182
+ exponent: 0,
1183
+ aliases: ['ibc/A358D7F19237777AF6D8AD0E0F53268F8B18AE8A53ED318095C14D6D7F3B2DB5']
1184
+ }, {
1185
+ denom: 'scrt',
1186
+ exponent: 6
1187
+ }],
1188
+ base: 'ibc/328A2C834FB40072905267FDAA0886AE7012218DE4C44510AF2154E05E0163BB',
1189
+ name: 'Secret Network',
1190
+ display: 'scrt',
1191
+ symbol: 'SCRT',
1192
+ traces: [{
1193
+ type: 'ibc',
1194
+ counterparty: {
1195
+ channel_id: 'channel-19',
1196
+ base_denom: 'ibc/A358D7F19237777AF6D8AD0E0F53268F8B18AE8A53ED318095C14D6D7F3B2DB5',
1197
+ chain_name: 'kujira'
1198
+ },
1199
+ chain: {
1200
+ channel_id: 'channel-65'
1201
+ }
1202
+ }],
1203
+ images: [{
1204
+ image_sync: {
1205
+ chain_name: 'scrt',
1206
+ base_denom: 'uscrt'
1207
+ },
1208
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
1209
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
1210
+ }],
1211
+ logo_URIs: {
1212
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
1213
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
1214
+ }
1215
+ }, {
1216
+ description: 'The native token of OKExChain',
1217
+ denom_units: [{
1218
+ denom: 'ibc/33E3481B6DE69CBABF20B3130A10F7CDF0B0ED5F0EB9F9980AD92A1B3C0DDB5D',
1219
+ exponent: 0,
1220
+ aliases: ['wei']
1221
+ }, {
1222
+ denom: 'okt',
1223
+ exponent: 18
1224
+ }],
1225
+ base: 'ibc/33E3481B6DE69CBABF20B3130A10F7CDF0B0ED5F0EB9F9980AD92A1B3C0DDB5D',
1226
+ name: 'OKExChain',
1227
+ display: 'okt',
1228
+ symbol: 'OKT',
1229
+ logo_URIs: {
1230
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/okexchain/images/okc.png'
1231
+ },
1232
+ coingecko_id: 'oec-token',
1233
+ images: [{
1234
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/okexchain/images/okc.png'
1235
+ }],
1236
+ traces: [{
1237
+ type: 'ibc',
1238
+ counterparty: {
1239
+ channel_id: 'channel-30',
1240
+ base_denom: 'wei',
1241
+ chain_name: 'okexchain'
1242
+ },
1243
+ chain: {
1244
+ channel_id: 'channel-14'
1245
+ }
1246
+ }]
1247
+ }, {
1248
+ description: 'The native token of Osmosis',
1249
+ denom_units: [{
1250
+ denom: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
1251
+ exponent: 0,
1252
+ aliases: ['uosmo']
1253
+ }, {
1254
+ denom: 'osmo',
1255
+ exponent: 6
1256
+ }],
1257
+ base: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
1258
+ name: 'Osmosis',
1259
+ display: 'osmo',
1260
+ symbol: 'OSMO',
1261
+ logo_URIs: {
1262
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
1263
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
1264
+ },
1265
+ coingecko_id: 'osmosis',
1266
+ keywords: ['dex', 'staking'],
1267
+ images: [{
1268
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
1269
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
1270
+ }],
1271
+ traces: [{
1272
+ type: 'ibc',
1273
+ counterparty: {
1274
+ channel_id: 'channel-232',
1275
+ base_denom: 'uosmo',
1276
+ chain_name: 'osmosis'
1277
+ },
1278
+ chain: {
1279
+ channel_id: 'channel-0'
1280
+ }
1281
+ }]
1282
+ }, {
1283
+ denom_units: [{
1284
+ denom: 'ibc/F7E92EE59B5428793F3EF5C1A4CB2494F61A9D0C9A69469D02390714A1372E16',
1285
+ exponent: 0,
1286
+ aliases: ['uion']
1287
+ }, {
1288
+ denom: 'ion',
1289
+ exponent: 6
1290
+ }],
1291
+ base: 'ibc/F7E92EE59B5428793F3EF5C1A4CB2494F61A9D0C9A69469D02390714A1372E16',
1292
+ name: 'Ion DAO',
1293
+ display: 'ion',
1294
+ symbol: 'ION',
1295
+ logo_URIs: {
1296
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
1297
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
1298
+ },
1299
+ coingecko_id: 'ion',
1300
+ keywords: ['memecoin'],
1301
+ images: [{
1302
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
1303
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
1304
+ }],
1305
+ traces: [{
1306
+ type: 'ibc',
1307
+ counterparty: {
1308
+ channel_id: 'channel-232',
1309
+ base_denom: 'uion',
1310
+ chain_name: 'osmosis'
1311
+ },
1312
+ chain: {
1313
+ channel_id: 'channel-0'
1314
+ }
1315
+ }]
1316
+ }, {
1317
+ denom_units: [{
1318
+ denom: 'ibc/3616134E71F4F7C0AFD22C439567E8C514BE88955903834F4580D9E3E4E3470F',
1319
+ exponent: 0,
1320
+ aliases: ['factory/osmo14klwqgkmackvx2tqa0trtg69dmy0nrg4ntq4gjgw2za4734r5seqjqm4gm/uibcx']
1321
+ }, {
1322
+ denom: 'ibcx',
1323
+ exponent: 6
1324
+ }],
1325
+ address: 'osmo14klwqgkmackvx2tqa0trtg69dmy0nrg4ntq4gjgw2za4734r5seqjqm4gm',
1326
+ base: 'ibc/3616134E71F4F7C0AFD22C439567E8C514BE88955903834F4580D9E3E4E3470F',
1327
+ name: 'IBC Index',
1328
+ display: 'ibcx',
1329
+ symbol: 'IBCX',
1330
+ logo_URIs: {
1331
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ibcx.svg'
1332
+ },
1333
+ coingecko_id: 'ibc-index',
1334
+ images: [{
1335
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ibcx.svg'
1336
+ }],
1337
+ traces: [{
1338
+ type: 'ibc',
1339
+ counterparty: {
1340
+ channel_id: 'channel-232',
1341
+ base_denom: 'factory/osmo14klwqgkmackvx2tqa0trtg69dmy0nrg4ntq4gjgw2za4734r5seqjqm4gm/uibcx',
1342
+ chain_name: 'osmosis'
1343
+ },
1344
+ chain: {
1345
+ channel_id: 'channel-0'
1346
+ }
1347
+ }]
1348
+ }, {
1349
+ denom_units: [{
1350
+ denom: 'ibc/D4A5AE8E8DD0D49F559F9D85EDF17643E3444BD424FFE7158A8187A5BAFDD463',
1351
+ exponent: 0,
1352
+ aliases: ['factory/osmo1xqw2sl9zk8a6pch0csaw78n4swg5ws8t62wc5qta4gnjxfqg6v2qcs243k/stuibcx']
1353
+ }, {
1354
+ denom: 'stibcx',
1355
+ exponent: 6
1356
+ }],
1357
+ address: 'osmo1xqw2sl9zk8a6pch0csaw78n4swg5ws8t62wc5qta4gnjxfqg6v2qcs243k',
1358
+ base: 'ibc/D4A5AE8E8DD0D49F559F9D85EDF17643E3444BD424FFE7158A8187A5BAFDD463',
1359
+ name: 'Staked IBCX',
1360
+ display: 'stibcx',
1361
+ symbol: 'stIBCX',
1362
+ logo_URIs: {
1363
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/stibcx.png',
1364
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/stibcx.svg'
1365
+ },
1366
+ images: [{
1367
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/stibcx.png',
1368
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/stibcx.svg'
1369
+ }],
1370
+ traces: [{
1371
+ type: 'ibc',
1372
+ counterparty: {
1373
+ channel_id: 'channel-232',
1374
+ base_denom: 'factory/osmo1xqw2sl9zk8a6pch0csaw78n4swg5ws8t62wc5qta4gnjxfqg6v2qcs243k/stuibcx',
1375
+ chain_name: 'osmosis'
1376
+ },
1377
+ chain: {
1378
+ channel_id: 'channel-0'
1379
+ }
1380
+ }]
1381
+ }, {
1382
+ denom_units: [{
1383
+ denom: 'ibc/7FBDBEEEBA9C50C4BCDF7BF438EAB99E64360833D240B32655C96E319559E911',
1384
+ exponent: 0,
1385
+ aliases: ['ibc/D189335C6E4A68B513C10AB227BF1C1D38C746766278BA3EEB4FB14124F1D858']
1386
+ }, {
1387
+ denom: 'usdc',
1388
+ exponent: 6
1389
+ }],
1390
+ type_asset: 'ics20',
1391
+ base: 'ibc/7FBDBEEEBA9C50C4BCDF7BF438EAB99E64360833D240B32655C96E319559E911',
1392
+ name: 'Axelar USD Coin',
1393
+ display: 'usdc',
1394
+ symbol: 'USDC.axl',
1395
+ traces: [{
1396
+ type: 'ibc',
1397
+ counterparty: {
1398
+ channel_id: 'channel-232',
1399
+ base_denom: 'ibc/D189335C6E4A68B513C10AB227BF1C1D38C746766278BA3EEB4FB14124F1D858',
1400
+ chain_name: 'osmosis'
1401
+ },
1402
+ chain: {
1403
+ channel_id: 'channel-0'
1404
+ }
1405
+ }],
1406
+ images: [{
1407
+ image_sync: {
1408
+ chain_name: 'axelar',
1409
+ base_denom: 'uusdc'
1410
+ },
1411
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.png',
1412
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg'
1413
+ }],
1414
+ logo_URIs: {
1415
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.png',
1416
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg'
1417
+ }
1418
+ }, {
1419
+ denom_units: [{
1420
+ denom: 'ibc/18624EAC27898C0DD81951E6638AA8F32B35C626A93142A37E2B17D3F4527B0A',
1421
+ exponent: 0,
1422
+ aliases: ['ibc/0B3C3D06228578334B66B57FBFBA4033216CEB8119B27ACDEE18D92DA5B28D43']
1423
+ }, {
1424
+ denom: 'avalanche-usdc',
1425
+ exponent: 6
1426
+ }],
1427
+ type_asset: 'ics20',
1428
+ base: 'ibc/18624EAC27898C0DD81951E6638AA8F32B35C626A93142A37E2B17D3F4527B0A',
1429
+ name: 'Wormhole USDC(Avalanche)',
1430
+ display: 'avalanche-usdc',
1431
+ symbol: 'avalanche.USDC.wh',
1432
+ traces: [{
1433
+ type: 'ibc',
1434
+ counterparty: {
1435
+ channel_id: 'channel-232',
1436
+ base_denom: 'ibc/0B3C3D06228578334B66B57FBFBA4033216CEB8119B27ACDEE18D92DA5B28D43',
1437
+ chain_name: 'osmosis'
1438
+ },
1439
+ chain: {
1440
+ channel_id: 'channel-0'
1441
+ }
1442
+ }],
1443
+ images: [{
1444
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.hole.png',
1445
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.hole.svg'
1446
+ }],
1447
+ logo_URIs: {
1448
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.hole.png',
1449
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.hole.svg'
1450
+ }
1451
+ }, {
1452
+ denom_units: [{
1453
+ denom: 'ibc/F5FABF52B54E65064B57BF6DBD8E5FAD22CEE9F4B8A57ADBB20CCD0173AA72A4',
1454
+ exponent: 0,
1455
+ aliases: ['ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4']
1456
+ }, {
1457
+ denom: 'usdc',
1458
+ exponent: 6
1459
+ }],
1460
+ type_asset: 'ics20',
1461
+ base: 'ibc/F5FABF52B54E65064B57BF6DBD8E5FAD22CEE9F4B8A57ADBB20CCD0173AA72A4',
1462
+ name: 'Noble USD Coin',
1463
+ display: 'usdc',
1464
+ symbol: 'USDC',
1465
+ traces: [{
1466
+ type: 'ibc',
1467
+ counterparty: {
1468
+ channel_id: 'channel-232',
1469
+ base_denom: 'ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4',
1470
+ chain_name: 'osmosis'
1471
+ },
1472
+ chain: {
1473
+ channel_id: 'channel-0'
1474
+ }
1475
+ }],
1476
+ images: [{
1477
+ image_sync: {
1478
+ chain_name: 'noble',
1479
+ base_denom: 'uusdc'
1480
+ },
1481
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png',
1482
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg'
1483
+ }],
1484
+ logo_URIs: {
1485
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png',
1486
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg'
1487
+ }
1488
+ }, {
1489
+ denom_units: [{
1490
+ denom: 'ibc/AF5559D128329B6C753F15481BEC26E533B847A471074703FA4903E7E6F61BA1',
1491
+ exponent: 0,
1492
+ aliases: ['ibc/D176154B0C63D1F9C6DCFB4F70349EBF2E2B5A87A05902F57A6AE92B863E9AEC']
1493
+ }, {
1494
+ denom: 'stosmo',
1495
+ exponent: 6
1496
+ }],
1497
+ type_asset: 'ics20',
1498
+ base: 'ibc/AF5559D128329B6C753F15481BEC26E533B847A471074703FA4903E7E6F61BA1',
1499
+ name: 'stOSMO',
1500
+ display: 'stosmo',
1501
+ symbol: 'stOSMO',
1502
+ traces: [{
1503
+ type: 'ibc',
1504
+ counterparty: {
1505
+ channel_id: 'channel-232',
1506
+ base_denom: 'ibc/D176154B0C63D1F9C6DCFB4F70349EBF2E2B5A87A05902F57A6AE92B863E9AEC',
1507
+ chain_name: 'osmosis'
1508
+ },
1509
+ chain: {
1510
+ channel_id: 'channel-0'
1511
+ }
1512
+ }],
1513
+ images: [{
1514
+ image_sync: {
1515
+ chain_name: 'stride',
1516
+ base_denom: 'stuosmo'
1517
+ },
1518
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.png',
1519
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.svg'
1520
+ }],
1521
+ logo_URIs: {
1522
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.png',
1523
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.svg'
1524
+ }
1525
+ }, {
1526
+ denom_units: [{
1527
+ denom: 'ibc/6CDD4663F2F09CD62285E2D45891FC149A3568E316CE3EBBE201A71A78A69388',
1528
+ exponent: 0,
1529
+ aliases: ['ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2']
1530
+ }, {
1531
+ denom: 'atom',
1532
+ exponent: 6
1533
+ }],
1534
+ type_asset: 'ics20',
1535
+ base: 'ibc/6CDD4663F2F09CD62285E2D45891FC149A3568E316CE3EBBE201A71A78A69388',
1536
+ name: 'Cosmos Hub Atom',
1537
+ display: 'atom',
1538
+ symbol: 'ATOM',
1539
+ traces: [{
1540
+ type: 'ibc',
1541
+ counterparty: {
1542
+ channel_id: 'channel-232',
1543
+ base_denom: 'ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2',
1544
+ chain_name: 'osmosis'
1545
+ },
1546
+ chain: {
1547
+ channel_id: 'channel-0'
1548
+ }
1549
+ }],
1550
+ images: [{
1551
+ image_sync: {
1552
+ chain_name: 'cosmoshub',
1553
+ base_denom: 'uatom'
1554
+ },
1555
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
1556
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
1557
+ }],
1558
+ logo_URIs: {
1559
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
1560
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
1561
+ }
1562
+ }, {
1563
+ denom_units: [{
1564
+ denom: 'ibc/FCFF8B19C61677F3B78E2A5AE3B4A34A8D23858D16905F253B8438B3AFD07FF8',
1565
+ exponent: 0,
1566
+ aliases: ['ibc/C140AFD542AE77BD7DCC83F13FDD8C5E5BB8C4929785E6EC2F4C636F98F17901']
1567
+ }, {
1568
+ denom: 'statom',
1569
+ exponent: 6
1570
+ }],
1571
+ type_asset: 'ics20',
1572
+ base: 'ibc/FCFF8B19C61677F3B78E2A5AE3B4A34A8D23858D16905F253B8438B3AFD07FF8',
1573
+ name: 'stATOM',
1574
+ display: 'statom',
1575
+ symbol: 'stATOM',
1576
+ traces: [{
1577
+ type: 'ibc',
1578
+ counterparty: {
1579
+ channel_id: 'channel-232',
1580
+ base_denom: 'ibc/C140AFD542AE77BD7DCC83F13FDD8C5E5BB8C4929785E6EC2F4C636F98F17901',
1581
+ chain_name: 'osmosis'
1582
+ },
1583
+ chain: {
1584
+ channel_id: 'channel-0'
1585
+ }
1586
+ }],
1587
+ images: [{
1588
+ image_sync: {
1589
+ chain_name: 'stride',
1590
+ base_denom: 'stuatom'
1591
+ },
1592
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.png',
1593
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.svg'
1594
+ }],
1595
+ logo_URIs: {
1596
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.png',
1597
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.svg'
1598
+ }
1599
+ }, {
1600
+ denom_units: [{
1601
+ denom: 'ibc/A7C4A3FB19E88ABE60416125F9189DA680800F4CDD14E3C10C874E022BEFF04C',
1602
+ exponent: 0,
1603
+ aliases: ['ibc/EA1D43981D5C9A1C4AAEA9C23BB1D4FA126BA9BC7020A25E0AE4AA841EA25DC5']
1604
+ }, {
1605
+ denom: 'weth',
1606
+ exponent: 18
1607
+ }],
1608
+ type_asset: 'ics20',
1609
+ base: 'ibc/A7C4A3FB19E88ABE60416125F9189DA680800F4CDD14E3C10C874E022BEFF04C',
1610
+ name: 'Wrapped Ether',
1611
+ display: 'weth',
1612
+ symbol: 'ETH',
1613
+ traces: [{
1614
+ type: 'ibc',
1615
+ counterparty: {
1616
+ channel_id: 'channel-232',
1617
+ base_denom: 'ibc/EA1D43981D5C9A1C4AAEA9C23BB1D4FA126BA9BC7020A25E0AE4AA841EA25DC5',
1618
+ chain_name: 'osmosis'
1619
+ },
1620
+ chain: {
1621
+ channel_id: 'channel-0'
1622
+ }
1623
+ }],
1624
+ images: [{
1625
+ image_sync: {
1626
+ chain_name: 'axelar',
1627
+ base_denom: 'weth-wei'
1628
+ },
1629
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/weth.png'
1630
+ }],
1631
+ logo_URIs: {
1632
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/weth.png'
1633
+ }
1634
+ }, {
1635
+ denom_units: [{
1636
+ denom: 'ibc/84E70F4A34FB2DE135FD3A04FDDF53B7DA4206080AA785C8BAB7F8B26299A221',
1637
+ exponent: 0,
1638
+ aliases: ['ibc/D1542AA8762DB13087D8364F3EA6509FD6F009A34F00426AF9E4F9FA85CBBF1F']
1639
+ }, {
1640
+ denom: 'wbtc',
1641
+ exponent: 8
1642
+ }],
1643
+ type_asset: 'ics20',
1644
+ base: 'ibc/84E70F4A34FB2DE135FD3A04FDDF53B7DA4206080AA785C8BAB7F8B26299A221',
1645
+ name: 'Wrapped Bitcoin (Axelar)',
1646
+ display: 'wbtc',
1647
+ symbol: 'WBTC.axl',
1648
+ traces: [{
1649
+ type: 'ibc',
1650
+ counterparty: {
1651
+ channel_id: 'channel-232',
1652
+ base_denom: 'ibc/D1542AA8762DB13087D8364F3EA6509FD6F009A34F00426AF9E4F9FA85CBBF1F',
1653
+ chain_name: 'osmosis'
1654
+ },
1655
+ chain: {
1656
+ channel_id: 'channel-0'
1657
+ }
1658
+ }],
1659
+ images: [{
1660
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.svg',
1661
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.png'
1662
+ }, {
1663
+ image_sync: {
1664
+ chain_name: 'axelar',
1665
+ base_denom: 'wbtc-satoshi'
1666
+ },
1667
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/wbtc.png'
1668
+ }],
1669
+ logo_URIs: {
1670
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.svg',
1671
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.png'
1672
+ }
1673
+ }, {
1674
+ description: 'ERIS liquid staked OSMO',
1675
+ denom_units: [{
1676
+ denom: 'ibc/AA054FD00F476B91C63F27F591B410CCC8F9DB1FC829B51353C51458E2817434',
1677
+ exponent: 0,
1678
+ aliases: ['factory/osmo1dv8wz09tckslr2wy5z86r46dxvegylhpt97r9yd6qc3kyc6tv42qa89dr9/ampOSMO']
1679
+ }, {
1680
+ denom: 'ampOSMO',
1681
+ exponent: 6
1682
+ }],
1683
+ address: 'osmo1dv8wz09tckslr2wy5z86r46dxvegylhpt97r9yd6qc3kyc6tv42qa89dr9',
1684
+ base: 'ibc/AA054FD00F476B91C63F27F591B410CCC8F9DB1FC829B51353C51458E2817434',
1685
+ name: 'ERIS Amplified OSMO',
1686
+ display: 'ampOSMO',
1687
+ symbol: 'ampOSMO',
1688
+ logo_URIs: {
1689
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/amposmo.png'
1690
+ },
1691
+ images: [{
1692
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/amposmo.png'
1693
+ }],
1694
+ traces: [{
1695
+ type: 'ibc',
1696
+ counterparty: {
1697
+ channel_id: 'channel-232',
1698
+ base_denom: 'factory/osmo1dv8wz09tckslr2wy5z86r46dxvegylhpt97r9yd6qc3kyc6tv42qa89dr9/ampOSMO',
1699
+ chain_name: 'osmosis'
1700
+ },
1701
+ chain: {
1702
+ channel_id: 'channel-0'
1703
+ }
1704
+ }]
1705
+ }, {
1706
+ description: 'Tether USDT on Osmosis',
1707
+ denom_units: [{
1708
+ denom: 'ibc/A291356F2AE84BEB344DEA335F837AAFBA43C873009D0AC9333E6E3B04AB1AA9',
1709
+ exponent: 0,
1710
+ aliases: ['ibc/4ABBEF4C8926DDDB320AE5188CFD63267ABBCEFC0583E4AE05D6E5AA2401DDAB']
1711
+ }, {
1712
+ denom: 'usdt',
1713
+ exponent: 6
1714
+ }],
1715
+ type_asset: 'ics20',
1716
+ base: 'ibc/A291356F2AE84BEB344DEA335F837AAFBA43C873009D0AC9333E6E3B04AB1AA9',
1717
+ name: 'Tether USDT',
1718
+ display: 'usdt',
1719
+ symbol: 'USDT',
1720
+ traces: [{
1721
+ type: 'ibc',
1722
+ counterparty: {
1723
+ channel_id: 'channel-232',
1724
+ base_denom: 'ibc/4ABBEF4C8926DDDB320AE5188CFD63267ABBCEFC0583E4AE05D6E5AA2401DDAB',
1725
+ chain_name: 'osmosis'
1726
+ },
1727
+ chain: {
1728
+ channel_id: 'channel-0'
1729
+ }
1730
+ }],
1731
+ images: [{
1732
+ image_sync: {
1733
+ chain_name: 'kava',
1734
+ base_denom: 'erc20/tether/usdt'
1735
+ },
1736
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
1737
+ }],
1738
+ logo_URIs: {
1739
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
1740
+ }
1741
+ }, {
1742
+ description: "Membrane's CDP-style stablecoin called CDT",
1743
+ denom_units: [{
1744
+ denom: 'ibc/B0263C28B6F44651F4596413B41FDB749EA010BD1220816DAC0ABF9947C1E806',
1745
+ exponent: 0,
1746
+ aliases: ['factory/osmo1s794h9rxggytja3a4pmwul53u98k06zy2qtrdvjnfuxruh7s8yjs6cyxgd/ucdt']
1747
+ }, {
1748
+ denom: 'cdt',
1749
+ exponent: 6
1750
+ }],
1751
+ base: 'ibc/B0263C28B6F44651F4596413B41FDB749EA010BD1220816DAC0ABF9947C1E806',
1752
+ name: 'CDT Stablecoin',
1753
+ display: 'cdt',
1754
+ symbol: 'CDT',
1755
+ logo_URIs: {
1756
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/CDT.svg'
1757
+ },
1758
+ coingecko_id: 'collateralized-debt-token',
1759
+ images: [{
1760
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/CDT.svg'
1761
+ }],
1762
+ traces: [{
1763
+ type: 'ibc',
1764
+ counterparty: {
1765
+ channel_id: 'channel-232',
1766
+ base_denom: 'factory/osmo1s794h9rxggytja3a4pmwul53u98k06zy2qtrdvjnfuxruh7s8yjs6cyxgd/ucdt',
1767
+ chain_name: 'osmosis'
1768
+ },
1769
+ chain: {
1770
+ channel_id: 'channel-0'
1771
+ }
1772
+ }]
1773
+ }, {
1774
+ description: "Membrane's protocol token",
1775
+ denom_units: [{
1776
+ denom: 'ibc/E94BB144B818CB8061F43E202BEA1E9273B87D6326C8C6F4E6AE71C62FD37854',
1777
+ exponent: 0,
1778
+ aliases: ['factory/osmo1s794h9rxggytja3a4pmwul53u98k06zy2qtrdvjnfuxruh7s8yjs6cyxgd/umbrn']
1779
+ }, {
1780
+ denom: 'mbrn',
1781
+ exponent: 6
1782
+ }],
1783
+ base: 'ibc/E94BB144B818CB8061F43E202BEA1E9273B87D6326C8C6F4E6AE71C62FD37854',
1784
+ name: 'Membrane',
1785
+ display: 'mbrn',
1786
+ symbol: 'MBRN',
1787
+ logo_URIs: {
1788
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/MBRN.svg'
1789
+ },
1790
+ coingecko_id: 'membrane',
1791
+ images: [{
1792
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/MBRN.svg'
1793
+ }],
1794
+ traces: [{
1795
+ type: 'ibc',
1796
+ counterparty: {
1797
+ channel_id: 'channel-232',
1798
+ base_denom: 'factory/osmo1s794h9rxggytja3a4pmwul53u98k06zy2qtrdvjnfuxruh7s8yjs6cyxgd/umbrn',
1799
+ chain_name: 'osmosis'
1800
+ },
1801
+ chain: {
1802
+ channel_id: 'channel-0'
1803
+ }
1804
+ }]
1805
+ }, {
1806
+ description: 'TIA on Osmosis',
1807
+ denom_units: [{
1808
+ denom: 'ibc/6C349F0EB135C5FA99301758F35B87DB88403D690E5E314AB080401FEE4066E5',
1809
+ exponent: 0,
1810
+ aliases: ['ibc/D79E7D83AB399BFFF93433E54FAA480C191248FC556924A2A8351AE2638B3877']
1811
+ }, {
1812
+ denom: 'tia',
1813
+ exponent: 6
1814
+ }],
1815
+ type_asset: 'ics20',
1816
+ base: 'ibc/6C349F0EB135C5FA99301758F35B87DB88403D690E5E314AB080401FEE4066E5',
1817
+ name: 'Celestia TIA',
1818
+ display: 'tia',
1819
+ symbol: 'TIA',
1820
+ traces: [{
1821
+ type: 'ibc',
1822
+ counterparty: {
1823
+ channel_id: 'channel-232',
1824
+ base_denom: 'ibc/D79E7D83AB399BFFF93433E54FAA480C191248FC556924A2A8351AE2638B3877',
1825
+ chain_name: 'osmosis'
1826
+ },
1827
+ chain: {
1828
+ channel_id: 'channel-0'
1829
+ }
1830
+ }],
1831
+ images: [{
1832
+ image_sync: {
1833
+ chain_name: 'celestia',
1834
+ base_denom: 'utia'
1835
+ },
1836
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png',
1837
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg'
1838
+ }],
1839
+ logo_URIs: {
1840
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png',
1841
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg'
1842
+ }
1843
+ }, {
1844
+ description: 'Margined Power Token sqOSMO',
1845
+ denom_units: [{
1846
+ denom: 'ibc/A5BA3F1C38ADAA11F941D66B19A7CD67B127F25DE2EA581BCD2DC4D8D50BEED9',
1847
+ exponent: 0,
1848
+ aliases: ['factory/osmo1g8qypve6l95xmhgc0fddaecerffymsl7kn9muw/squosmo']
1849
+ }, {
1850
+ denom: 'sqosmo',
1851
+ exponent: 6
1852
+ }],
1853
+ base: 'ibc/A5BA3F1C38ADAA11F941D66B19A7CD67B127F25DE2EA581BCD2DC4D8D50BEED9',
1854
+ name: 'OSMO Squared',
1855
+ display: 'sqosmo',
1856
+ symbol: 'sqOSMO',
1857
+ logo_URIs: {
1858
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sqosmo.svg'
1859
+ },
1860
+ images: [{
1861
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sqosmo.svg'
1862
+ }],
1863
+ traces: [{
1864
+ type: 'ibc',
1865
+ counterparty: {
1866
+ channel_id: 'channel-232',
1867
+ base_denom: 'factory/osmo1g8qypve6l95xmhgc0fddaecerffymsl7kn9muw/squosmo',
1868
+ chain_name: 'osmosis'
1869
+ },
1870
+ chain: {
1871
+ channel_id: 'channel-0'
1872
+ }
1873
+ }]
1874
+ }, {
1875
+ description: 'NOIS on Osmosis',
1876
+ denom_units: [{
1877
+ denom: 'ibc/B4D30D3FC770F58F0FAC4C593D18DED847844942A2B8D15E0ABDDBF110AE7A6E',
1878
+ exponent: 0,
1879
+ aliases: ['ibc/6928AFA9EA721938FED13B051F9DBF1272B16393D20C49EA5E4901BB76D94A90']
1880
+ }, {
1881
+ denom: 'nois',
1882
+ exponent: 6
1883
+ }],
1884
+ type_asset: 'ics20',
1885
+ base: 'ibc/B4D30D3FC770F58F0FAC4C593D18DED847844942A2B8D15E0ABDDBF110AE7A6E',
1886
+ name: 'Nois NOIS',
1887
+ display: 'nois',
1888
+ symbol: 'NOIS',
1889
+ traces: [{
1890
+ type: 'ibc',
1891
+ counterparty: {
1892
+ channel_id: 'channel-232',
1893
+ base_denom: 'ibc/6928AFA9EA721938FED13B051F9DBF1272B16393D20C49EA5E4901BB76D94A90',
1894
+ chain_name: 'osmosis'
1895
+ },
1896
+ chain: {
1897
+ channel_id: 'channel-0'
1898
+ }
1899
+ }],
1900
+ images: [{
1901
+ image_sync: {
1902
+ chain_name: 'nois',
1903
+ base_denom: 'unois'
1904
+ },
1905
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.png',
1906
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.svg'
1907
+ }],
1908
+ logo_URIs: {
1909
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.png',
1910
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.svg'
1911
+ }
1912
+ }, {
1913
+ description: 'Margined Power Token sqBTC',
1914
+ denom_units: [{
1915
+ denom: 'ibc/8361A05D7FEB200168AD58B4BE8B9A4F4EC3386FED621B94026B925EFBD2DD88',
1916
+ exponent: 0,
1917
+ aliases: ['factory/osmo1g8qypve6l95xmhgc0fddaecerffymsl7kn9muw/sqbtc']
1918
+ }, {
1919
+ denom: 'sqbtc',
1920
+ exponent: 6
1921
+ }],
1922
+ base: 'ibc/8361A05D7FEB200168AD58B4BE8B9A4F4EC3386FED621B94026B925EFBD2DD88',
1923
+ name: 'BTC Squared',
1924
+ display: 'sqbtc',
1925
+ symbol: 'sqBTC',
1926
+ logo_URIs: {
1927
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sqbtc.svg'
1928
+ },
1929
+ images: [{
1930
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sqbtc.svg'
1931
+ }],
1932
+ traces: [{
1933
+ type: 'ibc',
1934
+ counterparty: {
1935
+ channel_id: 'channel-232',
1936
+ base_denom: 'factory/osmo1g8qypve6l95xmhgc0fddaecerffymsl7kn9muw/sqbtc',
1937
+ chain_name: 'osmosis'
1938
+ },
1939
+ chain: {
1940
+ channel_id: 'channel-0'
1941
+ }
1942
+ }]
1943
+ }, {
1944
+ description: 'Margined Power Token sqATOM',
1945
+ denom_units: [{
1946
+ denom: 'ibc/92CA10D8AD5DFA69918E5860570A33922EC9181F013328034D9423D7A3A95C89',
1947
+ exponent: 0,
1948
+ aliases: ['factory/osmo1g8qypve6l95xmhgc0fddaecerffymsl7kn9muw/sqatom']
1949
+ }, {
1950
+ denom: 'sqatom',
1951
+ exponent: 6
1952
+ }],
1953
+ base: 'ibc/92CA10D8AD5DFA69918E5860570A33922EC9181F013328034D9423D7A3A95C89',
1954
+ name: 'ATOM Squared',
1955
+ display: 'sqatom',
1956
+ symbol: 'sqATOM',
1957
+ logo_URIs: {
1958
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sqatom.svg'
1959
+ },
1960
+ images: [{
1961
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sqatom.svg'
1962
+ }],
1963
+ traces: [{
1964
+ type: 'ibc',
1965
+ counterparty: {
1966
+ channel_id: 'channel-232',
1967
+ base_denom: 'factory/osmo1g8qypve6l95xmhgc0fddaecerffymsl7kn9muw/sqatom',
1968
+ chain_name: 'osmosis'
1969
+ },
1970
+ chain: {
1971
+ channel_id: 'channel-0'
1972
+ }
1973
+ }]
1974
+ }, {
1975
+ description: 'CRO is the native token of the Crypto.org Chain, referred to as Native CRO.',
1976
+ denom_units: [{
1977
+ denom: 'ibc/E1BCC0F7B932E654B1A930F72B76C0678D55095387E2A4D8F00E941A8F82EE48',
1978
+ exponent: 0,
1979
+ aliases: ['ibc/E6931F78057F7CC5DA0FD6CEF82FF39373A6E0452BF1FD76910B93292CF356C1']
1980
+ }, {
1981
+ denom: 'cro',
1982
+ exponent: 8
1983
+ }],
1984
+ type_asset: 'ics20',
1985
+ base: 'ibc/E1BCC0F7B932E654B1A930F72B76C0678D55095387E2A4D8F00E941A8F82EE48',
1986
+ name: 'Cronos',
1987
+ display: 'cro',
1988
+ symbol: 'CRO',
1989
+ traces: [{
1990
+ type: 'ibc',
1991
+ counterparty: {
1992
+ channel_id: 'channel-232',
1993
+ base_denom: 'ibc/E6931F78057F7CC5DA0FD6CEF82FF39373A6E0452BF1FD76910B93292CF356C1',
1994
+ chain_name: 'osmosis'
1995
+ },
1996
+ chain: {
1997
+ channel_id: 'channel-0'
1998
+ }
1999
+ }],
2000
+ images: [{
2001
+ image_sync: {
2002
+ chain_name: 'cryptoorgchain',
2003
+ base_denom: 'basecro'
2004
+ },
2005
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro.svg'
2006
+ }],
2007
+ logo_URIs: {
2008
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro.svg'
2009
+ }
2010
+ }, {
2011
+ description: 'The native token of Stargaze',
2012
+ denom_units: [{
2013
+ denom: 'ibc/11E3CF372E065ACB1A39C531A3C7E7E03F60B5D0653AD2139D31128ACD2772B5',
2014
+ exponent: 0,
2015
+ aliases: ['ibc/987C17B11ABC2B20019178ACE62929FE9840202CE79498E29FE8E5CB02B7C0A4']
2016
+ }, {
2017
+ denom: 'stars',
2018
+ exponent: 6
2019
+ }],
2020
+ type_asset: 'ics20',
2021
+ base: 'ibc/11E3CF372E065ACB1A39C531A3C7E7E03F60B5D0653AD2139D31128ACD2772B5',
2022
+ name: 'Stargaze',
2023
+ display: 'stars',
2024
+ symbol: 'STARS',
2025
+ traces: [{
2026
+ type: 'ibc',
2027
+ counterparty: {
2028
+ channel_id: 'channel-232',
2029
+ base_denom: 'ibc/987C17B11ABC2B20019178ACE62929FE9840202CE79498E29FE8E5CB02B7C0A4',
2030
+ chain_name: 'osmosis'
2031
+ },
2032
+ chain: {
2033
+ channel_id: 'channel-0'
2034
+ }
2035
+ }],
2036
+ images: [{
2037
+ image_sync: {
2038
+ chain_name: 'stargaze',
2039
+ base_denom: 'ustars'
2040
+ },
2041
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
2042
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg'
2043
+ }],
2044
+ logo_URIs: {
2045
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
2046
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg'
2047
+ }
2048
+ }, {
2049
+ description: 'Maximize ETH yield through leveraged staking across Aave, Compound and Morpho and liquidity provision of ETH liquid staking tokens on Uniswap V3.',
2050
+ denom_units: [{
2051
+ denom: 'ibc/9F4C0779B5198070691EA6E6630FFD9C714092FD7F8DEB595A9F8B4421A940AC',
2052
+ exponent: 0,
2053
+ aliases: ['ibc/FBB3FEF80ED2344D821D4F95C31DBFD33E4E31D5324CAD94EF756E67B749F668']
2054
+ }, {
2055
+ denom: 'YieldETH',
2056
+ exponent: 18
2057
+ }],
2058
+ type_asset: 'ics20',
2059
+ base: 'ibc/9F4C0779B5198070691EA6E6630FFD9C714092FD7F8DEB595A9F8B4421A940AC',
2060
+ name: 'Real Yield Eth',
2061
+ display: 'YieldETH',
2062
+ symbol: 'YieldETH',
2063
+ traces: [{
2064
+ type: 'ibc',
2065
+ counterparty: {
2066
+ channel_id: 'channel-232',
2067
+ base_denom: 'ibc/FBB3FEF80ED2344D821D4F95C31DBFD33E4E31D5324CAD94EF756E67B749F668',
2068
+ chain_name: 'osmosis'
2069
+ },
2070
+ chain: {
2071
+ channel_id: 'channel-0'
2072
+ }
2073
+ }],
2074
+ images: [{
2075
+ image_sync: {
2076
+ chain_name: 'ethereum',
2077
+ base_denom: 'wei'
2078
+ },
2079
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
2080
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg'
2081
+ }],
2082
+ logo_URIs: {
2083
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
2084
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg'
2085
+ }
2086
+ }, {
2087
+ description: 'The native staking token of dYdX Protocol.',
2088
+ denom_units: [{
2089
+ denom: 'ibc/64C2F728722DA2B30083372FD2DDDC86B976F963F5BC18122B86E571E91D6BA3',
2090
+ exponent: 0,
2091
+ aliases: ['ibc/831F0B1BBB1D08A2B75311892876D71565478C532967545476DF4C2D7492E48C']
2092
+ }, {
2093
+ denom: 'dydx',
2094
+ exponent: 18
2095
+ }],
2096
+ type_asset: 'ics20',
2097
+ base: 'ibc/64C2F728722DA2B30083372FD2DDDC86B976F963F5BC18122B86E571E91D6BA3',
2098
+ name: 'dYdX',
2099
+ display: 'dydx',
2100
+ symbol: 'DYDX',
2101
+ traces: [{
2102
+ type: 'ibc',
2103
+ counterparty: {
2104
+ channel_id: 'channel-232',
2105
+ base_denom: 'ibc/831F0B1BBB1D08A2B75311892876D71565478C532967545476DF4C2D7492E48C',
2106
+ chain_name: 'osmosis'
2107
+ },
2108
+ chain: {
2109
+ channel_id: 'channel-0'
2110
+ }
2111
+ }],
2112
+ images: [{
2113
+ image_sync: {
2114
+ chain_name: 'dydx',
2115
+ base_denom: 'adydx'
2116
+ },
2117
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png',
2118
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg'
2119
+ }],
2120
+ logo_URIs: {
2121
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png',
2122
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg'
2123
+ }
2124
+ }, {
2125
+ description: 'The native token of Quasar',
2126
+ denom_units: [{
2127
+ denom: 'ibc/FF456FD21AA44251D2122BF19B20C5FE717A1EBD054A59FA1CA4B21742048CA0',
2128
+ exponent: 0,
2129
+ aliases: ['ibc/1B708808D372E959CD4839C594960309283424C775F4A038AAEBE7F83A988477']
2130
+ }, {
2131
+ denom: 'qsr',
2132
+ exponent: 6
2133
+ }],
2134
+ type_asset: 'ics20',
2135
+ base: 'ibc/FF456FD21AA44251D2122BF19B20C5FE717A1EBD054A59FA1CA4B21742048CA0',
2136
+ name: 'Quasar',
2137
+ display: 'qsr',
2138
+ symbol: 'QSR',
2139
+ traces: [{
2140
+ type: 'ibc',
2141
+ counterparty: {
2142
+ channel_id: 'channel-232',
2143
+ base_denom: 'ibc/1B708808D372E959CD4839C594960309283424C775F4A038AAEBE7F83A988477',
2144
+ chain_name: 'osmosis'
2145
+ },
2146
+ chain: {
2147
+ channel_id: 'channel-0'
2148
+ }
2149
+ }],
2150
+ images: [{
2151
+ image_sync: {
2152
+ chain_name: 'quasar',
2153
+ base_denom: 'uqsr'
2154
+ },
2155
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quasar/images/quasar.png'
2156
+ }],
2157
+ logo_URIs: {
2158
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quasar/images/quasar.png'
2159
+ }
2160
+ }, {
2161
+ description: 'Levana native token',
2162
+ denom_units: [{
2163
+ denom: 'ibc/4786BEBBFDD989C467C4552AD73065D8B2578230B8428B3B9275D540EB04C851',
2164
+ exponent: 0,
2165
+ aliases: ['factory/osmo1mlng7pz4pnyxtpq0akfwall37czyk9lukaucsrn30ameplhhshtqdvfm5c/ulvn']
2166
+ }, {
2167
+ denom: 'lvn',
2168
+ exponent: 6
2169
+ }],
2170
+ base: 'ibc/4786BEBBFDD989C467C4552AD73065D8B2578230B8428B3B9275D540EB04C851',
2171
+ name: 'Levana',
2172
+ display: 'lvn',
2173
+ symbol: 'LVN',
2174
+ logo_URIs: {
2175
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/levana.png',
2176
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/levana.svg'
2177
+ },
2178
+ coingecko_id: 'levana-protocol',
2179
+ images: [{
2180
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/levana.png',
2181
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/levana.svg'
2182
+ }, {
2183
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/levana.png'
2184
+ }],
2185
+ traces: [{
2186
+ type: 'ibc',
2187
+ counterparty: {
2188
+ channel_id: 'channel-232',
2189
+ base_denom: 'factory/osmo1mlng7pz4pnyxtpq0akfwall37czyk9lukaucsrn30ameplhhshtqdvfm5c/ulvn',
2190
+ chain_name: 'osmosis'
2191
+ },
2192
+ chain: {
2193
+ channel_id: 'channel-0'
2194
+ }
2195
+ }]
2196
+ }, {
2197
+ description: "MilkyWay's liquid staked TIA",
2198
+ denom_units: [{
2199
+ denom: 'ibc/16065EE5282C5217685C8F084FC44864C25C706AC37356B0D62811D50B96920F',
2200
+ exponent: 0,
2201
+ aliases: ['factory/osmo1f5vfcph2dvfeqcqkhetwv75fda69z7e5c2dldm3kvgj23crkv6wqcn47a0/umilkTIA']
2202
+ }, {
2203
+ denom: 'milkTIA',
2204
+ exponent: 6
2205
+ }],
2206
+ base: 'ibc/16065EE5282C5217685C8F084FC44864C25C706AC37356B0D62811D50B96920F',
2207
+ name: 'milkTIA',
2208
+ display: 'milkTIA',
2209
+ symbol: 'milkTIA',
2210
+ traces: [{
2211
+ type: 'ibc',
2212
+ counterparty: {
2213
+ channel_id: 'channel-232',
2214
+ base_denom: 'factory/osmo1f5vfcph2dvfeqcqkhetwv75fda69z7e5c2dldm3kvgj23crkv6wqcn47a0/umilkTIA',
2215
+ chain_name: 'osmosis'
2216
+ },
2217
+ chain: {
2218
+ channel_id: 'channel-0'
2219
+ }
2220
+ }],
2221
+ logo_URIs: {
2222
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/milktia.png',
2223
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/milktia.svg'
2224
+ },
2225
+ coingecko_id: 'milkyway-staked-tia',
2226
+ images: [{
2227
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/milktia.png',
2228
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/milktia.svg'
2229
+ }]
2230
+ }, {
2231
+ denom_units: [{
2232
+ denom: 'ibc/4E19777F57A46073C673FDAB58A4C6BA85208DCBD5E2948107DE0B7248F0D3B0',
2233
+ exponent: 0,
2234
+ aliases: ['ibc/ECBE78BF7677320A93E7BA1761D144BCBF0CBC247C290C049655E106FE5DC68E']
2235
+ }, {
2236
+ denom: 'stkosmo',
2237
+ exponent: 6,
2238
+ aliases: ['stk/osmo']
2239
+ }],
2240
+ type_asset: 'ics20',
2241
+ base: 'ibc/4E19777F57A46073C673FDAB58A4C6BA85208DCBD5E2948107DE0B7248F0D3B0',
2242
+ name: 'PSTAKE staked OSMO',
2243
+ display: 'stkosmo',
2244
+ symbol: 'stkOSMO',
2245
+ traces: [{
2246
+ type: 'ibc',
2247
+ counterparty: {
2248
+ channel_id: 'channel-232',
2249
+ base_denom: 'ibc/ECBE78BF7677320A93E7BA1761D144BCBF0CBC247C290C049655E106FE5DC68E',
2250
+ chain_name: 'osmosis'
2251
+ },
2252
+ chain: {
2253
+ channel_id: 'channel-0'
2254
+ }
2255
+ }],
2256
+ images: [{
2257
+ image_sync: {
2258
+ chain_name: 'persistence',
2259
+ base_denom: 'stk/uosmo'
2260
+ },
2261
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkosmo.png',
2262
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkosmo.svg'
2263
+ }],
2264
+ logo_URIs: {
2265
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkosmo.png',
2266
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkosmo.svg'
2267
+ }
2268
+ }, {
2269
+ description: 'The PAGE token is used for actions in the PageDAO NFT literary ecosystem and for DAO governance.',
2270
+ denom_units: [{
2271
+ denom: 'ibc/B79B0B919C27401AC597C7C31CC7492EF208A58DCB451A3CCB379BADE3109E5F',
2272
+ exponent: 0,
2273
+ aliases: ['ibc/23A62409E4AD8133116C249B1FA38EED30E500A115D7B153109462CD82C1CD99']
2274
+ }, {
2275
+ denom: 'page',
2276
+ exponent: 8
2277
+ }],
2278
+ type_asset: 'ics20',
2279
+ base: 'ibc/B79B0B919C27401AC597C7C31CC7492EF208A58DCB451A3CCB379BADE3109E5F',
2280
+ name: 'PageDAO',
2281
+ display: 'page',
2282
+ symbol: 'PAGE.grv',
2283
+ traces: [{
2284
+ type: 'ibc',
2285
+ counterparty: {
2286
+ channel_id: 'channel-232',
2287
+ base_denom: 'ibc/23A62409E4AD8133116C249B1FA38EED30E500A115D7B153109462CD82C1CD99',
2288
+ chain_name: 'osmosis'
2289
+ },
2290
+ chain: {
2291
+ channel_id: 'channel-0'
2292
+ }
2293
+ }],
2294
+ images: [{
2295
+ image_sync: {
2296
+ chain_name: 'gravitybridge',
2297
+ base_denom: 'gravity0x60e683C6514Edd5F758A55b6f393BeBBAfaA8d5e'
2298
+ },
2299
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/page.png',
2300
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/page.svg'
2301
+ }],
2302
+ logo_URIs: {
2303
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/page.png',
2304
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/page.svg'
2305
+ }
2306
+ }, {
2307
+ description: "Nomic's native token.",
2308
+ denom_units: [{
2309
+ denom: 'ibc/AD1095193A389090566F66B9F9E1DE8F10D81F7B787717E7EC231369046D0ABF',
2310
+ exponent: 0,
2311
+ aliases: ['ibc/F49DFB3BC8105C57EE7F17EC2402438825B31212CFDD81681EB87911E934F32C']
2312
+ }, {
2313
+ denom: 'nom',
2314
+ exponent: 6
2315
+ }],
2316
+ type_asset: 'ics20',
2317
+ base: 'ibc/AD1095193A389090566F66B9F9E1DE8F10D81F7B787717E7EC231369046D0ABF',
2318
+ name: 'Nomic',
2319
+ display: 'nomic',
2320
+ symbol: 'NOM',
2321
+ traces: [{
2322
+ type: 'ibc',
2323
+ counterparty: {
2324
+ channel_id: 'channel-232',
2325
+ base_denom: 'ibc/F49DFB3BC8105C57EE7F17EC2402438825B31212CFDD81681EB87911E934F32C',
2326
+ chain_name: 'osmosis'
2327
+ },
2328
+ chain: {
2329
+ channel_id: 'channel-0'
2330
+ }
2331
+ }],
2332
+ images: [{
2333
+ image_sync: {
2334
+ chain_name: 'nomic',
2335
+ base_denom: 'unom'
2336
+ },
2337
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nom.png',
2338
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nom.svg'
2339
+ }],
2340
+ logo_URIs: {
2341
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nom.png',
2342
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nom.svg'
2343
+ }
2344
+ }, {
2345
+ description: 'Bitcoin. On Cosmos.',
2346
+ denom_units: [{
2347
+ denom: 'ibc/05F447D15EE51344959C2EFBCE22B14DA3CB55FB4C56EA71F09CCC54E0BF9678',
2348
+ exponent: 0,
2349
+ aliases: ['ibc/75345531D87BD90BF108BE7240BD721CB2CB0A1F16D4EBA71B09EC3C43E15C8F']
2350
+ }, {
2351
+ denom: 'nbtc',
2352
+ exponent: 14
2353
+ }],
2354
+ type_asset: 'ics20',
2355
+ base: 'ibc/05F447D15EE51344959C2EFBCE22B14DA3CB55FB4C56EA71F09CCC54E0BF9678',
2356
+ name: 'Nomic Bitcoin',
2357
+ display: 'nbtc',
2358
+ symbol: 'nBTC',
2359
+ traces: [{
2360
+ type: 'ibc',
2361
+ counterparty: {
2362
+ channel_id: 'channel-232',
2363
+ base_denom: 'ibc/75345531D87BD90BF108BE7240BD721CB2CB0A1F16D4EBA71B09EC3C43E15C8F',
2364
+ chain_name: 'osmosis'
2365
+ },
2366
+ chain: {
2367
+ channel_id: 'channel-0'
2368
+ }
2369
+ }],
2370
+ images: [{
2371
+ image_sync: {
2372
+ chain_name: 'nomic',
2373
+ base_denom: 'usat'
2374
+ },
2375
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nbtc.png',
2376
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nbtc.svg'
2377
+ }],
2378
+ logo_URIs: {
2379
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nbtc.png',
2380
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nbtc.svg'
2381
+ }
2382
+ }, {
2383
+ description: 'AUTISM on Osmosis',
2384
+ denom_units: [{
2385
+ denom: 'ibc/35065FCFC0E3F13EE449D9C02E79ECB91CFAD36F56DF5299CBFD442578ED826E',
2386
+ exponent: 0,
2387
+ aliases: ['ibc/9DDF52A334F92BC57A9E0D59DFF9984EAC61D2A14E5162605DF601AA58FDFC6D']
2388
+ }, {
2389
+ denom: 'autism',
2390
+ exponent: 6
2391
+ }],
2392
+ type_asset: 'ics20',
2393
+ base: 'ibc/35065FCFC0E3F13EE449D9C02E79ECB91CFAD36F56DF5299CBFD442578ED826E',
2394
+ name: 'Injective AUTISM',
2395
+ display: 'autism',
2396
+ symbol: 'AUTISM',
2397
+ traces: [{
2398
+ type: 'ibc',
2399
+ counterparty: {
2400
+ channel_id: 'channel-232',
2401
+ base_denom: 'ibc/9DDF52A334F92BC57A9E0D59DFF9984EAC61D2A14E5162605DF601AA58FDFC6D',
2402
+ chain_name: 'osmosis'
2403
+ },
2404
+ chain: {
2405
+ channel_id: 'channel-0'
2406
+ }
2407
+ }],
2408
+ images: [{
2409
+ image_sync: {
2410
+ chain_name: 'injective',
2411
+ base_denom: 'factory/inj14lf8xm6fcvlggpa7guxzjqwjmtr24gnvf56hvz/autism'
2412
+ },
2413
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/autism.png'
2414
+ }],
2415
+ logo_URIs: {
2416
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/autism.png'
2417
+ }
2418
+ }, {
2419
+ description: 'Woof on Osmosis',
2420
+ denom_units: [{
2421
+ denom: 'ibc/A5E921253495F2A8827BAF18DA3BF18F72E88D7EC9DF047D262915783EA2B272',
2422
+ exponent: 0,
2423
+ aliases: ['ibc/9B8EC667B6DF55387DC0F3ACC4F187DA6921B0806ED35DE6B04DE96F5AB81F53']
2424
+ }, {
2425
+ denom: 'WOOF',
2426
+ exponent: 6
2427
+ }],
2428
+ type_asset: 'ics20',
2429
+ base: 'ibc/A5E921253495F2A8827BAF18DA3BF18F72E88D7EC9DF047D262915783EA2B272',
2430
+ name: 'WOOF chihuahua',
2431
+ display: 'WOOF',
2432
+ symbol: 'WOOF',
2433
+ traces: [{
2434
+ type: 'ibc',
2435
+ counterparty: {
2436
+ channel_id: 'channel-232',
2437
+ base_denom: 'ibc/9B8EC667B6DF55387DC0F3ACC4F187DA6921B0806ED35DE6B04DE96F5AB81F53',
2438
+ chain_name: 'osmosis'
2439
+ },
2440
+ chain: {
2441
+ channel_id: 'channel-0'
2442
+ }
2443
+ }],
2444
+ logo_URIs: {
2445
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/woof.png'
2446
+ },
2447
+ images: [{
2448
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/woof.png'
2449
+ }]
2450
+ }, {
2451
+ description: 'The native coin of Sneaky Productions.',
2452
+ denom_units: [{
2453
+ denom: 'ibc/E890CC919F2CF9442F0A6C5ED8D3375D8A4121D99CA0B97513089AE58BD95336',
2454
+ exponent: 0,
2455
+ aliases: ['ibc/94ED1F172BC633DFC56D7E26551D8B101ADCCC69052AC44FED89F97FF658138F']
2456
+ }, {
2457
+ denom: 'sneaky',
2458
+ exponent: 6
2459
+ }],
2460
+ type_asset: 'ics20',
2461
+ base: 'ibc/E890CC919F2CF9442F0A6C5ED8D3375D8A4121D99CA0B97513089AE58BD95336',
2462
+ name: 'Sneaky Productions',
2463
+ display: 'sneaky',
2464
+ symbol: 'SNEAKY',
2465
+ traces: [{
2466
+ type: 'ibc',
2467
+ counterparty: {
2468
+ channel_id: 'channel-232',
2469
+ base_denom: 'ibc/94ED1F172BC633DFC56D7E26551D8B101ADCCC69052AC44FED89F97FF658138F',
2470
+ chain_name: 'osmosis'
2471
+ },
2472
+ chain: {
2473
+ channel_id: 'channel-0'
2474
+ }
2475
+ }],
2476
+ logo_URIs: {
2477
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/sneaky.png'
2478
+ },
2479
+ images: [{
2480
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/sneaky.png'
2481
+ }]
2482
+ }, {
2483
+ denom_units: [{
2484
+ denom: 'ibc/CE99B4D2A172275C064595B750827855E04D5E068FB7C642C8469CA9B5DB0EE1',
2485
+ exponent: 0,
2486
+ aliases: ['factory/osmo1z0qrq605sjgcqpylfl4aa6s90x738j7m58wyatt0tdzflg2ha26q67k743/wbtc']
2487
+ }, {
2488
+ denom: 'wbtc',
2489
+ exponent: 8
2490
+ }],
2491
+ address: 'osmo1z0qrq605sjgcqpylfl4aa6s90x738j7m58wyatt0tdzflg2ha26q67k743',
2492
+ type_asset: 'sdk.coin',
2493
+ base: 'ibc/CE99B4D2A172275C064595B750827855E04D5E068FB7C642C8469CA9B5DB0EE1',
2494
+ name: 'Wrapped Bitcoin',
2495
+ display: 'wbtc',
2496
+ symbol: 'WBTC',
2497
+ traces: [{
2498
+ type: 'ibc',
2499
+ counterparty: {
2500
+ channel_id: 'channel-232',
2501
+ base_denom: 'factory/osmo1z0qrq605sjgcqpylfl4aa6s90x738j7m58wyatt0tdzflg2ha26q67k743/wbtc',
2502
+ chain_name: 'osmosis'
2503
+ },
2504
+ chain: {
2505
+ channel_id: 'channel-0'
2506
+ }
2507
+ }],
2508
+ images: [{
2509
+ image_sync: {
2510
+ chain_name: 'ethereum',
2511
+ base_denom: '0x2260fac5e5542a773aa44fbcfedf7c193bc2c599'
2512
+ },
2513
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.png',
2514
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.svg'
2515
+ }],
2516
+ logo_URIs: {
2517
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.png',
2518
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.svg'
2519
+ }
2520
+ }, {
2521
+ 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.",
2522
+ denom_units: [{
2523
+ denom: 'ibc/AB7C92666DE8C7A977666B8080CABF0127B652B9D40F7251E6914DE942D9942B',
2524
+ exponent: 0,
2525
+ aliases: ['factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO']
2526
+ }, {
2527
+ denom: 'WOSMO',
2528
+ exponent: 6
2529
+ }],
2530
+ address: 'osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3',
2531
+ base: 'ibc/AB7C92666DE8C7A977666B8080CABF0127B652B9D40F7251E6914DE942D9942B',
2532
+ name: 'WOSMO',
2533
+ display: 'WOSMO',
2534
+ symbol: 'WOSMO',
2535
+ logo_URIs: {
2536
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/WOSMO.png'
2537
+ },
2538
+ images: [{
2539
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/WOSMO.png'
2540
+ }],
2541
+ traces: [{
2542
+ type: 'ibc',
2543
+ counterparty: {
2544
+ channel_id: 'channel-232',
2545
+ base_denom: 'factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO',
2546
+ chain_name: 'osmosis'
2547
+ },
2548
+ chain: {
2549
+ channel_id: 'channel-0'
2550
+ }
2551
+ }]
2552
+ }, {
2553
+ description: 'NLS on Osmosis',
2554
+ denom_units: [{
2555
+ denom: 'ibc/989DF9B673551127FB0176F748F43E6CF67BAF429535DBC8CA1644B5FAF80453',
2556
+ exponent: 0,
2557
+ aliases: ['ibc/D9AFCECDD361D38302AA66EB3BAC23B95234832C51D12489DC451FA2B7C72782']
2558
+ }, {
2559
+ denom: 'nls',
2560
+ exponent: 6
2561
+ }],
2562
+ type_asset: 'ics20',
2563
+ base: 'ibc/989DF9B673551127FB0176F748F43E6CF67BAF429535DBC8CA1644B5FAF80453',
2564
+ name: 'Nolus',
2565
+ display: 'nls',
2566
+ symbol: 'NLS',
2567
+ traces: [{
2568
+ type: 'ibc',
2569
+ counterparty: {
2570
+ channel_id: 'channel-232',
2571
+ base_denom: 'ibc/D9AFCECDD361D38302AA66EB3BAC23B95234832C51D12489DC451FA2B7C72782',
2572
+ chain_name: 'osmosis'
2573
+ },
2574
+ chain: {
2575
+ channel_id: 'channel-0'
2576
+ }
2577
+ }],
2578
+ images: [{
2579
+ image_sync: {
2580
+ chain_name: 'nolus',
2581
+ base_denom: 'unls'
2582
+ },
2583
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.png',
2584
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.svg'
2585
+ }],
2586
+ logo_URIs: {
2587
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.png',
2588
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.svg'
2589
+ }
2590
+ }, {
2591
+ description: 'STRD on Osmosis',
2592
+ denom_units: [{
2593
+ denom: 'ibc/04CA9067228BB51F1C39A506DA00DF07E1496D8308DD21E8EF66AD6169FA722B',
2594
+ exponent: 0,
2595
+ aliases: ['ibc/A8CA5EE328FA10C9519DF6057DA1F69682D28F7D0F5CCC7ECB72E3DCA2D157A4']
2596
+ }, {
2597
+ denom: 'strd',
2598
+ exponent: 6
2599
+ }],
2600
+ type_asset: 'ics20',
2601
+ base: 'ibc/04CA9067228BB51F1C39A506DA00DF07E1496D8308DD21E8EF66AD6169FA722B',
2602
+ name: 'Stride',
2603
+ display: 'strd',
2604
+ symbol: 'STRD',
2605
+ traces: [{
2606
+ type: 'ibc',
2607
+ counterparty: {
2608
+ channel_id: 'channel-232',
2609
+ base_denom: 'ibc/A8CA5EE328FA10C9519DF6057DA1F69682D28F7D0F5CCC7ECB72E3DCA2D157A4',
2610
+ chain_name: 'osmosis'
2611
+ },
2612
+ chain: {
2613
+ channel_id: 'channel-0'
2614
+ }
2615
+ }],
2616
+ images: [{
2617
+ image_sync: {
2618
+ chain_name: 'stride',
2619
+ base_denom: 'ustrd'
2620
+ },
2621
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.png',
2622
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg'
2623
+ }],
2624
+ logo_URIs: {
2625
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.png',
2626
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg'
2627
+ }
2628
+ }, {
2629
+ description: 'Margined Power Token sqTIA',
2630
+ denom_units: [{
2631
+ denom: 'ibc/0A15AC1985AFEA902D4EBE897DABBD28100894D2ECE76E081963145EFC1C5BFF',
2632
+ exponent: 0,
2633
+ aliases: ['factory/osmo1g8qypve6l95xmhgc0fddaecerffymsl7kn9muw/sqtia']
2634
+ }, {
2635
+ denom: 'sqtia',
2636
+ exponent: 6
2637
+ }],
2638
+ base: 'ibc/0A15AC1985AFEA902D4EBE897DABBD28100894D2ECE76E081963145EFC1C5BFF',
2639
+ name: 'TIA Squared',
2640
+ display: 'sqtia',
2641
+ symbol: 'sqTIA',
2642
+ logo_URIs: {
2643
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sqtia.svg'
2644
+ },
2645
+ images: [{
2646
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sqtia.svg'
2647
+ }],
2648
+ traces: [{
2649
+ type: 'ibc',
2650
+ counterparty: {
2651
+ channel_id: 'channel-232',
2652
+ base_denom: 'factory/osmo1g8qypve6l95xmhgc0fddaecerffymsl7kn9muw/sqtia',
2653
+ chain_name: 'osmosis'
2654
+ },
2655
+ chain: {
2656
+ channel_id: 'channel-0'
2657
+ }
2658
+ }]
2659
+ }, {
2660
+ description: 'Sail DAO Token',
2661
+ denom_units: [{
2662
+ denom: 'ibc/7577185E42939EE57EF73E2DE57A28BBE7693EDC0766C506E570C5D6B7636B33',
2663
+ exponent: 0,
2664
+ aliases: ['factory/osmo1rckme96ptawr4zwexxj5g5gej9s2dmud8r2t9j0k0prn5mch5g4snzzwjv/sail']
2665
+ }, {
2666
+ denom: 'sail',
2667
+ exponent: 6
2668
+ }],
2669
+ base: 'ibc/7577185E42939EE57EF73E2DE57A28BBE7693EDC0766C506E570C5D6B7636B33',
2670
+ name: 'Sail',
2671
+ display: 'sail',
2672
+ symbol: 'SAIL',
2673
+ logo_URIs: {
2674
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sail.png'
2675
+ },
2676
+ images: [{
2677
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sail.png'
2678
+ }],
2679
+ traces: [{
2680
+ type: 'ibc',
2681
+ counterparty: {
2682
+ channel_id: 'channel-232',
2683
+ base_denom: 'factory/osmo1rckme96ptawr4zwexxj5g5gej9s2dmud8r2t9j0k0prn5mch5g4snzzwjv/sail',
2684
+ chain_name: 'osmosis'
2685
+ },
2686
+ chain: {
2687
+ channel_id: 'channel-0'
2688
+ }
2689
+ }]
2690
+ }]
2691
+ };
2692
+ var _default = exports["default"] = assets;