@chain-registry/assets 1.27.0 → 1.29.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (160) hide show
  1. package/CHANGELOG.md +536 -0
  2. package/main/asset_lists.js +13 -1
  3. package/main/index.js +41 -3
  4. package/main/mainnet/8ball.js +1454 -0
  5. package/main/mainnet/acrechain.js +5752 -0
  6. package/main/mainnet/agoric.js +4889 -0
  7. package/main/mainnet/aioz.js +1559 -0
  8. package/main/mainnet/akash.js +3628 -0
  9. package/main/mainnet/andromeda.js +1254 -0
  10. package/main/mainnet/archway.js +5657 -0
  11. package/main/mainnet/arkh.js +1454 -0
  12. package/main/mainnet/assetmantle.js +2692 -0
  13. package/main/mainnet/assets.js +127 -0
  14. package/main/mainnet/aura.js +3207 -0
  15. package/main/mainnet/axelar.js +6074 -0
  16. package/main/mainnet/bandchain.js +1489 -0
  17. package/main/mainnet/beezee.js +1454 -0
  18. package/main/mainnet/bitcanna.js +2292 -0
  19. package/main/mainnet/bitsong.js +1789 -0
  20. package/main/mainnet/bluzelle.js +1454 -0
  21. package/main/mainnet/bostrom.js +1454 -0
  22. package/main/mainnet/canto.js +1996 -0
  23. package/main/mainnet/carbon.js +4273 -0
  24. package/main/mainnet/celestia.js +4331 -0
  25. package/main/mainnet/cerberus.js +1454 -0
  26. package/main/mainnet/cheqd.js +1953 -0
  27. package/main/mainnet/chihuahua.js +2908 -0
  28. package/main/mainnet/comdex.js +3901 -0
  29. package/main/mainnet/composable.js +6383 -0
  30. package/main/mainnet/coreum.js +4757 -0
  31. package/main/mainnet/cosmoshub.js +9108 -0
  32. package/main/mainnet/crescent.js +7152 -0
  33. package/main/mainnet/cronos.js +182 -0
  34. package/main/mainnet/cryptoorgchain.js +2295 -0
  35. package/main/mainnet/cudos.js +1454 -0
  36. package/main/mainnet/decentr.js +1653 -0
  37. package/main/mainnet/desmos.js +1454 -0
  38. package/main/mainnet/dig.js +1650 -0
  39. package/main/mainnet/doravota.js +2670 -0
  40. package/main/mainnet/dydx.js +4361 -0
  41. package/main/mainnet/dyson.js +1454 -0
  42. package/main/mainnet/echelon.js +1454 -0
  43. package/main/mainnet/emoney.js +1789 -0
  44. package/main/mainnet/empowerchain.js +2663 -0
  45. package/main/mainnet/evmos.js +6529 -0
  46. package/main/mainnet/fetchhub.js +1454 -0
  47. package/main/mainnet/furya.js +2822 -0
  48. package/main/mainnet/fxcore.js +2737 -0
  49. package/main/mainnet/galaxy.js +1454 -0
  50. package/main/mainnet/gateway.js +2567 -0
  51. package/main/mainnet/genesisl1.js +1454 -0
  52. package/main/mainnet/gitopia.js +1454 -0
  53. package/main/mainnet/gravitybridge.js +3401 -0
  54. package/main/mainnet/haqq.js +3306 -0
  55. package/main/mainnet/impacthub.js +2832 -0
  56. package/main/mainnet/imversed.js +1454 -0
  57. package/main/mainnet/index.js +246 -0
  58. package/main/mainnet/injective.js +6344 -0
  59. package/main/mainnet/irisnet.js +2991 -0
  60. package/main/mainnet/jackal.js +3707 -0
  61. package/main/mainnet/juno.js +8171 -0
  62. package/main/mainnet/kava.js +4832 -0
  63. package/main/mainnet/kichain.js +1559 -0
  64. package/main/mainnet/konstellation.js +1454 -0
  65. package/main/mainnet/kujira.js +9086 -0
  66. package/main/mainnet/kyve.js +2558 -0
  67. package/main/mainnet/lambda.js +1454 -0
  68. package/main/mainnet/likecoin.js +1559 -0
  69. package/main/mainnet/lumenx.js +1454 -0
  70. package/main/mainnet/lumnetwork.js +1559 -0
  71. package/main/mainnet/mars.js +3598 -0
  72. package/main/mainnet/medasdigital.js +1488 -0
  73. package/main/mainnet/meme.js +1454 -0
  74. package/main/mainnet/microtick.js +1454 -0
  75. package/main/mainnet/migaloo.js +5951 -0
  76. package/main/mainnet/neutron.js +7834 -0
  77. package/main/mainnet/noble.js +5521 -0
  78. package/main/mainnet/nois.js +2281 -0
  79. package/main/mainnet/nolus.js +2195 -0
  80. package/main/mainnet/nomic.js +3172 -0
  81. package/main/mainnet/nyx.js +1791 -0
  82. package/main/mainnet/odin.js +2558 -0
  83. package/main/mainnet/okexchain.js +563 -0
  84. package/main/mainnet/omniflixhub.js +2741 -0
  85. package/main/mainnet/onomy.js +1454 -0
  86. package/main/mainnet/oraichain.js +1555 -0
  87. package/main/mainnet/osmosis.js +1 -0
  88. package/main/mainnet/panacea.js +1454 -0
  89. package/main/mainnet/passage.js +1454 -0
  90. package/main/mainnet/persistence.js +4490 -0
  91. package/main/mainnet/planq.js +2056 -0
  92. package/main/mainnet/point.js +116 -0
  93. package/main/mainnet/provenance.js +1454 -0
  94. package/main/mainnet/pundix.js +1523 -0
  95. package/main/mainnet/quasar.js +1454 -0
  96. package/main/mainnet/quicksilver.js +2563 -0
  97. package/main/mainnet/qwoyn.js +1491 -0
  98. package/main/mainnet/realio.js +2569 -0
  99. package/main/mainnet/rebus.js +1454 -0
  100. package/main/mainnet/regen.js +3303 -0
  101. package/main/mainnet/rizon.js +1454 -0
  102. package/main/mainnet/secretnetwork.js +10382 -0
  103. package/main/mainnet/sei.js +4466 -0
  104. package/main/mainnet/sentinel.js +2192 -0
  105. package/main/mainnet/sge.js +1454 -0
  106. package/main/mainnet/shareledger.js +1454 -0
  107. package/main/mainnet/shentu.js +1454 -0
  108. package/main/mainnet/sifchain.js +2354 -0
  109. package/main/mainnet/sommelier.js +4126 -0
  110. package/main/mainnet/source.js +1454 -0
  111. package/main/mainnet/stafihub.js +2985 -0
  112. package/main/mainnet/stargaze.js +5470 -0
  113. package/main/mainnet/starname.js +2090 -0
  114. package/main/mainnet/stride.js +6791 -0
  115. package/main/mainnet/teritori.js +2738 -0
  116. package/main/mainnet/terra.js +2015 -0
  117. package/main/mainnet/terra2.js +8134 -0
  118. package/main/mainnet/tgrade.js +1557 -0
  119. package/main/mainnet/umee.js +4119 -0
  120. package/main/mainnet/unification.js +1791 -0
  121. package/main/mainnet/uptick.js +150 -0
  122. package/main/mainnet/vidulum.js +1486 -0
  123. package/main/mainnet/xpla.js +1650 -0
  124. package/main/noncosmos/assets.js +11 -0
  125. package/main/noncosmos/composablepolkadot.js +140 -0
  126. package/main/noncosmos/index.js +13 -0
  127. package/main/noncosmos/picasso.js +185 -0
  128. package/main/testnet/akashtestnet.js +109 -0
  129. package/main/testnet/archwaytestnet.js +395 -0
  130. package/main/testnet/assets.js +38 -0
  131. package/main/testnet/axelartestnet.js +533 -0
  132. package/main/testnet/celestiatestnet3.js +147 -0
  133. package/main/testnet/chain4energytestnet.js +81 -0
  134. package/main/testnet/composabletestnet.js +81 -0
  135. package/main/testnet/cosmoshubtestnet.js +281 -0
  136. package/main/testnet/doravotatestnet.js +81 -0
  137. package/main/testnet/dydxtestnet.js +292 -0
  138. package/main/testnet/empowertestnet.js +146 -0
  139. package/main/testnet/entrypointtestnet.js +81 -0
  140. package/main/testnet/impacthubtestnet.js +81 -0
  141. package/main/testnet/index.js +67 -0
  142. package/main/testnet/injectivetestnet.js +115 -0
  143. package/main/testnet/junotestnet.js +185 -0
  144. package/main/testnet/kyvetestnet.js +81 -0
  145. package/main/testnet/likecointestnet.js +81 -0
  146. package/main/testnet/marstestnet.js +151 -0
  147. package/main/testnet/neutrontestnet.js +181 -0
  148. package/main/testnet/nobletestnet.js +296 -0
  149. package/main/testnet/noistestnet.js +175 -0
  150. package/main/testnet/nolustestnet.js +114 -0
  151. package/main/testnet/osmosistestnet.js +1438 -0
  152. package/main/testnet/osmosistestnet4.js +504 -0
  153. package/main/testnet/persistencetestnet2.js +395 -0
  154. package/main/testnet/quicksilvertestnet.js +81 -0
  155. package/main/testnet/sagatestnet.js +362 -0
  156. package/main/testnet/sgetestnet.js +81 -0
  157. package/main/testnet/stargazetestnet.js +146 -0
  158. package/main/testnet/xiontestnet.js +476 -0
  159. package/package.json +10 -11
  160. package/types/index.d.ts +1 -1
@@ -0,0 +1,4126 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports["default"] = void 0;
7
+ var assets = {
8
+ chain_name: 'sommelier',
9
+ assets: [{
10
+ description: 'The native token of Axelar',
11
+ denom_units: [{
12
+ denom: 'ibc/D934516FBE457F3A98AFABD87E0EFF7F95A15325C191EA8CDD7763C702FDDEC2',
13
+ exponent: 0,
14
+ aliases: ['uaxl']
15
+ }, {
16
+ denom: 'axl',
17
+ exponent: 6
18
+ }],
19
+ base: 'ibc/D934516FBE457F3A98AFABD87E0EFF7F95A15325C191EA8CDD7763C702FDDEC2',
20
+ name: 'Axelar',
21
+ display: 'axl',
22
+ symbol: 'AXL',
23
+ logo_URIs: {
24
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
25
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg'
26
+ },
27
+ coingecko_id: 'axelar',
28
+ images: [{
29
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
30
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg'
31
+ }],
32
+ traces: [{
33
+ type: 'ibc',
34
+ counterparty: {
35
+ channel_id: 'channel-72',
36
+ base_denom: 'uaxl',
37
+ chain_name: 'axelar'
38
+ },
39
+ chain: {
40
+ channel_id: 'channel-5'
41
+ }
42
+ }]
43
+ }, {
44
+ description: "Circle's stablecoin on Axelar",
45
+ denom_units: [{
46
+ denom: 'ibc/BFAAB7870A9AAABF64A7366DAAA0B8E5065EAA1FCE762F45677DC24BE796EF65',
47
+ exponent: 0,
48
+ aliases: ['uusdc']
49
+ }, {
50
+ denom: 'usdc',
51
+ exponent: 6
52
+ }],
53
+ base: 'ibc/BFAAB7870A9AAABF64A7366DAAA0B8E5065EAA1FCE762F45677DC24BE796EF65',
54
+ name: 'USD Coin',
55
+ display: 'usdc',
56
+ symbol: 'USDC',
57
+ traces: [{
58
+ type: 'ibc',
59
+ counterparty: {
60
+ channel_id: 'channel-72',
61
+ base_denom: 'uusdc',
62
+ chain_name: 'axelar'
63
+ },
64
+ chain: {
65
+ channel_id: 'channel-5'
66
+ }
67
+ }],
68
+ logo_URIs: {
69
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.png',
70
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg'
71
+ },
72
+ coingecko_id: 'axlusdc',
73
+ images: [{
74
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.png',
75
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg'
76
+ }]
77
+ }, {
78
+ description: "Frax's fractional-algorithmic stablecoin on Axelar",
79
+ denom_units: [{
80
+ denom: 'ibc/CA9DE7EFBE31CEEDDF4E11564C19612FFE1DCB0758069627A619510F1C5AE56A',
81
+ exponent: 0,
82
+ aliases: ['frax-wei']
83
+ }, {
84
+ denom: 'frax',
85
+ exponent: 18
86
+ }],
87
+ base: 'ibc/CA9DE7EFBE31CEEDDF4E11564C19612FFE1DCB0758069627A619510F1C5AE56A',
88
+ name: 'Frax',
89
+ display: 'frax',
90
+ symbol: 'FRAX',
91
+ traces: [{
92
+ type: 'ibc',
93
+ counterparty: {
94
+ channel_id: 'channel-72',
95
+ base_denom: 'frax-wei',
96
+ chain_name: 'axelar'
97
+ },
98
+ chain: {
99
+ channel_id: 'channel-5'
100
+ }
101
+ }],
102
+ logo_URIs: {
103
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/frax.svg'
104
+ },
105
+ images: [{
106
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/frax.svg'
107
+ }]
108
+ }, {
109
+ description: 'Dai stablecoin on Axelar',
110
+ denom_units: [{
111
+ denom: 'ibc/E1B637DCB7755B11574CA4FE1A10EEBE271ECC7F3C348A4BDD6B4204A2F66BB3',
112
+ exponent: 0,
113
+ aliases: ['dai-wei']
114
+ }, {
115
+ denom: 'dai',
116
+ exponent: 18
117
+ }],
118
+ base: 'ibc/E1B637DCB7755B11574CA4FE1A10EEBE271ECC7F3C348A4BDD6B4204A2F66BB3',
119
+ name: 'Dai Stablecoin',
120
+ display: 'dai',
121
+ symbol: 'DAI',
122
+ traces: [{
123
+ type: 'ibc',
124
+ counterparty: {
125
+ channel_id: 'channel-72',
126
+ base_denom: 'dai-wei',
127
+ chain_name: 'axelar'
128
+ },
129
+ chain: {
130
+ channel_id: 'channel-5'
131
+ }
132
+ }],
133
+ logo_URIs: {
134
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/dai.png',
135
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/dai.svg'
136
+ },
137
+ images: [{
138
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/dai.png',
139
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/dai.svg'
140
+ }]
141
+ }, {
142
+ description: "Tether's USD stablecoin on Axelar",
143
+ denom_units: [{
144
+ denom: 'ibc/462724F72AB1DDD92D751BF676AAD935B8FFE9ABF962259EA5ADDDC867959679',
145
+ exponent: 0,
146
+ aliases: ['uusdt']
147
+ }, {
148
+ denom: 'usdt',
149
+ exponent: 6
150
+ }],
151
+ base: 'ibc/462724F72AB1DDD92D751BF676AAD935B8FFE9ABF962259EA5ADDDC867959679',
152
+ name: 'Tether USD',
153
+ display: 'usdt',
154
+ symbol: 'USDT',
155
+ traces: [{
156
+ type: 'ibc',
157
+ counterparty: {
158
+ channel_id: 'channel-72',
159
+ base_denom: 'uusdt',
160
+ chain_name: 'axelar'
161
+ },
162
+ chain: {
163
+ channel_id: 'channel-5'
164
+ }
165
+ }],
166
+ logo_URIs: {
167
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdt.png',
168
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdt.svg'
169
+ },
170
+ images: [{
171
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdt.png',
172
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdt.svg'
173
+ }]
174
+ }, {
175
+ description: 'Wrapped Ether on Axelar',
176
+ denom_units: [{
177
+ denom: 'ibc/E3AB0DFDE9E782262B770C32DF94AC2A92B93DC4825376D6F6C874D3C877864E',
178
+ exponent: 0,
179
+ aliases: ['weth-wei']
180
+ }, {
181
+ denom: 'weth',
182
+ exponent: 18
183
+ }],
184
+ base: 'ibc/E3AB0DFDE9E782262B770C32DF94AC2A92B93DC4825376D6F6C874D3C877864E',
185
+ name: 'Wrapped Ether',
186
+ display: 'weth',
187
+ symbol: 'WETH',
188
+ traces: [{
189
+ type: 'ibc',
190
+ counterparty: {
191
+ channel_id: 'channel-72',
192
+ base_denom: 'weth-wei',
193
+ chain_name: 'axelar'
194
+ },
195
+ chain: {
196
+ channel_id: 'channel-5'
197
+ }
198
+ }],
199
+ logo_URIs: {
200
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/weth.png'
201
+ },
202
+ images: [{
203
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/weth.png'
204
+ }]
205
+ }, {
206
+ description: 'Wrapped Bitcoin on Axelar',
207
+ denom_units: [{
208
+ denom: 'ibc/45C87C0C3027BD5E5BBECF6A6BF8570857E555ABCB6689130AC90D391016AD17',
209
+ exponent: 0,
210
+ aliases: ['wbtc-satoshi']
211
+ }, {
212
+ denom: 'wbtc',
213
+ exponent: 8
214
+ }],
215
+ base: 'ibc/45C87C0C3027BD5E5BBECF6A6BF8570857E555ABCB6689130AC90D391016AD17',
216
+ name: 'Wrapped Bitcoin',
217
+ display: 'wbtc',
218
+ symbol: 'WBTC',
219
+ traces: [{
220
+ type: 'ibc',
221
+ counterparty: {
222
+ channel_id: 'channel-72',
223
+ base_denom: 'wbtc-satoshi',
224
+ chain_name: 'axelar'
225
+ },
226
+ chain: {
227
+ channel_id: 'channel-5'
228
+ }
229
+ }],
230
+ logo_URIs: {
231
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/wbtc.png'
232
+ },
233
+ images: [{
234
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/wbtc.png'
235
+ }]
236
+ }, {
237
+ description: 'Aave on Axelar',
238
+ denom_units: [{
239
+ denom: 'ibc/B7B3E129C12B4ACCC9D921452B821C0A9B5DB91BFA1E0EDC464DB5DE7858D386',
240
+ exponent: 0,
241
+ aliases: ['aave-wei']
242
+ }, {
243
+ denom: 'aave',
244
+ exponent: 18
245
+ }],
246
+ base: 'ibc/B7B3E129C12B4ACCC9D921452B821C0A9B5DB91BFA1E0EDC464DB5DE7858D386',
247
+ name: 'Aave',
248
+ display: 'aave',
249
+ symbol: 'AAVE',
250
+ traces: [{
251
+ type: 'ibc',
252
+ counterparty: {
253
+ channel_id: 'channel-72',
254
+ base_denom: 'aave-wei',
255
+ chain_name: 'axelar'
256
+ },
257
+ chain: {
258
+ channel_id: 'channel-5'
259
+ }
260
+ }],
261
+ logo_URIs: {
262
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/aave.svg'
263
+ },
264
+ images: [{
265
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/aave.svg'
266
+ }]
267
+ }, {
268
+ description: 'ApeCoin on Axelar',
269
+ denom_units: [{
270
+ denom: 'ibc/92727E64D7B68B5F8036FC2B9CA13DC63363D189327B902A91D3499B60086D63',
271
+ exponent: 0,
272
+ aliases: ['ape-wei']
273
+ }, {
274
+ denom: 'ape',
275
+ exponent: 18
276
+ }],
277
+ base: 'ibc/92727E64D7B68B5F8036FC2B9CA13DC63363D189327B902A91D3499B60086D63',
278
+ name: 'ApeCoin',
279
+ display: 'ape',
280
+ symbol: 'APE',
281
+ traces: [{
282
+ type: 'ibc',
283
+ counterparty: {
284
+ channel_id: 'channel-72',
285
+ base_denom: 'ape-wei',
286
+ chain_name: 'axelar'
287
+ },
288
+ chain: {
289
+ channel_id: 'channel-5'
290
+ }
291
+ }],
292
+ logo_URIs: {
293
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ape.svg'
294
+ },
295
+ images: [{
296
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ape.svg'
297
+ }]
298
+ }, {
299
+ description: 'Axie Infinity Shard on Axelar',
300
+ denom_units: [{
301
+ denom: 'ibc/4AD528BC4895BEA6EE5DF4259EE46F866FAA0D5C73E61925B9013050E39CE04A',
302
+ exponent: 0,
303
+ aliases: ['axs-wei']
304
+ }, {
305
+ denom: 'axs',
306
+ exponent: 18
307
+ }],
308
+ base: 'ibc/4AD528BC4895BEA6EE5DF4259EE46F866FAA0D5C73E61925B9013050E39CE04A',
309
+ name: 'Axie Infinity Shard',
310
+ display: 'axs',
311
+ symbol: 'AXS',
312
+ traces: [{
313
+ type: 'ibc',
314
+ counterparty: {
315
+ channel_id: 'channel-72',
316
+ base_denom: 'axs-wei',
317
+ chain_name: 'axelar'
318
+ },
319
+ chain: {
320
+ channel_id: 'channel-5'
321
+ }
322
+ }],
323
+ logo_URIs: {
324
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/axs.svg'
325
+ },
326
+ images: [{
327
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/axs.svg'
328
+ }]
329
+ }, {
330
+ description: 'Chainlink on Axelar',
331
+ denom_units: [{
332
+ denom: 'ibc/5F01D08D8E63C951DDAD6111FBD235D459C95F89A57EA1BB2025430C3DD96719',
333
+ exponent: 0,
334
+ aliases: ['link-wei']
335
+ }, {
336
+ denom: 'link',
337
+ exponent: 18
338
+ }],
339
+ base: 'ibc/5F01D08D8E63C951DDAD6111FBD235D459C95F89A57EA1BB2025430C3DD96719',
340
+ name: 'Chainlink',
341
+ display: 'link',
342
+ symbol: 'LINK',
343
+ traces: [{
344
+ type: 'ibc',
345
+ counterparty: {
346
+ channel_id: 'channel-72',
347
+ base_denom: 'link-wei',
348
+ chain_name: 'axelar'
349
+ },
350
+ chain: {
351
+ channel_id: 'channel-5'
352
+ }
353
+ }],
354
+ logo_URIs: {
355
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.png',
356
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.svg'
357
+ },
358
+ images: [{
359
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.png',
360
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.svg'
361
+ }]
362
+ }, {
363
+ description: 'Maker on Axelar',
364
+ denom_units: [{
365
+ denom: 'ibc/A201638824F62E8C8D9F6A93E7B2F242B912153008943C7DAE01F76C0C7A3430',
366
+ exponent: 0,
367
+ aliases: ['mkr-wei']
368
+ }, {
369
+ denom: 'mkr',
370
+ exponent: 18
371
+ }],
372
+ base: 'ibc/A201638824F62E8C8D9F6A93E7B2F242B912153008943C7DAE01F76C0C7A3430',
373
+ name: 'Maker',
374
+ display: 'mkr',
375
+ symbol: 'MKR',
376
+ traces: [{
377
+ type: 'ibc',
378
+ counterparty: {
379
+ channel_id: 'channel-72',
380
+ base_denom: 'mkr-wei',
381
+ chain_name: 'axelar'
382
+ },
383
+ chain: {
384
+ channel_id: 'channel-5'
385
+ }
386
+ }],
387
+ logo_URIs: {
388
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/mkr.svg'
389
+ },
390
+ images: [{
391
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/mkr.svg'
392
+ }]
393
+ }, {
394
+ description: 'Rai Reflex Index on Axelar',
395
+ denom_units: [{
396
+ denom: 'ibc/CA23E7C30D51977BB7219CAC11056EF73E07B187DE5E4FF2E6B25C6E1903F4F5',
397
+ exponent: 0,
398
+ aliases: ['rai-wei']
399
+ }, {
400
+ denom: 'rai',
401
+ exponent: 18
402
+ }],
403
+ base: 'ibc/CA23E7C30D51977BB7219CAC11056EF73E07B187DE5E4FF2E6B25C6E1903F4F5',
404
+ name: 'Rai Reflex Index',
405
+ display: 'rai',
406
+ symbol: 'RAI',
407
+ traces: [{
408
+ type: 'ibc',
409
+ counterparty: {
410
+ channel_id: 'channel-72',
411
+ base_denom: 'rai-wei',
412
+ chain_name: 'axelar'
413
+ },
414
+ chain: {
415
+ channel_id: 'channel-5'
416
+ }
417
+ }],
418
+ logo_URIs: {
419
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/rai.svg'
420
+ },
421
+ images: [{
422
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/rai.svg'
423
+ }]
424
+ }, {
425
+ description: 'Shiba Inu on Axelar',
426
+ denom_units: [{
427
+ denom: 'ibc/1BA9487241B5F9F9CFBC1EF0B099E668D953F6757185255225BB84A8B678AF8E',
428
+ exponent: 0,
429
+ aliases: ['shib-wei']
430
+ }, {
431
+ denom: 'shib',
432
+ exponent: 18
433
+ }],
434
+ base: 'ibc/1BA9487241B5F9F9CFBC1EF0B099E668D953F6757185255225BB84A8B678AF8E',
435
+ name: 'Shiba Inu',
436
+ display: 'shib',
437
+ symbol: 'SHIB',
438
+ traces: [{
439
+ type: 'ibc',
440
+ counterparty: {
441
+ channel_id: 'channel-72',
442
+ base_denom: 'shib-wei',
443
+ chain_name: 'axelar'
444
+ },
445
+ chain: {
446
+ channel_id: 'channel-5'
447
+ }
448
+ }],
449
+ logo_URIs: {
450
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/shib.svg'
451
+ },
452
+ images: [{
453
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/shib.svg'
454
+ }]
455
+ }, {
456
+ description: 'Lido Staked Ether on Axelar',
457
+ denom_units: [{
458
+ denom: 'ibc/34DA84E6987ADD79495C14507B0ADA343F2B9C3DC4BCF9AC921626BF1ED03FE3',
459
+ exponent: 0,
460
+ aliases: ['steth-wei']
461
+ }, {
462
+ denom: 'steth',
463
+ exponent: 18
464
+ }],
465
+ base: 'ibc/34DA84E6987ADD79495C14507B0ADA343F2B9C3DC4BCF9AC921626BF1ED03FE3',
466
+ name: 'Lido Staked Ether',
467
+ display: 'steth',
468
+ symbol: 'stETH',
469
+ traces: [{
470
+ type: 'ibc',
471
+ counterparty: {
472
+ channel_id: 'channel-72',
473
+ base_denom: 'steth-wei',
474
+ chain_name: 'axelar'
475
+ },
476
+ chain: {
477
+ channel_id: 'channel-5'
478
+ }
479
+ }],
480
+ logo_URIs: {
481
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/steth.svg'
482
+ },
483
+ images: [{
484
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/steth.svg'
485
+ }]
486
+ }, {
487
+ description: 'Uniswap on Axelar',
488
+ denom_units: [{
489
+ denom: 'ibc/4709E749EF4BDA4D9533CC06B646DF9574DC7B7CBF019E162F46E542F62A6C57',
490
+ exponent: 0,
491
+ aliases: ['uni-wei']
492
+ }, {
493
+ denom: 'uni',
494
+ exponent: 18
495
+ }],
496
+ base: 'ibc/4709E749EF4BDA4D9533CC06B646DF9574DC7B7CBF019E162F46E542F62A6C57',
497
+ name: 'Uniswap',
498
+ display: 'uni',
499
+ symbol: 'UNI',
500
+ traces: [{
501
+ type: 'ibc',
502
+ counterparty: {
503
+ channel_id: 'channel-72',
504
+ base_denom: 'uni-wei',
505
+ chain_name: 'axelar'
506
+ },
507
+ chain: {
508
+ channel_id: 'channel-5'
509
+ }
510
+ }],
511
+ logo_URIs: {
512
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/uni.svg'
513
+ },
514
+ images: [{
515
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/uni.svg'
516
+ }]
517
+ }, {
518
+ description: 'Chain on Axelar',
519
+ denom_units: [{
520
+ denom: 'ibc/DB03B7B0DB6EC92CC2F8989462BE2174757F3E562606518415BA5C3D3BBFB71E',
521
+ exponent: 0,
522
+ aliases: ['xcn-wei']
523
+ }, {
524
+ denom: 'xcn',
525
+ exponent: 18
526
+ }],
527
+ base: 'ibc/DB03B7B0DB6EC92CC2F8989462BE2174757F3E562606518415BA5C3D3BBFB71E',
528
+ name: 'Chain',
529
+ display: 'xcn',
530
+ symbol: 'XCN',
531
+ traces: [{
532
+ type: 'ibc',
533
+ counterparty: {
534
+ channel_id: 'channel-72',
535
+ base_denom: 'xcn-wei',
536
+ chain_name: 'axelar'
537
+ },
538
+ chain: {
539
+ channel_id: 'channel-5'
540
+ }
541
+ }],
542
+ logo_URIs: {
543
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/xcn.svg'
544
+ },
545
+ images: [{
546
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/xcn.svg'
547
+ }]
548
+ }, {
549
+ description: 'Wrapped Polkadot on Axelar',
550
+ denom_units: [{
551
+ denom: 'ibc/3D0D786201EA9704AE0957981B41B92EFA8F32E56318DAFE4B42DE5DE5B5E3FE',
552
+ exponent: 0,
553
+ aliases: ['dot-planck']
554
+ }, {
555
+ denom: 'dot',
556
+ exponent: 10
557
+ }],
558
+ base: 'ibc/3D0D786201EA9704AE0957981B41B92EFA8F32E56318DAFE4B42DE5DE5B5E3FE',
559
+ name: 'Wrapped Polkadot',
560
+ display: 'dot',
561
+ symbol: 'DOT',
562
+ traces: [{
563
+ type: 'ibc',
564
+ counterparty: {
565
+ channel_id: 'channel-72',
566
+ base_denom: 'dot-planck',
567
+ chain_name: 'axelar'
568
+ },
569
+ chain: {
570
+ channel_id: 'channel-5'
571
+ }
572
+ }],
573
+ logo_URIs: {
574
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polkadot/images/dot.png',
575
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polkadot/images/dot.svg'
576
+ },
577
+ images: [{
578
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polkadot/images/dot.png',
579
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polkadot/images/dot.svg'
580
+ }]
581
+ }, {
582
+ description: 'Wrapped Moonbeam on Axelar',
583
+ denom_units: [{
584
+ denom: 'ibc/F1E05BAE0613BE43D98BD89DDA6937F04B1D34178668BA7800FC70F2FFB42BDD',
585
+ exponent: 0,
586
+ aliases: ['wglmr-wei']
587
+ }, {
588
+ denom: 'wglmr',
589
+ exponent: 18
590
+ }],
591
+ base: 'ibc/F1E05BAE0613BE43D98BD89DDA6937F04B1D34178668BA7800FC70F2FFB42BDD',
592
+ name: 'Wrapped Moonbeam',
593
+ display: 'wglmr',
594
+ symbol: 'WGLMR',
595
+ traces: [{
596
+ type: 'ibc',
597
+ counterparty: {
598
+ channel_id: 'channel-72',
599
+ base_denom: 'wglmr-wei',
600
+ chain_name: 'axelar'
601
+ },
602
+ chain: {
603
+ channel_id: 'channel-5'
604
+ }
605
+ }],
606
+ logo_URIs: {
607
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/moonbeam/images/glmr.png',
608
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/moonbeam/images/glmr.svg'
609
+ },
610
+ images: [{
611
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/moonbeam/images/glmr.png',
612
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/moonbeam/images/glmr.svg'
613
+ }]
614
+ }, {
615
+ description: 'Wrapped Matic on Axelar',
616
+ denom_units: [{
617
+ denom: 'ibc/E97CB9081D7EB7CAEAE022E448FDEF6D1D0781B63DA4112CAE50285594B2B32C',
618
+ exponent: 0,
619
+ aliases: ['wmatic-wei']
620
+ }, {
621
+ denom: 'wmatic',
622
+ exponent: 18
623
+ }],
624
+ base: 'ibc/E97CB9081D7EB7CAEAE022E448FDEF6D1D0781B63DA4112CAE50285594B2B32C',
625
+ name: 'Wrapped Matic',
626
+ display: 'wmatic',
627
+ symbol: 'WMATIC',
628
+ traces: [{
629
+ type: 'ibc',
630
+ counterparty: {
631
+ channel_id: 'channel-72',
632
+ base_denom: 'wmatic-wei',
633
+ chain_name: 'axelar'
634
+ },
635
+ chain: {
636
+ channel_id: 'channel-5'
637
+ }
638
+ }],
639
+ logo_URIs: {
640
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polygon/images/wmatic.png',
641
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polygon/images/wmatic.svg'
642
+ },
643
+ images: [{
644
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polygon/images/wmatic.png',
645
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polygon/images/wmatic.svg'
646
+ }]
647
+ }, {
648
+ description: 'Wrapped BNB on Axelar',
649
+ denom_units: [{
650
+ denom: 'ibc/A0D7A4D3545AAF4C23FE0C432503D3EFB13A796B852AEF9B1B92D39AD80BD471',
651
+ exponent: 0,
652
+ aliases: ['wbnb-wei']
653
+ }, {
654
+ denom: 'wbnb',
655
+ exponent: 18
656
+ }],
657
+ base: 'ibc/A0D7A4D3545AAF4C23FE0C432503D3EFB13A796B852AEF9B1B92D39AD80BD471',
658
+ name: 'Wrapped BNB',
659
+ display: 'wbnb',
660
+ symbol: 'WBNB',
661
+ traces: [{
662
+ type: 'ibc',
663
+ counterparty: {
664
+ channel_id: 'channel-72',
665
+ base_denom: 'wbnb-wei',
666
+ chain_name: 'axelar'
667
+ },
668
+ chain: {
669
+ channel_id: 'channel-5'
670
+ }
671
+ }],
672
+ logo_URIs: {
673
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/wbnb.png',
674
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/wbnb.svg'
675
+ },
676
+ images: [{
677
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/wbnb.png',
678
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/wbnb.svg'
679
+ }]
680
+ }, {
681
+ description: 'Binance USD on Axelar.',
682
+ denom_units: [{
683
+ denom: 'ibc/E0DAFC08CE018EB12427A35044AA3F375B30A2D31D528837FE7773F9DF0D2AEF',
684
+ exponent: 0,
685
+ aliases: ['busd-wei']
686
+ }, {
687
+ denom: 'busd',
688
+ exponent: 18
689
+ }],
690
+ base: 'ibc/E0DAFC08CE018EB12427A35044AA3F375B30A2D31D528837FE7773F9DF0D2AEF',
691
+ name: 'Binance USD',
692
+ display: 'busd',
693
+ symbol: 'BUSD',
694
+ traces: [{
695
+ type: 'ibc',
696
+ counterparty: {
697
+ channel_id: 'channel-72',
698
+ base_denom: 'busd-wei',
699
+ chain_name: 'axelar'
700
+ },
701
+ chain: {
702
+ channel_id: 'channel-5'
703
+ }
704
+ }],
705
+ logo_URIs: {
706
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/busd.png'
707
+ },
708
+ images: [{
709
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/busd.png'
710
+ }]
711
+ }, {
712
+ description: 'Wrapped AVAX on Axelar.',
713
+ denom_units: [{
714
+ denom: 'ibc/2991B858634D22E4637F772FA5A5F5BFCE3F30EA3ED208E36DD8DC07330490A9',
715
+ exponent: 0,
716
+ aliases: ['wavax-wei']
717
+ }, {
718
+ denom: 'avax',
719
+ exponent: 18
720
+ }],
721
+ base: 'ibc/2991B858634D22E4637F772FA5A5F5BFCE3F30EA3ED208E36DD8DC07330490A9',
722
+ name: 'Wrapped AVAX',
723
+ display: 'avax',
724
+ symbol: 'WAVAX',
725
+ traces: [{
726
+ type: 'ibc',
727
+ counterparty: {
728
+ channel_id: 'channel-72',
729
+ base_denom: 'wavax-wei',
730
+ chain_name: 'axelar'
731
+ },
732
+ chain: {
733
+ channel_id: 'channel-5'
734
+ }
735
+ }],
736
+ logo_URIs: {
737
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/avalanche/images/wavax.svg'
738
+ },
739
+ images: [{
740
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/avalanche/images/wavax.svg'
741
+ }]
742
+ }, {
743
+ description: 'Wrapped FTM on Axelar.',
744
+ denom_units: [{
745
+ denom: 'ibc/BB68A322BA69ED1661EA38363B6A6D06D27AD205896875E78EA225AAF3A65CA6',
746
+ exponent: 0,
747
+ aliases: ['wftm-wei']
748
+ }, {
749
+ denom: 'ftm',
750
+ exponent: 18
751
+ }],
752
+ base: 'ibc/BB68A322BA69ED1661EA38363B6A6D06D27AD205896875E78EA225AAF3A65CA6',
753
+ name: 'Wrapped FTM',
754
+ display: 'ftm',
755
+ symbol: 'WFTM',
756
+ traces: [{
757
+ type: 'ibc',
758
+ counterparty: {
759
+ channel_id: 'channel-72',
760
+ base_denom: 'wftm-wei',
761
+ chain_name: 'axelar'
762
+ },
763
+ chain: {
764
+ channel_id: 'channel-5'
765
+ }
766
+ }],
767
+ logo_URIs: {
768
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/fantom/images/ftm.png'
769
+ },
770
+ images: [{
771
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/fantom/images/ftm.png'
772
+ }]
773
+ }, {
774
+ description: "Circle's stablecoin from Polygon on Axelar",
775
+ denom_units: [{
776
+ denom: 'ibc/A67479BD570B60E62F8B53043ECF131ED471C7835AC146828904C7097AF30D0B',
777
+ exponent: 0,
778
+ aliases: ['polygon-uusdc']
779
+ }, {
780
+ denom: 'polygon-usdc',
781
+ exponent: 6
782
+ }],
783
+ base: 'ibc/A67479BD570B60E62F8B53043ECF131ED471C7835AC146828904C7097AF30D0B',
784
+ name: 'USD Coin from Polygon',
785
+ display: 'polygon-usdc',
786
+ symbol: 'USDC',
787
+ traces: [{
788
+ type: 'ibc',
789
+ counterparty: {
790
+ channel_id: 'channel-72',
791
+ base_denom: 'polygon-uusdc',
792
+ chain_name: 'axelar'
793
+ },
794
+ chain: {
795
+ channel_id: 'channel-5'
796
+ }
797
+ }],
798
+ logo_URIs: {
799
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.png',
800
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg'
801
+ },
802
+ images: [{
803
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.png',
804
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg'
805
+ }]
806
+ }, {
807
+ description: "Circle's stablecoin from Avalanche on Axelar",
808
+ denom_units: [{
809
+ denom: 'ibc/4AF49824065A2EB5F05E5AD5823178E595577D26500592615E3E8746EBDA5652',
810
+ exponent: 0,
811
+ aliases: ['avalanche-uusdc']
812
+ }, {
813
+ denom: 'avalanche-usdc',
814
+ exponent: 6
815
+ }],
816
+ base: 'ibc/4AF49824065A2EB5F05E5AD5823178E595577D26500592615E3E8746EBDA5652',
817
+ name: 'USD Coin from Avalanche',
818
+ display: 'avalanche-usdc',
819
+ symbol: 'USDC',
820
+ traces: [{
821
+ type: 'ibc',
822
+ counterparty: {
823
+ channel_id: 'channel-72',
824
+ base_denom: 'avalanche-uusdc',
825
+ chain_name: 'axelar'
826
+ },
827
+ chain: {
828
+ channel_id: 'channel-5'
829
+ }
830
+ }],
831
+ logo_URIs: {
832
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.png',
833
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg'
834
+ },
835
+ images: [{
836
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.png',
837
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg'
838
+ }]
839
+ }, {
840
+ description: 'Wrapped FIL on Axelar',
841
+ denom_units: [{
842
+ denom: 'ibc/11238441686A79C76DF0FE654527021E74DC7113CF84FADA03882FD53FFB5998',
843
+ exponent: 0,
844
+ aliases: ['wfil-wei']
845
+ }, {
846
+ denom: 'fil',
847
+ exponent: 18
848
+ }],
849
+ base: 'ibc/11238441686A79C76DF0FE654527021E74DC7113CF84FADA03882FD53FFB5998',
850
+ name: 'Wrapped FIL from Filecoin',
851
+ display: 'fil',
852
+ symbol: 'axlFIL',
853
+ traces: [{
854
+ type: 'ibc',
855
+ counterparty: {
856
+ channel_id: 'channel-72',
857
+ base_denom: 'wfil-wei',
858
+ chain_name: 'axelar'
859
+ },
860
+ chain: {
861
+ channel_id: 'channel-5'
862
+ }
863
+ }],
864
+ logo_URIs: {
865
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/filecoin/images/wfil.png',
866
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/filecoin/images/wfil.svg'
867
+ },
868
+ images: [{
869
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/filecoin/images/wfil.png',
870
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/filecoin/images/wfil.svg'
871
+ }]
872
+ }, {
873
+ description: 'Arbitrum on Axelar',
874
+ denom_units: [{
875
+ denom: 'ibc/D35774A7E5C3D52146C03DF1F458C7E81EA7E633FAE36BA58E0012ECFD77A127',
876
+ exponent: 0,
877
+ aliases: ['arb-wei']
878
+ }, {
879
+ denom: 'arb',
880
+ exponent: 18
881
+ }],
882
+ base: 'ibc/D35774A7E5C3D52146C03DF1F458C7E81EA7E633FAE36BA58E0012ECFD77A127',
883
+ name: 'Arbitrum',
884
+ display: 'arb',
885
+ symbol: 'ARB',
886
+ traces: [{
887
+ type: 'ibc',
888
+ counterparty: {
889
+ channel_id: 'channel-72',
890
+ base_denom: 'arb-wei',
891
+ chain_name: 'axelar'
892
+ },
893
+ chain: {
894
+ channel_id: 'channel-5'
895
+ }
896
+ }],
897
+ logo_URIs: {
898
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/arbitrum/images/arb.png',
899
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/arbitrum/images/arb.svg'
900
+ },
901
+ images: [{
902
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/arbitrum/images/arb.png',
903
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/arbitrum/images/arb.svg'
904
+ }]
905
+ }, {
906
+ denom_units: [{
907
+ denom: 'ibc/10807457AB2AF2C5F6FCE648CC894EA6E8953497203F8517A94C4FDB340F4A14',
908
+ exponent: 0,
909
+ aliases: ['pepe-wei']
910
+ }, {
911
+ denom: 'pepe',
912
+ exponent: 18
913
+ }],
914
+ base: 'ibc/10807457AB2AF2C5F6FCE648CC894EA6E8953497203F8517A94C4FDB340F4A14',
915
+ name: 'Pepe',
916
+ display: 'pepe',
917
+ symbol: 'PEPE',
918
+ traces: [{
919
+ type: 'ibc',
920
+ counterparty: {
921
+ channel_id: 'channel-72',
922
+ base_denom: 'pepe-wei',
923
+ chain_name: 'axelar'
924
+ },
925
+ chain: {
926
+ channel_id: 'channel-5'
927
+ }
928
+ }],
929
+ images: [{
930
+ image_sync: {
931
+ chain_name: 'ethereum',
932
+ base_denom: '0x6982508145454Ce325dDbE47a25d4ec3d2311933'
933
+ },
934
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/pepe.png',
935
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/pepe.svg'
936
+ }],
937
+ logo_URIs: {
938
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/pepe.png',
939
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/pepe.svg'
940
+ }
941
+ }, {
942
+ denom_units: [{
943
+ denom: 'ibc/C9C39FC15FCE59FFD07E3F7FC7036465B6D41019387F4B8296657B53E3A6A796',
944
+ exponent: 0,
945
+ aliases: ['cbeth-wei']
946
+ }, {
947
+ denom: 'cbeth',
948
+ exponent: 18
949
+ }],
950
+ base: 'ibc/C9C39FC15FCE59FFD07E3F7FC7036465B6D41019387F4B8296657B53E3A6A796',
951
+ name: 'Coinbase Wrapped Staked ETH',
952
+ display: 'cbeth',
953
+ symbol: 'cbETH',
954
+ traces: [{
955
+ type: 'ibc',
956
+ counterparty: {
957
+ channel_id: 'channel-72',
958
+ base_denom: 'cbeth-wei',
959
+ chain_name: 'axelar'
960
+ },
961
+ chain: {
962
+ channel_id: 'channel-5'
963
+ }
964
+ }],
965
+ images: [{
966
+ image_sync: {
967
+ chain_name: 'ethereum',
968
+ base_denom: '0xbe9895146f7af43049ca1c1ae358b0541ea49704'
969
+ },
970
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/cbeth.png'
971
+ }],
972
+ logo_URIs: {
973
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/cbeth.png'
974
+ }
975
+ }, {
976
+ denom_units: [{
977
+ denom: 'ibc/E4CEBE54F4B294BA314A4403724FE2D20B25A4CC2F495208A2DBC78B33C568BF',
978
+ exponent: 0,
979
+ aliases: ['reth-wei']
980
+ }, {
981
+ denom: 'reth',
982
+ exponent: 18
983
+ }],
984
+ base: 'ibc/E4CEBE54F4B294BA314A4403724FE2D20B25A4CC2F495208A2DBC78B33C568BF',
985
+ name: 'Rocket Pool Ether',
986
+ display: 'reth',
987
+ symbol: 'rETH',
988
+ traces: [{
989
+ type: 'ibc',
990
+ counterparty: {
991
+ channel_id: 'channel-72',
992
+ base_denom: 'reth-wei',
993
+ chain_name: 'axelar'
994
+ },
995
+ chain: {
996
+ channel_id: 'channel-5'
997
+ }
998
+ }],
999
+ images: [{
1000
+ image_sync: {
1001
+ chain_name: 'ethereum',
1002
+ base_denom: '0xae78736cd615f374d3085123a210448e74fc6393'
1003
+ },
1004
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/reth.png'
1005
+ }],
1006
+ logo_URIs: {
1007
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/reth.png'
1008
+ }
1009
+ }, {
1010
+ denom_units: [{
1011
+ denom: 'ibc/C1D794405A8C2585DA98C52EBD31A700E6BADF9F1C3413A28B4E52BE6CE52103',
1012
+ exponent: 0,
1013
+ aliases: ['sfrxeth-wei']
1014
+ }, {
1015
+ denom: 'sfrxeth',
1016
+ exponent: 18
1017
+ }],
1018
+ base: 'ibc/C1D794405A8C2585DA98C52EBD31A700E6BADF9F1C3413A28B4E52BE6CE52103',
1019
+ name: 'Staked Frax Ether',
1020
+ display: 'sfrxeth',
1021
+ symbol: 'sfrxETH',
1022
+ traces: [{
1023
+ type: 'ibc',
1024
+ counterparty: {
1025
+ channel_id: 'channel-72',
1026
+ base_denom: 'sfrxeth-wei',
1027
+ chain_name: 'axelar'
1028
+ },
1029
+ chain: {
1030
+ channel_id: 'channel-5'
1031
+ }
1032
+ }],
1033
+ images: [{
1034
+ image_sync: {
1035
+ chain_name: 'ethereum',
1036
+ base_denom: '0xac3e018457b222d93114458476f3e3416abbe38f'
1037
+ },
1038
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/sfrxeth.svg'
1039
+ }],
1040
+ logo_URIs: {
1041
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/sfrxeth.svg'
1042
+ }
1043
+ }, {
1044
+ denom_units: [{
1045
+ denom: 'ibc/38D142F182413E7B44A3EBA2DA1FDBDE2B08BFC44A91DBD21A5D3583D99F47F6',
1046
+ exponent: 0,
1047
+ aliases: ['wsteth-wei']
1048
+ }, {
1049
+ denom: 'wsteth',
1050
+ exponent: 18
1051
+ }],
1052
+ base: 'ibc/38D142F182413E7B44A3EBA2DA1FDBDE2B08BFC44A91DBD21A5D3583D99F47F6',
1053
+ name: 'Wrapped Lido Staked Ether',
1054
+ display: 'wsteth',
1055
+ symbol: 'wstETH',
1056
+ traces: [{
1057
+ type: 'ibc',
1058
+ counterparty: {
1059
+ channel_id: 'channel-72',
1060
+ base_denom: 'wsteth-wei',
1061
+ chain_name: 'axelar'
1062
+ },
1063
+ chain: {
1064
+ channel_id: 'channel-5'
1065
+ }
1066
+ }],
1067
+ images: [{
1068
+ image_sync: {
1069
+ chain_name: 'ethereum',
1070
+ base_denom: '0x7f39c581f595b53c5cb19bd0b3f8da6c935e2ca0'
1071
+ },
1072
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wsteth.svg'
1073
+ }],
1074
+ logo_URIs: {
1075
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wsteth.svg'
1076
+ }
1077
+ }, {
1078
+ denom_units: [{
1079
+ denom: 'ibc/AD8342772C24FCB5CC4B009E2A61AE176B72C60EF518D6273978435FC98DA85E',
1080
+ exponent: 0,
1081
+ aliases: ['yieldeth-wei']
1082
+ }, {
1083
+ denom: 'YieldETH',
1084
+ exponent: 18
1085
+ }],
1086
+ base: 'ibc/AD8342772C24FCB5CC4B009E2A61AE176B72C60EF518D6273978435FC98DA85E',
1087
+ name: 'Real Yield Eth',
1088
+ display: 'YieldETH',
1089
+ symbol: 'YieldETH',
1090
+ traces: [{
1091
+ type: 'ibc',
1092
+ counterparty: {
1093
+ channel_id: 'channel-72',
1094
+ base_denom: 'yieldeth-wei',
1095
+ chain_name: 'axelar'
1096
+ },
1097
+ chain: {
1098
+ channel_id: 'channel-5'
1099
+ }
1100
+ }],
1101
+ images: [{
1102
+ image_sync: {
1103
+ chain_name: 'ethereum',
1104
+ base_denom: '0xb5b29320d2Dde5BA5BAFA1EbcD270052070483ec'
1105
+ },
1106
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/yieldeth.png',
1107
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/yieldeth.svg'
1108
+ }],
1109
+ logo_URIs: {
1110
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/yieldeth.png',
1111
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/yieldeth.svg'
1112
+ }
1113
+ }, {
1114
+ description: 'The INJ token is the native governance token for the Injective chain.',
1115
+ denom_units: [{
1116
+ denom: 'ibc/DE63D8AC34B752FB7D4CAA7594145EDE1C9FC256AC6D4043D0F12310EB8FC255',
1117
+ exponent: 0,
1118
+ aliases: ['inj']
1119
+ }, {
1120
+ denom: 'INJ',
1121
+ exponent: 18
1122
+ }],
1123
+ base: 'ibc/DE63D8AC34B752FB7D4CAA7594145EDE1C9FC256AC6D4043D0F12310EB8FC255',
1124
+ name: 'Injective',
1125
+ display: 'INJ',
1126
+ symbol: 'INJ',
1127
+ logo_URIs: {
1128
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.png',
1129
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.svg'
1130
+ },
1131
+ coingecko_id: 'injective-protocol',
1132
+ images: [{
1133
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.png',
1134
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.svg'
1135
+ }],
1136
+ traces: [{
1137
+ type: 'ibc',
1138
+ counterparty: {
1139
+ channel_id: 'channel-93',
1140
+ base_denom: 'inj',
1141
+ chain_name: 'injective'
1142
+ },
1143
+ chain: {
1144
+ channel_id: 'channel-1'
1145
+ }
1146
+ }]
1147
+ }, {
1148
+ description: 'Tether USDt on Injective',
1149
+ denom_units: [{
1150
+ denom: 'ibc/C3131D228C3163DFD9068B14B920F10A4D37BE10E76CDC6C847B80AA83E40D40',
1151
+ exponent: 0,
1152
+ aliases: ['ibc/4ABBEF4C8926DDDB320AE5188CFD63267ABBCEFC0583E4AE05D6E5AA2401DDAB']
1153
+ }, {
1154
+ denom: 'usdt',
1155
+ exponent: 6
1156
+ }],
1157
+ type_asset: 'ics20',
1158
+ base: 'ibc/C3131D228C3163DFD9068B14B920F10A4D37BE10E76CDC6C847B80AA83E40D40',
1159
+ name: 'Tether USDt',
1160
+ display: 'usdt',
1161
+ symbol: 'USDt',
1162
+ traces: [{
1163
+ type: 'ibc',
1164
+ counterparty: {
1165
+ channel_id: 'channel-93',
1166
+ base_denom: 'ibc/4ABBEF4C8926DDDB320AE5188CFD63267ABBCEFC0583E4AE05D6E5AA2401DDAB',
1167
+ chain_name: 'injective'
1168
+ },
1169
+ chain: {
1170
+ channel_id: 'channel-1'
1171
+ }
1172
+ }],
1173
+ images: [{
1174
+ image_sync: {
1175
+ chain_name: 'kava',
1176
+ base_denom: 'erc20/tether/usdt'
1177
+ },
1178
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
1179
+ }],
1180
+ logo_URIs: {
1181
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
1182
+ }
1183
+ }, {
1184
+ description: 'ERIS liquid staked INJ',
1185
+ denom_units: [{
1186
+ denom: 'ibc/F781ED3B07331789D31095E880BE13F507479433BCEB9568F6C79A35AA2B3B0B',
1187
+ exponent: 0,
1188
+ aliases: ['factory/inj1cdwt8g7nxgtg2k4fn8sj363mh9ahkw2qt0vrnc/ampINJ']
1189
+ }, {
1190
+ denom: 'ampINJ',
1191
+ exponent: 6
1192
+ }],
1193
+ base: 'ibc/F781ED3B07331789D31095E880BE13F507479433BCEB9568F6C79A35AA2B3B0B',
1194
+ name: 'ERIS Amplified INJ',
1195
+ display: 'ampINJ',
1196
+ symbol: 'ampINJ',
1197
+ logo_URIs: {
1198
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ampinj.png'
1199
+ },
1200
+ images: [{
1201
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ampinj.png'
1202
+ }],
1203
+ traces: [{
1204
+ type: 'ibc',
1205
+ counterparty: {
1206
+ channel_id: 'channel-93',
1207
+ base_denom: 'factory/inj1cdwt8g7nxgtg2k4fn8sj363mh9ahkw2qt0vrnc/ampINJ',
1208
+ chain_name: 'injective'
1209
+ },
1210
+ chain: {
1211
+ channel_id: 'channel-1'
1212
+ }
1213
+ }]
1214
+ }, {
1215
+ description: '$AUTISM exists to celebrate autism as a superior biological tech stack for a changing world',
1216
+ denom_units: [{
1217
+ denom: 'ibc/7194F8A47603CB22256853B1035347AB4A65BF2FF26CCACE3B421377DD44ACA6',
1218
+ exponent: 0,
1219
+ aliases: ['factory/inj14lf8xm6fcvlggpa7guxzjqwjmtr24gnvf56hvz/autism']
1220
+ }, {
1221
+ denom: 'autism',
1222
+ exponent: 6
1223
+ }],
1224
+ base: 'ibc/7194F8A47603CB22256853B1035347AB4A65BF2FF26CCACE3B421377DD44ACA6',
1225
+ name: 'Autism',
1226
+ display: 'autism',
1227
+ symbol: 'AUTISM',
1228
+ logo_URIs: {
1229
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/autism.png'
1230
+ },
1231
+ coingecko_id: 'autism',
1232
+ images: [{
1233
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/autism.png'
1234
+ }],
1235
+ traces: [{
1236
+ type: 'ibc',
1237
+ counterparty: {
1238
+ channel_id: 'channel-93',
1239
+ base_denom: 'factory/inj14lf8xm6fcvlggpa7guxzjqwjmtr24gnvf56hvz/autism',
1240
+ chain_name: 'injective'
1241
+ },
1242
+ chain: {
1243
+ channel_id: 'channel-1'
1244
+ }
1245
+ }]
1246
+ }, {
1247
+ description: 'The first meme coin on Injective. It’s a dog, but he has nunchucks',
1248
+ denom_units: [{
1249
+ denom: 'ibc/AF765A7209DF73365B52EBF01EFE8E5DC0D1ECA56EFFC3F42EB722E0DF76B6F7',
1250
+ exponent: 0,
1251
+ aliases: ['factory/inj1xtel2knkt8hmc9dnzpjz6kdmacgcfmlv5f308w/ninja']
1252
+ }, {
1253
+ denom: 'NINJA',
1254
+ exponent: 6
1255
+ }],
1256
+ base: 'ibc/AF765A7209DF73365B52EBF01EFE8E5DC0D1ECA56EFFC3F42EB722E0DF76B6F7',
1257
+ name: 'Dog wif nunchucks',
1258
+ display: 'NINJA',
1259
+ symbol: 'NINJA',
1260
+ logo_URIs: {
1261
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninja.png'
1262
+ },
1263
+ coingecko_id: 'dog-wif-nuchucks',
1264
+ images: [{
1265
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninja.png'
1266
+ }],
1267
+ traces: [{
1268
+ type: 'ibc',
1269
+ counterparty: {
1270
+ channel_id: 'channel-93',
1271
+ base_denom: 'factory/inj1xtel2knkt8hmc9dnzpjz6kdmacgcfmlv5f308w/ninja',
1272
+ chain_name: 'injective'
1273
+ },
1274
+ chain: {
1275
+ channel_id: 'channel-1'
1276
+ }
1277
+ }]
1278
+ }, {
1279
+ description: 'The $WGMI Token - We Gonna Make It. Are you ready?',
1280
+ denom_units: [{
1281
+ denom: 'ibc/3F7D465A007AD73AE7A5A7EE75F9147369CADF0AA12F4F7AE004AAB66B06E477',
1282
+ exponent: 0,
1283
+ aliases: ['factory/inj1rmjzj9fn47kdmfk4f3z39qr6czexxe0yjyc546/WGMI']
1284
+ }, {
1285
+ denom: 'WGMI',
1286
+ exponent: 6
1287
+ }],
1288
+ base: 'ibc/3F7D465A007AD73AE7A5A7EE75F9147369CADF0AA12F4F7AE004AAB66B06E477',
1289
+ name: 'WGMI',
1290
+ display: 'WGMI',
1291
+ symbol: 'WGMI',
1292
+ logo_URIs: {
1293
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/wgmi.png'
1294
+ },
1295
+ images: [{
1296
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/wgmi.png'
1297
+ }],
1298
+ traces: [{
1299
+ type: 'ibc',
1300
+ counterparty: {
1301
+ channel_id: 'channel-93',
1302
+ base_denom: 'factory/inj1rmjzj9fn47kdmfk4f3z39qr6czexxe0yjyc546/WGMI',
1303
+ chain_name: 'injective'
1304
+ },
1305
+ chain: {
1306
+ channel_id: 'channel-1'
1307
+ }
1308
+ }]
1309
+ }, {
1310
+ description: 'The native staking and governance token of the Kujira chain.',
1311
+ denom_units: [{
1312
+ denom: 'ibc/30F3F34E95CE24EB7746527607FB223E7BF4578B389425548131C6298A9B3945',
1313
+ exponent: 0,
1314
+ aliases: ['ukuji']
1315
+ }, {
1316
+ denom: 'kuji',
1317
+ exponent: 6
1318
+ }],
1319
+ base: 'ibc/30F3F34E95CE24EB7746527607FB223E7BF4578B389425548131C6298A9B3945',
1320
+ name: 'Kujira',
1321
+ display: 'kuji',
1322
+ symbol: 'KUJI',
1323
+ coingecko_id: 'kujira',
1324
+ logo_URIs: {
1325
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.png',
1326
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.svg'
1327
+ },
1328
+ images: [{
1329
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.png',
1330
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.svg'
1331
+ }],
1332
+ traces: [{
1333
+ type: 'ibc',
1334
+ counterparty: {
1335
+ channel_id: 'channel-69',
1336
+ base_denom: 'ukuji',
1337
+ chain_name: 'kujira'
1338
+ },
1339
+ chain: {
1340
+ channel_id: 'channel-4'
1341
+ }
1342
+ }]
1343
+ }, {
1344
+ description: 'The native over-collateralized stablecoin from the Kujira chain.',
1345
+ denom_units: [{
1346
+ denom: 'ibc/BCD173BCC06BA9C88EAB472128B00A9B71CABFA20D8365225A78855B60956517',
1347
+ exponent: 0,
1348
+ aliases: ['factory/kujira1qk00h5atutpsv900x202pxx42npjr9thg58dnqpa72f2p7m2luase444a7/uusk']
1349
+ }, {
1350
+ denom: 'usk',
1351
+ exponent: 6
1352
+ }],
1353
+ base: 'ibc/BCD173BCC06BA9C88EAB472128B00A9B71CABFA20D8365225A78855B60956517',
1354
+ name: 'USK',
1355
+ display: 'usk',
1356
+ symbol: 'USK',
1357
+ coingecko_id: 'usk',
1358
+ logo_URIs: {
1359
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/usk.png',
1360
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/usk.svg'
1361
+ },
1362
+ images: [{
1363
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/usk.png',
1364
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/usk.svg'
1365
+ }],
1366
+ traces: [{
1367
+ type: 'ibc',
1368
+ counterparty: {
1369
+ channel_id: 'channel-69',
1370
+ base_denom: 'factory/kujira1qk00h5atutpsv900x202pxx42npjr9thg58dnqpa72f2p7m2luase444a7/uusk',
1371
+ chain_name: 'kujira'
1372
+ },
1373
+ chain: {
1374
+ channel_id: 'channel-4'
1375
+ }
1376
+ }]
1377
+ }, {
1378
+ description: "Quark's auto-compounding KUJI derivative",
1379
+ denom_units: [{
1380
+ denom: 'ibc/21E5C3191743B2C4674F573525C95B4DD912351489212BA09ADDF7D09EEA14BD',
1381
+ exponent: 0,
1382
+ aliases: ['factory/kujira1m96ucsfpt2yy72w09z2rxjdj38y5qd8lqx5jtggnejmdua2ynpnsxyvjex/urcpt']
1383
+ }, {
1384
+ denom: 'qcKUJI',
1385
+ exponent: 6
1386
+ }],
1387
+ base: 'ibc/21E5C3191743B2C4674F573525C95B4DD912351489212BA09ADDF7D09EEA14BD',
1388
+ name: 'qcKUJI',
1389
+ display: 'qcKUJI',
1390
+ symbol: 'qcKUJI',
1391
+ logo_URIs: {
1392
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/qckuji.svg'
1393
+ },
1394
+ images: [{
1395
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/qckuji.svg'
1396
+ }],
1397
+ traces: [{
1398
+ type: 'ibc',
1399
+ counterparty: {
1400
+ channel_id: 'channel-69',
1401
+ base_denom: 'factory/kujira1m96ucsfpt2yy72w09z2rxjdj38y5qd8lqx5jtggnejmdua2ynpnsxyvjex/urcpt',
1402
+ chain_name: 'kujira'
1403
+ },
1404
+ chain: {
1405
+ channel_id: 'channel-4'
1406
+ }
1407
+ }]
1408
+ }, {
1409
+ description: 'ampKUJI',
1410
+ denom_units: [{
1411
+ denom: 'ibc/002A44FF3814F16E1808AC53411F443AB14ED97EF03038B33CEA36FD788FA7DA',
1412
+ exponent: 0,
1413
+ aliases: ['factory/kujira1n3fr5f56r2ce0s37wdvwrk98yhhq3unnxgcqus8nzsfxvllk0yxquurqty/ampKUJI']
1414
+ }, {
1415
+ denom: 'ampKUJI',
1416
+ exponent: 6
1417
+ }],
1418
+ base: 'ibc/002A44FF3814F16E1808AC53411F443AB14ED97EF03038B33CEA36FD788FA7DA',
1419
+ name: 'ampKUJI',
1420
+ display: 'ampKUJI',
1421
+ symbol: 'ampKUJI',
1422
+ logo_URIs: {
1423
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/ampkuji.png',
1424
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/ampkuji.svg'
1425
+ },
1426
+ images: [{
1427
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/ampkuji.png',
1428
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/ampkuji.svg'
1429
+ }],
1430
+ traces: [{
1431
+ type: 'ibc',
1432
+ counterparty: {
1433
+ channel_id: 'channel-69',
1434
+ base_denom: 'factory/kujira1n3fr5f56r2ce0s37wdvwrk98yhhq3unnxgcqus8nzsfxvllk0yxquurqty/ampKUJI',
1435
+ chain_name: 'kujira'
1436
+ },
1437
+ chain: {
1438
+ channel_id: 'channel-4'
1439
+ }
1440
+ }]
1441
+ }, {
1442
+ description: 'MantaDAO Governance Token',
1443
+ denom_units: [{
1444
+ denom: 'ibc/4561C2384F6069968E98521549FE19A33EE7059413CFEB084A594FB79B488549',
1445
+ exponent: 0,
1446
+ aliases: ['factory/kujira1643jxg8wasy5cfcn7xm8rd742yeazcksqlg4d7/umnta']
1447
+ }, {
1448
+ denom: 'mnta',
1449
+ exponent: 6
1450
+ }],
1451
+ base: 'ibc/4561C2384F6069968E98521549FE19A33EE7059413CFEB084A594FB79B488549',
1452
+ name: 'MantaDAO',
1453
+ display: 'mnta',
1454
+ symbol: 'MNTA',
1455
+ coingecko_id: 'mantadao',
1456
+ logo_URIs: {
1457
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/mnta.png',
1458
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/mnta.svg'
1459
+ },
1460
+ images: [{
1461
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/mnta.png',
1462
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/mnta.svg'
1463
+ }],
1464
+ traces: [{
1465
+ type: 'ibc',
1466
+ counterparty: {
1467
+ channel_id: 'channel-69',
1468
+ base_denom: 'factory/kujira1643jxg8wasy5cfcn7xm8rd742yeazcksqlg4d7/umnta',
1469
+ chain_name: 'kujira'
1470
+ },
1471
+ chain: {
1472
+ channel_id: 'channel-4'
1473
+ }
1474
+ }]
1475
+ }, {
1476
+ description: "Quark's auto-compounding MNTA derivative",
1477
+ denom_units: [{
1478
+ denom: 'ibc/2A72D93B526E2B4C184572749E8408CF9381E0C2D90B273AEA8034B43F8D07A5',
1479
+ exponent: 0,
1480
+ aliases: ['factory/kujira1qzu3up50auxhqyzfq56znuj8n38q2ra7daaf9ef7vg8gu66jh4fqd2wd2y/urcpt']
1481
+ }, {
1482
+ denom: 'qcMNTA',
1483
+ exponent: 6
1484
+ }],
1485
+ base: 'ibc/2A72D93B526E2B4C184572749E8408CF9381E0C2D90B273AEA8034B43F8D07A5',
1486
+ name: 'qcMNTA',
1487
+ display: 'qcMNTA',
1488
+ symbol: 'qcMNTA',
1489
+ logo_URIs: {
1490
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/qcmnta.svg'
1491
+ },
1492
+ images: [{
1493
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/qcmnta.svg'
1494
+ }],
1495
+ traces: [{
1496
+ type: 'ibc',
1497
+ counterparty: {
1498
+ channel_id: 'channel-69',
1499
+ base_denom: 'factory/kujira1qzu3up50auxhqyzfq56znuj8n38q2ra7daaf9ef7vg8gu66jh4fqd2wd2y/urcpt',
1500
+ chain_name: 'kujira'
1501
+ },
1502
+ chain: {
1503
+ channel_id: 'channel-4'
1504
+ }
1505
+ }]
1506
+ }, {
1507
+ description: 'ERIS Liquid Staked MNTA',
1508
+ denom_units: [{
1509
+ denom: 'ibc/F1E852D01CED3E54EACE820DBF6AAEF4563C8A53D8238394C044FC241E083055',
1510
+ exponent: 0,
1511
+ aliases: ['factory/kujira175yatpvkpgw07w0chhzuks3zrrae9z9g2y6r7u5pzqesyau4x9eqqyv0rr/ampMNTA']
1512
+ }, {
1513
+ denom: 'ampMNTA',
1514
+ exponent: 6
1515
+ }],
1516
+ base: 'ibc/F1E852D01CED3E54EACE820DBF6AAEF4563C8A53D8238394C044FC241E083055',
1517
+ name: 'ERIS Amplified MNTA',
1518
+ display: 'ampMNTA',
1519
+ symbol: 'ampMNTA',
1520
+ logo_URIs: {
1521
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/ampmnta.png'
1522
+ },
1523
+ images: [{
1524
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/ampmnta.png'
1525
+ }],
1526
+ traces: [{
1527
+ type: 'ibc',
1528
+ counterparty: {
1529
+ channel_id: 'channel-69',
1530
+ base_denom: 'factory/kujira175yatpvkpgw07w0chhzuks3zrrae9z9g2y6r7u5pzqesyau4x9eqqyv0rr/ampMNTA',
1531
+ chain_name: 'kujira'
1532
+ },
1533
+ chain: {
1534
+ channel_id: 'channel-4'
1535
+ }
1536
+ }]
1537
+ }, {
1538
+ description: 'The content house of Kujira',
1539
+ denom_units: [{
1540
+ denom: 'ibc/8ABAF5EBF6F85A6AFF727A959D6A936C64F5901D075B9AE0FFA974F031589E5E',
1541
+ exponent: 0,
1542
+ aliases: ['factory/kujira12cjjeytrqcj25uv349thltcygnp9k0kukpct0e/uwink']
1543
+ }, {
1544
+ denom: 'wink',
1545
+ exponent: 6
1546
+ }],
1547
+ base: 'ibc/8ABAF5EBF6F85A6AFF727A959D6A936C64F5901D075B9AE0FFA974F031589E5E',
1548
+ name: 'WINK',
1549
+ display: 'wink',
1550
+ symbol: 'WINK',
1551
+ logo_URIs: {
1552
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/wink.png',
1553
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/wink.svg'
1554
+ },
1555
+ images: [{
1556
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/wink.png',
1557
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/wink.svg'
1558
+ }],
1559
+ traces: [{
1560
+ type: 'ibc',
1561
+ counterparty: {
1562
+ channel_id: 'channel-69',
1563
+ base_denom: 'factory/kujira12cjjeytrqcj25uv349thltcygnp9k0kukpct0e/uwink',
1564
+ chain_name: 'kujira'
1565
+ },
1566
+ chain: {
1567
+ channel_id: 'channel-4'
1568
+ }
1569
+ }]
1570
+ }, {
1571
+ description: 'Blend Token',
1572
+ denom_units: [{
1573
+ denom: 'ibc/37E8E6F0ADADDDDF5FBB5C78784966D88257881C39392C9C45AAC3A4EEC7215C',
1574
+ exponent: 0,
1575
+ aliases: ['factory/kujira1slueerjz7mx9jp45u3y0rjwtvhcf8a68wf2mjt/ublend']
1576
+ }, {
1577
+ denom: 'blend',
1578
+ exponent: 6
1579
+ }],
1580
+ base: 'ibc/37E8E6F0ADADDDDF5FBB5C78784966D88257881C39392C9C45AAC3A4EEC7215C',
1581
+ name: 'BLEND',
1582
+ display: 'blend',
1583
+ symbol: 'BLEND',
1584
+ logo_URIs: {
1585
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/blend.svg'
1586
+ },
1587
+ images: [{
1588
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/blend.svg'
1589
+ }],
1590
+ traces: [{
1591
+ type: 'ibc',
1592
+ counterparty: {
1593
+ channel_id: 'channel-69',
1594
+ base_denom: 'factory/kujira1slueerjz7mx9jp45u3y0rjwtvhcf8a68wf2mjt/ublend',
1595
+ chain_name: 'kujira'
1596
+ },
1597
+ chain: {
1598
+ channel_id: 'channel-4'
1599
+ }
1600
+ }]
1601
+ }, {
1602
+ description: 'Tether USDt on Kujira',
1603
+ denom_units: [{
1604
+ denom: 'ibc/021F9AA5D670FC3C5613E37727EE484C4F4379CB2F667092F6A6F143C6DB2AAA',
1605
+ exponent: 0,
1606
+ aliases: ['ibc/20014F963CC9E6488B299622F87B60C6DE71632864859EC08B4753478DAB2BB8']
1607
+ }, {
1608
+ denom: 'usdt',
1609
+ exponent: 6
1610
+ }],
1611
+ type_asset: 'ics20',
1612
+ base: 'ibc/021F9AA5D670FC3C5613E37727EE484C4F4379CB2F667092F6A6F143C6DB2AAA',
1613
+ name: 'Tether USD',
1614
+ display: 'usdt',
1615
+ symbol: 'USDT',
1616
+ traces: [{
1617
+ type: 'ibc',
1618
+ counterparty: {
1619
+ channel_id: 'channel-69',
1620
+ base_denom: 'ibc/20014F963CC9E6488B299622F87B60C6DE71632864859EC08B4753478DAB2BB8',
1621
+ chain_name: 'kujira'
1622
+ },
1623
+ chain: {
1624
+ channel_id: 'channel-4'
1625
+ }
1626
+ }],
1627
+ images: [{
1628
+ image_sync: {
1629
+ chain_name: 'kava',
1630
+ base_denom: 'erc20/tether/usdt'
1631
+ },
1632
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
1633
+ }],
1634
+ logo_URIs: {
1635
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
1636
+ }
1637
+ }, {
1638
+ description: 'The staking and governance token of Fuzion',
1639
+ denom_units: [{
1640
+ denom: 'ibc/0BBFE977DE824121926713DE983830320E6B7C5974EA6950B7677C059A9D7556',
1641
+ exponent: 0,
1642
+ aliases: ['factory/kujira1sc6a0347cc5q3k890jj0pf3ylx2s38rh4sza4t/ufuzn']
1643
+ }, {
1644
+ denom: 'fuzn',
1645
+ exponent: 6
1646
+ }],
1647
+ base: 'ibc/0BBFE977DE824121926713DE983830320E6B7C5974EA6950B7677C059A9D7556',
1648
+ name: 'Fuzion',
1649
+ display: 'fuzn',
1650
+ symbol: 'FUZN',
1651
+ logo_URIs: {
1652
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuzion.png',
1653
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuzion.svg'
1654
+ },
1655
+ images: [{
1656
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuzion.png',
1657
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuzion.svg'
1658
+ }],
1659
+ traces: [{
1660
+ type: 'ibc',
1661
+ counterparty: {
1662
+ channel_id: 'channel-69',
1663
+ base_denom: 'factory/kujira1sc6a0347cc5q3k890jj0pf3ylx2s38rh4sza4t/ufuzn',
1664
+ chain_name: 'kujira'
1665
+ },
1666
+ chain: {
1667
+ channel_id: 'channel-4'
1668
+ }
1669
+ }]
1670
+ }, {
1671
+ description: 'The receipt token of Fuzion',
1672
+ denom_units: [{
1673
+ denom: 'ibc/FF712C01D88F0EE855D80421BF3AFFB98B0FDD26FB667C97147296E2037F4B75',
1674
+ exponent: 0,
1675
+ aliases: ['factory/kujira1sc6a0347cc5q3k890jj0pf3ylx2s38rh4sza4t/urfuzn']
1676
+ }, {
1677
+ denom: 'rfuzn',
1678
+ exponent: 6
1679
+ }],
1680
+ base: 'ibc/FF712C01D88F0EE855D80421BF3AFFB98B0FDD26FB667C97147296E2037F4B75',
1681
+ name: 'Fuzion Receipt',
1682
+ display: 'rfuzn',
1683
+ symbol: 'rFUZN',
1684
+ logo_URIs: {
1685
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuzionr.png'
1686
+ },
1687
+ images: [{
1688
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuzionr.png'
1689
+ }],
1690
+ traces: [{
1691
+ type: 'ibc',
1692
+ counterparty: {
1693
+ channel_id: 'channel-69',
1694
+ base_denom: 'factory/kujira1sc6a0347cc5q3k890jj0pf3ylx2s38rh4sza4t/urfuzn',
1695
+ chain_name: 'kujira'
1696
+ },
1697
+ chain: {
1698
+ channel_id: 'channel-4'
1699
+ }
1700
+ }]
1701
+ }, {
1702
+ description: 'The yield token of Fuzion',
1703
+ denom_units: [{
1704
+ denom: 'ibc/C61CD09673195BFCCBB7AECD0ED96496D95298E45CFC3BD436A9123C77F34DB8',
1705
+ exponent: 0,
1706
+ aliases: ['factory/kujira1sc6a0347cc5q3k890jj0pf3ylx2s38rh4sza4t/uyfuzn']
1707
+ }, {
1708
+ denom: 'yfuzn',
1709
+ exponent: 6
1710
+ }],
1711
+ base: 'ibc/C61CD09673195BFCCBB7AECD0ED96496D95298E45CFC3BD436A9123C77F34DB8',
1712
+ name: 'Fuzion Yield',
1713
+ display: 'yfuzn',
1714
+ symbol: 'yFUZN',
1715
+ logo_URIs: {
1716
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuziony.svg'
1717
+ },
1718
+ images: [{
1719
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuziony.svg'
1720
+ }],
1721
+ traces: [{
1722
+ type: 'ibc',
1723
+ counterparty: {
1724
+ channel_id: 'channel-69',
1725
+ base_denom: 'factory/kujira1sc6a0347cc5q3k890jj0pf3ylx2s38rh4sza4t/uyfuzn',
1726
+ chain_name: 'kujira'
1727
+ },
1728
+ chain: {
1729
+ channel_id: 'channel-4'
1730
+ }
1731
+ }]
1732
+ }, {
1733
+ description: "Quark's auto-compounding FUZN derivative",
1734
+ denom_units: [{
1735
+ denom: 'ibc/77A5E4A19E06C85CE65A4BF546A182AF4E2E6154F4367711D4E24498386C0ED0',
1736
+ exponent: 0,
1737
+ aliases: ['factory/kujira1l04ged98c7a7s9tllu62ld09ztylwf442qgm4thfgmadrvngeumsz4zrh2/urcpt']
1738
+ }, {
1739
+ denom: 'qcFUZN',
1740
+ exponent: 6
1741
+ }],
1742
+ base: 'ibc/77A5E4A19E06C85CE65A4BF546A182AF4E2E6154F4367711D4E24498386C0ED0',
1743
+ name: 'qcFUZN',
1744
+ display: 'qcFUZN',
1745
+ symbol: 'qcFUZN',
1746
+ logo_URIs: {
1747
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/qcfuzn.svg'
1748
+ },
1749
+ images: [{
1750
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/qcfuzn.svg'
1751
+ }],
1752
+ traces: [{
1753
+ type: 'ibc',
1754
+ counterparty: {
1755
+ channel_id: 'channel-69',
1756
+ base_denom: 'factory/kujira1l04ged98c7a7s9tllu62ld09ztylwf442qgm4thfgmadrvngeumsz4zrh2/urcpt',
1757
+ chain_name: 'kujira'
1758
+ },
1759
+ chain: {
1760
+ channel_id: 'channel-4'
1761
+ }
1762
+ }]
1763
+ }, {
1764
+ description: 'The Revenue & Governance token of Unstake.fi',
1765
+ denom_units: [{
1766
+ denom: 'ibc/0B0097FB3ADAD9A9BF834398E83A19E2E6A240377A259CCD4FCA0BB28FCD9CEC',
1767
+ exponent: 0,
1768
+ aliases: ['factory/kujira1aaudpfr9y23lt9d45hrmskphpdfaq9ajxd3ukh/unstk']
1769
+ }, {
1770
+ denom: 'nstk',
1771
+ exponent: 6
1772
+ }],
1773
+ base: 'ibc/0B0097FB3ADAD9A9BF834398E83A19E2E6A240377A259CCD4FCA0BB28FCD9CEC',
1774
+ name: 'Unstake Fi',
1775
+ display: 'nstk',
1776
+ symbol: 'NSTK',
1777
+ logo_URIs: {
1778
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/nstk.svg'
1779
+ },
1780
+ coingecko_id: 'unstake-fi',
1781
+ images: [{
1782
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/nstk.svg'
1783
+ }],
1784
+ traces: [{
1785
+ type: 'ibc',
1786
+ counterparty: {
1787
+ channel_id: 'channel-69',
1788
+ base_denom: 'factory/kujira1aaudpfr9y23lt9d45hrmskphpdfaq9ajxd3ukh/unstk',
1789
+ chain_name: 'kujira'
1790
+ },
1791
+ chain: {
1792
+ channel_id: 'channel-4'
1793
+ }
1794
+ }]
1795
+ }, {
1796
+ description: 'Local Money',
1797
+ denom_units: [{
1798
+ denom: 'ibc/268A919F2AAEF13BC2DB63081F758C3BF27876F17E0743BBC27120ABDAC18295',
1799
+ exponent: 0,
1800
+ aliases: ['factory/kujira1swkuyt08z74n5jl7zr6hx0ru5sa2yev5v896p6/local']
1801
+ }, {
1802
+ denom: 'local',
1803
+ exponent: 6
1804
+ }],
1805
+ base: 'ibc/268A919F2AAEF13BC2DB63081F758C3BF27876F17E0743BBC27120ABDAC18295',
1806
+ name: 'LOCAL',
1807
+ display: 'local',
1808
+ symbol: 'LOCAL',
1809
+ logo_URIs: {
1810
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/local.png'
1811
+ },
1812
+ images: [{
1813
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/local.png'
1814
+ }],
1815
+ traces: [{
1816
+ type: 'ibc',
1817
+ counterparty: {
1818
+ channel_id: 'channel-69',
1819
+ base_denom: 'factory/kujira1swkuyt08z74n5jl7zr6hx0ru5sa2yev5v896p6/local',
1820
+ chain_name: 'kujira'
1821
+ },
1822
+ chain: {
1823
+ channel_id: 'channel-4'
1824
+ }
1825
+ }]
1826
+ }, {
1827
+ description: 'Food for whales',
1828
+ denom_units: [{
1829
+ denom: 'ibc/0B49719BE098A16B4D8FB973CBBD8EEB76DADA6044A79808E2A6DC629B6B1756',
1830
+ exponent: 0,
1831
+ aliases: ['factory/kujira166ysf07ze5suazfzj0r05tv8amk2yn8zvsfuu7/uplnk']
1832
+ }, {
1833
+ denom: 'PLNK',
1834
+ exponent: 6
1835
+ }],
1836
+ base: 'ibc/0B49719BE098A16B4D8FB973CBBD8EEB76DADA6044A79808E2A6DC629B6B1756',
1837
+ name: 'Plankton',
1838
+ display: 'PLNK',
1839
+ symbol: 'PLNK',
1840
+ logo_URIs: {
1841
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/PLNK_drk.png'
1842
+ },
1843
+ images: [{
1844
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/PLNK_drk.png'
1845
+ }],
1846
+ traces: [{
1847
+ type: 'ibc',
1848
+ counterparty: {
1849
+ channel_id: 'channel-69',
1850
+ base_denom: 'factory/kujira166ysf07ze5suazfzj0r05tv8amk2yn8zvsfuu7/uplnk',
1851
+ chain_name: 'kujira'
1852
+ },
1853
+ chain: {
1854
+ channel_id: 'channel-4'
1855
+ }
1856
+ }]
1857
+ }, {
1858
+ denom_units: [{
1859
+ denom: 'ibc/808D4DF665ACB082CC321BFFDBE2E794D7F6977532D8F387B3AF5450B244F56C',
1860
+ exponent: 0,
1861
+ aliases: ['ibc/E5CA126979E2FFB4C70C072F8094D07ECF27773B37623AD2BF7582AD0726F0F3']
1862
+ }, {
1863
+ denom: 'sol',
1864
+ exponent: 8
1865
+ }],
1866
+ base: 'ibc/808D4DF665ACB082CC321BFFDBE2E794D7F6977532D8F387B3AF5450B244F56C',
1867
+ name: 'Wormhole Solana',
1868
+ display: 'sol',
1869
+ symbol: 'whSOL',
1870
+ traces: [{
1871
+ type: 'ibc',
1872
+ counterparty: {
1873
+ channel_id: 'channel-69',
1874
+ base_denom: 'ibc/E5CA126979E2FFB4C70C072F8094D07ECF27773B37623AD2BF7582AD0726F0F3',
1875
+ chain_name: 'kujira'
1876
+ },
1877
+ chain: {
1878
+ channel_id: 'channel-4'
1879
+ }
1880
+ }],
1881
+ images: [{
1882
+ image_sync: {
1883
+ chain_name: 'gateway',
1884
+ base_denom: 'factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/8sYgCzLRJC3J7qPn2bNbx6PiGcarhyx8rBhVaNnfvHCA'
1885
+ },
1886
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol.svg'
1887
+ }],
1888
+ logo_URIs: {
1889
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol.svg'
1890
+ }
1891
+ }, {
1892
+ denom_units: [{
1893
+ denom: 'ibc/93B1D0D935645949446037F584E35DF1F0AF92F89815B75030D3EBAD4685E86F',
1894
+ exponent: 0,
1895
+ aliases: ['ibc/F3AA7EF362EC5E791FE78A0F4CCC69FEE1F9A7485EB1A8CAB3F6601C00522F10']
1896
+ }, {
1897
+ denom: 'evmos',
1898
+ exponent: 18
1899
+ }],
1900
+ base: 'ibc/93B1D0D935645949446037F584E35DF1F0AF92F89815B75030D3EBAD4685E86F',
1901
+ name: 'Evmos',
1902
+ display: 'evmos',
1903
+ symbol: 'EVMOS',
1904
+ traces: [{
1905
+ type: 'ibc',
1906
+ counterparty: {
1907
+ channel_id: 'channel-69',
1908
+ base_denom: 'ibc/F3AA7EF362EC5E791FE78A0F4CCC69FEE1F9A7485EB1A8CAB3F6601C00522F10',
1909
+ chain_name: 'kujira'
1910
+ },
1911
+ chain: {
1912
+ channel_id: 'channel-4'
1913
+ }
1914
+ }],
1915
+ images: [{
1916
+ image_sync: {
1917
+ chain_name: 'evmos',
1918
+ base_denom: 'aevmos'
1919
+ },
1920
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.png',
1921
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.svg'
1922
+ }],
1923
+ logo_URIs: {
1924
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.png',
1925
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.svg'
1926
+ }
1927
+ }, {
1928
+ denom_units: [{
1929
+ denom: 'ibc/71A6084548CF6339D822DC6DF76543A47D8EE3D4423F47EAF557B5A56D57F02E',
1930
+ exponent: 0,
1931
+ aliases: ['ibc/004EBF085BBED1029326D56BE8A2E67C08CECE670A94AC1947DF413EF5130EB2']
1932
+ }, {
1933
+ denom: 'avax',
1934
+ exponent: 18
1935
+ }],
1936
+ type_asset: 'ics20',
1937
+ base: 'ibc/71A6084548CF6339D822DC6DF76543A47D8EE3D4423F47EAF557B5A56D57F02E',
1938
+ name: 'Axelar Wrapped AVAX',
1939
+ display: 'avax',
1940
+ symbol: 'wAVAX',
1941
+ traces: [{
1942
+ type: 'ibc',
1943
+ counterparty: {
1944
+ channel_id: 'channel-69',
1945
+ base_denom: 'ibc/004EBF085BBED1029326D56BE8A2E67C08CECE670A94AC1947DF413EF5130EB2',
1946
+ chain_name: 'kujira'
1947
+ },
1948
+ chain: {
1949
+ channel_id: 'channel-4'
1950
+ }
1951
+ }],
1952
+ images: [{
1953
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/avalanche/images/wavax.svg'
1954
+ }],
1955
+ logo_URIs: {
1956
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/avalanche/images/wavax.svg'
1957
+ }
1958
+ }, {
1959
+ denom_units: [{
1960
+ denom: 'ibc/2A607DB8C6ECA0A30750D55CD698D02204485908D2E8F2DFA8F5D0B8E97EDEE4',
1961
+ exponent: 0,
1962
+ aliases: ['ibc/FE98AAD68F02F03565E9FA39A5E627946699B2B07115889ED812D8BA639576A9']
1963
+ }, {
1964
+ denom: 'usdc',
1965
+ exponent: 6
1966
+ }],
1967
+ type_asset: 'ics20',
1968
+ base: 'ibc/2A607DB8C6ECA0A30750D55CD698D02204485908D2E8F2DFA8F5D0B8E97EDEE4',
1969
+ name: 'Noble USD Coin',
1970
+ display: 'usdc',
1971
+ symbol: 'USDC',
1972
+ traces: [{
1973
+ type: 'ibc',
1974
+ counterparty: {
1975
+ channel_id: 'channel-69',
1976
+ base_denom: 'ibc/FE98AAD68F02F03565E9FA39A5E627946699B2B07115889ED812D8BA639576A9',
1977
+ chain_name: 'kujira'
1978
+ },
1979
+ chain: {
1980
+ channel_id: 'channel-4'
1981
+ }
1982
+ }],
1983
+ images: [{
1984
+ image_sync: {
1985
+ chain_name: 'noble',
1986
+ base_denom: 'uusdc'
1987
+ },
1988
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png',
1989
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg'
1990
+ }],
1991
+ logo_URIs: {
1992
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png',
1993
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg'
1994
+ }
1995
+ }, {
1996
+ denom_units: [{
1997
+ denom: 'ibc/235C139E07A24693DE7A9A172CC7740D13104231AA12ADE8419E648E0C937043',
1998
+ exponent: 0,
1999
+ aliases: ['ibc/47BD209179859CDE4A2806763D7189B6E6FE13A17880FE2B42DE1E6C1E329E23']
2000
+ }, {
2001
+ denom: 'osmo',
2002
+ exponent: 6
2003
+ }],
2004
+ type_asset: 'ics20',
2005
+ base: 'ibc/235C139E07A24693DE7A9A172CC7740D13104231AA12ADE8419E648E0C937043',
2006
+ name: 'Osmosis',
2007
+ display: 'osmo',
2008
+ symbol: 'OSMO',
2009
+ traces: [{
2010
+ type: 'ibc',
2011
+ counterparty: {
2012
+ channel_id: 'channel-69',
2013
+ base_denom: 'ibc/47BD209179859CDE4A2806763D7189B6E6FE13A17880FE2B42DE1E6C1E329E23',
2014
+ chain_name: 'kujira'
2015
+ },
2016
+ chain: {
2017
+ channel_id: 'channel-4'
2018
+ }
2019
+ }],
2020
+ images: [{
2021
+ image_sync: {
2022
+ chain_name: 'osmosis',
2023
+ base_denom: 'uosmo'
2024
+ },
2025
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
2026
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
2027
+ }],
2028
+ logo_URIs: {
2029
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
2030
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
2031
+ }
2032
+ }, {
2033
+ denom_units: [{
2034
+ denom: 'ibc/E157822FE539B80A374B4E89E0583A45640AAED1DFA2FEA161279FB967D20CF4',
2035
+ exponent: 0,
2036
+ aliases: ['ibc/295548A78785A1007F232DE286149A6FF512F180AF5657780FC89C009E2C348F']
2037
+ }, {
2038
+ denom: 'usdc',
2039
+ exponent: 6
2040
+ }],
2041
+ type_asset: 'ics20',
2042
+ base: 'ibc/E157822FE539B80A374B4E89E0583A45640AAED1DFA2FEA161279FB967D20CF4',
2043
+ name: 'Axelar USD Coin',
2044
+ display: 'usdc',
2045
+ symbol: 'axlUSDC',
2046
+ traces: [{
2047
+ type: 'ibc',
2048
+ counterparty: {
2049
+ channel_id: 'channel-69',
2050
+ base_denom: 'ibc/295548A78785A1007F232DE286149A6FF512F180AF5657780FC89C009E2C348F',
2051
+ chain_name: 'kujira'
2052
+ },
2053
+ chain: {
2054
+ channel_id: 'channel-4'
2055
+ }
2056
+ }],
2057
+ images: [{
2058
+ image_sync: {
2059
+ chain_name: 'axelar',
2060
+ base_denom: 'uusdc'
2061
+ },
2062
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.png',
2063
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg'
2064
+ }],
2065
+ logo_URIs: {
2066
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.png',
2067
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg'
2068
+ }
2069
+ }, {
2070
+ denom_units: [{
2071
+ denom: 'ibc/EFA1569D25F748B741C8F388FBCC5A3EEDB28D4D61CC8D84175D07621502E1C5',
2072
+ exponent: 0,
2073
+ aliases: ['ibc/3607EB5B5E64DD1C0E12E07F077FF470D5BC4706AFCBC98FE1BA960E5AE4CE07']
2074
+ }, {
2075
+ denom: 'cmdx',
2076
+ exponent: 6
2077
+ }],
2078
+ type_asset: 'ics20',
2079
+ base: 'ibc/EFA1569D25F748B741C8F388FBCC5A3EEDB28D4D61CC8D84175D07621502E1C5',
2080
+ name: 'Comdex',
2081
+ display: 'cmdx',
2082
+ symbol: 'CMDX',
2083
+ traces: [{
2084
+ type: 'ibc',
2085
+ counterparty: {
2086
+ channel_id: 'channel-69',
2087
+ base_denom: 'ibc/3607EB5B5E64DD1C0E12E07F077FF470D5BC4706AFCBC98FE1BA960E5AE4CE07',
2088
+ chain_name: 'kujira'
2089
+ },
2090
+ chain: {
2091
+ channel_id: 'channel-4'
2092
+ }
2093
+ }],
2094
+ images: [{
2095
+ image_sync: {
2096
+ chain_name: 'comdex',
2097
+ base_denom: 'ucmdx'
2098
+ },
2099
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmdx.png',
2100
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmdx.svg'
2101
+ }],
2102
+ logo_URIs: {
2103
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmdx.png',
2104
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmdx.svg'
2105
+ }
2106
+ }, {
2107
+ denom_units: [{
2108
+ denom: 'ibc/41A96EC10B182315ADD96197C677B828E780804D807B0A8092B2AC1D2694FCB9',
2109
+ exponent: 0,
2110
+ aliases: ['ibc/EFF323CC632EC4F747C61BCE238A758EFDB7699C3226565F7C20DA06509D59A5']
2111
+ }, {
2112
+ denom: 'juno',
2113
+ exponent: 6
2114
+ }],
2115
+ base: 'ibc/41A96EC10B182315ADD96197C677B828E780804D807B0A8092B2AC1D2694FCB9',
2116
+ name: 'Juno',
2117
+ display: 'juno',
2118
+ symbol: 'JUNO',
2119
+ traces: [{
2120
+ type: 'ibc',
2121
+ counterparty: {
2122
+ channel_id: 'channel-69',
2123
+ base_denom: 'ibc/EFF323CC632EC4F747C61BCE238A758EFDB7699C3226565F7C20DA06509D59A5',
2124
+ chain_name: 'kujira'
2125
+ },
2126
+ chain: {
2127
+ channel_id: 'channel-4'
2128
+ }
2129
+ }],
2130
+ images: [{
2131
+ image_sync: {
2132
+ chain_name: 'juno',
2133
+ base_denom: 'ujuno'
2134
+ },
2135
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.png',
2136
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.svg'
2137
+ }],
2138
+ logo_URIs: {
2139
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.png',
2140
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.svg'
2141
+ }
2142
+ }, {
2143
+ denom_units: [{
2144
+ denom: 'ibc/0DA223BA38DEDFF368DCD2C3BBFBC951DFC5AE28CC19D3EF1D0C56C217ED86A0',
2145
+ exponent: 0,
2146
+ aliases: ['ibc/1B38805B1C75352B28169284F96DF56BDEBD9E8FAC005BDCC8CF0378C82AA8E7']
2147
+ }, {
2148
+ denom: 'weth',
2149
+ exponent: 18
2150
+ }],
2151
+ type_asset: 'ics20',
2152
+ base: 'ibc/0DA223BA38DEDFF368DCD2C3BBFBC951DFC5AE28CC19D3EF1D0C56C217ED86A0',
2153
+ name: 'Axelar Wrapped Ether',
2154
+ display: 'weth',
2155
+ symbol: 'wETH',
2156
+ traces: [{
2157
+ type: 'ibc',
2158
+ counterparty: {
2159
+ channel_id: 'channel-69',
2160
+ base_denom: 'ibc/1B38805B1C75352B28169284F96DF56BDEBD9E8FAC005BDCC8CF0378C82AA8E7',
2161
+ chain_name: 'kujira'
2162
+ },
2163
+ chain: {
2164
+ channel_id: 'channel-4'
2165
+ }
2166
+ }],
2167
+ images: [{
2168
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/weth.png'
2169
+ }],
2170
+ logo_URIs: {
2171
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/weth.png'
2172
+ }
2173
+ }, {
2174
+ denom_units: [{
2175
+ denom: 'ibc/20D06D04E1BC1FAC482FECC06C2E2879A596904D64D8BA3285B4A3789DEAF910',
2176
+ exponent: 0,
2177
+ aliases: ['ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2']
2178
+ }, {
2179
+ denom: 'atom',
2180
+ exponent: 6
2181
+ }],
2182
+ type_asset: 'ics20',
2183
+ base: 'ibc/20D06D04E1BC1FAC482FECC06C2E2879A596904D64D8BA3285B4A3789DEAF910',
2184
+ name: 'Cosmos Hub Atom',
2185
+ display: 'atom',
2186
+ symbol: 'ATOM',
2187
+ traces: [{
2188
+ type: 'ibc',
2189
+ counterparty: {
2190
+ channel_id: 'channel-69',
2191
+ base_denom: 'ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2',
2192
+ chain_name: 'kujira'
2193
+ },
2194
+ chain: {
2195
+ channel_id: 'channel-4'
2196
+ }
2197
+ }],
2198
+ images: [{
2199
+ image_sync: {
2200
+ chain_name: 'cosmoshub',
2201
+ base_denom: 'uatom'
2202
+ },
2203
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
2204
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
2205
+ }],
2206
+ logo_URIs: {
2207
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
2208
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
2209
+ }
2210
+ }, {
2211
+ denom_units: [{
2212
+ denom: 'ibc/83931C35F2F80C9AC5AB32FBAE179D6C67BE5B2EE01F6975BD4A0B89A4E3778A',
2213
+ exponent: 0,
2214
+ aliases: ['ibc/DA59C009A0B3B95E0549E6BF7B075C8239285989FF457A8EDDBB56F10B2A6986']
2215
+ }, {
2216
+ denom: 'luna',
2217
+ exponent: 6
2218
+ }],
2219
+ base: 'ibc/83931C35F2F80C9AC5AB32FBAE179D6C67BE5B2EE01F6975BD4A0B89A4E3778A',
2220
+ name: 'Luna',
2221
+ display: 'luna',
2222
+ symbol: 'LUNA',
2223
+ traces: [{
2224
+ type: 'ibc',
2225
+ counterparty: {
2226
+ channel_id: 'channel-69',
2227
+ base_denom: 'ibc/DA59C009A0B3B95E0549E6BF7B075C8239285989FF457A8EDDBB56F10B2A6986',
2228
+ chain_name: 'kujira'
2229
+ },
2230
+ chain: {
2231
+ channel_id: 'channel-4'
2232
+ }
2233
+ }],
2234
+ images: [{
2235
+ image_sync: {
2236
+ chain_name: 'luna',
2237
+ base_denom: 'uluna'
2238
+ },
2239
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.png',
2240
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.svg'
2241
+ }],
2242
+ logo_URIs: {
2243
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.png',
2244
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.svg'
2245
+ }
2246
+ }, {
2247
+ denom_units: [{
2248
+ denom: 'ibc/B24FEDFFEF78D3BD4A57695DAF1AFC2CC0ECF2FF6A260BCD3D0AB1EF69196C40',
2249
+ exponent: 0,
2250
+ aliases: ['ibc/4F393C3FCA4190C0A6756CE7F6D897D5D1BE57D6CCB80D0BC87393566A7B6602']
2251
+ }, {
2252
+ denom: 'stars',
2253
+ exponent: 6
2254
+ }],
2255
+ type_asset: 'ics20',
2256
+ base: 'ibc/B24FEDFFEF78D3BD4A57695DAF1AFC2CC0ECF2FF6A260BCD3D0AB1EF69196C40',
2257
+ name: 'Stargaze',
2258
+ display: 'stars',
2259
+ symbol: 'STARS',
2260
+ traces: [{
2261
+ type: 'ibc',
2262
+ counterparty: {
2263
+ channel_id: 'channel-69',
2264
+ base_denom: 'ibc/4F393C3FCA4190C0A6756CE7F6D897D5D1BE57D6CCB80D0BC87393566A7B6602',
2265
+ chain_name: 'kujira'
2266
+ },
2267
+ chain: {
2268
+ channel_id: 'channel-4'
2269
+ }
2270
+ }],
2271
+ images: [{
2272
+ image_sync: {
2273
+ chain_name: 'stargaze',
2274
+ base_denom: 'ustars'
2275
+ },
2276
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
2277
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg'
2278
+ }],
2279
+ logo_URIs: {
2280
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
2281
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg'
2282
+ }
2283
+ }, {
2284
+ denom_units: [{
2285
+ denom: 'ibc/60649832588763ED36AFF3D28B76B63FEC24C8A45FF94ED1C3910920AD7EB24F',
2286
+ exponent: 0,
2287
+ aliases: ['ibc/A358D7F19237777AF6D8AD0E0F53268F8B18AE8A53ED318095C14D6D7F3B2DB5']
2288
+ }, {
2289
+ denom: 'scrt',
2290
+ exponent: 6
2291
+ }],
2292
+ base: 'ibc/60649832588763ED36AFF3D28B76B63FEC24C8A45FF94ED1C3910920AD7EB24F',
2293
+ name: 'Secret Network',
2294
+ display: 'scrt',
2295
+ symbol: 'SCRT',
2296
+ traces: [{
2297
+ type: 'ibc',
2298
+ counterparty: {
2299
+ channel_id: 'channel-69',
2300
+ base_denom: 'ibc/A358D7F19237777AF6D8AD0E0F53268F8B18AE8A53ED318095C14D6D7F3B2DB5',
2301
+ chain_name: 'kujira'
2302
+ },
2303
+ chain: {
2304
+ channel_id: 'channel-4'
2305
+ }
2306
+ }],
2307
+ images: [{
2308
+ image_sync: {
2309
+ chain_name: 'scrt',
2310
+ base_denom: 'uscrt'
2311
+ },
2312
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
2313
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
2314
+ }],
2315
+ logo_URIs: {
2316
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
2317
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
2318
+ }
2319
+ }, {
2320
+ description: 'The native token of Osmosis',
2321
+ denom_units: [{
2322
+ denom: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
2323
+ exponent: 0,
2324
+ aliases: ['uosmo']
2325
+ }, {
2326
+ denom: 'osmo',
2327
+ exponent: 6
2328
+ }],
2329
+ base: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
2330
+ name: 'Osmosis',
2331
+ display: 'osmo',
2332
+ symbol: 'OSMO',
2333
+ logo_URIs: {
2334
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
2335
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
2336
+ },
2337
+ coingecko_id: 'osmosis',
2338
+ keywords: ['dex', 'staking'],
2339
+ images: [{
2340
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
2341
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
2342
+ }],
2343
+ traces: [{
2344
+ type: 'ibc',
2345
+ counterparty: {
2346
+ channel_id: 'channel-165',
2347
+ base_denom: 'uosmo',
2348
+ chain_name: 'osmosis'
2349
+ },
2350
+ chain: {
2351
+ channel_id: 'channel-0'
2352
+ }
2353
+ }]
2354
+ }, {
2355
+ denom_units: [{
2356
+ denom: 'ibc/F7E92EE59B5428793F3EF5C1A4CB2494F61A9D0C9A69469D02390714A1372E16',
2357
+ exponent: 0,
2358
+ aliases: ['uion']
2359
+ }, {
2360
+ denom: 'ion',
2361
+ exponent: 6
2362
+ }],
2363
+ base: 'ibc/F7E92EE59B5428793F3EF5C1A4CB2494F61A9D0C9A69469D02390714A1372E16',
2364
+ name: 'Ion DAO',
2365
+ display: 'ion',
2366
+ symbol: 'ION',
2367
+ logo_URIs: {
2368
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
2369
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
2370
+ },
2371
+ coingecko_id: 'ion',
2372
+ keywords: ['memecoin'],
2373
+ images: [{
2374
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
2375
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
2376
+ }],
2377
+ traces: [{
2378
+ type: 'ibc',
2379
+ counterparty: {
2380
+ channel_id: 'channel-165',
2381
+ base_denom: 'uion',
2382
+ chain_name: 'osmosis'
2383
+ },
2384
+ chain: {
2385
+ channel_id: 'channel-0'
2386
+ }
2387
+ }]
2388
+ }, {
2389
+ denom_units: [{
2390
+ denom: 'ibc/3616134E71F4F7C0AFD22C439567E8C514BE88955903834F4580D9E3E4E3470F',
2391
+ exponent: 0,
2392
+ aliases: ['factory/osmo14klwqgkmackvx2tqa0trtg69dmy0nrg4ntq4gjgw2za4734r5seqjqm4gm/uibcx']
2393
+ }, {
2394
+ denom: 'ibcx',
2395
+ exponent: 6
2396
+ }],
2397
+ address: 'osmo14klwqgkmackvx2tqa0trtg69dmy0nrg4ntq4gjgw2za4734r5seqjqm4gm',
2398
+ base: 'ibc/3616134E71F4F7C0AFD22C439567E8C514BE88955903834F4580D9E3E4E3470F',
2399
+ name: 'IBC Index',
2400
+ display: 'ibcx',
2401
+ symbol: 'IBCX',
2402
+ logo_URIs: {
2403
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ibcx.svg'
2404
+ },
2405
+ coingecko_id: 'ibc-index',
2406
+ images: [{
2407
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ibcx.svg'
2408
+ }],
2409
+ traces: [{
2410
+ type: 'ibc',
2411
+ counterparty: {
2412
+ channel_id: 'channel-165',
2413
+ base_denom: 'factory/osmo14klwqgkmackvx2tqa0trtg69dmy0nrg4ntq4gjgw2za4734r5seqjqm4gm/uibcx',
2414
+ chain_name: 'osmosis'
2415
+ },
2416
+ chain: {
2417
+ channel_id: 'channel-0'
2418
+ }
2419
+ }]
2420
+ }, {
2421
+ denom_units: [{
2422
+ denom: 'ibc/D4A5AE8E8DD0D49F559F9D85EDF17643E3444BD424FFE7158A8187A5BAFDD463',
2423
+ exponent: 0,
2424
+ aliases: ['factory/osmo1xqw2sl9zk8a6pch0csaw78n4swg5ws8t62wc5qta4gnjxfqg6v2qcs243k/stuibcx']
2425
+ }, {
2426
+ denom: 'stibcx',
2427
+ exponent: 6
2428
+ }],
2429
+ address: 'osmo1xqw2sl9zk8a6pch0csaw78n4swg5ws8t62wc5qta4gnjxfqg6v2qcs243k',
2430
+ base: 'ibc/D4A5AE8E8DD0D49F559F9D85EDF17643E3444BD424FFE7158A8187A5BAFDD463',
2431
+ name: 'Staked IBCX',
2432
+ display: 'stibcx',
2433
+ symbol: 'stIBCX',
2434
+ logo_URIs: {
2435
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/stibcx.png',
2436
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/stibcx.svg'
2437
+ },
2438
+ images: [{
2439
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/stibcx.png',
2440
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/stibcx.svg'
2441
+ }],
2442
+ traces: [{
2443
+ type: 'ibc',
2444
+ counterparty: {
2445
+ channel_id: 'channel-165',
2446
+ base_denom: 'factory/osmo1xqw2sl9zk8a6pch0csaw78n4swg5ws8t62wc5qta4gnjxfqg6v2qcs243k/stuibcx',
2447
+ chain_name: 'osmosis'
2448
+ },
2449
+ chain: {
2450
+ channel_id: 'channel-0'
2451
+ }
2452
+ }]
2453
+ }, {
2454
+ denom_units: [{
2455
+ denom: 'ibc/7FBDBEEEBA9C50C4BCDF7BF438EAB99E64360833D240B32655C96E319559E911',
2456
+ exponent: 0,
2457
+ aliases: ['ibc/D189335C6E4A68B513C10AB227BF1C1D38C746766278BA3EEB4FB14124F1D858']
2458
+ }, {
2459
+ denom: 'usdc',
2460
+ exponent: 6
2461
+ }],
2462
+ type_asset: 'ics20',
2463
+ base: 'ibc/7FBDBEEEBA9C50C4BCDF7BF438EAB99E64360833D240B32655C96E319559E911',
2464
+ name: 'Axelar USD Coin',
2465
+ display: 'usdc',
2466
+ symbol: 'USDC.axl',
2467
+ traces: [{
2468
+ type: 'ibc',
2469
+ counterparty: {
2470
+ channel_id: 'channel-165',
2471
+ base_denom: 'ibc/D189335C6E4A68B513C10AB227BF1C1D38C746766278BA3EEB4FB14124F1D858',
2472
+ chain_name: 'osmosis'
2473
+ },
2474
+ chain: {
2475
+ channel_id: 'channel-0'
2476
+ }
2477
+ }],
2478
+ images: [{
2479
+ image_sync: {
2480
+ chain_name: 'axelar',
2481
+ base_denom: 'uusdc'
2482
+ },
2483
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.png',
2484
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg'
2485
+ }],
2486
+ logo_URIs: {
2487
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.png',
2488
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg'
2489
+ }
2490
+ }, {
2491
+ denom_units: [{
2492
+ denom: 'ibc/18624EAC27898C0DD81951E6638AA8F32B35C626A93142A37E2B17D3F4527B0A',
2493
+ exponent: 0,
2494
+ aliases: ['ibc/0B3C3D06228578334B66B57FBFBA4033216CEB8119B27ACDEE18D92DA5B28D43']
2495
+ }, {
2496
+ denom: 'avalanche-usdc',
2497
+ exponent: 6
2498
+ }],
2499
+ type_asset: 'ics20',
2500
+ base: 'ibc/18624EAC27898C0DD81951E6638AA8F32B35C626A93142A37E2B17D3F4527B0A',
2501
+ name: 'Wormhole USDC(Avalanche)',
2502
+ display: 'avalanche-usdc',
2503
+ symbol: 'avalanche.USDC.wh',
2504
+ traces: [{
2505
+ type: 'ibc',
2506
+ counterparty: {
2507
+ channel_id: 'channel-165',
2508
+ base_denom: 'ibc/0B3C3D06228578334B66B57FBFBA4033216CEB8119B27ACDEE18D92DA5B28D43',
2509
+ chain_name: 'osmosis'
2510
+ },
2511
+ chain: {
2512
+ channel_id: 'channel-0'
2513
+ }
2514
+ }],
2515
+ images: [{
2516
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.hole.png',
2517
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.hole.svg'
2518
+ }],
2519
+ logo_URIs: {
2520
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.hole.png',
2521
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.hole.svg'
2522
+ }
2523
+ }, {
2524
+ denom_units: [{
2525
+ denom: 'ibc/F5FABF52B54E65064B57BF6DBD8E5FAD22CEE9F4B8A57ADBB20CCD0173AA72A4',
2526
+ exponent: 0,
2527
+ aliases: ['ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4']
2528
+ }, {
2529
+ denom: 'usdc',
2530
+ exponent: 6
2531
+ }],
2532
+ type_asset: 'ics20',
2533
+ base: 'ibc/F5FABF52B54E65064B57BF6DBD8E5FAD22CEE9F4B8A57ADBB20CCD0173AA72A4',
2534
+ name: 'Noble USD Coin',
2535
+ display: 'usdc',
2536
+ symbol: 'USDC',
2537
+ traces: [{
2538
+ type: 'ibc',
2539
+ counterparty: {
2540
+ channel_id: 'channel-165',
2541
+ base_denom: 'ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4',
2542
+ chain_name: 'osmosis'
2543
+ },
2544
+ chain: {
2545
+ channel_id: 'channel-0'
2546
+ }
2547
+ }],
2548
+ images: [{
2549
+ image_sync: {
2550
+ chain_name: 'noble',
2551
+ base_denom: 'uusdc'
2552
+ },
2553
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png',
2554
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg'
2555
+ }],
2556
+ logo_URIs: {
2557
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png',
2558
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg'
2559
+ }
2560
+ }, {
2561
+ denom_units: [{
2562
+ denom: 'ibc/AF5559D128329B6C753F15481BEC26E533B847A471074703FA4903E7E6F61BA1',
2563
+ exponent: 0,
2564
+ aliases: ['ibc/D176154B0C63D1F9C6DCFB4F70349EBF2E2B5A87A05902F57A6AE92B863E9AEC']
2565
+ }, {
2566
+ denom: 'stosmo',
2567
+ exponent: 6
2568
+ }],
2569
+ type_asset: 'ics20',
2570
+ base: 'ibc/AF5559D128329B6C753F15481BEC26E533B847A471074703FA4903E7E6F61BA1',
2571
+ name: 'stOSMO',
2572
+ display: 'stosmo',
2573
+ symbol: 'stOSMO',
2574
+ traces: [{
2575
+ type: 'ibc',
2576
+ counterparty: {
2577
+ channel_id: 'channel-165',
2578
+ base_denom: 'ibc/D176154B0C63D1F9C6DCFB4F70349EBF2E2B5A87A05902F57A6AE92B863E9AEC',
2579
+ chain_name: 'osmosis'
2580
+ },
2581
+ chain: {
2582
+ channel_id: 'channel-0'
2583
+ }
2584
+ }],
2585
+ images: [{
2586
+ image_sync: {
2587
+ chain_name: 'stride',
2588
+ base_denom: 'stuosmo'
2589
+ },
2590
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.png',
2591
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.svg'
2592
+ }],
2593
+ logo_URIs: {
2594
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.png',
2595
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.svg'
2596
+ }
2597
+ }, {
2598
+ denom_units: [{
2599
+ denom: 'ibc/6CDD4663F2F09CD62285E2D45891FC149A3568E316CE3EBBE201A71A78A69388',
2600
+ exponent: 0,
2601
+ aliases: ['ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2']
2602
+ }, {
2603
+ denom: 'atom',
2604
+ exponent: 6
2605
+ }],
2606
+ type_asset: 'ics20',
2607
+ base: 'ibc/6CDD4663F2F09CD62285E2D45891FC149A3568E316CE3EBBE201A71A78A69388',
2608
+ name: 'Cosmos Hub Atom',
2609
+ display: 'atom',
2610
+ symbol: 'ATOM',
2611
+ traces: [{
2612
+ type: 'ibc',
2613
+ counterparty: {
2614
+ channel_id: 'channel-165',
2615
+ base_denom: 'ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2',
2616
+ chain_name: 'osmosis'
2617
+ },
2618
+ chain: {
2619
+ channel_id: 'channel-0'
2620
+ }
2621
+ }],
2622
+ images: [{
2623
+ image_sync: {
2624
+ chain_name: 'cosmoshub',
2625
+ base_denom: 'uatom'
2626
+ },
2627
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
2628
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
2629
+ }],
2630
+ logo_URIs: {
2631
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
2632
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
2633
+ }
2634
+ }, {
2635
+ denom_units: [{
2636
+ denom: 'ibc/FCFF8B19C61677F3B78E2A5AE3B4A34A8D23858D16905F253B8438B3AFD07FF8',
2637
+ exponent: 0,
2638
+ aliases: ['ibc/C140AFD542AE77BD7DCC83F13FDD8C5E5BB8C4929785E6EC2F4C636F98F17901']
2639
+ }, {
2640
+ denom: 'statom',
2641
+ exponent: 6
2642
+ }],
2643
+ type_asset: 'ics20',
2644
+ base: 'ibc/FCFF8B19C61677F3B78E2A5AE3B4A34A8D23858D16905F253B8438B3AFD07FF8',
2645
+ name: 'stATOM',
2646
+ display: 'statom',
2647
+ symbol: 'stATOM',
2648
+ traces: [{
2649
+ type: 'ibc',
2650
+ counterparty: {
2651
+ channel_id: 'channel-165',
2652
+ base_denom: 'ibc/C140AFD542AE77BD7DCC83F13FDD8C5E5BB8C4929785E6EC2F4C636F98F17901',
2653
+ chain_name: 'osmosis'
2654
+ },
2655
+ chain: {
2656
+ channel_id: 'channel-0'
2657
+ }
2658
+ }],
2659
+ images: [{
2660
+ image_sync: {
2661
+ chain_name: 'stride',
2662
+ base_denom: 'stuatom'
2663
+ },
2664
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.png',
2665
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.svg'
2666
+ }],
2667
+ logo_URIs: {
2668
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.png',
2669
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.svg'
2670
+ }
2671
+ }, {
2672
+ denom_units: [{
2673
+ denom: 'ibc/A7C4A3FB19E88ABE60416125F9189DA680800F4CDD14E3C10C874E022BEFF04C',
2674
+ exponent: 0,
2675
+ aliases: ['ibc/EA1D43981D5C9A1C4AAEA9C23BB1D4FA126BA9BC7020A25E0AE4AA841EA25DC5']
2676
+ }, {
2677
+ denom: 'weth',
2678
+ exponent: 18
2679
+ }],
2680
+ type_asset: 'ics20',
2681
+ base: 'ibc/A7C4A3FB19E88ABE60416125F9189DA680800F4CDD14E3C10C874E022BEFF04C',
2682
+ name: 'Wrapped Ether',
2683
+ display: 'weth',
2684
+ symbol: 'ETH',
2685
+ traces: [{
2686
+ type: 'ibc',
2687
+ counterparty: {
2688
+ channel_id: 'channel-165',
2689
+ base_denom: 'ibc/EA1D43981D5C9A1C4AAEA9C23BB1D4FA126BA9BC7020A25E0AE4AA841EA25DC5',
2690
+ chain_name: 'osmosis'
2691
+ },
2692
+ chain: {
2693
+ channel_id: 'channel-0'
2694
+ }
2695
+ }],
2696
+ images: [{
2697
+ image_sync: {
2698
+ chain_name: 'axelar',
2699
+ base_denom: 'weth-wei'
2700
+ },
2701
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/weth.png'
2702
+ }],
2703
+ logo_URIs: {
2704
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/weth.png'
2705
+ }
2706
+ }, {
2707
+ denom_units: [{
2708
+ denom: 'ibc/84E70F4A34FB2DE135FD3A04FDDF53B7DA4206080AA785C8BAB7F8B26299A221',
2709
+ exponent: 0,
2710
+ aliases: ['ibc/D1542AA8762DB13087D8364F3EA6509FD6F009A34F00426AF9E4F9FA85CBBF1F']
2711
+ }, {
2712
+ denom: 'wbtc',
2713
+ exponent: 8
2714
+ }],
2715
+ type_asset: 'ics20',
2716
+ base: 'ibc/84E70F4A34FB2DE135FD3A04FDDF53B7DA4206080AA785C8BAB7F8B26299A221',
2717
+ name: 'Wrapped Bitcoin (Axelar)',
2718
+ display: 'wbtc',
2719
+ symbol: 'WBTC.axl',
2720
+ traces: [{
2721
+ type: 'ibc',
2722
+ counterparty: {
2723
+ channel_id: 'channel-165',
2724
+ base_denom: 'ibc/D1542AA8762DB13087D8364F3EA6509FD6F009A34F00426AF9E4F9FA85CBBF1F',
2725
+ chain_name: 'osmosis'
2726
+ },
2727
+ chain: {
2728
+ channel_id: 'channel-0'
2729
+ }
2730
+ }],
2731
+ images: [{
2732
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.svg',
2733
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.png'
2734
+ }, {
2735
+ image_sync: {
2736
+ chain_name: 'axelar',
2737
+ base_denom: 'wbtc-satoshi'
2738
+ },
2739
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/wbtc.png'
2740
+ }],
2741
+ logo_URIs: {
2742
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.svg',
2743
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.png'
2744
+ }
2745
+ }, {
2746
+ description: 'ERIS liquid staked OSMO',
2747
+ denom_units: [{
2748
+ denom: 'ibc/AA054FD00F476B91C63F27F591B410CCC8F9DB1FC829B51353C51458E2817434',
2749
+ exponent: 0,
2750
+ aliases: ['factory/osmo1dv8wz09tckslr2wy5z86r46dxvegylhpt97r9yd6qc3kyc6tv42qa89dr9/ampOSMO']
2751
+ }, {
2752
+ denom: 'ampOSMO',
2753
+ exponent: 6
2754
+ }],
2755
+ address: 'osmo1dv8wz09tckslr2wy5z86r46dxvegylhpt97r9yd6qc3kyc6tv42qa89dr9',
2756
+ base: 'ibc/AA054FD00F476B91C63F27F591B410CCC8F9DB1FC829B51353C51458E2817434',
2757
+ name: 'ERIS Amplified OSMO',
2758
+ display: 'ampOSMO',
2759
+ symbol: 'ampOSMO',
2760
+ logo_URIs: {
2761
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/amposmo.png'
2762
+ },
2763
+ images: [{
2764
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/amposmo.png'
2765
+ }],
2766
+ traces: [{
2767
+ type: 'ibc',
2768
+ counterparty: {
2769
+ channel_id: 'channel-165',
2770
+ base_denom: 'factory/osmo1dv8wz09tckslr2wy5z86r46dxvegylhpt97r9yd6qc3kyc6tv42qa89dr9/ampOSMO',
2771
+ chain_name: 'osmosis'
2772
+ },
2773
+ chain: {
2774
+ channel_id: 'channel-0'
2775
+ }
2776
+ }]
2777
+ }, {
2778
+ description: 'Tether USDT on Osmosis',
2779
+ denom_units: [{
2780
+ denom: 'ibc/A291356F2AE84BEB344DEA335F837AAFBA43C873009D0AC9333E6E3B04AB1AA9',
2781
+ exponent: 0,
2782
+ aliases: ['ibc/4ABBEF4C8926DDDB320AE5188CFD63267ABBCEFC0583E4AE05D6E5AA2401DDAB']
2783
+ }, {
2784
+ denom: 'usdt',
2785
+ exponent: 6
2786
+ }],
2787
+ type_asset: 'ics20',
2788
+ base: 'ibc/A291356F2AE84BEB344DEA335F837AAFBA43C873009D0AC9333E6E3B04AB1AA9',
2789
+ name: 'Tether USDT',
2790
+ display: 'usdt',
2791
+ symbol: 'USDT',
2792
+ traces: [{
2793
+ type: 'ibc',
2794
+ counterparty: {
2795
+ channel_id: 'channel-165',
2796
+ base_denom: 'ibc/4ABBEF4C8926DDDB320AE5188CFD63267ABBCEFC0583E4AE05D6E5AA2401DDAB',
2797
+ chain_name: 'osmosis'
2798
+ },
2799
+ chain: {
2800
+ channel_id: 'channel-0'
2801
+ }
2802
+ }],
2803
+ images: [{
2804
+ image_sync: {
2805
+ chain_name: 'kava',
2806
+ base_denom: 'erc20/tether/usdt'
2807
+ },
2808
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
2809
+ }],
2810
+ logo_URIs: {
2811
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
2812
+ }
2813
+ }, {
2814
+ description: "Membrane's CDP-style stablecoin called CDT",
2815
+ denom_units: [{
2816
+ denom: 'ibc/B0263C28B6F44651F4596413B41FDB749EA010BD1220816DAC0ABF9947C1E806',
2817
+ exponent: 0,
2818
+ aliases: ['factory/osmo1s794h9rxggytja3a4pmwul53u98k06zy2qtrdvjnfuxruh7s8yjs6cyxgd/ucdt']
2819
+ }, {
2820
+ denom: 'cdt',
2821
+ exponent: 6
2822
+ }],
2823
+ base: 'ibc/B0263C28B6F44651F4596413B41FDB749EA010BD1220816DAC0ABF9947C1E806',
2824
+ name: 'CDT Stablecoin',
2825
+ display: 'cdt',
2826
+ symbol: 'CDT',
2827
+ logo_URIs: {
2828
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/CDT.svg'
2829
+ },
2830
+ coingecko_id: 'collateralized-debt-token',
2831
+ images: [{
2832
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/CDT.svg'
2833
+ }],
2834
+ traces: [{
2835
+ type: 'ibc',
2836
+ counterparty: {
2837
+ channel_id: 'channel-165',
2838
+ base_denom: 'factory/osmo1s794h9rxggytja3a4pmwul53u98k06zy2qtrdvjnfuxruh7s8yjs6cyxgd/ucdt',
2839
+ chain_name: 'osmosis'
2840
+ },
2841
+ chain: {
2842
+ channel_id: 'channel-0'
2843
+ }
2844
+ }]
2845
+ }, {
2846
+ description: "Membrane's protocol token",
2847
+ denom_units: [{
2848
+ denom: 'ibc/E94BB144B818CB8061F43E202BEA1E9273B87D6326C8C6F4E6AE71C62FD37854',
2849
+ exponent: 0,
2850
+ aliases: ['factory/osmo1s794h9rxggytja3a4pmwul53u98k06zy2qtrdvjnfuxruh7s8yjs6cyxgd/umbrn']
2851
+ }, {
2852
+ denom: 'mbrn',
2853
+ exponent: 6
2854
+ }],
2855
+ base: 'ibc/E94BB144B818CB8061F43E202BEA1E9273B87D6326C8C6F4E6AE71C62FD37854',
2856
+ name: 'Membrane',
2857
+ display: 'mbrn',
2858
+ symbol: 'MBRN',
2859
+ logo_URIs: {
2860
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/MBRN.svg'
2861
+ },
2862
+ coingecko_id: 'membrane',
2863
+ images: [{
2864
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/MBRN.svg'
2865
+ }],
2866
+ traces: [{
2867
+ type: 'ibc',
2868
+ counterparty: {
2869
+ channel_id: 'channel-165',
2870
+ base_denom: 'factory/osmo1s794h9rxggytja3a4pmwul53u98k06zy2qtrdvjnfuxruh7s8yjs6cyxgd/umbrn',
2871
+ chain_name: 'osmosis'
2872
+ },
2873
+ chain: {
2874
+ channel_id: 'channel-0'
2875
+ }
2876
+ }]
2877
+ }, {
2878
+ description: 'TIA on Osmosis',
2879
+ denom_units: [{
2880
+ denom: 'ibc/6C349F0EB135C5FA99301758F35B87DB88403D690E5E314AB080401FEE4066E5',
2881
+ exponent: 0,
2882
+ aliases: ['ibc/D79E7D83AB399BFFF93433E54FAA480C191248FC556924A2A8351AE2638B3877']
2883
+ }, {
2884
+ denom: 'tia',
2885
+ exponent: 6
2886
+ }],
2887
+ type_asset: 'ics20',
2888
+ base: 'ibc/6C349F0EB135C5FA99301758F35B87DB88403D690E5E314AB080401FEE4066E5',
2889
+ name: 'Celestia TIA',
2890
+ display: 'tia',
2891
+ symbol: 'TIA',
2892
+ traces: [{
2893
+ type: 'ibc',
2894
+ counterparty: {
2895
+ channel_id: 'channel-165',
2896
+ base_denom: 'ibc/D79E7D83AB399BFFF93433E54FAA480C191248FC556924A2A8351AE2638B3877',
2897
+ chain_name: 'osmosis'
2898
+ },
2899
+ chain: {
2900
+ channel_id: 'channel-0'
2901
+ }
2902
+ }],
2903
+ images: [{
2904
+ image_sync: {
2905
+ chain_name: 'celestia',
2906
+ base_denom: 'utia'
2907
+ },
2908
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png',
2909
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg'
2910
+ }],
2911
+ logo_URIs: {
2912
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png',
2913
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg'
2914
+ }
2915
+ }, {
2916
+ description: 'Margined Power Token sqOSMO',
2917
+ denom_units: [{
2918
+ denom: 'ibc/A5BA3F1C38ADAA11F941D66B19A7CD67B127F25DE2EA581BCD2DC4D8D50BEED9',
2919
+ exponent: 0,
2920
+ aliases: ['factory/osmo1g8qypve6l95xmhgc0fddaecerffymsl7kn9muw/squosmo']
2921
+ }, {
2922
+ denom: 'sqosmo',
2923
+ exponent: 6
2924
+ }],
2925
+ base: 'ibc/A5BA3F1C38ADAA11F941D66B19A7CD67B127F25DE2EA581BCD2DC4D8D50BEED9',
2926
+ name: 'OSMO Squared',
2927
+ display: 'sqosmo',
2928
+ symbol: 'sqOSMO',
2929
+ logo_URIs: {
2930
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sqosmo.svg'
2931
+ },
2932
+ images: [{
2933
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sqosmo.svg'
2934
+ }],
2935
+ traces: [{
2936
+ type: 'ibc',
2937
+ counterparty: {
2938
+ channel_id: 'channel-165',
2939
+ base_denom: 'factory/osmo1g8qypve6l95xmhgc0fddaecerffymsl7kn9muw/squosmo',
2940
+ chain_name: 'osmosis'
2941
+ },
2942
+ chain: {
2943
+ channel_id: 'channel-0'
2944
+ }
2945
+ }]
2946
+ }, {
2947
+ description: 'NOIS on Osmosis',
2948
+ denom_units: [{
2949
+ denom: 'ibc/B4D30D3FC770F58F0FAC4C593D18DED847844942A2B8D15E0ABDDBF110AE7A6E',
2950
+ exponent: 0,
2951
+ aliases: ['ibc/6928AFA9EA721938FED13B051F9DBF1272B16393D20C49EA5E4901BB76D94A90']
2952
+ }, {
2953
+ denom: 'nois',
2954
+ exponent: 6
2955
+ }],
2956
+ type_asset: 'ics20',
2957
+ base: 'ibc/B4D30D3FC770F58F0FAC4C593D18DED847844942A2B8D15E0ABDDBF110AE7A6E',
2958
+ name: 'Nois NOIS',
2959
+ display: 'nois',
2960
+ symbol: 'NOIS',
2961
+ traces: [{
2962
+ type: 'ibc',
2963
+ counterparty: {
2964
+ channel_id: 'channel-165',
2965
+ base_denom: 'ibc/6928AFA9EA721938FED13B051F9DBF1272B16393D20C49EA5E4901BB76D94A90',
2966
+ chain_name: 'osmosis'
2967
+ },
2968
+ chain: {
2969
+ channel_id: 'channel-0'
2970
+ }
2971
+ }],
2972
+ images: [{
2973
+ image_sync: {
2974
+ chain_name: 'nois',
2975
+ base_denom: 'unois'
2976
+ },
2977
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.png',
2978
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.svg'
2979
+ }],
2980
+ logo_URIs: {
2981
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.png',
2982
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.svg'
2983
+ }
2984
+ }, {
2985
+ description: 'Margined Power Token sqBTC',
2986
+ denom_units: [{
2987
+ denom: 'ibc/8361A05D7FEB200168AD58B4BE8B9A4F4EC3386FED621B94026B925EFBD2DD88',
2988
+ exponent: 0,
2989
+ aliases: ['factory/osmo1g8qypve6l95xmhgc0fddaecerffymsl7kn9muw/sqbtc']
2990
+ }, {
2991
+ denom: 'sqbtc',
2992
+ exponent: 6
2993
+ }],
2994
+ base: 'ibc/8361A05D7FEB200168AD58B4BE8B9A4F4EC3386FED621B94026B925EFBD2DD88',
2995
+ name: 'BTC Squared',
2996
+ display: 'sqbtc',
2997
+ symbol: 'sqBTC',
2998
+ logo_URIs: {
2999
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sqbtc.svg'
3000
+ },
3001
+ images: [{
3002
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sqbtc.svg'
3003
+ }],
3004
+ traces: [{
3005
+ type: 'ibc',
3006
+ counterparty: {
3007
+ channel_id: 'channel-165',
3008
+ base_denom: 'factory/osmo1g8qypve6l95xmhgc0fddaecerffymsl7kn9muw/sqbtc',
3009
+ chain_name: 'osmosis'
3010
+ },
3011
+ chain: {
3012
+ channel_id: 'channel-0'
3013
+ }
3014
+ }]
3015
+ }, {
3016
+ description: 'Margined Power Token sqATOM',
3017
+ denom_units: [{
3018
+ denom: 'ibc/92CA10D8AD5DFA69918E5860570A33922EC9181F013328034D9423D7A3A95C89',
3019
+ exponent: 0,
3020
+ aliases: ['factory/osmo1g8qypve6l95xmhgc0fddaecerffymsl7kn9muw/sqatom']
3021
+ }, {
3022
+ denom: 'sqatom',
3023
+ exponent: 6
3024
+ }],
3025
+ base: 'ibc/92CA10D8AD5DFA69918E5860570A33922EC9181F013328034D9423D7A3A95C89',
3026
+ name: 'ATOM Squared',
3027
+ display: 'sqatom',
3028
+ symbol: 'sqATOM',
3029
+ logo_URIs: {
3030
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sqatom.svg'
3031
+ },
3032
+ images: [{
3033
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sqatom.svg'
3034
+ }],
3035
+ traces: [{
3036
+ type: 'ibc',
3037
+ counterparty: {
3038
+ channel_id: 'channel-165',
3039
+ base_denom: 'factory/osmo1g8qypve6l95xmhgc0fddaecerffymsl7kn9muw/sqatom',
3040
+ chain_name: 'osmosis'
3041
+ },
3042
+ chain: {
3043
+ channel_id: 'channel-0'
3044
+ }
3045
+ }]
3046
+ }, {
3047
+ description: 'CRO is the native token of the Crypto.org Chain, referred to as Native CRO.',
3048
+ denom_units: [{
3049
+ denom: 'ibc/E1BCC0F7B932E654B1A930F72B76C0678D55095387E2A4D8F00E941A8F82EE48',
3050
+ exponent: 0,
3051
+ aliases: ['ibc/E6931F78057F7CC5DA0FD6CEF82FF39373A6E0452BF1FD76910B93292CF356C1']
3052
+ }, {
3053
+ denom: 'cro',
3054
+ exponent: 8
3055
+ }],
3056
+ type_asset: 'ics20',
3057
+ base: 'ibc/E1BCC0F7B932E654B1A930F72B76C0678D55095387E2A4D8F00E941A8F82EE48',
3058
+ name: 'Cronos',
3059
+ display: 'cro',
3060
+ symbol: 'CRO',
3061
+ traces: [{
3062
+ type: 'ibc',
3063
+ counterparty: {
3064
+ channel_id: 'channel-165',
3065
+ base_denom: 'ibc/E6931F78057F7CC5DA0FD6CEF82FF39373A6E0452BF1FD76910B93292CF356C1',
3066
+ chain_name: 'osmosis'
3067
+ },
3068
+ chain: {
3069
+ channel_id: 'channel-0'
3070
+ }
3071
+ }],
3072
+ images: [{
3073
+ image_sync: {
3074
+ chain_name: 'cryptoorgchain',
3075
+ base_denom: 'basecro'
3076
+ },
3077
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro.svg'
3078
+ }],
3079
+ logo_URIs: {
3080
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro.svg'
3081
+ }
3082
+ }, {
3083
+ description: 'The native token of Stargaze',
3084
+ denom_units: [{
3085
+ denom: 'ibc/11E3CF372E065ACB1A39C531A3C7E7E03F60B5D0653AD2139D31128ACD2772B5',
3086
+ exponent: 0,
3087
+ aliases: ['ibc/987C17B11ABC2B20019178ACE62929FE9840202CE79498E29FE8E5CB02B7C0A4']
3088
+ }, {
3089
+ denom: 'stars',
3090
+ exponent: 6
3091
+ }],
3092
+ type_asset: 'ics20',
3093
+ base: 'ibc/11E3CF372E065ACB1A39C531A3C7E7E03F60B5D0653AD2139D31128ACD2772B5',
3094
+ name: 'Stargaze',
3095
+ display: 'stars',
3096
+ symbol: 'STARS',
3097
+ traces: [{
3098
+ type: 'ibc',
3099
+ counterparty: {
3100
+ channel_id: 'channel-165',
3101
+ base_denom: 'ibc/987C17B11ABC2B20019178ACE62929FE9840202CE79498E29FE8E5CB02B7C0A4',
3102
+ chain_name: 'osmosis'
3103
+ },
3104
+ chain: {
3105
+ channel_id: 'channel-0'
3106
+ }
3107
+ }],
3108
+ images: [{
3109
+ image_sync: {
3110
+ chain_name: 'stargaze',
3111
+ base_denom: 'ustars'
3112
+ },
3113
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
3114
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg'
3115
+ }],
3116
+ logo_URIs: {
3117
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
3118
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg'
3119
+ }
3120
+ }, {
3121
+ description: 'Maximize ETH yield through leveraged staking across Aave, Compound and Morpho and liquidity provision of ETH liquid staking tokens on Uniswap V3.',
3122
+ denom_units: [{
3123
+ denom: 'ibc/9F4C0779B5198070691EA6E6630FFD9C714092FD7F8DEB595A9F8B4421A940AC',
3124
+ exponent: 0,
3125
+ aliases: ['ibc/FBB3FEF80ED2344D821D4F95C31DBFD33E4E31D5324CAD94EF756E67B749F668']
3126
+ }, {
3127
+ denom: 'YieldETH',
3128
+ exponent: 18
3129
+ }],
3130
+ type_asset: 'ics20',
3131
+ base: 'ibc/9F4C0779B5198070691EA6E6630FFD9C714092FD7F8DEB595A9F8B4421A940AC',
3132
+ name: 'Real Yield Eth',
3133
+ display: 'YieldETH',
3134
+ symbol: 'YieldETH',
3135
+ traces: [{
3136
+ type: 'ibc',
3137
+ counterparty: {
3138
+ channel_id: 'channel-165',
3139
+ base_denom: 'ibc/FBB3FEF80ED2344D821D4F95C31DBFD33E4E31D5324CAD94EF756E67B749F668',
3140
+ chain_name: 'osmosis'
3141
+ },
3142
+ chain: {
3143
+ channel_id: 'channel-0'
3144
+ }
3145
+ }],
3146
+ images: [{
3147
+ image_sync: {
3148
+ chain_name: 'ethereum',
3149
+ base_denom: 'wei'
3150
+ },
3151
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
3152
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg'
3153
+ }],
3154
+ logo_URIs: {
3155
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
3156
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg'
3157
+ }
3158
+ }, {
3159
+ description: 'The native staking token of dYdX Protocol.',
3160
+ denom_units: [{
3161
+ denom: 'ibc/64C2F728722DA2B30083372FD2DDDC86B976F963F5BC18122B86E571E91D6BA3',
3162
+ exponent: 0,
3163
+ aliases: ['ibc/831F0B1BBB1D08A2B75311892876D71565478C532967545476DF4C2D7492E48C']
3164
+ }, {
3165
+ denom: 'dydx',
3166
+ exponent: 18
3167
+ }],
3168
+ type_asset: 'ics20',
3169
+ base: 'ibc/64C2F728722DA2B30083372FD2DDDC86B976F963F5BC18122B86E571E91D6BA3',
3170
+ name: 'dYdX',
3171
+ display: 'dydx',
3172
+ symbol: 'DYDX',
3173
+ traces: [{
3174
+ type: 'ibc',
3175
+ counterparty: {
3176
+ channel_id: 'channel-165',
3177
+ base_denom: 'ibc/831F0B1BBB1D08A2B75311892876D71565478C532967545476DF4C2D7492E48C',
3178
+ chain_name: 'osmosis'
3179
+ },
3180
+ chain: {
3181
+ channel_id: 'channel-0'
3182
+ }
3183
+ }],
3184
+ images: [{
3185
+ image_sync: {
3186
+ chain_name: 'dydx',
3187
+ base_denom: 'adydx'
3188
+ },
3189
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png',
3190
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg'
3191
+ }],
3192
+ logo_URIs: {
3193
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png',
3194
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg'
3195
+ }
3196
+ }, {
3197
+ description: 'The native token of Quasar',
3198
+ denom_units: [{
3199
+ denom: 'ibc/FF456FD21AA44251D2122BF19B20C5FE717A1EBD054A59FA1CA4B21742048CA0',
3200
+ exponent: 0,
3201
+ aliases: ['ibc/1B708808D372E959CD4839C594960309283424C775F4A038AAEBE7F83A988477']
3202
+ }, {
3203
+ denom: 'qsr',
3204
+ exponent: 6
3205
+ }],
3206
+ type_asset: 'ics20',
3207
+ base: 'ibc/FF456FD21AA44251D2122BF19B20C5FE717A1EBD054A59FA1CA4B21742048CA0',
3208
+ name: 'Quasar',
3209
+ display: 'qsr',
3210
+ symbol: 'QSR',
3211
+ traces: [{
3212
+ type: 'ibc',
3213
+ counterparty: {
3214
+ channel_id: 'channel-165',
3215
+ base_denom: 'ibc/1B708808D372E959CD4839C594960309283424C775F4A038AAEBE7F83A988477',
3216
+ chain_name: 'osmosis'
3217
+ },
3218
+ chain: {
3219
+ channel_id: 'channel-0'
3220
+ }
3221
+ }],
3222
+ images: [{
3223
+ image_sync: {
3224
+ chain_name: 'quasar',
3225
+ base_denom: 'uqsr'
3226
+ },
3227
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quasar/images/quasar.png'
3228
+ }],
3229
+ logo_URIs: {
3230
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quasar/images/quasar.png'
3231
+ }
3232
+ }, {
3233
+ description: 'Levana native token',
3234
+ denom_units: [{
3235
+ denom: 'ibc/4786BEBBFDD989C467C4552AD73065D8B2578230B8428B3B9275D540EB04C851',
3236
+ exponent: 0,
3237
+ aliases: ['factory/osmo1mlng7pz4pnyxtpq0akfwall37czyk9lukaucsrn30ameplhhshtqdvfm5c/ulvn']
3238
+ }, {
3239
+ denom: 'lvn',
3240
+ exponent: 6
3241
+ }],
3242
+ base: 'ibc/4786BEBBFDD989C467C4552AD73065D8B2578230B8428B3B9275D540EB04C851',
3243
+ name: 'Levana',
3244
+ display: 'lvn',
3245
+ symbol: 'LVN',
3246
+ logo_URIs: {
3247
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/levana.png',
3248
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/levana.svg'
3249
+ },
3250
+ coingecko_id: 'levana-protocol',
3251
+ images: [{
3252
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/levana.png',
3253
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/levana.svg'
3254
+ }, {
3255
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/levana.png'
3256
+ }],
3257
+ traces: [{
3258
+ type: 'ibc',
3259
+ counterparty: {
3260
+ channel_id: 'channel-165',
3261
+ base_denom: 'factory/osmo1mlng7pz4pnyxtpq0akfwall37czyk9lukaucsrn30ameplhhshtqdvfm5c/ulvn',
3262
+ chain_name: 'osmosis'
3263
+ },
3264
+ chain: {
3265
+ channel_id: 'channel-0'
3266
+ }
3267
+ }]
3268
+ }, {
3269
+ description: "MilkyWay's liquid staked TIA",
3270
+ denom_units: [{
3271
+ denom: 'ibc/16065EE5282C5217685C8F084FC44864C25C706AC37356B0D62811D50B96920F',
3272
+ exponent: 0,
3273
+ aliases: ['factory/osmo1f5vfcph2dvfeqcqkhetwv75fda69z7e5c2dldm3kvgj23crkv6wqcn47a0/umilkTIA']
3274
+ }, {
3275
+ denom: 'milkTIA',
3276
+ exponent: 6
3277
+ }],
3278
+ base: 'ibc/16065EE5282C5217685C8F084FC44864C25C706AC37356B0D62811D50B96920F',
3279
+ name: 'milkTIA',
3280
+ display: 'milkTIA',
3281
+ symbol: 'milkTIA',
3282
+ traces: [{
3283
+ type: 'ibc',
3284
+ counterparty: {
3285
+ channel_id: 'channel-165',
3286
+ base_denom: 'factory/osmo1f5vfcph2dvfeqcqkhetwv75fda69z7e5c2dldm3kvgj23crkv6wqcn47a0/umilkTIA',
3287
+ chain_name: 'osmosis'
3288
+ },
3289
+ chain: {
3290
+ channel_id: 'channel-0'
3291
+ }
3292
+ }],
3293
+ logo_URIs: {
3294
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/milktia.png',
3295
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/milktia.svg'
3296
+ },
3297
+ coingecko_id: 'milkyway-staked-tia',
3298
+ images: [{
3299
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/milktia.png',
3300
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/milktia.svg'
3301
+ }]
3302
+ }, {
3303
+ denom_units: [{
3304
+ denom: 'ibc/4E19777F57A46073C673FDAB58A4C6BA85208DCBD5E2948107DE0B7248F0D3B0',
3305
+ exponent: 0,
3306
+ aliases: ['ibc/ECBE78BF7677320A93E7BA1761D144BCBF0CBC247C290C049655E106FE5DC68E']
3307
+ }, {
3308
+ denom: 'stkosmo',
3309
+ exponent: 6,
3310
+ aliases: ['stk/osmo']
3311
+ }],
3312
+ type_asset: 'ics20',
3313
+ base: 'ibc/4E19777F57A46073C673FDAB58A4C6BA85208DCBD5E2948107DE0B7248F0D3B0',
3314
+ name: 'PSTAKE staked OSMO',
3315
+ display: 'stkosmo',
3316
+ symbol: 'stkOSMO',
3317
+ traces: [{
3318
+ type: 'ibc',
3319
+ counterparty: {
3320
+ channel_id: 'channel-165',
3321
+ base_denom: 'ibc/ECBE78BF7677320A93E7BA1761D144BCBF0CBC247C290C049655E106FE5DC68E',
3322
+ chain_name: 'osmosis'
3323
+ },
3324
+ chain: {
3325
+ channel_id: 'channel-0'
3326
+ }
3327
+ }],
3328
+ images: [{
3329
+ image_sync: {
3330
+ chain_name: 'persistence',
3331
+ base_denom: 'stk/uosmo'
3332
+ },
3333
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkosmo.png',
3334
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkosmo.svg'
3335
+ }],
3336
+ logo_URIs: {
3337
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkosmo.png',
3338
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkosmo.svg'
3339
+ }
3340
+ }, {
3341
+ description: 'The PAGE token is used for actions in the PageDAO NFT literary ecosystem and for DAO governance.',
3342
+ denom_units: [{
3343
+ denom: 'ibc/B79B0B919C27401AC597C7C31CC7492EF208A58DCB451A3CCB379BADE3109E5F',
3344
+ exponent: 0,
3345
+ aliases: ['ibc/23A62409E4AD8133116C249B1FA38EED30E500A115D7B153109462CD82C1CD99']
3346
+ }, {
3347
+ denom: 'page',
3348
+ exponent: 8
3349
+ }],
3350
+ type_asset: 'ics20',
3351
+ base: 'ibc/B79B0B919C27401AC597C7C31CC7492EF208A58DCB451A3CCB379BADE3109E5F',
3352
+ name: 'PageDAO',
3353
+ display: 'page',
3354
+ symbol: 'PAGE.grv',
3355
+ traces: [{
3356
+ type: 'ibc',
3357
+ counterparty: {
3358
+ channel_id: 'channel-165',
3359
+ base_denom: 'ibc/23A62409E4AD8133116C249B1FA38EED30E500A115D7B153109462CD82C1CD99',
3360
+ chain_name: 'osmosis'
3361
+ },
3362
+ chain: {
3363
+ channel_id: 'channel-0'
3364
+ }
3365
+ }],
3366
+ images: [{
3367
+ image_sync: {
3368
+ chain_name: 'gravitybridge',
3369
+ base_denom: 'gravity0x60e683C6514Edd5F758A55b6f393BeBBAfaA8d5e'
3370
+ },
3371
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/page.png',
3372
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/page.svg'
3373
+ }],
3374
+ logo_URIs: {
3375
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/page.png',
3376
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/page.svg'
3377
+ }
3378
+ }, {
3379
+ description: "Nomic's native token.",
3380
+ denom_units: [{
3381
+ denom: 'ibc/AD1095193A389090566F66B9F9E1DE8F10D81F7B787717E7EC231369046D0ABF',
3382
+ exponent: 0,
3383
+ aliases: ['ibc/F49DFB3BC8105C57EE7F17EC2402438825B31212CFDD81681EB87911E934F32C']
3384
+ }, {
3385
+ denom: 'nom',
3386
+ exponent: 6
3387
+ }],
3388
+ type_asset: 'ics20',
3389
+ base: 'ibc/AD1095193A389090566F66B9F9E1DE8F10D81F7B787717E7EC231369046D0ABF',
3390
+ name: 'Nomic',
3391
+ display: 'nomic',
3392
+ symbol: 'NOM',
3393
+ traces: [{
3394
+ type: 'ibc',
3395
+ counterparty: {
3396
+ channel_id: 'channel-165',
3397
+ base_denom: 'ibc/F49DFB3BC8105C57EE7F17EC2402438825B31212CFDD81681EB87911E934F32C',
3398
+ chain_name: 'osmosis'
3399
+ },
3400
+ chain: {
3401
+ channel_id: 'channel-0'
3402
+ }
3403
+ }],
3404
+ images: [{
3405
+ image_sync: {
3406
+ chain_name: 'nomic',
3407
+ base_denom: 'unom'
3408
+ },
3409
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nom.png',
3410
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nom.svg'
3411
+ }],
3412
+ logo_URIs: {
3413
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nom.png',
3414
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nom.svg'
3415
+ }
3416
+ }, {
3417
+ description: 'Bitcoin. On Cosmos.',
3418
+ denom_units: [{
3419
+ denom: 'ibc/05F447D15EE51344959C2EFBCE22B14DA3CB55FB4C56EA71F09CCC54E0BF9678',
3420
+ exponent: 0,
3421
+ aliases: ['ibc/75345531D87BD90BF108BE7240BD721CB2CB0A1F16D4EBA71B09EC3C43E15C8F']
3422
+ }, {
3423
+ denom: 'nbtc',
3424
+ exponent: 14
3425
+ }],
3426
+ type_asset: 'ics20',
3427
+ base: 'ibc/05F447D15EE51344959C2EFBCE22B14DA3CB55FB4C56EA71F09CCC54E0BF9678',
3428
+ name: 'Nomic Bitcoin',
3429
+ display: 'nbtc',
3430
+ symbol: 'nBTC',
3431
+ traces: [{
3432
+ type: 'ibc',
3433
+ counterparty: {
3434
+ channel_id: 'channel-165',
3435
+ base_denom: 'ibc/75345531D87BD90BF108BE7240BD721CB2CB0A1F16D4EBA71B09EC3C43E15C8F',
3436
+ chain_name: 'osmosis'
3437
+ },
3438
+ chain: {
3439
+ channel_id: 'channel-0'
3440
+ }
3441
+ }],
3442
+ images: [{
3443
+ image_sync: {
3444
+ chain_name: 'nomic',
3445
+ base_denom: 'usat'
3446
+ },
3447
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nbtc.png',
3448
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nbtc.svg'
3449
+ }],
3450
+ logo_URIs: {
3451
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nbtc.png',
3452
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nbtc.svg'
3453
+ }
3454
+ }, {
3455
+ description: 'AUTISM on Osmosis',
3456
+ denom_units: [{
3457
+ denom: 'ibc/35065FCFC0E3F13EE449D9C02E79ECB91CFAD36F56DF5299CBFD442578ED826E',
3458
+ exponent: 0,
3459
+ aliases: ['ibc/9DDF52A334F92BC57A9E0D59DFF9984EAC61D2A14E5162605DF601AA58FDFC6D']
3460
+ }, {
3461
+ denom: 'autism',
3462
+ exponent: 6
3463
+ }],
3464
+ type_asset: 'ics20',
3465
+ base: 'ibc/35065FCFC0E3F13EE449D9C02E79ECB91CFAD36F56DF5299CBFD442578ED826E',
3466
+ name: 'Injective AUTISM',
3467
+ display: 'autism',
3468
+ symbol: 'AUTISM',
3469
+ traces: [{
3470
+ type: 'ibc',
3471
+ counterparty: {
3472
+ channel_id: 'channel-165',
3473
+ base_denom: 'ibc/9DDF52A334F92BC57A9E0D59DFF9984EAC61D2A14E5162605DF601AA58FDFC6D',
3474
+ chain_name: 'osmosis'
3475
+ },
3476
+ chain: {
3477
+ channel_id: 'channel-0'
3478
+ }
3479
+ }],
3480
+ images: [{
3481
+ image_sync: {
3482
+ chain_name: 'injective',
3483
+ base_denom: 'factory/inj14lf8xm6fcvlggpa7guxzjqwjmtr24gnvf56hvz/autism'
3484
+ },
3485
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/autism.png'
3486
+ }],
3487
+ logo_URIs: {
3488
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/autism.png'
3489
+ }
3490
+ }, {
3491
+ description: 'Woof on Osmosis',
3492
+ denom_units: [{
3493
+ denom: 'ibc/A5E921253495F2A8827BAF18DA3BF18F72E88D7EC9DF047D262915783EA2B272',
3494
+ exponent: 0,
3495
+ aliases: ['ibc/9B8EC667B6DF55387DC0F3ACC4F187DA6921B0806ED35DE6B04DE96F5AB81F53']
3496
+ }, {
3497
+ denom: 'WOOF',
3498
+ exponent: 6
3499
+ }],
3500
+ type_asset: 'ics20',
3501
+ base: 'ibc/A5E921253495F2A8827BAF18DA3BF18F72E88D7EC9DF047D262915783EA2B272',
3502
+ name: 'WOOF chihuahua',
3503
+ display: 'WOOF',
3504
+ symbol: 'WOOF',
3505
+ traces: [{
3506
+ type: 'ibc',
3507
+ counterparty: {
3508
+ channel_id: 'channel-165',
3509
+ base_denom: 'ibc/9B8EC667B6DF55387DC0F3ACC4F187DA6921B0806ED35DE6B04DE96F5AB81F53',
3510
+ chain_name: 'osmosis'
3511
+ },
3512
+ chain: {
3513
+ channel_id: 'channel-0'
3514
+ }
3515
+ }],
3516
+ logo_URIs: {
3517
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/woof.png'
3518
+ },
3519
+ images: [{
3520
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/woof.png'
3521
+ }]
3522
+ }, {
3523
+ description: 'The native coin of Sneaky Productions.',
3524
+ denom_units: [{
3525
+ denom: 'ibc/E890CC919F2CF9442F0A6C5ED8D3375D8A4121D99CA0B97513089AE58BD95336',
3526
+ exponent: 0,
3527
+ aliases: ['ibc/94ED1F172BC633DFC56D7E26551D8B101ADCCC69052AC44FED89F97FF658138F']
3528
+ }, {
3529
+ denom: 'sneaky',
3530
+ exponent: 6
3531
+ }],
3532
+ type_asset: 'ics20',
3533
+ base: 'ibc/E890CC919F2CF9442F0A6C5ED8D3375D8A4121D99CA0B97513089AE58BD95336',
3534
+ name: 'Sneaky Productions',
3535
+ display: 'sneaky',
3536
+ symbol: 'SNEAKY',
3537
+ traces: [{
3538
+ type: 'ibc',
3539
+ counterparty: {
3540
+ channel_id: 'channel-165',
3541
+ base_denom: 'ibc/94ED1F172BC633DFC56D7E26551D8B101ADCCC69052AC44FED89F97FF658138F',
3542
+ chain_name: 'osmosis'
3543
+ },
3544
+ chain: {
3545
+ channel_id: 'channel-0'
3546
+ }
3547
+ }],
3548
+ logo_URIs: {
3549
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/sneaky.png'
3550
+ },
3551
+ images: [{
3552
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/sneaky.png'
3553
+ }]
3554
+ }, {
3555
+ denom_units: [{
3556
+ denom: 'ibc/CE99B4D2A172275C064595B750827855E04D5E068FB7C642C8469CA9B5DB0EE1',
3557
+ exponent: 0,
3558
+ aliases: ['factory/osmo1z0qrq605sjgcqpylfl4aa6s90x738j7m58wyatt0tdzflg2ha26q67k743/wbtc']
3559
+ }, {
3560
+ denom: 'wbtc',
3561
+ exponent: 8
3562
+ }],
3563
+ address: 'osmo1z0qrq605sjgcqpylfl4aa6s90x738j7m58wyatt0tdzflg2ha26q67k743',
3564
+ type_asset: 'sdk.coin',
3565
+ base: 'ibc/CE99B4D2A172275C064595B750827855E04D5E068FB7C642C8469CA9B5DB0EE1',
3566
+ name: 'Wrapped Bitcoin',
3567
+ display: 'wbtc',
3568
+ symbol: 'WBTC',
3569
+ traces: [{
3570
+ type: 'ibc',
3571
+ counterparty: {
3572
+ channel_id: 'channel-165',
3573
+ base_denom: 'factory/osmo1z0qrq605sjgcqpylfl4aa6s90x738j7m58wyatt0tdzflg2ha26q67k743/wbtc',
3574
+ chain_name: 'osmosis'
3575
+ },
3576
+ chain: {
3577
+ channel_id: 'channel-0'
3578
+ }
3579
+ }],
3580
+ images: [{
3581
+ image_sync: {
3582
+ chain_name: 'ethereum',
3583
+ base_denom: '0x2260fac5e5542a773aa44fbcfedf7c193bc2c599'
3584
+ },
3585
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.png',
3586
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.svg'
3587
+ }],
3588
+ logo_URIs: {
3589
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.png',
3590
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.svg'
3591
+ }
3592
+ }, {
3593
+ 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.",
3594
+ denom_units: [{
3595
+ denom: 'ibc/AB7C92666DE8C7A977666B8080CABF0127B652B9D40F7251E6914DE942D9942B',
3596
+ exponent: 0,
3597
+ aliases: ['factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO']
3598
+ }, {
3599
+ denom: 'WOSMO',
3600
+ exponent: 6
3601
+ }],
3602
+ address: 'osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3',
3603
+ base: 'ibc/AB7C92666DE8C7A977666B8080CABF0127B652B9D40F7251E6914DE942D9942B',
3604
+ name: 'WOSMO',
3605
+ display: 'WOSMO',
3606
+ symbol: 'WOSMO',
3607
+ logo_URIs: {
3608
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/WOSMO.png'
3609
+ },
3610
+ images: [{
3611
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/WOSMO.png'
3612
+ }],
3613
+ traces: [{
3614
+ type: 'ibc',
3615
+ counterparty: {
3616
+ channel_id: 'channel-165',
3617
+ base_denom: 'factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO',
3618
+ chain_name: 'osmosis'
3619
+ },
3620
+ chain: {
3621
+ channel_id: 'channel-0'
3622
+ }
3623
+ }]
3624
+ }, {
3625
+ description: 'NLS on Osmosis',
3626
+ denom_units: [{
3627
+ denom: 'ibc/989DF9B673551127FB0176F748F43E6CF67BAF429535DBC8CA1644B5FAF80453',
3628
+ exponent: 0,
3629
+ aliases: ['ibc/D9AFCECDD361D38302AA66EB3BAC23B95234832C51D12489DC451FA2B7C72782']
3630
+ }, {
3631
+ denom: 'nls',
3632
+ exponent: 6
3633
+ }],
3634
+ type_asset: 'ics20',
3635
+ base: 'ibc/989DF9B673551127FB0176F748F43E6CF67BAF429535DBC8CA1644B5FAF80453',
3636
+ name: 'Nolus',
3637
+ display: 'nls',
3638
+ symbol: 'NLS',
3639
+ traces: [{
3640
+ type: 'ibc',
3641
+ counterparty: {
3642
+ channel_id: 'channel-165',
3643
+ base_denom: 'ibc/D9AFCECDD361D38302AA66EB3BAC23B95234832C51D12489DC451FA2B7C72782',
3644
+ chain_name: 'osmosis'
3645
+ },
3646
+ chain: {
3647
+ channel_id: 'channel-0'
3648
+ }
3649
+ }],
3650
+ images: [{
3651
+ image_sync: {
3652
+ chain_name: 'nolus',
3653
+ base_denom: 'unls'
3654
+ },
3655
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.png',
3656
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.svg'
3657
+ }],
3658
+ logo_URIs: {
3659
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.png',
3660
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.svg'
3661
+ }
3662
+ }, {
3663
+ description: 'STRD on Osmosis',
3664
+ denom_units: [{
3665
+ denom: 'ibc/04CA9067228BB51F1C39A506DA00DF07E1496D8308DD21E8EF66AD6169FA722B',
3666
+ exponent: 0,
3667
+ aliases: ['ibc/A8CA5EE328FA10C9519DF6057DA1F69682D28F7D0F5CCC7ECB72E3DCA2D157A4']
3668
+ }, {
3669
+ denom: 'strd',
3670
+ exponent: 6
3671
+ }],
3672
+ type_asset: 'ics20',
3673
+ base: 'ibc/04CA9067228BB51F1C39A506DA00DF07E1496D8308DD21E8EF66AD6169FA722B',
3674
+ name: 'Stride',
3675
+ display: 'strd',
3676
+ symbol: 'STRD',
3677
+ traces: [{
3678
+ type: 'ibc',
3679
+ counterparty: {
3680
+ channel_id: 'channel-165',
3681
+ base_denom: 'ibc/A8CA5EE328FA10C9519DF6057DA1F69682D28F7D0F5CCC7ECB72E3DCA2D157A4',
3682
+ chain_name: 'osmosis'
3683
+ },
3684
+ chain: {
3685
+ channel_id: 'channel-0'
3686
+ }
3687
+ }],
3688
+ images: [{
3689
+ image_sync: {
3690
+ chain_name: 'stride',
3691
+ base_denom: 'ustrd'
3692
+ },
3693
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.png',
3694
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg'
3695
+ }],
3696
+ logo_URIs: {
3697
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.png',
3698
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg'
3699
+ }
3700
+ }, {
3701
+ description: 'Margined Power Token sqTIA',
3702
+ denom_units: [{
3703
+ denom: 'ibc/0A15AC1985AFEA902D4EBE897DABBD28100894D2ECE76E081963145EFC1C5BFF',
3704
+ exponent: 0,
3705
+ aliases: ['factory/osmo1g8qypve6l95xmhgc0fddaecerffymsl7kn9muw/sqtia']
3706
+ }, {
3707
+ denom: 'sqtia',
3708
+ exponent: 6
3709
+ }],
3710
+ base: 'ibc/0A15AC1985AFEA902D4EBE897DABBD28100894D2ECE76E081963145EFC1C5BFF',
3711
+ name: 'TIA Squared',
3712
+ display: 'sqtia',
3713
+ symbol: 'sqTIA',
3714
+ logo_URIs: {
3715
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sqtia.svg'
3716
+ },
3717
+ images: [{
3718
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sqtia.svg'
3719
+ }],
3720
+ traces: [{
3721
+ type: 'ibc',
3722
+ counterparty: {
3723
+ channel_id: 'channel-165',
3724
+ base_denom: 'factory/osmo1g8qypve6l95xmhgc0fddaecerffymsl7kn9muw/sqtia',
3725
+ chain_name: 'osmosis'
3726
+ },
3727
+ chain: {
3728
+ channel_id: 'channel-0'
3729
+ }
3730
+ }]
3731
+ }, {
3732
+ description: 'Sail DAO Token',
3733
+ denom_units: [{
3734
+ denom: 'ibc/7577185E42939EE57EF73E2DE57A28BBE7693EDC0766C506E570C5D6B7636B33',
3735
+ exponent: 0,
3736
+ aliases: ['factory/osmo1rckme96ptawr4zwexxj5g5gej9s2dmud8r2t9j0k0prn5mch5g4snzzwjv/sail']
3737
+ }, {
3738
+ denom: 'sail',
3739
+ exponent: 6
3740
+ }],
3741
+ base: 'ibc/7577185E42939EE57EF73E2DE57A28BBE7693EDC0766C506E570C5D6B7636B33',
3742
+ name: 'Sail',
3743
+ display: 'sail',
3744
+ symbol: 'SAIL',
3745
+ logo_URIs: {
3746
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sail.png'
3747
+ },
3748
+ images: [{
3749
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sail.png'
3750
+ }],
3751
+ traces: [{
3752
+ type: 'ibc',
3753
+ counterparty: {
3754
+ channel_id: 'channel-165',
3755
+ base_denom: 'factory/osmo1rckme96ptawr4zwexxj5g5gej9s2dmud8r2t9j0k0prn5mch5g4snzzwjv/sail',
3756
+ chain_name: 'osmosis'
3757
+ },
3758
+ chain: {
3759
+ channel_id: 'channel-0'
3760
+ }
3761
+ }]
3762
+ }, {
3763
+ description: 'The native token of Stride',
3764
+ denom_units: [{
3765
+ denom: 'ibc/281A7A97BAE3A3D93A52324119EC0BAC0ACDA8A0AC9E1D62AC78B95F449E06DD',
3766
+ exponent: 0,
3767
+ aliases: ['ustrd']
3768
+ }, {
3769
+ denom: 'strd',
3770
+ exponent: 6
3771
+ }],
3772
+ base: 'ibc/281A7A97BAE3A3D93A52324119EC0BAC0ACDA8A0AC9E1D62AC78B95F449E06DD',
3773
+ name: 'Stride',
3774
+ display: 'strd',
3775
+ symbol: 'STRD',
3776
+ logo_URIs: {
3777
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.png',
3778
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg'
3779
+ },
3780
+ coingecko_id: 'stride',
3781
+ images: [{
3782
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.png',
3783
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg'
3784
+ }],
3785
+ traces: [{
3786
+ type: 'ibc',
3787
+ counterparty: {
3788
+ channel_id: 'channel-150',
3789
+ base_denom: 'ustrd',
3790
+ chain_name: 'stride'
3791
+ },
3792
+ chain: {
3793
+ channel_id: 'channel-71'
3794
+ }
3795
+ }]
3796
+ }, {
3797
+ denom_units: [{
3798
+ denom: 'ibc/E2801C47A708F7839E413DDCA25A7C86A4F5E0BF1CB8CF8245B5F7419524110F',
3799
+ exponent: 0,
3800
+ aliases: ['stuatom']
3801
+ }, {
3802
+ denom: 'statom',
3803
+ exponent: 6
3804
+ }],
3805
+ base: 'ibc/E2801C47A708F7839E413DDCA25A7C86A4F5E0BF1CB8CF8245B5F7419524110F',
3806
+ name: 'Stride Staked ATOM',
3807
+ display: 'statom',
3808
+ symbol: 'stATOM',
3809
+ traces: [{
3810
+ type: 'ibc',
3811
+ counterparty: {
3812
+ channel_id: 'channel-150',
3813
+ base_denom: 'stuatom',
3814
+ chain_name: 'stride'
3815
+ },
3816
+ chain: {
3817
+ channel_id: 'channel-71'
3818
+ }
3819
+ }],
3820
+ logo_URIs: {
3821
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.png',
3822
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.svg'
3823
+ },
3824
+ coingecko_id: 'stride-staked-atom',
3825
+ images: [{
3826
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.png',
3827
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.svg'
3828
+ }]
3829
+ }, {
3830
+ denom_units: [{
3831
+ denom: 'ibc/3586CEF6CBA37D07E532A4809B294CE918629BE5E54EB8F3764F68D0F17307CA',
3832
+ exponent: 0,
3833
+ aliases: ['stustars']
3834
+ }, {
3835
+ denom: 'ststars',
3836
+ exponent: 6
3837
+ }],
3838
+ base: 'ibc/3586CEF6CBA37D07E532A4809B294CE918629BE5E54EB8F3764F68D0F17307CA',
3839
+ name: 'Stride Staked STARS',
3840
+ display: 'ststars',
3841
+ symbol: 'stSTARS',
3842
+ traces: [{
3843
+ type: 'ibc',
3844
+ counterparty: {
3845
+ channel_id: 'channel-150',
3846
+ base_denom: 'stustars',
3847
+ chain_name: 'stride'
3848
+ },
3849
+ chain: {
3850
+ channel_id: 'channel-71'
3851
+ }
3852
+ }],
3853
+ logo_URIs: {
3854
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/ststars.png',
3855
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/ststars.svg'
3856
+ },
3857
+ coingecko_id: 'stride-staked-stars',
3858
+ images: [{
3859
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/ststars.png',
3860
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/ststars.svg'
3861
+ }]
3862
+ }, {
3863
+ denom_units: [{
3864
+ denom: 'ibc/F139DC69EC03B29A4E35E26B27B43AD0D0F9436B78F7021B6B5AD1A1D46AF302',
3865
+ exponent: 0,
3866
+ aliases: ['stuosmo']
3867
+ }, {
3868
+ denom: 'stosmo',
3869
+ exponent: 6
3870
+ }],
3871
+ base: 'ibc/F139DC69EC03B29A4E35E26B27B43AD0D0F9436B78F7021B6B5AD1A1D46AF302',
3872
+ name: 'Stride Staked OSMO',
3873
+ display: 'stosmo',
3874
+ symbol: 'stOSMO',
3875
+ traces: [{
3876
+ type: 'ibc',
3877
+ counterparty: {
3878
+ channel_id: 'channel-150',
3879
+ base_denom: 'stuosmo',
3880
+ chain_name: 'stride'
3881
+ },
3882
+ chain: {
3883
+ channel_id: 'channel-71'
3884
+ }
3885
+ }],
3886
+ logo_URIs: {
3887
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.png',
3888
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.svg'
3889
+ },
3890
+ coingecko_id: 'stride-staked-osmo',
3891
+ images: [{
3892
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.png',
3893
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.svg'
3894
+ }]
3895
+ }, {
3896
+ denom_units: [{
3897
+ denom: 'ibc/EAD6409F01B3CA423C3F70251FD09D04BBE24FEAA6B7F934CBB652C26A2E0626',
3898
+ exponent: 0,
3899
+ aliases: ['stujuno']
3900
+ }, {
3901
+ denom: 'stjuno',
3902
+ exponent: 6
3903
+ }],
3904
+ base: 'ibc/EAD6409F01B3CA423C3F70251FD09D04BBE24FEAA6B7F934CBB652C26A2E0626',
3905
+ name: 'Stride Staked JUNO',
3906
+ display: 'stjuno',
3907
+ symbol: 'stJUNO',
3908
+ traces: [{
3909
+ type: 'ibc',
3910
+ counterparty: {
3911
+ channel_id: 'channel-150',
3912
+ base_denom: 'stujuno',
3913
+ chain_name: 'stride'
3914
+ },
3915
+ chain: {
3916
+ channel_id: 'channel-71'
3917
+ }
3918
+ }],
3919
+ logo_URIs: {
3920
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stjuno.png',
3921
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stjuno.svg'
3922
+ },
3923
+ coingecko_id: 'stride-staked-juno',
3924
+ images: [{
3925
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stjuno.png',
3926
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stjuno.svg'
3927
+ }]
3928
+ }, {
3929
+ denom_units: [{
3930
+ denom: 'ibc/D2979B7541541EA0A31A6F5B760DFCAD0F829639830DB8ED09EEE6EC45B2AD10',
3931
+ exponent: 0,
3932
+ aliases: ['stuluna']
3933
+ }, {
3934
+ denom: 'stluna',
3935
+ exponent: 6
3936
+ }],
3937
+ base: 'ibc/D2979B7541541EA0A31A6F5B760DFCAD0F829639830DB8ED09EEE6EC45B2AD10',
3938
+ name: 'Stride Staked LUNA',
3939
+ display: 'stluna',
3940
+ symbol: 'stLUNA',
3941
+ traces: [{
3942
+ type: 'ibc',
3943
+ counterparty: {
3944
+ channel_id: 'channel-150',
3945
+ base_denom: 'stuluna',
3946
+ chain_name: 'stride'
3947
+ },
3948
+ chain: {
3949
+ channel_id: 'channel-71'
3950
+ }
3951
+ }],
3952
+ logo_URIs: {
3953
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stluna.png',
3954
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stluna.svg'
3955
+ },
3956
+ coingecko_id: 'stride-staked-luna',
3957
+ images: [{
3958
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stluna.png',
3959
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stluna.svg'
3960
+ }]
3961
+ }, {
3962
+ denom_units: [{
3963
+ denom: 'ibc/31BC3DC34C80C1747145DD686FDCEFA858369458C8AD4C63BDCBE6015D93B49C',
3964
+ exponent: 0,
3965
+ aliases: ['stinj']
3966
+ }, {
3967
+ denom: 'stINJ',
3968
+ exponent: 18
3969
+ }],
3970
+ base: 'ibc/31BC3DC34C80C1747145DD686FDCEFA858369458C8AD4C63BDCBE6015D93B49C',
3971
+ name: 'Stride Staked INJ',
3972
+ display: 'stINJ',
3973
+ symbol: 'stINJ',
3974
+ traces: [{
3975
+ type: 'ibc',
3976
+ counterparty: {
3977
+ channel_id: 'channel-150',
3978
+ base_denom: 'stinj',
3979
+ chain_name: 'stride'
3980
+ },
3981
+ chain: {
3982
+ channel_id: 'channel-71'
3983
+ }
3984
+ }],
3985
+ logo_URIs: {
3986
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stinj.png',
3987
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stinj.svg'
3988
+ },
3989
+ images: [{
3990
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stinj.png',
3991
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stinj.svg'
3992
+ }]
3993
+ }, {
3994
+ denom_units: [{
3995
+ denom: 'ibc/335CE063E05000FD53425142308EDDA47649E7AA8B0C387FF9D9E9B9F48AF334',
3996
+ exponent: 0,
3997
+ aliases: ['staevmos']
3998
+ }, {
3999
+ denom: 'stevmos',
4000
+ exponent: 18
4001
+ }],
4002
+ base: 'ibc/335CE063E05000FD53425142308EDDA47649E7AA8B0C387FF9D9E9B9F48AF334',
4003
+ name: 'Stride Staked EVMOS',
4004
+ display: 'stevmos',
4005
+ symbol: 'stEVMOS',
4006
+ traces: [{
4007
+ type: 'ibc',
4008
+ counterparty: {
4009
+ channel_id: 'channel-150',
4010
+ base_denom: 'staevmos',
4011
+ chain_name: 'stride'
4012
+ },
4013
+ chain: {
4014
+ channel_id: 'channel-71'
4015
+ }
4016
+ }],
4017
+ logo_URIs: {
4018
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stevmos.png',
4019
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stevmos.svg'
4020
+ },
4021
+ coingecko_id: 'stride-staked-evmos',
4022
+ images: [{
4023
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stevmos.png',
4024
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stevmos.svg'
4025
+ }]
4026
+ }, {
4027
+ denom_units: [{
4028
+ denom: 'ibc/DB11C6A376AF2E1A2AB113D118F95B9E035880243DFFED37FFCE63EC2A922C5C',
4029
+ exponent: 0,
4030
+ aliases: ['stuumee']
4031
+ }, {
4032
+ denom: 'stumee',
4033
+ exponent: 6
4034
+ }],
4035
+ base: 'ibc/DB11C6A376AF2E1A2AB113D118F95B9E035880243DFFED37FFCE63EC2A922C5C',
4036
+ name: 'Stride Staked UMEE',
4037
+ display: 'stumee',
4038
+ symbol: 'stUMEE',
4039
+ traces: [{
4040
+ type: 'ibc',
4041
+ counterparty: {
4042
+ channel_id: 'channel-150',
4043
+ base_denom: 'stuumee',
4044
+ chain_name: 'stride'
4045
+ },
4046
+ chain: {
4047
+ channel_id: 'channel-71'
4048
+ }
4049
+ }],
4050
+ logo_URIs: {
4051
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stumee.png',
4052
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stumee.svg'
4053
+ },
4054
+ coingecko_id: 'stride-staked-umee',
4055
+ images: [{
4056
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stumee.png',
4057
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stumee.svg'
4058
+ }]
4059
+ }, {
4060
+ denom_units: [{
4061
+ denom: 'ibc/03D8FEC6F9592F1FF31F0C71796E01198102B1D4C25931BDCDDCBC4F3F19C526',
4062
+ exponent: 0,
4063
+ aliases: ['stucmdx']
4064
+ }, {
4065
+ denom: 'stcmdx',
4066
+ exponent: 6
4067
+ }],
4068
+ base: 'ibc/03D8FEC6F9592F1FF31F0C71796E01198102B1D4C25931BDCDDCBC4F3F19C526',
4069
+ name: 'Stride Staked CMDX',
4070
+ display: 'stcmdx',
4071
+ symbol: 'stCMDX',
4072
+ traces: [{
4073
+ type: 'ibc',
4074
+ counterparty: {
4075
+ channel_id: 'channel-150',
4076
+ base_denom: 'stucmdx',
4077
+ chain_name: 'stride'
4078
+ },
4079
+ chain: {
4080
+ channel_id: 'channel-71'
4081
+ }
4082
+ }],
4083
+ logo_URIs: {
4084
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stcmdx.png',
4085
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stcmdx.svg'
4086
+ },
4087
+ images: [{
4088
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stcmdx.png',
4089
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stcmdx.svg'
4090
+ }]
4091
+ }, {
4092
+ denom_units: [{
4093
+ denom: 'ibc/E7E205D042969D193F8F4D566C5A0167D3C8F46BFD88CB88369DB20DA4EE8766',
4094
+ exponent: 0,
4095
+ aliases: ['stusomm']
4096
+ }, {
4097
+ denom: 'stsomm',
4098
+ exponent: 6
4099
+ }],
4100
+ base: 'ibc/E7E205D042969D193F8F4D566C5A0167D3C8F46BFD88CB88369DB20DA4EE8766',
4101
+ name: 'Stride Staked SOMM',
4102
+ display: 'stsomm',
4103
+ symbol: 'stSOMM',
4104
+ traces: [{
4105
+ type: 'ibc',
4106
+ counterparty: {
4107
+ channel_id: 'channel-150',
4108
+ base_denom: 'stusomm',
4109
+ chain_name: 'stride'
4110
+ },
4111
+ chain: {
4112
+ channel_id: 'channel-71'
4113
+ }
4114
+ }],
4115
+ logo_URIs: {
4116
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stsomm.png',
4117
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stsomm.svg'
4118
+ },
4119
+ coingecko_id: 'stride-staked-sommelier',
4120
+ images: [{
4121
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stsomm.png',
4122
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stsomm.svg'
4123
+ }]
4124
+ }]
4125
+ };
4126
+ var _default = exports["default"] = assets;