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