@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,3707 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports["default"] = void 0;
7
+ var assets = {
8
+ chain_name: 'jackal',
9
+ assets: [{
10
+ description: 'The native token of Archway network',
11
+ denom_units: [{
12
+ denom: 'ibc/00230C58F1540708067850B3362C8A67A273FC52F0C7305B802D7255495C86FD',
13
+ exponent: 0,
14
+ aliases: ['aarch']
15
+ }, {
16
+ denom: 'uarch',
17
+ exponent: 12
18
+ }, {
19
+ denom: 'arch',
20
+ exponent: 18
21
+ }],
22
+ base: 'ibc/00230C58F1540708067850B3362C8A67A273FC52F0C7305B802D7255495C86FD',
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-14',
39
+ base_denom: 'aarch',
40
+ chain_name: 'archway'
41
+ },
42
+ chain: {
43
+ channel_id: 'channel-41'
44
+ }
45
+ }]
46
+ }, {
47
+ description: 'The native token of Axelar',
48
+ denom_units: [{
49
+ denom: 'ibc/E24063D336A506ED538263714714573823661773663A58A6E9A2A79892BA5180',
50
+ exponent: 0,
51
+ aliases: ['uaxl']
52
+ }, {
53
+ denom: 'axl',
54
+ exponent: 6
55
+ }],
56
+ base: 'ibc/E24063D336A506ED538263714714573823661773663A58A6E9A2A79892BA5180',
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-137',
73
+ base_denom: 'uaxl',
74
+ chain_name: 'axelar'
75
+ },
76
+ chain: {
77
+ channel_id: 'channel-49'
78
+ }
79
+ }]
80
+ }, {
81
+ description: "Circle's stablecoin on Axelar",
82
+ denom_units: [{
83
+ denom: 'ibc/80E8F826480B995AE28C1EE86106C1BE2034FF1966579D29951CF61885458040',
84
+ exponent: 0,
85
+ aliases: ['uusdc']
86
+ }, {
87
+ denom: 'usdc',
88
+ exponent: 6
89
+ }],
90
+ base: 'ibc/80E8F826480B995AE28C1EE86106C1BE2034FF1966579D29951CF61885458040',
91
+ name: 'USD Coin',
92
+ display: 'usdc',
93
+ symbol: 'USDC',
94
+ traces: [{
95
+ type: 'ibc',
96
+ counterparty: {
97
+ channel_id: 'channel-137',
98
+ base_denom: 'uusdc',
99
+ chain_name: 'axelar'
100
+ },
101
+ chain: {
102
+ channel_id: 'channel-49'
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/AE8BD09507970EF7EB55F759ED6CD3D383E5BD2F8B3E54E7652BBF9E471D4366',
118
+ exponent: 0,
119
+ aliases: ['frax-wei']
120
+ }, {
121
+ denom: 'frax',
122
+ exponent: 18
123
+ }],
124
+ base: 'ibc/AE8BD09507970EF7EB55F759ED6CD3D383E5BD2F8B3E54E7652BBF9E471D4366',
125
+ name: 'Frax',
126
+ display: 'frax',
127
+ symbol: 'FRAX',
128
+ traces: [{
129
+ type: 'ibc',
130
+ counterparty: {
131
+ channel_id: 'channel-137',
132
+ base_denom: 'frax-wei',
133
+ chain_name: 'axelar'
134
+ },
135
+ chain: {
136
+ channel_id: 'channel-49'
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/173BAE9C5A08AEE02BAEADEC14EEB4A84D2D5E5D33BBFA97722FC26215C30742',
149
+ exponent: 0,
150
+ aliases: ['dai-wei']
151
+ }, {
152
+ denom: 'dai',
153
+ exponent: 18
154
+ }],
155
+ base: 'ibc/173BAE9C5A08AEE02BAEADEC14EEB4A84D2D5E5D33BBFA97722FC26215C30742',
156
+ name: 'Dai Stablecoin',
157
+ display: 'dai',
158
+ symbol: 'DAI',
159
+ traces: [{
160
+ type: 'ibc',
161
+ counterparty: {
162
+ channel_id: 'channel-137',
163
+ base_denom: 'dai-wei',
164
+ chain_name: 'axelar'
165
+ },
166
+ chain: {
167
+ channel_id: 'channel-49'
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/0161E5B6F8BC4E0355C5290ACF20ED22D97EE66F6EAB4A5E7F6F9893F109743B',
182
+ exponent: 0,
183
+ aliases: ['uusdt']
184
+ }, {
185
+ denom: 'usdt',
186
+ exponent: 6
187
+ }],
188
+ base: 'ibc/0161E5B6F8BC4E0355C5290ACF20ED22D97EE66F6EAB4A5E7F6F9893F109743B',
189
+ name: 'Tether USD',
190
+ display: 'usdt',
191
+ symbol: 'USDT',
192
+ traces: [{
193
+ type: 'ibc',
194
+ counterparty: {
195
+ channel_id: 'channel-137',
196
+ base_denom: 'uusdt',
197
+ chain_name: 'axelar'
198
+ },
199
+ chain: {
200
+ channel_id: 'channel-49'
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/317CCCA6F4912B1ABCA42D518558C24CFFBE1D9DE5C1FC0732FB5CA4262115AD',
215
+ exponent: 0,
216
+ aliases: ['weth-wei']
217
+ }, {
218
+ denom: 'weth',
219
+ exponent: 18
220
+ }],
221
+ base: 'ibc/317CCCA6F4912B1ABCA42D518558C24CFFBE1D9DE5C1FC0732FB5CA4262115AD',
222
+ name: 'Wrapped Ether',
223
+ display: 'weth',
224
+ symbol: 'WETH',
225
+ traces: [{
226
+ type: 'ibc',
227
+ counterparty: {
228
+ channel_id: 'channel-137',
229
+ base_denom: 'weth-wei',
230
+ chain_name: 'axelar'
231
+ },
232
+ chain: {
233
+ channel_id: 'channel-49'
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/FAB8026FD1C59C8D92524035948AD91E23DD458FCCA862FC40BB8A18A2284843',
246
+ exponent: 0,
247
+ aliases: ['wbtc-satoshi']
248
+ }, {
249
+ denom: 'wbtc',
250
+ exponent: 8
251
+ }],
252
+ base: 'ibc/FAB8026FD1C59C8D92524035948AD91E23DD458FCCA862FC40BB8A18A2284843',
253
+ name: 'Wrapped Bitcoin',
254
+ display: 'wbtc',
255
+ symbol: 'WBTC',
256
+ traces: [{
257
+ type: 'ibc',
258
+ counterparty: {
259
+ channel_id: 'channel-137',
260
+ base_denom: 'wbtc-satoshi',
261
+ chain_name: 'axelar'
262
+ },
263
+ chain: {
264
+ channel_id: 'channel-49'
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/E3B0303DC8F527A5A7122C2199934E50EA34E86969B2335A364AA8311898AA50',
277
+ exponent: 0,
278
+ aliases: ['aave-wei']
279
+ }, {
280
+ denom: 'aave',
281
+ exponent: 18
282
+ }],
283
+ base: 'ibc/E3B0303DC8F527A5A7122C2199934E50EA34E86969B2335A364AA8311898AA50',
284
+ name: 'Aave',
285
+ display: 'aave',
286
+ symbol: 'AAVE',
287
+ traces: [{
288
+ type: 'ibc',
289
+ counterparty: {
290
+ channel_id: 'channel-137',
291
+ base_denom: 'aave-wei',
292
+ chain_name: 'axelar'
293
+ },
294
+ chain: {
295
+ channel_id: 'channel-49'
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/BA65EDC64A6B7D4A4CF4CE2131D4C67A2DEDE849A6D9C0F503835F5BF222205E',
308
+ exponent: 0,
309
+ aliases: ['ape-wei']
310
+ }, {
311
+ denom: 'ape',
312
+ exponent: 18
313
+ }],
314
+ base: 'ibc/BA65EDC64A6B7D4A4CF4CE2131D4C67A2DEDE849A6D9C0F503835F5BF222205E',
315
+ name: 'ApeCoin',
316
+ display: 'ape',
317
+ symbol: 'APE',
318
+ traces: [{
319
+ type: 'ibc',
320
+ counterparty: {
321
+ channel_id: 'channel-137',
322
+ base_denom: 'ape-wei',
323
+ chain_name: 'axelar'
324
+ },
325
+ chain: {
326
+ channel_id: 'channel-49'
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/C6AE0189267DA877F808E7ACAE1AA181AFFD383C960912DD03404423EC2FC89D',
339
+ exponent: 0,
340
+ aliases: ['axs-wei']
341
+ }, {
342
+ denom: 'axs',
343
+ exponent: 18
344
+ }],
345
+ base: 'ibc/C6AE0189267DA877F808E7ACAE1AA181AFFD383C960912DD03404423EC2FC89D',
346
+ name: 'Axie Infinity Shard',
347
+ display: 'axs',
348
+ symbol: 'AXS',
349
+ traces: [{
350
+ type: 'ibc',
351
+ counterparty: {
352
+ channel_id: 'channel-137',
353
+ base_denom: 'axs-wei',
354
+ chain_name: 'axelar'
355
+ },
356
+ chain: {
357
+ channel_id: 'channel-49'
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/9491F74933850D508E1AD7D0BF7ADE077556CDC004CA8CC9A483B42FD2AA566E',
370
+ exponent: 0,
371
+ aliases: ['link-wei']
372
+ }, {
373
+ denom: 'link',
374
+ exponent: 18
375
+ }],
376
+ base: 'ibc/9491F74933850D508E1AD7D0BF7ADE077556CDC004CA8CC9A483B42FD2AA566E',
377
+ name: 'Chainlink',
378
+ display: 'link',
379
+ symbol: 'LINK',
380
+ traces: [{
381
+ type: 'ibc',
382
+ counterparty: {
383
+ channel_id: 'channel-137',
384
+ base_denom: 'link-wei',
385
+ chain_name: 'axelar'
386
+ },
387
+ chain: {
388
+ channel_id: 'channel-49'
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/91A467F40A44B211EB682C6A9D684F80D77C9D6AA8921C92FB365686955AA2B5',
403
+ exponent: 0,
404
+ aliases: ['mkr-wei']
405
+ }, {
406
+ denom: 'mkr',
407
+ exponent: 18
408
+ }],
409
+ base: 'ibc/91A467F40A44B211EB682C6A9D684F80D77C9D6AA8921C92FB365686955AA2B5',
410
+ name: 'Maker',
411
+ display: 'mkr',
412
+ symbol: 'MKR',
413
+ traces: [{
414
+ type: 'ibc',
415
+ counterparty: {
416
+ channel_id: 'channel-137',
417
+ base_denom: 'mkr-wei',
418
+ chain_name: 'axelar'
419
+ },
420
+ chain: {
421
+ channel_id: 'channel-49'
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/828C67BE110E6F165ED6B97957DDCEEA6CDABB5F2238F3B1A0004C2AAF47A703',
434
+ exponent: 0,
435
+ aliases: ['rai-wei']
436
+ }, {
437
+ denom: 'rai',
438
+ exponent: 18
439
+ }],
440
+ base: 'ibc/828C67BE110E6F165ED6B97957DDCEEA6CDABB5F2238F3B1A0004C2AAF47A703',
441
+ name: 'Rai Reflex Index',
442
+ display: 'rai',
443
+ symbol: 'RAI',
444
+ traces: [{
445
+ type: 'ibc',
446
+ counterparty: {
447
+ channel_id: 'channel-137',
448
+ base_denom: 'rai-wei',
449
+ chain_name: 'axelar'
450
+ },
451
+ chain: {
452
+ channel_id: 'channel-49'
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/BC4CCF28BD2297A5ED401CB73095DF5184C1B9D1679E3AE0B4D40C4F12241751',
465
+ exponent: 0,
466
+ aliases: ['shib-wei']
467
+ }, {
468
+ denom: 'shib',
469
+ exponent: 18
470
+ }],
471
+ base: 'ibc/BC4CCF28BD2297A5ED401CB73095DF5184C1B9D1679E3AE0B4D40C4F12241751',
472
+ name: 'Shiba Inu',
473
+ display: 'shib',
474
+ symbol: 'SHIB',
475
+ traces: [{
476
+ type: 'ibc',
477
+ counterparty: {
478
+ channel_id: 'channel-137',
479
+ base_denom: 'shib-wei',
480
+ chain_name: 'axelar'
481
+ },
482
+ chain: {
483
+ channel_id: 'channel-49'
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/B4D1C41C3760F6C81E36F200B9E2722A690FFADFC075829F6E6103BAEE44ADE5',
496
+ exponent: 0,
497
+ aliases: ['steth-wei']
498
+ }, {
499
+ denom: 'steth',
500
+ exponent: 18
501
+ }],
502
+ base: 'ibc/B4D1C41C3760F6C81E36F200B9E2722A690FFADFC075829F6E6103BAEE44ADE5',
503
+ name: 'Lido Staked Ether',
504
+ display: 'steth',
505
+ symbol: 'stETH',
506
+ traces: [{
507
+ type: 'ibc',
508
+ counterparty: {
509
+ channel_id: 'channel-137',
510
+ base_denom: 'steth-wei',
511
+ chain_name: 'axelar'
512
+ },
513
+ chain: {
514
+ channel_id: 'channel-49'
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/26DE8C5392DD1D9868B16A5FB5FD5E3E0CCD6D441CFDAAB6D0660877D8499811',
527
+ exponent: 0,
528
+ aliases: ['uni-wei']
529
+ }, {
530
+ denom: 'uni',
531
+ exponent: 18
532
+ }],
533
+ base: 'ibc/26DE8C5392DD1D9868B16A5FB5FD5E3E0CCD6D441CFDAAB6D0660877D8499811',
534
+ name: 'Uniswap',
535
+ display: 'uni',
536
+ symbol: 'UNI',
537
+ traces: [{
538
+ type: 'ibc',
539
+ counterparty: {
540
+ channel_id: 'channel-137',
541
+ base_denom: 'uni-wei',
542
+ chain_name: 'axelar'
543
+ },
544
+ chain: {
545
+ channel_id: 'channel-49'
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/8C0B819C3D9E6E6633A38D5F305599852943C12B5A6DFBE056C3D94F09F394E1',
558
+ exponent: 0,
559
+ aliases: ['xcn-wei']
560
+ }, {
561
+ denom: 'xcn',
562
+ exponent: 18
563
+ }],
564
+ base: 'ibc/8C0B819C3D9E6E6633A38D5F305599852943C12B5A6DFBE056C3D94F09F394E1',
565
+ name: 'Chain',
566
+ display: 'xcn',
567
+ symbol: 'XCN',
568
+ traces: [{
569
+ type: 'ibc',
570
+ counterparty: {
571
+ channel_id: 'channel-137',
572
+ base_denom: 'xcn-wei',
573
+ chain_name: 'axelar'
574
+ },
575
+ chain: {
576
+ channel_id: 'channel-49'
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/7810A880FE5F83110E1E1078580721125577B2FABB5D5EEC6234915B66F62F83',
589
+ exponent: 0,
590
+ aliases: ['dot-planck']
591
+ }, {
592
+ denom: 'dot',
593
+ exponent: 10
594
+ }],
595
+ base: 'ibc/7810A880FE5F83110E1E1078580721125577B2FABB5D5EEC6234915B66F62F83',
596
+ name: 'Wrapped Polkadot',
597
+ display: 'dot',
598
+ symbol: 'DOT',
599
+ traces: [{
600
+ type: 'ibc',
601
+ counterparty: {
602
+ channel_id: 'channel-137',
603
+ base_denom: 'dot-planck',
604
+ chain_name: 'axelar'
605
+ },
606
+ chain: {
607
+ channel_id: 'channel-49'
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/90CC0A1CBFA845DF591760A14B5B9E1A4320898E45441B308375EB1B7356EC4F',
622
+ exponent: 0,
623
+ aliases: ['wglmr-wei']
624
+ }, {
625
+ denom: 'wglmr',
626
+ exponent: 18
627
+ }],
628
+ base: 'ibc/90CC0A1CBFA845DF591760A14B5B9E1A4320898E45441B308375EB1B7356EC4F',
629
+ name: 'Wrapped Moonbeam',
630
+ display: 'wglmr',
631
+ symbol: 'WGLMR',
632
+ traces: [{
633
+ type: 'ibc',
634
+ counterparty: {
635
+ channel_id: 'channel-137',
636
+ base_denom: 'wglmr-wei',
637
+ chain_name: 'axelar'
638
+ },
639
+ chain: {
640
+ channel_id: 'channel-49'
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/16465AE3F0C1C058F9368B37C843520D3AE3426D3266428C4AAC6E362921C571',
655
+ exponent: 0,
656
+ aliases: ['wmatic-wei']
657
+ }, {
658
+ denom: 'wmatic',
659
+ exponent: 18
660
+ }],
661
+ base: 'ibc/16465AE3F0C1C058F9368B37C843520D3AE3426D3266428C4AAC6E362921C571',
662
+ name: 'Wrapped Matic',
663
+ display: 'wmatic',
664
+ symbol: 'WMATIC',
665
+ traces: [{
666
+ type: 'ibc',
667
+ counterparty: {
668
+ channel_id: 'channel-137',
669
+ base_denom: 'wmatic-wei',
670
+ chain_name: 'axelar'
671
+ },
672
+ chain: {
673
+ channel_id: 'channel-49'
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/69B23AFD5AF74CAF5B51FA1978B8C4290E4D2F173950768E0A052EE3DECB4ED9',
688
+ exponent: 0,
689
+ aliases: ['wbnb-wei']
690
+ }, {
691
+ denom: 'wbnb',
692
+ exponent: 18
693
+ }],
694
+ base: 'ibc/69B23AFD5AF74CAF5B51FA1978B8C4290E4D2F173950768E0A052EE3DECB4ED9',
695
+ name: 'Wrapped BNB',
696
+ display: 'wbnb',
697
+ symbol: 'WBNB',
698
+ traces: [{
699
+ type: 'ibc',
700
+ counterparty: {
701
+ channel_id: 'channel-137',
702
+ base_denom: 'wbnb-wei',
703
+ chain_name: 'axelar'
704
+ },
705
+ chain: {
706
+ channel_id: 'channel-49'
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/6CC7FEFC5B04CA64CCF82F1D78A81039C388C646964D1EB1427EC02BE46B3A13',
721
+ exponent: 0,
722
+ aliases: ['busd-wei']
723
+ }, {
724
+ denom: 'busd',
725
+ exponent: 18
726
+ }],
727
+ base: 'ibc/6CC7FEFC5B04CA64CCF82F1D78A81039C388C646964D1EB1427EC02BE46B3A13',
728
+ name: 'Binance USD',
729
+ display: 'busd',
730
+ symbol: 'BUSD',
731
+ traces: [{
732
+ type: 'ibc',
733
+ counterparty: {
734
+ channel_id: 'channel-137',
735
+ base_denom: 'busd-wei',
736
+ chain_name: 'axelar'
737
+ },
738
+ chain: {
739
+ channel_id: 'channel-49'
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/CC801C5D2457A3E2B8C846625AD2927F0B51BC1566F13F80E951FE4A87386405',
752
+ exponent: 0,
753
+ aliases: ['wavax-wei']
754
+ }, {
755
+ denom: 'avax',
756
+ exponent: 18
757
+ }],
758
+ base: 'ibc/CC801C5D2457A3E2B8C846625AD2927F0B51BC1566F13F80E951FE4A87386405',
759
+ name: 'Wrapped AVAX',
760
+ display: 'avax',
761
+ symbol: 'WAVAX',
762
+ traces: [{
763
+ type: 'ibc',
764
+ counterparty: {
765
+ channel_id: 'channel-137',
766
+ base_denom: 'wavax-wei',
767
+ chain_name: 'axelar'
768
+ },
769
+ chain: {
770
+ channel_id: 'channel-49'
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/CD658500822B3CA510AC69383FC66B5832F85781173A40E13A40AF5BD621ED86',
783
+ exponent: 0,
784
+ aliases: ['wftm-wei']
785
+ }, {
786
+ denom: 'ftm',
787
+ exponent: 18
788
+ }],
789
+ base: 'ibc/CD658500822B3CA510AC69383FC66B5832F85781173A40E13A40AF5BD621ED86',
790
+ name: 'Wrapped FTM',
791
+ display: 'ftm',
792
+ symbol: 'WFTM',
793
+ traces: [{
794
+ type: 'ibc',
795
+ counterparty: {
796
+ channel_id: 'channel-137',
797
+ base_denom: 'wftm-wei',
798
+ chain_name: 'axelar'
799
+ },
800
+ chain: {
801
+ channel_id: 'channel-49'
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/D471040E912E918D1FCAA9EDD5719E4BBB8A8BC61221BD56896E20A83905124A',
814
+ exponent: 0,
815
+ aliases: ['polygon-uusdc']
816
+ }, {
817
+ denom: 'polygon-usdc',
818
+ exponent: 6
819
+ }],
820
+ base: 'ibc/D471040E912E918D1FCAA9EDD5719E4BBB8A8BC61221BD56896E20A83905124A',
821
+ name: 'USD Coin from Polygon',
822
+ display: 'polygon-usdc',
823
+ symbol: 'USDC',
824
+ traces: [{
825
+ type: 'ibc',
826
+ counterparty: {
827
+ channel_id: 'channel-137',
828
+ base_denom: 'polygon-uusdc',
829
+ chain_name: 'axelar'
830
+ },
831
+ chain: {
832
+ channel_id: 'channel-49'
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/04AE76F07BE2D81E232EAA1B78D8AB7899241A3CED2E88FA3B4A2E1BE0CA4EC7',
847
+ exponent: 0,
848
+ aliases: ['avalanche-uusdc']
849
+ }, {
850
+ denom: 'avalanche-usdc',
851
+ exponent: 6
852
+ }],
853
+ base: 'ibc/04AE76F07BE2D81E232EAA1B78D8AB7899241A3CED2E88FA3B4A2E1BE0CA4EC7',
854
+ name: 'USD Coin from Avalanche',
855
+ display: 'avalanche-usdc',
856
+ symbol: 'USDC',
857
+ traces: [{
858
+ type: 'ibc',
859
+ counterparty: {
860
+ channel_id: 'channel-137',
861
+ base_denom: 'avalanche-uusdc',
862
+ chain_name: 'axelar'
863
+ },
864
+ chain: {
865
+ channel_id: 'channel-49'
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/F5CCE6AE363A19A057F4F83868743A7090AA66C55C5D1054BB02AEBBB0D96F76',
880
+ exponent: 0,
881
+ aliases: ['wfil-wei']
882
+ }, {
883
+ denom: 'fil',
884
+ exponent: 18
885
+ }],
886
+ base: 'ibc/F5CCE6AE363A19A057F4F83868743A7090AA66C55C5D1054BB02AEBBB0D96F76',
887
+ name: 'Wrapped FIL from Filecoin',
888
+ display: 'fil',
889
+ symbol: 'axlFIL',
890
+ traces: [{
891
+ type: 'ibc',
892
+ counterparty: {
893
+ channel_id: 'channel-137',
894
+ base_denom: 'wfil-wei',
895
+ chain_name: 'axelar'
896
+ },
897
+ chain: {
898
+ channel_id: 'channel-49'
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/7C1CB5ABCCCF3F0A87B8FD9831475FD28ABA43F8DE0986026303802BA9980087',
913
+ exponent: 0,
914
+ aliases: ['arb-wei']
915
+ }, {
916
+ denom: 'arb',
917
+ exponent: 18
918
+ }],
919
+ base: 'ibc/7C1CB5ABCCCF3F0A87B8FD9831475FD28ABA43F8DE0986026303802BA9980087',
920
+ name: 'Arbitrum',
921
+ display: 'arb',
922
+ symbol: 'ARB',
923
+ traces: [{
924
+ type: 'ibc',
925
+ counterparty: {
926
+ channel_id: 'channel-137',
927
+ base_denom: 'arb-wei',
928
+ chain_name: 'axelar'
929
+ },
930
+ chain: {
931
+ channel_id: 'channel-49'
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/1DA5E21A56E61962B7C983954E9C0F526E2DD921F16B0C11BD914C6EA89405DF',
945
+ exponent: 0,
946
+ aliases: ['pepe-wei']
947
+ }, {
948
+ denom: 'pepe',
949
+ exponent: 18
950
+ }],
951
+ base: 'ibc/1DA5E21A56E61962B7C983954E9C0F526E2DD921F16B0C11BD914C6EA89405DF',
952
+ name: 'Pepe',
953
+ display: 'pepe',
954
+ symbol: 'PEPE',
955
+ traces: [{
956
+ type: 'ibc',
957
+ counterparty: {
958
+ channel_id: 'channel-137',
959
+ base_denom: 'pepe-wei',
960
+ chain_name: 'axelar'
961
+ },
962
+ chain: {
963
+ channel_id: 'channel-49'
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/23F3004F4849DBF8A3A753BB29540A5FA1426094034A501A3C093C0C86995619',
981
+ exponent: 0,
982
+ aliases: ['cbeth-wei']
983
+ }, {
984
+ denom: 'cbeth',
985
+ exponent: 18
986
+ }],
987
+ base: 'ibc/23F3004F4849DBF8A3A753BB29540A5FA1426094034A501A3C093C0C86995619',
988
+ name: 'Coinbase Wrapped Staked ETH',
989
+ display: 'cbeth',
990
+ symbol: 'cbETH',
991
+ traces: [{
992
+ type: 'ibc',
993
+ counterparty: {
994
+ channel_id: 'channel-137',
995
+ base_denom: 'cbeth-wei',
996
+ chain_name: 'axelar'
997
+ },
998
+ chain: {
999
+ channel_id: 'channel-49'
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/094545E674B16E932CBD2E132DB2747705BF9715DDE58A61CDF296BC617D257E',
1015
+ exponent: 0,
1016
+ aliases: ['reth-wei']
1017
+ }, {
1018
+ denom: 'reth',
1019
+ exponent: 18
1020
+ }],
1021
+ base: 'ibc/094545E674B16E932CBD2E132DB2747705BF9715DDE58A61CDF296BC617D257E',
1022
+ name: 'Rocket Pool Ether',
1023
+ display: 'reth',
1024
+ symbol: 'rETH',
1025
+ traces: [{
1026
+ type: 'ibc',
1027
+ counterparty: {
1028
+ channel_id: 'channel-137',
1029
+ base_denom: 'reth-wei',
1030
+ chain_name: 'axelar'
1031
+ },
1032
+ chain: {
1033
+ channel_id: 'channel-49'
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/1115C15255CB3F318E6C328E0BFD17C13D244860A0904B5A2EF0C2DEA2D212B5',
1049
+ exponent: 0,
1050
+ aliases: ['sfrxeth-wei']
1051
+ }, {
1052
+ denom: 'sfrxeth',
1053
+ exponent: 18
1054
+ }],
1055
+ base: 'ibc/1115C15255CB3F318E6C328E0BFD17C13D244860A0904B5A2EF0C2DEA2D212B5',
1056
+ name: 'Staked Frax Ether',
1057
+ display: 'sfrxeth',
1058
+ symbol: 'sfrxETH',
1059
+ traces: [{
1060
+ type: 'ibc',
1061
+ counterparty: {
1062
+ channel_id: 'channel-137',
1063
+ base_denom: 'sfrxeth-wei',
1064
+ chain_name: 'axelar'
1065
+ },
1066
+ chain: {
1067
+ channel_id: 'channel-49'
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/B591D7AD42F65788268C2211568CC850AE40635413EE95A1C3D038C8E9E7627A',
1083
+ exponent: 0,
1084
+ aliases: ['wsteth-wei']
1085
+ }, {
1086
+ denom: 'wsteth',
1087
+ exponent: 18
1088
+ }],
1089
+ base: 'ibc/B591D7AD42F65788268C2211568CC850AE40635413EE95A1C3D038C8E9E7627A',
1090
+ name: 'Wrapped Lido Staked Ether',
1091
+ display: 'wsteth',
1092
+ symbol: 'wstETH',
1093
+ traces: [{
1094
+ type: 'ibc',
1095
+ counterparty: {
1096
+ channel_id: 'channel-137',
1097
+ base_denom: 'wsteth-wei',
1098
+ chain_name: 'axelar'
1099
+ },
1100
+ chain: {
1101
+ channel_id: 'channel-49'
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/2C5441EC70CCA36816B7D10D80A156EDA5CF17AD992CA6FB018D87DB8425F775',
1117
+ exponent: 0,
1118
+ aliases: ['yieldeth-wei']
1119
+ }, {
1120
+ denom: 'YieldETH',
1121
+ exponent: 18
1122
+ }],
1123
+ base: 'ibc/2C5441EC70CCA36816B7D10D80A156EDA5CF17AD992CA6FB018D87DB8425F775',
1124
+ name: 'Real Yield Eth',
1125
+ display: 'YieldETH',
1126
+ symbol: 'YieldETH',
1127
+ traces: [{
1128
+ type: 'ibc',
1129
+ counterparty: {
1130
+ channel_id: 'channel-137',
1131
+ base_denom: 'yieldeth-wei',
1132
+ chain_name: 'axelar'
1133
+ },
1134
+ chain: {
1135
+ channel_id: 'channel-49'
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 token of Crescent',
1152
+ denom_units: [{
1153
+ denom: 'ibc/FF1A8C50966D7CFA19D7D2E513E6938D77ED272B12BB8696B9953520826BD738',
1154
+ exponent: 0,
1155
+ aliases: ['ucre']
1156
+ }, {
1157
+ denom: 'cre',
1158
+ exponent: 6
1159
+ }],
1160
+ base: 'ibc/FF1A8C50966D7CFA19D7D2E513E6938D77ED272B12BB8696B9953520826BD738',
1161
+ name: 'Crescent',
1162
+ display: 'cre',
1163
+ symbol: 'CRE',
1164
+ logo_URIs: {
1165
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.png',
1166
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.svg'
1167
+ },
1168
+ coingecko_id: 'crescent-network',
1169
+ images: [{
1170
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.png',
1171
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.svg'
1172
+ }],
1173
+ traces: [{
1174
+ type: 'ibc',
1175
+ counterparty: {
1176
+ channel_id: 'channel-63',
1177
+ base_denom: 'ucre',
1178
+ chain_name: 'crescent'
1179
+ },
1180
+ chain: {
1181
+ channel_id: 'channel-38'
1182
+ }
1183
+ }]
1184
+ }, {
1185
+ description: 'The bonded token of Crescent',
1186
+ denom_units: [{
1187
+ denom: 'ibc/9FDAC7C7C7570DB228A68D31A59A4FE1DC2E465D402213BDBC57D97D63BBA354',
1188
+ exponent: 0,
1189
+ aliases: ['ubcre']
1190
+ }, {
1191
+ denom: 'bcre',
1192
+ exponent: 6
1193
+ }],
1194
+ base: 'ibc/9FDAC7C7C7570DB228A68D31A59A4FE1DC2E465D402213BDBC57D97D63BBA354',
1195
+ name: 'Bonded Crescent',
1196
+ display: 'bcre',
1197
+ symbol: 'bCRE',
1198
+ logo_URIs: {
1199
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/bcre.png',
1200
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/bcre.svg'
1201
+ },
1202
+ coingecko_id: 'liquid-staking-crescent',
1203
+ images: [{
1204
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/bcre.png',
1205
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/bcre.svg'
1206
+ }],
1207
+ traces: [{
1208
+ type: 'ibc',
1209
+ counterparty: {
1210
+ channel_id: 'channel-63',
1211
+ base_denom: 'ubcre',
1212
+ chain_name: 'crescent'
1213
+ },
1214
+ chain: {
1215
+ channel_id: 'channel-38'
1216
+ }
1217
+ }]
1218
+ }, {
1219
+ description: 'The native staking and governance token of the Kujira chain.',
1220
+ denom_units: [{
1221
+ denom: 'ibc/B66DC2262FEBA6D02509DAFC8710C71105C47837879ECD3052736FC09553F149',
1222
+ exponent: 0,
1223
+ aliases: ['ukuji']
1224
+ }, {
1225
+ denom: 'kuji',
1226
+ exponent: 6
1227
+ }],
1228
+ base: 'ibc/B66DC2262FEBA6D02509DAFC8710C71105C47837879ECD3052736FC09553F149',
1229
+ name: 'Kujira',
1230
+ display: 'kuji',
1231
+ symbol: 'KUJI',
1232
+ coingecko_id: 'kujira',
1233
+ logo_URIs: {
1234
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.png',
1235
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.svg'
1236
+ },
1237
+ images: [{
1238
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.png',
1239
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.svg'
1240
+ }],
1241
+ traces: [{
1242
+ type: 'ibc',
1243
+ counterparty: {
1244
+ channel_id: 'channel-94',
1245
+ base_denom: 'ukuji',
1246
+ chain_name: 'kujira'
1247
+ },
1248
+ chain: {
1249
+ channel_id: 'channel-39'
1250
+ }
1251
+ }]
1252
+ }, {
1253
+ description: 'The native over-collateralized stablecoin from the Kujira chain.',
1254
+ denom_units: [{
1255
+ denom: 'ibc/74FF3343225E2A6D21D8E2FB2C656982DB2BF39DFC1DECCE553092E7CCD509CB',
1256
+ exponent: 0,
1257
+ aliases: ['factory/kujira1qk00h5atutpsv900x202pxx42npjr9thg58dnqpa72f2p7m2luase444a7/uusk']
1258
+ }, {
1259
+ denom: 'usk',
1260
+ exponent: 6
1261
+ }],
1262
+ base: 'ibc/74FF3343225E2A6D21D8E2FB2C656982DB2BF39DFC1DECCE553092E7CCD509CB',
1263
+ name: 'USK',
1264
+ display: 'usk',
1265
+ symbol: 'USK',
1266
+ coingecko_id: 'usk',
1267
+ logo_URIs: {
1268
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/usk.png',
1269
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/usk.svg'
1270
+ },
1271
+ images: [{
1272
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/usk.png',
1273
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/usk.svg'
1274
+ }],
1275
+ traces: [{
1276
+ type: 'ibc',
1277
+ counterparty: {
1278
+ channel_id: 'channel-94',
1279
+ base_denom: 'factory/kujira1qk00h5atutpsv900x202pxx42npjr9thg58dnqpa72f2p7m2luase444a7/uusk',
1280
+ chain_name: 'kujira'
1281
+ },
1282
+ chain: {
1283
+ channel_id: 'channel-39'
1284
+ }
1285
+ }]
1286
+ }, {
1287
+ description: "Quark's auto-compounding KUJI derivative",
1288
+ denom_units: [{
1289
+ denom: 'ibc/097A3741F8685A79A8916B597B32C374B7DBF74570D56580390B05A54E686876',
1290
+ exponent: 0,
1291
+ aliases: ['factory/kujira1m96ucsfpt2yy72w09z2rxjdj38y5qd8lqx5jtggnejmdua2ynpnsxyvjex/urcpt']
1292
+ }, {
1293
+ denom: 'qcKUJI',
1294
+ exponent: 6
1295
+ }],
1296
+ base: 'ibc/097A3741F8685A79A8916B597B32C374B7DBF74570D56580390B05A54E686876',
1297
+ name: 'qcKUJI',
1298
+ display: 'qcKUJI',
1299
+ symbol: 'qcKUJI',
1300
+ logo_URIs: {
1301
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/qckuji.svg'
1302
+ },
1303
+ images: [{
1304
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/qckuji.svg'
1305
+ }],
1306
+ traces: [{
1307
+ type: 'ibc',
1308
+ counterparty: {
1309
+ channel_id: 'channel-94',
1310
+ base_denom: 'factory/kujira1m96ucsfpt2yy72w09z2rxjdj38y5qd8lqx5jtggnejmdua2ynpnsxyvjex/urcpt',
1311
+ chain_name: 'kujira'
1312
+ },
1313
+ chain: {
1314
+ channel_id: 'channel-39'
1315
+ }
1316
+ }]
1317
+ }, {
1318
+ description: 'ampKUJI',
1319
+ denom_units: [{
1320
+ denom: 'ibc/5399387AF03A89DC4881A477AF8CF4B77EBE6F027914D19464C2230862387BEA',
1321
+ exponent: 0,
1322
+ aliases: ['factory/kujira1n3fr5f56r2ce0s37wdvwrk98yhhq3unnxgcqus8nzsfxvllk0yxquurqty/ampKUJI']
1323
+ }, {
1324
+ denom: 'ampKUJI',
1325
+ exponent: 6
1326
+ }],
1327
+ base: 'ibc/5399387AF03A89DC4881A477AF8CF4B77EBE6F027914D19464C2230862387BEA',
1328
+ name: 'ampKUJI',
1329
+ display: 'ampKUJI',
1330
+ symbol: 'ampKUJI',
1331
+ logo_URIs: {
1332
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/ampkuji.png',
1333
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/ampkuji.svg'
1334
+ },
1335
+ images: [{
1336
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/ampkuji.png',
1337
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/ampkuji.svg'
1338
+ }],
1339
+ traces: [{
1340
+ type: 'ibc',
1341
+ counterparty: {
1342
+ channel_id: 'channel-94',
1343
+ base_denom: 'factory/kujira1n3fr5f56r2ce0s37wdvwrk98yhhq3unnxgcqus8nzsfxvllk0yxquurqty/ampKUJI',
1344
+ chain_name: 'kujira'
1345
+ },
1346
+ chain: {
1347
+ channel_id: 'channel-39'
1348
+ }
1349
+ }]
1350
+ }, {
1351
+ description: 'MantaDAO Governance Token',
1352
+ denom_units: [{
1353
+ denom: 'ibc/A7D65F3B2198053047285AE274C91ABD66509996E70C6C2B24AC5611B980253B',
1354
+ exponent: 0,
1355
+ aliases: ['factory/kujira1643jxg8wasy5cfcn7xm8rd742yeazcksqlg4d7/umnta']
1356
+ }, {
1357
+ denom: 'mnta',
1358
+ exponent: 6
1359
+ }],
1360
+ base: 'ibc/A7D65F3B2198053047285AE274C91ABD66509996E70C6C2B24AC5611B980253B',
1361
+ name: 'MantaDAO',
1362
+ display: 'mnta',
1363
+ symbol: 'MNTA',
1364
+ coingecko_id: 'mantadao',
1365
+ logo_URIs: {
1366
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/mnta.png',
1367
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/mnta.svg'
1368
+ },
1369
+ images: [{
1370
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/mnta.png',
1371
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/mnta.svg'
1372
+ }],
1373
+ traces: [{
1374
+ type: 'ibc',
1375
+ counterparty: {
1376
+ channel_id: 'channel-94',
1377
+ base_denom: 'factory/kujira1643jxg8wasy5cfcn7xm8rd742yeazcksqlg4d7/umnta',
1378
+ chain_name: 'kujira'
1379
+ },
1380
+ chain: {
1381
+ channel_id: 'channel-39'
1382
+ }
1383
+ }]
1384
+ }, {
1385
+ description: "Quark's auto-compounding MNTA derivative",
1386
+ denom_units: [{
1387
+ denom: 'ibc/8F8633A9599315F791E3EFB6E80B9E3145952A30D7658A8CC5E1DED0789E8474',
1388
+ exponent: 0,
1389
+ aliases: ['factory/kujira1qzu3up50auxhqyzfq56znuj8n38q2ra7daaf9ef7vg8gu66jh4fqd2wd2y/urcpt']
1390
+ }, {
1391
+ denom: 'qcMNTA',
1392
+ exponent: 6
1393
+ }],
1394
+ base: 'ibc/8F8633A9599315F791E3EFB6E80B9E3145952A30D7658A8CC5E1DED0789E8474',
1395
+ name: 'qcMNTA',
1396
+ display: 'qcMNTA',
1397
+ symbol: 'qcMNTA',
1398
+ logo_URIs: {
1399
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/qcmnta.svg'
1400
+ },
1401
+ images: [{
1402
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/qcmnta.svg'
1403
+ }],
1404
+ traces: [{
1405
+ type: 'ibc',
1406
+ counterparty: {
1407
+ channel_id: 'channel-94',
1408
+ base_denom: 'factory/kujira1qzu3up50auxhqyzfq56znuj8n38q2ra7daaf9ef7vg8gu66jh4fqd2wd2y/urcpt',
1409
+ chain_name: 'kujira'
1410
+ },
1411
+ chain: {
1412
+ channel_id: 'channel-39'
1413
+ }
1414
+ }]
1415
+ }, {
1416
+ description: 'ERIS Liquid Staked MNTA',
1417
+ denom_units: [{
1418
+ denom: 'ibc/94C96F02F89393E7C258D65CA0A7580AF593AABAF0BB63F2939FC86DF7E0505C',
1419
+ exponent: 0,
1420
+ aliases: ['factory/kujira175yatpvkpgw07w0chhzuks3zrrae9z9g2y6r7u5pzqesyau4x9eqqyv0rr/ampMNTA']
1421
+ }, {
1422
+ denom: 'ampMNTA',
1423
+ exponent: 6
1424
+ }],
1425
+ base: 'ibc/94C96F02F89393E7C258D65CA0A7580AF593AABAF0BB63F2939FC86DF7E0505C',
1426
+ name: 'ERIS Amplified MNTA',
1427
+ display: 'ampMNTA',
1428
+ symbol: 'ampMNTA',
1429
+ logo_URIs: {
1430
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/ampmnta.png'
1431
+ },
1432
+ images: [{
1433
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/ampmnta.png'
1434
+ }],
1435
+ traces: [{
1436
+ type: 'ibc',
1437
+ counterparty: {
1438
+ channel_id: 'channel-94',
1439
+ base_denom: 'factory/kujira175yatpvkpgw07w0chhzuks3zrrae9z9g2y6r7u5pzqesyau4x9eqqyv0rr/ampMNTA',
1440
+ chain_name: 'kujira'
1441
+ },
1442
+ chain: {
1443
+ channel_id: 'channel-39'
1444
+ }
1445
+ }]
1446
+ }, {
1447
+ description: 'The content house of Kujira',
1448
+ denom_units: [{
1449
+ denom: 'ibc/991C9F1E7447F1270E9F82871B933C0237BA35F4A6A2835E5CA3D9CB5B7E2C28',
1450
+ exponent: 0,
1451
+ aliases: ['factory/kujira12cjjeytrqcj25uv349thltcygnp9k0kukpct0e/uwink']
1452
+ }, {
1453
+ denom: 'wink',
1454
+ exponent: 6
1455
+ }],
1456
+ base: 'ibc/991C9F1E7447F1270E9F82871B933C0237BA35F4A6A2835E5CA3D9CB5B7E2C28',
1457
+ name: 'WINK',
1458
+ display: 'wink',
1459
+ symbol: 'WINK',
1460
+ logo_URIs: {
1461
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/wink.png',
1462
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/wink.svg'
1463
+ },
1464
+ images: [{
1465
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/wink.png',
1466
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/wink.svg'
1467
+ }],
1468
+ traces: [{
1469
+ type: 'ibc',
1470
+ counterparty: {
1471
+ channel_id: 'channel-94',
1472
+ base_denom: 'factory/kujira12cjjeytrqcj25uv349thltcygnp9k0kukpct0e/uwink',
1473
+ chain_name: 'kujira'
1474
+ },
1475
+ chain: {
1476
+ channel_id: 'channel-39'
1477
+ }
1478
+ }]
1479
+ }, {
1480
+ description: 'Blend Token',
1481
+ denom_units: [{
1482
+ denom: 'ibc/2676D502784AED020426462F76A681EAD783D23B260D0FF59953281F25DE1273',
1483
+ exponent: 0,
1484
+ aliases: ['factory/kujira1slueerjz7mx9jp45u3y0rjwtvhcf8a68wf2mjt/ublend']
1485
+ }, {
1486
+ denom: 'blend',
1487
+ exponent: 6
1488
+ }],
1489
+ base: 'ibc/2676D502784AED020426462F76A681EAD783D23B260D0FF59953281F25DE1273',
1490
+ name: 'BLEND',
1491
+ display: 'blend',
1492
+ symbol: 'BLEND',
1493
+ logo_URIs: {
1494
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/blend.svg'
1495
+ },
1496
+ images: [{
1497
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/blend.svg'
1498
+ }],
1499
+ traces: [{
1500
+ type: 'ibc',
1501
+ counterparty: {
1502
+ channel_id: 'channel-94',
1503
+ base_denom: 'factory/kujira1slueerjz7mx9jp45u3y0rjwtvhcf8a68wf2mjt/ublend',
1504
+ chain_name: 'kujira'
1505
+ },
1506
+ chain: {
1507
+ channel_id: 'channel-39'
1508
+ }
1509
+ }]
1510
+ }, {
1511
+ description: 'Tether USDt on Kujira',
1512
+ denom_units: [{
1513
+ denom: 'ibc/AA451F723AADB867614B42C09DC7D6AB128D6F96946237C7BD1FC698AA25D391',
1514
+ exponent: 0,
1515
+ aliases: ['ibc/20014F963CC9E6488B299622F87B60C6DE71632864859EC08B4753478DAB2BB8']
1516
+ }, {
1517
+ denom: 'usdt',
1518
+ exponent: 6
1519
+ }],
1520
+ type_asset: 'ics20',
1521
+ base: 'ibc/AA451F723AADB867614B42C09DC7D6AB128D6F96946237C7BD1FC698AA25D391',
1522
+ name: 'Tether USD',
1523
+ display: 'usdt',
1524
+ symbol: 'USDT',
1525
+ traces: [{
1526
+ type: 'ibc',
1527
+ counterparty: {
1528
+ channel_id: 'channel-94',
1529
+ base_denom: 'ibc/20014F963CC9E6488B299622F87B60C6DE71632864859EC08B4753478DAB2BB8',
1530
+ chain_name: 'kujira'
1531
+ },
1532
+ chain: {
1533
+ channel_id: 'channel-39'
1534
+ }
1535
+ }],
1536
+ images: [{
1537
+ image_sync: {
1538
+ chain_name: 'kava',
1539
+ base_denom: 'erc20/tether/usdt'
1540
+ },
1541
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
1542
+ }],
1543
+ logo_URIs: {
1544
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
1545
+ }
1546
+ }, {
1547
+ description: 'The staking and governance token of Fuzion',
1548
+ denom_units: [{
1549
+ denom: 'ibc/DE853657260FE4CD5932011C3E4535A957536FEB32113B1BEDB45686B4BC8FF6',
1550
+ exponent: 0,
1551
+ aliases: ['factory/kujira1sc6a0347cc5q3k890jj0pf3ylx2s38rh4sza4t/ufuzn']
1552
+ }, {
1553
+ denom: 'fuzn',
1554
+ exponent: 6
1555
+ }],
1556
+ base: 'ibc/DE853657260FE4CD5932011C3E4535A957536FEB32113B1BEDB45686B4BC8FF6',
1557
+ name: 'Fuzion',
1558
+ display: 'fuzn',
1559
+ symbol: 'FUZN',
1560
+ logo_URIs: {
1561
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuzion.png',
1562
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuzion.svg'
1563
+ },
1564
+ images: [{
1565
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuzion.png',
1566
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuzion.svg'
1567
+ }],
1568
+ traces: [{
1569
+ type: 'ibc',
1570
+ counterparty: {
1571
+ channel_id: 'channel-94',
1572
+ base_denom: 'factory/kujira1sc6a0347cc5q3k890jj0pf3ylx2s38rh4sza4t/ufuzn',
1573
+ chain_name: 'kujira'
1574
+ },
1575
+ chain: {
1576
+ channel_id: 'channel-39'
1577
+ }
1578
+ }]
1579
+ }, {
1580
+ description: 'The receipt token of Fuzion',
1581
+ denom_units: [{
1582
+ denom: 'ibc/DC2921B5314E5EAA71B4DE3D7041A6307B8BB6D7B2322859F4E6D9E81749EA96',
1583
+ exponent: 0,
1584
+ aliases: ['factory/kujira1sc6a0347cc5q3k890jj0pf3ylx2s38rh4sza4t/urfuzn']
1585
+ }, {
1586
+ denom: 'rfuzn',
1587
+ exponent: 6
1588
+ }],
1589
+ base: 'ibc/DC2921B5314E5EAA71B4DE3D7041A6307B8BB6D7B2322859F4E6D9E81749EA96',
1590
+ name: 'Fuzion Receipt',
1591
+ display: 'rfuzn',
1592
+ symbol: 'rFUZN',
1593
+ logo_URIs: {
1594
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuzionr.png'
1595
+ },
1596
+ images: [{
1597
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuzionr.png'
1598
+ }],
1599
+ traces: [{
1600
+ type: 'ibc',
1601
+ counterparty: {
1602
+ channel_id: 'channel-94',
1603
+ base_denom: 'factory/kujira1sc6a0347cc5q3k890jj0pf3ylx2s38rh4sza4t/urfuzn',
1604
+ chain_name: 'kujira'
1605
+ },
1606
+ chain: {
1607
+ channel_id: 'channel-39'
1608
+ }
1609
+ }]
1610
+ }, {
1611
+ description: 'The yield token of Fuzion',
1612
+ denom_units: [{
1613
+ denom: 'ibc/C9868EEC51C4E833F410CBDF1E73C2DF31C1F9C0F811597757A398649B4A8FD5',
1614
+ exponent: 0,
1615
+ aliases: ['factory/kujira1sc6a0347cc5q3k890jj0pf3ylx2s38rh4sza4t/uyfuzn']
1616
+ }, {
1617
+ denom: 'yfuzn',
1618
+ exponent: 6
1619
+ }],
1620
+ base: 'ibc/C9868EEC51C4E833F410CBDF1E73C2DF31C1F9C0F811597757A398649B4A8FD5',
1621
+ name: 'Fuzion Yield',
1622
+ display: 'yfuzn',
1623
+ symbol: 'yFUZN',
1624
+ logo_URIs: {
1625
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuziony.svg'
1626
+ },
1627
+ images: [{
1628
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuziony.svg'
1629
+ }],
1630
+ traces: [{
1631
+ type: 'ibc',
1632
+ counterparty: {
1633
+ channel_id: 'channel-94',
1634
+ base_denom: 'factory/kujira1sc6a0347cc5q3k890jj0pf3ylx2s38rh4sza4t/uyfuzn',
1635
+ chain_name: 'kujira'
1636
+ },
1637
+ chain: {
1638
+ channel_id: 'channel-39'
1639
+ }
1640
+ }]
1641
+ }, {
1642
+ description: "Quark's auto-compounding FUZN derivative",
1643
+ denom_units: [{
1644
+ denom: 'ibc/778ABAE50A0B6E4D10ED4252AE454A334C01616EA73AF76F62672411892C5E16',
1645
+ exponent: 0,
1646
+ aliases: ['factory/kujira1l04ged98c7a7s9tllu62ld09ztylwf442qgm4thfgmadrvngeumsz4zrh2/urcpt']
1647
+ }, {
1648
+ denom: 'qcFUZN',
1649
+ exponent: 6
1650
+ }],
1651
+ base: 'ibc/778ABAE50A0B6E4D10ED4252AE454A334C01616EA73AF76F62672411892C5E16',
1652
+ name: 'qcFUZN',
1653
+ display: 'qcFUZN',
1654
+ symbol: 'qcFUZN',
1655
+ logo_URIs: {
1656
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/qcfuzn.svg'
1657
+ },
1658
+ images: [{
1659
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/qcfuzn.svg'
1660
+ }],
1661
+ traces: [{
1662
+ type: 'ibc',
1663
+ counterparty: {
1664
+ channel_id: 'channel-94',
1665
+ base_denom: 'factory/kujira1l04ged98c7a7s9tllu62ld09ztylwf442qgm4thfgmadrvngeumsz4zrh2/urcpt',
1666
+ chain_name: 'kujira'
1667
+ },
1668
+ chain: {
1669
+ channel_id: 'channel-39'
1670
+ }
1671
+ }]
1672
+ }, {
1673
+ description: 'The Revenue & Governance token of Unstake.fi',
1674
+ denom_units: [{
1675
+ denom: 'ibc/AA0C7B951F7645368B54FD325B67639BCF922089AA99914BF0D0D5B35B56593F',
1676
+ exponent: 0,
1677
+ aliases: ['factory/kujira1aaudpfr9y23lt9d45hrmskphpdfaq9ajxd3ukh/unstk']
1678
+ }, {
1679
+ denom: 'nstk',
1680
+ exponent: 6
1681
+ }],
1682
+ base: 'ibc/AA0C7B951F7645368B54FD325B67639BCF922089AA99914BF0D0D5B35B56593F',
1683
+ name: 'Unstake Fi',
1684
+ display: 'nstk',
1685
+ symbol: 'NSTK',
1686
+ logo_URIs: {
1687
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/nstk.svg'
1688
+ },
1689
+ coingecko_id: 'unstake-fi',
1690
+ images: [{
1691
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/nstk.svg'
1692
+ }],
1693
+ traces: [{
1694
+ type: 'ibc',
1695
+ counterparty: {
1696
+ channel_id: 'channel-94',
1697
+ base_denom: 'factory/kujira1aaudpfr9y23lt9d45hrmskphpdfaq9ajxd3ukh/unstk',
1698
+ chain_name: 'kujira'
1699
+ },
1700
+ chain: {
1701
+ channel_id: 'channel-39'
1702
+ }
1703
+ }]
1704
+ }, {
1705
+ description: 'Local Money',
1706
+ denom_units: [{
1707
+ denom: 'ibc/43842DE26DE9DC478523ACD7BB7C0F5B3DA57E426D2E412D71A6685FE2E52E73',
1708
+ exponent: 0,
1709
+ aliases: ['factory/kujira1swkuyt08z74n5jl7zr6hx0ru5sa2yev5v896p6/local']
1710
+ }, {
1711
+ denom: 'local',
1712
+ exponent: 6
1713
+ }],
1714
+ base: 'ibc/43842DE26DE9DC478523ACD7BB7C0F5B3DA57E426D2E412D71A6685FE2E52E73',
1715
+ name: 'LOCAL',
1716
+ display: 'local',
1717
+ symbol: 'LOCAL',
1718
+ logo_URIs: {
1719
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/local.png'
1720
+ },
1721
+ images: [{
1722
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/local.png'
1723
+ }],
1724
+ traces: [{
1725
+ type: 'ibc',
1726
+ counterparty: {
1727
+ channel_id: 'channel-94',
1728
+ base_denom: 'factory/kujira1swkuyt08z74n5jl7zr6hx0ru5sa2yev5v896p6/local',
1729
+ chain_name: 'kujira'
1730
+ },
1731
+ chain: {
1732
+ channel_id: 'channel-39'
1733
+ }
1734
+ }]
1735
+ }, {
1736
+ description: 'Food for whales',
1737
+ denom_units: [{
1738
+ denom: 'ibc/A23E9C9BBE517BA74F843A615D35D39DF1F59CF8FD8F9D7A0E2C7E8570EB2B08',
1739
+ exponent: 0,
1740
+ aliases: ['factory/kujira166ysf07ze5suazfzj0r05tv8amk2yn8zvsfuu7/uplnk']
1741
+ }, {
1742
+ denom: 'PLNK',
1743
+ exponent: 6
1744
+ }],
1745
+ base: 'ibc/A23E9C9BBE517BA74F843A615D35D39DF1F59CF8FD8F9D7A0E2C7E8570EB2B08',
1746
+ name: 'Plankton',
1747
+ display: 'PLNK',
1748
+ symbol: 'PLNK',
1749
+ logo_URIs: {
1750
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/PLNK_drk.png'
1751
+ },
1752
+ images: [{
1753
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/PLNK_drk.png'
1754
+ }],
1755
+ traces: [{
1756
+ type: 'ibc',
1757
+ counterparty: {
1758
+ channel_id: 'channel-94',
1759
+ base_denom: 'factory/kujira166ysf07ze5suazfzj0r05tv8amk2yn8zvsfuu7/uplnk',
1760
+ chain_name: 'kujira'
1761
+ },
1762
+ chain: {
1763
+ channel_id: 'channel-39'
1764
+ }
1765
+ }]
1766
+ }, {
1767
+ denom_units: [{
1768
+ denom: 'ibc/98203ABB302380758B30CCB5F1FB08F5396DF98199454B812A7F485D3430DBC5',
1769
+ exponent: 0,
1770
+ aliases: ['ibc/E5CA126979E2FFB4C70C072F8094D07ECF27773B37623AD2BF7582AD0726F0F3']
1771
+ }, {
1772
+ denom: 'sol',
1773
+ exponent: 8
1774
+ }],
1775
+ base: 'ibc/98203ABB302380758B30CCB5F1FB08F5396DF98199454B812A7F485D3430DBC5',
1776
+ name: 'Wormhole Solana',
1777
+ display: 'sol',
1778
+ symbol: 'whSOL',
1779
+ traces: [{
1780
+ type: 'ibc',
1781
+ counterparty: {
1782
+ channel_id: 'channel-94',
1783
+ base_denom: 'ibc/E5CA126979E2FFB4C70C072F8094D07ECF27773B37623AD2BF7582AD0726F0F3',
1784
+ chain_name: 'kujira'
1785
+ },
1786
+ chain: {
1787
+ channel_id: 'channel-39'
1788
+ }
1789
+ }],
1790
+ images: [{
1791
+ image_sync: {
1792
+ chain_name: 'gateway',
1793
+ base_denom: 'factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/8sYgCzLRJC3J7qPn2bNbx6PiGcarhyx8rBhVaNnfvHCA'
1794
+ },
1795
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol.svg'
1796
+ }],
1797
+ logo_URIs: {
1798
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol.svg'
1799
+ }
1800
+ }, {
1801
+ denom_units: [{
1802
+ denom: 'ibc/7E5233EA4591CCDCA6386BA40F63177CDF9BC56A9C10D591A69E619D1EFF0235',
1803
+ exponent: 0,
1804
+ aliases: ['ibc/F3AA7EF362EC5E791FE78A0F4CCC69FEE1F9A7485EB1A8CAB3F6601C00522F10']
1805
+ }, {
1806
+ denom: 'evmos',
1807
+ exponent: 18
1808
+ }],
1809
+ base: 'ibc/7E5233EA4591CCDCA6386BA40F63177CDF9BC56A9C10D591A69E619D1EFF0235',
1810
+ name: 'Evmos',
1811
+ display: 'evmos',
1812
+ symbol: 'EVMOS',
1813
+ traces: [{
1814
+ type: 'ibc',
1815
+ counterparty: {
1816
+ channel_id: 'channel-94',
1817
+ base_denom: 'ibc/F3AA7EF362EC5E791FE78A0F4CCC69FEE1F9A7485EB1A8CAB3F6601C00522F10',
1818
+ chain_name: 'kujira'
1819
+ },
1820
+ chain: {
1821
+ channel_id: 'channel-39'
1822
+ }
1823
+ }],
1824
+ images: [{
1825
+ image_sync: {
1826
+ chain_name: 'evmos',
1827
+ base_denom: 'aevmos'
1828
+ },
1829
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.png',
1830
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.svg'
1831
+ }],
1832
+ logo_URIs: {
1833
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.png',
1834
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.svg'
1835
+ }
1836
+ }, {
1837
+ denom_units: [{
1838
+ denom: 'ibc/0FBDE680107A69DBC549D1B34B074975DC8B05972A847F43C4EA4F0222029D68',
1839
+ exponent: 0,
1840
+ aliases: ['ibc/004EBF085BBED1029326D56BE8A2E67C08CECE670A94AC1947DF413EF5130EB2']
1841
+ }, {
1842
+ denom: 'avax',
1843
+ exponent: 18
1844
+ }],
1845
+ type_asset: 'ics20',
1846
+ base: 'ibc/0FBDE680107A69DBC549D1B34B074975DC8B05972A847F43C4EA4F0222029D68',
1847
+ name: 'Axelar Wrapped AVAX',
1848
+ display: 'avax',
1849
+ symbol: 'wAVAX',
1850
+ traces: [{
1851
+ type: 'ibc',
1852
+ counterparty: {
1853
+ channel_id: 'channel-94',
1854
+ base_denom: 'ibc/004EBF085BBED1029326D56BE8A2E67C08CECE670A94AC1947DF413EF5130EB2',
1855
+ chain_name: 'kujira'
1856
+ },
1857
+ chain: {
1858
+ channel_id: 'channel-39'
1859
+ }
1860
+ }],
1861
+ images: [{
1862
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/avalanche/images/wavax.svg'
1863
+ }],
1864
+ logo_URIs: {
1865
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/avalanche/images/wavax.svg'
1866
+ }
1867
+ }, {
1868
+ denom_units: [{
1869
+ denom: 'ibc/9D20942688F4F615946AC402741FC1871883D73329FE32139CFB74C745CB6D87',
1870
+ exponent: 0,
1871
+ aliases: ['ibc/FE98AAD68F02F03565E9FA39A5E627946699B2B07115889ED812D8BA639576A9']
1872
+ }, {
1873
+ denom: 'usdc',
1874
+ exponent: 6
1875
+ }],
1876
+ type_asset: 'ics20',
1877
+ base: 'ibc/9D20942688F4F615946AC402741FC1871883D73329FE32139CFB74C745CB6D87',
1878
+ name: 'Noble USD Coin',
1879
+ display: 'usdc',
1880
+ symbol: 'USDC',
1881
+ traces: [{
1882
+ type: 'ibc',
1883
+ counterparty: {
1884
+ channel_id: 'channel-94',
1885
+ base_denom: 'ibc/FE98AAD68F02F03565E9FA39A5E627946699B2B07115889ED812D8BA639576A9',
1886
+ chain_name: 'kujira'
1887
+ },
1888
+ chain: {
1889
+ channel_id: 'channel-39'
1890
+ }
1891
+ }],
1892
+ images: [{
1893
+ image_sync: {
1894
+ chain_name: 'noble',
1895
+ base_denom: 'uusdc'
1896
+ },
1897
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png',
1898
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg'
1899
+ }],
1900
+ logo_URIs: {
1901
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png',
1902
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg'
1903
+ }
1904
+ }, {
1905
+ denom_units: [{
1906
+ denom: 'ibc/AC447BDA9DC67919257A39662393EC1D6CE81DF01C81CAF978DE74DA969739F4',
1907
+ exponent: 0,
1908
+ aliases: ['ibc/47BD209179859CDE4A2806763D7189B6E6FE13A17880FE2B42DE1E6C1E329E23']
1909
+ }, {
1910
+ denom: 'osmo',
1911
+ exponent: 6
1912
+ }],
1913
+ type_asset: 'ics20',
1914
+ base: 'ibc/AC447BDA9DC67919257A39662393EC1D6CE81DF01C81CAF978DE74DA969739F4',
1915
+ name: 'Osmosis',
1916
+ display: 'osmo',
1917
+ symbol: 'OSMO',
1918
+ traces: [{
1919
+ type: 'ibc',
1920
+ counterparty: {
1921
+ channel_id: 'channel-94',
1922
+ base_denom: 'ibc/47BD209179859CDE4A2806763D7189B6E6FE13A17880FE2B42DE1E6C1E329E23',
1923
+ chain_name: 'kujira'
1924
+ },
1925
+ chain: {
1926
+ channel_id: 'channel-39'
1927
+ }
1928
+ }],
1929
+ images: [{
1930
+ image_sync: {
1931
+ chain_name: 'osmosis',
1932
+ base_denom: 'uosmo'
1933
+ },
1934
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
1935
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
1936
+ }],
1937
+ logo_URIs: {
1938
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
1939
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
1940
+ }
1941
+ }, {
1942
+ denom_units: [{
1943
+ denom: 'ibc/BE91E15DDEA577CBA163CFB6D8016C585FBA3C31E59118A7C26EA806F57280AB',
1944
+ exponent: 0,
1945
+ aliases: ['ibc/295548A78785A1007F232DE286149A6FF512F180AF5657780FC89C009E2C348F']
1946
+ }, {
1947
+ denom: 'usdc',
1948
+ exponent: 6
1949
+ }],
1950
+ type_asset: 'ics20',
1951
+ base: 'ibc/BE91E15DDEA577CBA163CFB6D8016C585FBA3C31E59118A7C26EA806F57280AB',
1952
+ name: 'Axelar USD Coin',
1953
+ display: 'usdc',
1954
+ symbol: 'axlUSDC',
1955
+ traces: [{
1956
+ type: 'ibc',
1957
+ counterparty: {
1958
+ channel_id: 'channel-94',
1959
+ base_denom: 'ibc/295548A78785A1007F232DE286149A6FF512F180AF5657780FC89C009E2C348F',
1960
+ chain_name: 'kujira'
1961
+ },
1962
+ chain: {
1963
+ channel_id: 'channel-39'
1964
+ }
1965
+ }],
1966
+ images: [{
1967
+ image_sync: {
1968
+ chain_name: 'axelar',
1969
+ base_denom: 'uusdc'
1970
+ },
1971
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.png',
1972
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg'
1973
+ }],
1974
+ logo_URIs: {
1975
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.png',
1976
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg'
1977
+ }
1978
+ }, {
1979
+ denom_units: [{
1980
+ denom: 'ibc/ACD00B6F0321048F9D01018F0CA1AD640FF332735201B1255FA36A8F385565A0',
1981
+ exponent: 0,
1982
+ aliases: ['ibc/3607EB5B5E64DD1C0E12E07F077FF470D5BC4706AFCBC98FE1BA960E5AE4CE07']
1983
+ }, {
1984
+ denom: 'cmdx',
1985
+ exponent: 6
1986
+ }],
1987
+ type_asset: 'ics20',
1988
+ base: 'ibc/ACD00B6F0321048F9D01018F0CA1AD640FF332735201B1255FA36A8F385565A0',
1989
+ name: 'Comdex',
1990
+ display: 'cmdx',
1991
+ symbol: 'CMDX',
1992
+ traces: [{
1993
+ type: 'ibc',
1994
+ counterparty: {
1995
+ channel_id: 'channel-94',
1996
+ base_denom: 'ibc/3607EB5B5E64DD1C0E12E07F077FF470D5BC4706AFCBC98FE1BA960E5AE4CE07',
1997
+ chain_name: 'kujira'
1998
+ },
1999
+ chain: {
2000
+ channel_id: 'channel-39'
2001
+ }
2002
+ }],
2003
+ images: [{
2004
+ image_sync: {
2005
+ chain_name: 'comdex',
2006
+ base_denom: 'ucmdx'
2007
+ },
2008
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmdx.png',
2009
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmdx.svg'
2010
+ }],
2011
+ logo_URIs: {
2012
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmdx.png',
2013
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmdx.svg'
2014
+ }
2015
+ }, {
2016
+ denom_units: [{
2017
+ denom: 'ibc/19E99A9487F1EB2F6E94D7B9BD937B4F306638C97E289AE62EFA60A860230EF0',
2018
+ exponent: 0,
2019
+ aliases: ['ibc/EFF323CC632EC4F747C61BCE238A758EFDB7699C3226565F7C20DA06509D59A5']
2020
+ }, {
2021
+ denom: 'juno',
2022
+ exponent: 6
2023
+ }],
2024
+ base: 'ibc/19E99A9487F1EB2F6E94D7B9BD937B4F306638C97E289AE62EFA60A860230EF0',
2025
+ name: 'Juno',
2026
+ display: 'juno',
2027
+ symbol: 'JUNO',
2028
+ traces: [{
2029
+ type: 'ibc',
2030
+ counterparty: {
2031
+ channel_id: 'channel-94',
2032
+ base_denom: 'ibc/EFF323CC632EC4F747C61BCE238A758EFDB7699C3226565F7C20DA06509D59A5',
2033
+ chain_name: 'kujira'
2034
+ },
2035
+ chain: {
2036
+ channel_id: 'channel-39'
2037
+ }
2038
+ }],
2039
+ images: [{
2040
+ image_sync: {
2041
+ chain_name: 'juno',
2042
+ base_denom: 'ujuno'
2043
+ },
2044
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.png',
2045
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.svg'
2046
+ }],
2047
+ logo_URIs: {
2048
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.png',
2049
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.svg'
2050
+ }
2051
+ }, {
2052
+ denom_units: [{
2053
+ denom: 'ibc/4E36E5AA1C0AD9609CCFA3837B9782B3FFCDD928B2AB0C1DE57855FEF14E272D',
2054
+ exponent: 0,
2055
+ aliases: ['ibc/1B38805B1C75352B28169284F96DF56BDEBD9E8FAC005BDCC8CF0378C82AA8E7']
2056
+ }, {
2057
+ denom: 'weth',
2058
+ exponent: 18
2059
+ }],
2060
+ type_asset: 'ics20',
2061
+ base: 'ibc/4E36E5AA1C0AD9609CCFA3837B9782B3FFCDD928B2AB0C1DE57855FEF14E272D',
2062
+ name: 'Axelar Wrapped Ether',
2063
+ display: 'weth',
2064
+ symbol: 'wETH',
2065
+ traces: [{
2066
+ type: 'ibc',
2067
+ counterparty: {
2068
+ channel_id: 'channel-94',
2069
+ base_denom: 'ibc/1B38805B1C75352B28169284F96DF56BDEBD9E8FAC005BDCC8CF0378C82AA8E7',
2070
+ chain_name: 'kujira'
2071
+ },
2072
+ chain: {
2073
+ channel_id: 'channel-39'
2074
+ }
2075
+ }],
2076
+ images: [{
2077
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/weth.png'
2078
+ }],
2079
+ logo_URIs: {
2080
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/weth.png'
2081
+ }
2082
+ }, {
2083
+ denom_units: [{
2084
+ denom: 'ibc/45B0E72343CD9A9856BB0DEDAE0EEF16832629E7F5916C20795FD905DD36C3F9',
2085
+ exponent: 0,
2086
+ aliases: ['ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2']
2087
+ }, {
2088
+ denom: 'atom',
2089
+ exponent: 6
2090
+ }],
2091
+ type_asset: 'ics20',
2092
+ base: 'ibc/45B0E72343CD9A9856BB0DEDAE0EEF16832629E7F5916C20795FD905DD36C3F9',
2093
+ name: 'Cosmos Hub Atom',
2094
+ display: 'atom',
2095
+ symbol: 'ATOM',
2096
+ traces: [{
2097
+ type: 'ibc',
2098
+ counterparty: {
2099
+ channel_id: 'channel-94',
2100
+ base_denom: 'ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2',
2101
+ chain_name: 'kujira'
2102
+ },
2103
+ chain: {
2104
+ channel_id: 'channel-39'
2105
+ }
2106
+ }],
2107
+ images: [{
2108
+ image_sync: {
2109
+ chain_name: 'cosmoshub',
2110
+ base_denom: 'uatom'
2111
+ },
2112
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
2113
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
2114
+ }],
2115
+ logo_URIs: {
2116
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
2117
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
2118
+ }
2119
+ }, {
2120
+ denom_units: [{
2121
+ denom: 'ibc/CD457A86029FB73DC46430083936A4E07319CAFCD5FB7AF3BC6F8858D9A06B32',
2122
+ exponent: 0,
2123
+ aliases: ['ibc/DA59C009A0B3B95E0549E6BF7B075C8239285989FF457A8EDDBB56F10B2A6986']
2124
+ }, {
2125
+ denom: 'luna',
2126
+ exponent: 6
2127
+ }],
2128
+ base: 'ibc/CD457A86029FB73DC46430083936A4E07319CAFCD5FB7AF3BC6F8858D9A06B32',
2129
+ name: 'Luna',
2130
+ display: 'luna',
2131
+ symbol: 'LUNA',
2132
+ traces: [{
2133
+ type: 'ibc',
2134
+ counterparty: {
2135
+ channel_id: 'channel-94',
2136
+ base_denom: 'ibc/DA59C009A0B3B95E0549E6BF7B075C8239285989FF457A8EDDBB56F10B2A6986',
2137
+ chain_name: 'kujira'
2138
+ },
2139
+ chain: {
2140
+ channel_id: 'channel-39'
2141
+ }
2142
+ }],
2143
+ images: [{
2144
+ image_sync: {
2145
+ chain_name: 'luna',
2146
+ base_denom: 'uluna'
2147
+ },
2148
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.png',
2149
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.svg'
2150
+ }],
2151
+ logo_URIs: {
2152
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.png',
2153
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.svg'
2154
+ }
2155
+ }, {
2156
+ denom_units: [{
2157
+ denom: 'ibc/278D01ACA5332D0D27F9EF96718D89A99B5A0E2923BAD4A0A7E7F910A5E3A3D1',
2158
+ exponent: 0,
2159
+ aliases: ['ibc/4F393C3FCA4190C0A6756CE7F6D897D5D1BE57D6CCB80D0BC87393566A7B6602']
2160
+ }, {
2161
+ denom: 'stars',
2162
+ exponent: 6
2163
+ }],
2164
+ type_asset: 'ics20',
2165
+ base: 'ibc/278D01ACA5332D0D27F9EF96718D89A99B5A0E2923BAD4A0A7E7F910A5E3A3D1',
2166
+ name: 'Stargaze',
2167
+ display: 'stars',
2168
+ symbol: 'STARS',
2169
+ traces: [{
2170
+ type: 'ibc',
2171
+ counterparty: {
2172
+ channel_id: 'channel-94',
2173
+ base_denom: 'ibc/4F393C3FCA4190C0A6756CE7F6D897D5D1BE57D6CCB80D0BC87393566A7B6602',
2174
+ chain_name: 'kujira'
2175
+ },
2176
+ chain: {
2177
+ channel_id: 'channel-39'
2178
+ }
2179
+ }],
2180
+ images: [{
2181
+ image_sync: {
2182
+ chain_name: 'stargaze',
2183
+ base_denom: 'ustars'
2184
+ },
2185
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
2186
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg'
2187
+ }],
2188
+ logo_URIs: {
2189
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
2190
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg'
2191
+ }
2192
+ }, {
2193
+ denom_units: [{
2194
+ denom: 'ibc/C3E9AB7E4AE0C03E9B9BEF96D5778FD3446D1C0A21A89029BD84F730EA611956',
2195
+ exponent: 0,
2196
+ aliases: ['ibc/A358D7F19237777AF6D8AD0E0F53268F8B18AE8A53ED318095C14D6D7F3B2DB5']
2197
+ }, {
2198
+ denom: 'scrt',
2199
+ exponent: 6
2200
+ }],
2201
+ base: 'ibc/C3E9AB7E4AE0C03E9B9BEF96D5778FD3446D1C0A21A89029BD84F730EA611956',
2202
+ name: 'Secret Network',
2203
+ display: 'scrt',
2204
+ symbol: 'SCRT',
2205
+ traces: [{
2206
+ type: 'ibc',
2207
+ counterparty: {
2208
+ channel_id: 'channel-94',
2209
+ base_denom: 'ibc/A358D7F19237777AF6D8AD0E0F53268F8B18AE8A53ED318095C14D6D7F3B2DB5',
2210
+ chain_name: 'kujira'
2211
+ },
2212
+ chain: {
2213
+ channel_id: 'channel-39'
2214
+ }
2215
+ }],
2216
+ images: [{
2217
+ image_sync: {
2218
+ chain_name: 'scrt',
2219
+ base_denom: 'uscrt'
2220
+ },
2221
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
2222
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
2223
+ }],
2224
+ logo_URIs: {
2225
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
2226
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
2227
+ }
2228
+ }, {
2229
+ description: 'The native token of Osmosis',
2230
+ denom_units: [{
2231
+ denom: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
2232
+ exponent: 0,
2233
+ aliases: ['uosmo']
2234
+ }, {
2235
+ denom: 'osmo',
2236
+ exponent: 6
2237
+ }],
2238
+ base: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
2239
+ name: 'Osmosis',
2240
+ display: 'osmo',
2241
+ symbol: 'OSMO',
2242
+ logo_URIs: {
2243
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
2244
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
2245
+ },
2246
+ coingecko_id: 'osmosis',
2247
+ keywords: ['dex', 'staking'],
2248
+ images: [{
2249
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
2250
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
2251
+ }],
2252
+ traces: [{
2253
+ type: 'ibc',
2254
+ counterparty: {
2255
+ channel_id: 'channel-412',
2256
+ base_denom: 'uosmo',
2257
+ chain_name: 'osmosis'
2258
+ },
2259
+ chain: {
2260
+ channel_id: 'channel-0'
2261
+ }
2262
+ }]
2263
+ }, {
2264
+ denom_units: [{
2265
+ denom: 'ibc/F7E92EE59B5428793F3EF5C1A4CB2494F61A9D0C9A69469D02390714A1372E16',
2266
+ exponent: 0,
2267
+ aliases: ['uion']
2268
+ }, {
2269
+ denom: 'ion',
2270
+ exponent: 6
2271
+ }],
2272
+ base: 'ibc/F7E92EE59B5428793F3EF5C1A4CB2494F61A9D0C9A69469D02390714A1372E16',
2273
+ name: 'Ion DAO',
2274
+ display: 'ion',
2275
+ symbol: 'ION',
2276
+ logo_URIs: {
2277
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
2278
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
2279
+ },
2280
+ coingecko_id: 'ion',
2281
+ keywords: ['memecoin'],
2282
+ images: [{
2283
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
2284
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
2285
+ }],
2286
+ traces: [{
2287
+ type: 'ibc',
2288
+ counterparty: {
2289
+ channel_id: 'channel-412',
2290
+ base_denom: 'uion',
2291
+ chain_name: 'osmosis'
2292
+ },
2293
+ chain: {
2294
+ channel_id: 'channel-0'
2295
+ }
2296
+ }]
2297
+ }, {
2298
+ denom_units: [{
2299
+ denom: 'ibc/3616134E71F4F7C0AFD22C439567E8C514BE88955903834F4580D9E3E4E3470F',
2300
+ exponent: 0,
2301
+ aliases: ['factory/osmo14klwqgkmackvx2tqa0trtg69dmy0nrg4ntq4gjgw2za4734r5seqjqm4gm/uibcx']
2302
+ }, {
2303
+ denom: 'ibcx',
2304
+ exponent: 6
2305
+ }],
2306
+ address: 'osmo14klwqgkmackvx2tqa0trtg69dmy0nrg4ntq4gjgw2za4734r5seqjqm4gm',
2307
+ base: 'ibc/3616134E71F4F7C0AFD22C439567E8C514BE88955903834F4580D9E3E4E3470F',
2308
+ name: 'IBC Index',
2309
+ display: 'ibcx',
2310
+ symbol: 'IBCX',
2311
+ logo_URIs: {
2312
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ibcx.svg'
2313
+ },
2314
+ coingecko_id: 'ibc-index',
2315
+ images: [{
2316
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ibcx.svg'
2317
+ }],
2318
+ traces: [{
2319
+ type: 'ibc',
2320
+ counterparty: {
2321
+ channel_id: 'channel-412',
2322
+ base_denom: 'factory/osmo14klwqgkmackvx2tqa0trtg69dmy0nrg4ntq4gjgw2za4734r5seqjqm4gm/uibcx',
2323
+ chain_name: 'osmosis'
2324
+ },
2325
+ chain: {
2326
+ channel_id: 'channel-0'
2327
+ }
2328
+ }]
2329
+ }, {
2330
+ denom_units: [{
2331
+ denom: 'ibc/D4A5AE8E8DD0D49F559F9D85EDF17643E3444BD424FFE7158A8187A5BAFDD463',
2332
+ exponent: 0,
2333
+ aliases: ['factory/osmo1xqw2sl9zk8a6pch0csaw78n4swg5ws8t62wc5qta4gnjxfqg6v2qcs243k/stuibcx']
2334
+ }, {
2335
+ denom: 'stibcx',
2336
+ exponent: 6
2337
+ }],
2338
+ address: 'osmo1xqw2sl9zk8a6pch0csaw78n4swg5ws8t62wc5qta4gnjxfqg6v2qcs243k',
2339
+ base: 'ibc/D4A5AE8E8DD0D49F559F9D85EDF17643E3444BD424FFE7158A8187A5BAFDD463',
2340
+ name: 'Staked IBCX',
2341
+ display: 'stibcx',
2342
+ symbol: 'stIBCX',
2343
+ logo_URIs: {
2344
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/stibcx.png',
2345
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/stibcx.svg'
2346
+ },
2347
+ images: [{
2348
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/stibcx.png',
2349
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/stibcx.svg'
2350
+ }],
2351
+ traces: [{
2352
+ type: 'ibc',
2353
+ counterparty: {
2354
+ channel_id: 'channel-412',
2355
+ base_denom: 'factory/osmo1xqw2sl9zk8a6pch0csaw78n4swg5ws8t62wc5qta4gnjxfqg6v2qcs243k/stuibcx',
2356
+ chain_name: 'osmosis'
2357
+ },
2358
+ chain: {
2359
+ channel_id: 'channel-0'
2360
+ }
2361
+ }]
2362
+ }, {
2363
+ denom_units: [{
2364
+ denom: 'ibc/7FBDBEEEBA9C50C4BCDF7BF438EAB99E64360833D240B32655C96E319559E911',
2365
+ exponent: 0,
2366
+ aliases: ['ibc/D189335C6E4A68B513C10AB227BF1C1D38C746766278BA3EEB4FB14124F1D858']
2367
+ }, {
2368
+ denom: 'usdc',
2369
+ exponent: 6
2370
+ }],
2371
+ type_asset: 'ics20',
2372
+ base: 'ibc/7FBDBEEEBA9C50C4BCDF7BF438EAB99E64360833D240B32655C96E319559E911',
2373
+ name: 'Axelar USD Coin',
2374
+ display: 'usdc',
2375
+ symbol: 'USDC.axl',
2376
+ traces: [{
2377
+ type: 'ibc',
2378
+ counterparty: {
2379
+ channel_id: 'channel-412',
2380
+ base_denom: 'ibc/D189335C6E4A68B513C10AB227BF1C1D38C746766278BA3EEB4FB14124F1D858',
2381
+ chain_name: 'osmosis'
2382
+ },
2383
+ chain: {
2384
+ channel_id: 'channel-0'
2385
+ }
2386
+ }],
2387
+ images: [{
2388
+ image_sync: {
2389
+ chain_name: 'axelar',
2390
+ base_denom: 'uusdc'
2391
+ },
2392
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.png',
2393
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg'
2394
+ }],
2395
+ logo_URIs: {
2396
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.png',
2397
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg'
2398
+ }
2399
+ }, {
2400
+ denom_units: [{
2401
+ denom: 'ibc/18624EAC27898C0DD81951E6638AA8F32B35C626A93142A37E2B17D3F4527B0A',
2402
+ exponent: 0,
2403
+ aliases: ['ibc/0B3C3D06228578334B66B57FBFBA4033216CEB8119B27ACDEE18D92DA5B28D43']
2404
+ }, {
2405
+ denom: 'avalanche-usdc',
2406
+ exponent: 6
2407
+ }],
2408
+ type_asset: 'ics20',
2409
+ base: 'ibc/18624EAC27898C0DD81951E6638AA8F32B35C626A93142A37E2B17D3F4527B0A',
2410
+ name: 'Wormhole USDC(Avalanche)',
2411
+ display: 'avalanche-usdc',
2412
+ symbol: 'avalanche.USDC.wh',
2413
+ traces: [{
2414
+ type: 'ibc',
2415
+ counterparty: {
2416
+ channel_id: 'channel-412',
2417
+ base_denom: 'ibc/0B3C3D06228578334B66B57FBFBA4033216CEB8119B27ACDEE18D92DA5B28D43',
2418
+ chain_name: 'osmosis'
2419
+ },
2420
+ chain: {
2421
+ channel_id: 'channel-0'
2422
+ }
2423
+ }],
2424
+ images: [{
2425
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.hole.png',
2426
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.hole.svg'
2427
+ }],
2428
+ logo_URIs: {
2429
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.hole.png',
2430
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.hole.svg'
2431
+ }
2432
+ }, {
2433
+ denom_units: [{
2434
+ denom: 'ibc/F5FABF52B54E65064B57BF6DBD8E5FAD22CEE9F4B8A57ADBB20CCD0173AA72A4',
2435
+ exponent: 0,
2436
+ aliases: ['ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4']
2437
+ }, {
2438
+ denom: 'usdc',
2439
+ exponent: 6
2440
+ }],
2441
+ type_asset: 'ics20',
2442
+ base: 'ibc/F5FABF52B54E65064B57BF6DBD8E5FAD22CEE9F4B8A57ADBB20CCD0173AA72A4',
2443
+ name: 'Noble USD Coin',
2444
+ display: 'usdc',
2445
+ symbol: 'USDC',
2446
+ traces: [{
2447
+ type: 'ibc',
2448
+ counterparty: {
2449
+ channel_id: 'channel-412',
2450
+ base_denom: 'ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4',
2451
+ chain_name: 'osmosis'
2452
+ },
2453
+ chain: {
2454
+ channel_id: 'channel-0'
2455
+ }
2456
+ }],
2457
+ images: [{
2458
+ image_sync: {
2459
+ chain_name: 'noble',
2460
+ base_denom: 'uusdc'
2461
+ },
2462
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png',
2463
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg'
2464
+ }],
2465
+ logo_URIs: {
2466
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png',
2467
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg'
2468
+ }
2469
+ }, {
2470
+ denom_units: [{
2471
+ denom: 'ibc/AF5559D128329B6C753F15481BEC26E533B847A471074703FA4903E7E6F61BA1',
2472
+ exponent: 0,
2473
+ aliases: ['ibc/D176154B0C63D1F9C6DCFB4F70349EBF2E2B5A87A05902F57A6AE92B863E9AEC']
2474
+ }, {
2475
+ denom: 'stosmo',
2476
+ exponent: 6
2477
+ }],
2478
+ type_asset: 'ics20',
2479
+ base: 'ibc/AF5559D128329B6C753F15481BEC26E533B847A471074703FA4903E7E6F61BA1',
2480
+ name: 'stOSMO',
2481
+ display: 'stosmo',
2482
+ symbol: 'stOSMO',
2483
+ traces: [{
2484
+ type: 'ibc',
2485
+ counterparty: {
2486
+ channel_id: 'channel-412',
2487
+ base_denom: 'ibc/D176154B0C63D1F9C6DCFB4F70349EBF2E2B5A87A05902F57A6AE92B863E9AEC',
2488
+ chain_name: 'osmosis'
2489
+ },
2490
+ chain: {
2491
+ channel_id: 'channel-0'
2492
+ }
2493
+ }],
2494
+ images: [{
2495
+ image_sync: {
2496
+ chain_name: 'stride',
2497
+ base_denom: 'stuosmo'
2498
+ },
2499
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.png',
2500
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.svg'
2501
+ }],
2502
+ logo_URIs: {
2503
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.png',
2504
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.svg'
2505
+ }
2506
+ }, {
2507
+ denom_units: [{
2508
+ denom: 'ibc/6CDD4663F2F09CD62285E2D45891FC149A3568E316CE3EBBE201A71A78A69388',
2509
+ exponent: 0,
2510
+ aliases: ['ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2']
2511
+ }, {
2512
+ denom: 'atom',
2513
+ exponent: 6
2514
+ }],
2515
+ type_asset: 'ics20',
2516
+ base: 'ibc/6CDD4663F2F09CD62285E2D45891FC149A3568E316CE3EBBE201A71A78A69388',
2517
+ name: 'Cosmos Hub Atom',
2518
+ display: 'atom',
2519
+ symbol: 'ATOM',
2520
+ traces: [{
2521
+ type: 'ibc',
2522
+ counterparty: {
2523
+ channel_id: 'channel-412',
2524
+ base_denom: 'ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2',
2525
+ chain_name: 'osmosis'
2526
+ },
2527
+ chain: {
2528
+ channel_id: 'channel-0'
2529
+ }
2530
+ }],
2531
+ images: [{
2532
+ image_sync: {
2533
+ chain_name: 'cosmoshub',
2534
+ base_denom: 'uatom'
2535
+ },
2536
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
2537
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
2538
+ }],
2539
+ logo_URIs: {
2540
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
2541
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
2542
+ }
2543
+ }, {
2544
+ denom_units: [{
2545
+ denom: 'ibc/FCFF8B19C61677F3B78E2A5AE3B4A34A8D23858D16905F253B8438B3AFD07FF8',
2546
+ exponent: 0,
2547
+ aliases: ['ibc/C140AFD542AE77BD7DCC83F13FDD8C5E5BB8C4929785E6EC2F4C636F98F17901']
2548
+ }, {
2549
+ denom: 'statom',
2550
+ exponent: 6
2551
+ }],
2552
+ type_asset: 'ics20',
2553
+ base: 'ibc/FCFF8B19C61677F3B78E2A5AE3B4A34A8D23858D16905F253B8438B3AFD07FF8',
2554
+ name: 'stATOM',
2555
+ display: 'statom',
2556
+ symbol: 'stATOM',
2557
+ traces: [{
2558
+ type: 'ibc',
2559
+ counterparty: {
2560
+ channel_id: 'channel-412',
2561
+ base_denom: 'ibc/C140AFD542AE77BD7DCC83F13FDD8C5E5BB8C4929785E6EC2F4C636F98F17901',
2562
+ chain_name: 'osmosis'
2563
+ },
2564
+ chain: {
2565
+ channel_id: 'channel-0'
2566
+ }
2567
+ }],
2568
+ images: [{
2569
+ image_sync: {
2570
+ chain_name: 'stride',
2571
+ base_denom: 'stuatom'
2572
+ },
2573
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.png',
2574
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.svg'
2575
+ }],
2576
+ logo_URIs: {
2577
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.png',
2578
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.svg'
2579
+ }
2580
+ }, {
2581
+ denom_units: [{
2582
+ denom: 'ibc/A7C4A3FB19E88ABE60416125F9189DA680800F4CDD14E3C10C874E022BEFF04C',
2583
+ exponent: 0,
2584
+ aliases: ['ibc/EA1D43981D5C9A1C4AAEA9C23BB1D4FA126BA9BC7020A25E0AE4AA841EA25DC5']
2585
+ }, {
2586
+ denom: 'weth',
2587
+ exponent: 18
2588
+ }],
2589
+ type_asset: 'ics20',
2590
+ base: 'ibc/A7C4A3FB19E88ABE60416125F9189DA680800F4CDD14E3C10C874E022BEFF04C',
2591
+ name: 'Wrapped Ether',
2592
+ display: 'weth',
2593
+ symbol: 'ETH',
2594
+ traces: [{
2595
+ type: 'ibc',
2596
+ counterparty: {
2597
+ channel_id: 'channel-412',
2598
+ base_denom: 'ibc/EA1D43981D5C9A1C4AAEA9C23BB1D4FA126BA9BC7020A25E0AE4AA841EA25DC5',
2599
+ chain_name: 'osmosis'
2600
+ },
2601
+ chain: {
2602
+ channel_id: 'channel-0'
2603
+ }
2604
+ }],
2605
+ images: [{
2606
+ image_sync: {
2607
+ chain_name: 'axelar',
2608
+ base_denom: 'weth-wei'
2609
+ },
2610
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/weth.png'
2611
+ }],
2612
+ logo_URIs: {
2613
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/weth.png'
2614
+ }
2615
+ }, {
2616
+ denom_units: [{
2617
+ denom: 'ibc/84E70F4A34FB2DE135FD3A04FDDF53B7DA4206080AA785C8BAB7F8B26299A221',
2618
+ exponent: 0,
2619
+ aliases: ['ibc/D1542AA8762DB13087D8364F3EA6509FD6F009A34F00426AF9E4F9FA85CBBF1F']
2620
+ }, {
2621
+ denom: 'wbtc',
2622
+ exponent: 8
2623
+ }],
2624
+ type_asset: 'ics20',
2625
+ base: 'ibc/84E70F4A34FB2DE135FD3A04FDDF53B7DA4206080AA785C8BAB7F8B26299A221',
2626
+ name: 'Wrapped Bitcoin (Axelar)',
2627
+ display: 'wbtc',
2628
+ symbol: 'WBTC.axl',
2629
+ traces: [{
2630
+ type: 'ibc',
2631
+ counterparty: {
2632
+ channel_id: 'channel-412',
2633
+ base_denom: 'ibc/D1542AA8762DB13087D8364F3EA6509FD6F009A34F00426AF9E4F9FA85CBBF1F',
2634
+ chain_name: 'osmosis'
2635
+ },
2636
+ chain: {
2637
+ channel_id: 'channel-0'
2638
+ }
2639
+ }],
2640
+ images: [{
2641
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.svg',
2642
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.png'
2643
+ }, {
2644
+ image_sync: {
2645
+ chain_name: 'axelar',
2646
+ base_denom: 'wbtc-satoshi'
2647
+ },
2648
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/wbtc.png'
2649
+ }],
2650
+ logo_URIs: {
2651
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.svg',
2652
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.png'
2653
+ }
2654
+ }, {
2655
+ description: 'ERIS liquid staked OSMO',
2656
+ denom_units: [{
2657
+ denom: 'ibc/AA054FD00F476B91C63F27F591B410CCC8F9DB1FC829B51353C51458E2817434',
2658
+ exponent: 0,
2659
+ aliases: ['factory/osmo1dv8wz09tckslr2wy5z86r46dxvegylhpt97r9yd6qc3kyc6tv42qa89dr9/ampOSMO']
2660
+ }, {
2661
+ denom: 'ampOSMO',
2662
+ exponent: 6
2663
+ }],
2664
+ address: 'osmo1dv8wz09tckslr2wy5z86r46dxvegylhpt97r9yd6qc3kyc6tv42qa89dr9',
2665
+ base: 'ibc/AA054FD00F476B91C63F27F591B410CCC8F9DB1FC829B51353C51458E2817434',
2666
+ name: 'ERIS Amplified OSMO',
2667
+ display: 'ampOSMO',
2668
+ symbol: 'ampOSMO',
2669
+ logo_URIs: {
2670
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/amposmo.png'
2671
+ },
2672
+ images: [{
2673
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/amposmo.png'
2674
+ }],
2675
+ traces: [{
2676
+ type: 'ibc',
2677
+ counterparty: {
2678
+ channel_id: 'channel-412',
2679
+ base_denom: 'factory/osmo1dv8wz09tckslr2wy5z86r46dxvegylhpt97r9yd6qc3kyc6tv42qa89dr9/ampOSMO',
2680
+ chain_name: 'osmosis'
2681
+ },
2682
+ chain: {
2683
+ channel_id: 'channel-0'
2684
+ }
2685
+ }]
2686
+ }, {
2687
+ description: 'Tether USDT on Osmosis',
2688
+ denom_units: [{
2689
+ denom: 'ibc/A291356F2AE84BEB344DEA335F837AAFBA43C873009D0AC9333E6E3B04AB1AA9',
2690
+ exponent: 0,
2691
+ aliases: ['ibc/4ABBEF4C8926DDDB320AE5188CFD63267ABBCEFC0583E4AE05D6E5AA2401DDAB']
2692
+ }, {
2693
+ denom: 'usdt',
2694
+ exponent: 6
2695
+ }],
2696
+ type_asset: 'ics20',
2697
+ base: 'ibc/A291356F2AE84BEB344DEA335F837AAFBA43C873009D0AC9333E6E3B04AB1AA9',
2698
+ name: 'Tether USDT',
2699
+ display: 'usdt',
2700
+ symbol: 'USDT',
2701
+ traces: [{
2702
+ type: 'ibc',
2703
+ counterparty: {
2704
+ channel_id: 'channel-412',
2705
+ base_denom: 'ibc/4ABBEF4C8926DDDB320AE5188CFD63267ABBCEFC0583E4AE05D6E5AA2401DDAB',
2706
+ chain_name: 'osmosis'
2707
+ },
2708
+ chain: {
2709
+ channel_id: 'channel-0'
2710
+ }
2711
+ }],
2712
+ images: [{
2713
+ image_sync: {
2714
+ chain_name: 'kava',
2715
+ base_denom: 'erc20/tether/usdt'
2716
+ },
2717
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
2718
+ }],
2719
+ logo_URIs: {
2720
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
2721
+ }
2722
+ }, {
2723
+ description: "Membrane's CDP-style stablecoin called CDT",
2724
+ denom_units: [{
2725
+ denom: 'ibc/B0263C28B6F44651F4596413B41FDB749EA010BD1220816DAC0ABF9947C1E806',
2726
+ exponent: 0,
2727
+ aliases: ['factory/osmo1s794h9rxggytja3a4pmwul53u98k06zy2qtrdvjnfuxruh7s8yjs6cyxgd/ucdt']
2728
+ }, {
2729
+ denom: 'cdt',
2730
+ exponent: 6
2731
+ }],
2732
+ base: 'ibc/B0263C28B6F44651F4596413B41FDB749EA010BD1220816DAC0ABF9947C1E806',
2733
+ name: 'CDT Stablecoin',
2734
+ display: 'cdt',
2735
+ symbol: 'CDT',
2736
+ logo_URIs: {
2737
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/CDT.svg'
2738
+ },
2739
+ coingecko_id: 'collateralized-debt-token',
2740
+ images: [{
2741
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/CDT.svg'
2742
+ }],
2743
+ traces: [{
2744
+ type: 'ibc',
2745
+ counterparty: {
2746
+ channel_id: 'channel-412',
2747
+ base_denom: 'factory/osmo1s794h9rxggytja3a4pmwul53u98k06zy2qtrdvjnfuxruh7s8yjs6cyxgd/ucdt',
2748
+ chain_name: 'osmosis'
2749
+ },
2750
+ chain: {
2751
+ channel_id: 'channel-0'
2752
+ }
2753
+ }]
2754
+ }, {
2755
+ description: "Membrane's protocol token",
2756
+ denom_units: [{
2757
+ denom: 'ibc/E94BB144B818CB8061F43E202BEA1E9273B87D6326C8C6F4E6AE71C62FD37854',
2758
+ exponent: 0,
2759
+ aliases: ['factory/osmo1s794h9rxggytja3a4pmwul53u98k06zy2qtrdvjnfuxruh7s8yjs6cyxgd/umbrn']
2760
+ }, {
2761
+ denom: 'mbrn',
2762
+ exponent: 6
2763
+ }],
2764
+ base: 'ibc/E94BB144B818CB8061F43E202BEA1E9273B87D6326C8C6F4E6AE71C62FD37854',
2765
+ name: 'Membrane',
2766
+ display: 'mbrn',
2767
+ symbol: 'MBRN',
2768
+ logo_URIs: {
2769
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/MBRN.svg'
2770
+ },
2771
+ coingecko_id: 'membrane',
2772
+ images: [{
2773
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/MBRN.svg'
2774
+ }],
2775
+ traces: [{
2776
+ type: 'ibc',
2777
+ counterparty: {
2778
+ channel_id: 'channel-412',
2779
+ base_denom: 'factory/osmo1s794h9rxggytja3a4pmwul53u98k06zy2qtrdvjnfuxruh7s8yjs6cyxgd/umbrn',
2780
+ chain_name: 'osmosis'
2781
+ },
2782
+ chain: {
2783
+ channel_id: 'channel-0'
2784
+ }
2785
+ }]
2786
+ }, {
2787
+ description: 'TIA on Osmosis',
2788
+ denom_units: [{
2789
+ denom: 'ibc/6C349F0EB135C5FA99301758F35B87DB88403D690E5E314AB080401FEE4066E5',
2790
+ exponent: 0,
2791
+ aliases: ['ibc/D79E7D83AB399BFFF93433E54FAA480C191248FC556924A2A8351AE2638B3877']
2792
+ }, {
2793
+ denom: 'tia',
2794
+ exponent: 6
2795
+ }],
2796
+ type_asset: 'ics20',
2797
+ base: 'ibc/6C349F0EB135C5FA99301758F35B87DB88403D690E5E314AB080401FEE4066E5',
2798
+ name: 'Celestia TIA',
2799
+ display: 'tia',
2800
+ symbol: 'TIA',
2801
+ traces: [{
2802
+ type: 'ibc',
2803
+ counterparty: {
2804
+ channel_id: 'channel-412',
2805
+ base_denom: 'ibc/D79E7D83AB399BFFF93433E54FAA480C191248FC556924A2A8351AE2638B3877',
2806
+ chain_name: 'osmosis'
2807
+ },
2808
+ chain: {
2809
+ channel_id: 'channel-0'
2810
+ }
2811
+ }],
2812
+ images: [{
2813
+ image_sync: {
2814
+ chain_name: 'celestia',
2815
+ base_denom: 'utia'
2816
+ },
2817
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png',
2818
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg'
2819
+ }],
2820
+ logo_URIs: {
2821
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png',
2822
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg'
2823
+ }
2824
+ }, {
2825
+ description: 'Margined Power Token sqOSMO',
2826
+ denom_units: [{
2827
+ denom: 'ibc/A5BA3F1C38ADAA11F941D66B19A7CD67B127F25DE2EA581BCD2DC4D8D50BEED9',
2828
+ exponent: 0,
2829
+ aliases: ['factory/osmo1g8qypve6l95xmhgc0fddaecerffymsl7kn9muw/squosmo']
2830
+ }, {
2831
+ denom: 'sqosmo',
2832
+ exponent: 6
2833
+ }],
2834
+ base: 'ibc/A5BA3F1C38ADAA11F941D66B19A7CD67B127F25DE2EA581BCD2DC4D8D50BEED9',
2835
+ name: 'OSMO Squared',
2836
+ display: 'sqosmo',
2837
+ symbol: 'sqOSMO',
2838
+ logo_URIs: {
2839
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sqosmo.svg'
2840
+ },
2841
+ images: [{
2842
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sqosmo.svg'
2843
+ }],
2844
+ traces: [{
2845
+ type: 'ibc',
2846
+ counterparty: {
2847
+ channel_id: 'channel-412',
2848
+ base_denom: 'factory/osmo1g8qypve6l95xmhgc0fddaecerffymsl7kn9muw/squosmo',
2849
+ chain_name: 'osmosis'
2850
+ },
2851
+ chain: {
2852
+ channel_id: 'channel-0'
2853
+ }
2854
+ }]
2855
+ }, {
2856
+ description: 'NOIS on Osmosis',
2857
+ denom_units: [{
2858
+ denom: 'ibc/B4D30D3FC770F58F0FAC4C593D18DED847844942A2B8D15E0ABDDBF110AE7A6E',
2859
+ exponent: 0,
2860
+ aliases: ['ibc/6928AFA9EA721938FED13B051F9DBF1272B16393D20C49EA5E4901BB76D94A90']
2861
+ }, {
2862
+ denom: 'nois',
2863
+ exponent: 6
2864
+ }],
2865
+ type_asset: 'ics20',
2866
+ base: 'ibc/B4D30D3FC770F58F0FAC4C593D18DED847844942A2B8D15E0ABDDBF110AE7A6E',
2867
+ name: 'Nois NOIS',
2868
+ display: 'nois',
2869
+ symbol: 'NOIS',
2870
+ traces: [{
2871
+ type: 'ibc',
2872
+ counterparty: {
2873
+ channel_id: 'channel-412',
2874
+ base_denom: 'ibc/6928AFA9EA721938FED13B051F9DBF1272B16393D20C49EA5E4901BB76D94A90',
2875
+ chain_name: 'osmosis'
2876
+ },
2877
+ chain: {
2878
+ channel_id: 'channel-0'
2879
+ }
2880
+ }],
2881
+ images: [{
2882
+ image_sync: {
2883
+ chain_name: 'nois',
2884
+ base_denom: 'unois'
2885
+ },
2886
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.png',
2887
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.svg'
2888
+ }],
2889
+ logo_URIs: {
2890
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.png',
2891
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.svg'
2892
+ }
2893
+ }, {
2894
+ description: 'Margined Power Token sqBTC',
2895
+ denom_units: [{
2896
+ denom: 'ibc/8361A05D7FEB200168AD58B4BE8B9A4F4EC3386FED621B94026B925EFBD2DD88',
2897
+ exponent: 0,
2898
+ aliases: ['factory/osmo1g8qypve6l95xmhgc0fddaecerffymsl7kn9muw/sqbtc']
2899
+ }, {
2900
+ denom: 'sqbtc',
2901
+ exponent: 6
2902
+ }],
2903
+ base: 'ibc/8361A05D7FEB200168AD58B4BE8B9A4F4EC3386FED621B94026B925EFBD2DD88',
2904
+ name: 'BTC Squared',
2905
+ display: 'sqbtc',
2906
+ symbol: 'sqBTC',
2907
+ logo_URIs: {
2908
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sqbtc.svg'
2909
+ },
2910
+ images: [{
2911
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sqbtc.svg'
2912
+ }],
2913
+ traces: [{
2914
+ type: 'ibc',
2915
+ counterparty: {
2916
+ channel_id: 'channel-412',
2917
+ base_denom: 'factory/osmo1g8qypve6l95xmhgc0fddaecerffymsl7kn9muw/sqbtc',
2918
+ chain_name: 'osmosis'
2919
+ },
2920
+ chain: {
2921
+ channel_id: 'channel-0'
2922
+ }
2923
+ }]
2924
+ }, {
2925
+ description: 'Margined Power Token sqATOM',
2926
+ denom_units: [{
2927
+ denom: 'ibc/92CA10D8AD5DFA69918E5860570A33922EC9181F013328034D9423D7A3A95C89',
2928
+ exponent: 0,
2929
+ aliases: ['factory/osmo1g8qypve6l95xmhgc0fddaecerffymsl7kn9muw/sqatom']
2930
+ }, {
2931
+ denom: 'sqatom',
2932
+ exponent: 6
2933
+ }],
2934
+ base: 'ibc/92CA10D8AD5DFA69918E5860570A33922EC9181F013328034D9423D7A3A95C89',
2935
+ name: 'ATOM Squared',
2936
+ display: 'sqatom',
2937
+ symbol: 'sqATOM',
2938
+ logo_URIs: {
2939
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sqatom.svg'
2940
+ },
2941
+ images: [{
2942
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sqatom.svg'
2943
+ }],
2944
+ traces: [{
2945
+ type: 'ibc',
2946
+ counterparty: {
2947
+ channel_id: 'channel-412',
2948
+ base_denom: 'factory/osmo1g8qypve6l95xmhgc0fddaecerffymsl7kn9muw/sqatom',
2949
+ chain_name: 'osmosis'
2950
+ },
2951
+ chain: {
2952
+ channel_id: 'channel-0'
2953
+ }
2954
+ }]
2955
+ }, {
2956
+ description: 'CRO is the native token of the Crypto.org Chain, referred to as Native CRO.',
2957
+ denom_units: [{
2958
+ denom: 'ibc/E1BCC0F7B932E654B1A930F72B76C0678D55095387E2A4D8F00E941A8F82EE48',
2959
+ exponent: 0,
2960
+ aliases: ['ibc/E6931F78057F7CC5DA0FD6CEF82FF39373A6E0452BF1FD76910B93292CF356C1']
2961
+ }, {
2962
+ denom: 'cro',
2963
+ exponent: 8
2964
+ }],
2965
+ type_asset: 'ics20',
2966
+ base: 'ibc/E1BCC0F7B932E654B1A930F72B76C0678D55095387E2A4D8F00E941A8F82EE48',
2967
+ name: 'Cronos',
2968
+ display: 'cro',
2969
+ symbol: 'CRO',
2970
+ traces: [{
2971
+ type: 'ibc',
2972
+ counterparty: {
2973
+ channel_id: 'channel-412',
2974
+ base_denom: 'ibc/E6931F78057F7CC5DA0FD6CEF82FF39373A6E0452BF1FD76910B93292CF356C1',
2975
+ chain_name: 'osmosis'
2976
+ },
2977
+ chain: {
2978
+ channel_id: 'channel-0'
2979
+ }
2980
+ }],
2981
+ images: [{
2982
+ image_sync: {
2983
+ chain_name: 'cryptoorgchain',
2984
+ base_denom: 'basecro'
2985
+ },
2986
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro.svg'
2987
+ }],
2988
+ logo_URIs: {
2989
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro.svg'
2990
+ }
2991
+ }, {
2992
+ description: 'The native token of Stargaze',
2993
+ denom_units: [{
2994
+ denom: 'ibc/11E3CF372E065ACB1A39C531A3C7E7E03F60B5D0653AD2139D31128ACD2772B5',
2995
+ exponent: 0,
2996
+ aliases: ['ibc/987C17B11ABC2B20019178ACE62929FE9840202CE79498E29FE8E5CB02B7C0A4']
2997
+ }, {
2998
+ denom: 'stars',
2999
+ exponent: 6
3000
+ }],
3001
+ type_asset: 'ics20',
3002
+ base: 'ibc/11E3CF372E065ACB1A39C531A3C7E7E03F60B5D0653AD2139D31128ACD2772B5',
3003
+ name: 'Stargaze',
3004
+ display: 'stars',
3005
+ symbol: 'STARS',
3006
+ traces: [{
3007
+ type: 'ibc',
3008
+ counterparty: {
3009
+ channel_id: 'channel-412',
3010
+ base_denom: 'ibc/987C17B11ABC2B20019178ACE62929FE9840202CE79498E29FE8E5CB02B7C0A4',
3011
+ chain_name: 'osmosis'
3012
+ },
3013
+ chain: {
3014
+ channel_id: 'channel-0'
3015
+ }
3016
+ }],
3017
+ images: [{
3018
+ image_sync: {
3019
+ chain_name: 'stargaze',
3020
+ base_denom: 'ustars'
3021
+ },
3022
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
3023
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg'
3024
+ }],
3025
+ logo_URIs: {
3026
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
3027
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg'
3028
+ }
3029
+ }, {
3030
+ description: 'Maximize ETH yield through leveraged staking across Aave, Compound and Morpho and liquidity provision of ETH liquid staking tokens on Uniswap V3.',
3031
+ denom_units: [{
3032
+ denom: 'ibc/9F4C0779B5198070691EA6E6630FFD9C714092FD7F8DEB595A9F8B4421A940AC',
3033
+ exponent: 0,
3034
+ aliases: ['ibc/FBB3FEF80ED2344D821D4F95C31DBFD33E4E31D5324CAD94EF756E67B749F668']
3035
+ }, {
3036
+ denom: 'YieldETH',
3037
+ exponent: 18
3038
+ }],
3039
+ type_asset: 'ics20',
3040
+ base: 'ibc/9F4C0779B5198070691EA6E6630FFD9C714092FD7F8DEB595A9F8B4421A940AC',
3041
+ name: 'Real Yield Eth',
3042
+ display: 'YieldETH',
3043
+ symbol: 'YieldETH',
3044
+ traces: [{
3045
+ type: 'ibc',
3046
+ counterparty: {
3047
+ channel_id: 'channel-412',
3048
+ base_denom: 'ibc/FBB3FEF80ED2344D821D4F95C31DBFD33E4E31D5324CAD94EF756E67B749F668',
3049
+ chain_name: 'osmosis'
3050
+ },
3051
+ chain: {
3052
+ channel_id: 'channel-0'
3053
+ }
3054
+ }],
3055
+ images: [{
3056
+ image_sync: {
3057
+ chain_name: 'ethereum',
3058
+ base_denom: 'wei'
3059
+ },
3060
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
3061
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg'
3062
+ }],
3063
+ logo_URIs: {
3064
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
3065
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg'
3066
+ }
3067
+ }, {
3068
+ description: 'The native staking token of dYdX Protocol.',
3069
+ denom_units: [{
3070
+ denom: 'ibc/64C2F728722DA2B30083372FD2DDDC86B976F963F5BC18122B86E571E91D6BA3',
3071
+ exponent: 0,
3072
+ aliases: ['ibc/831F0B1BBB1D08A2B75311892876D71565478C532967545476DF4C2D7492E48C']
3073
+ }, {
3074
+ denom: 'dydx',
3075
+ exponent: 18
3076
+ }],
3077
+ type_asset: 'ics20',
3078
+ base: 'ibc/64C2F728722DA2B30083372FD2DDDC86B976F963F5BC18122B86E571E91D6BA3',
3079
+ name: 'dYdX',
3080
+ display: 'dydx',
3081
+ symbol: 'DYDX',
3082
+ traces: [{
3083
+ type: 'ibc',
3084
+ counterparty: {
3085
+ channel_id: 'channel-412',
3086
+ base_denom: 'ibc/831F0B1BBB1D08A2B75311892876D71565478C532967545476DF4C2D7492E48C',
3087
+ chain_name: 'osmosis'
3088
+ },
3089
+ chain: {
3090
+ channel_id: 'channel-0'
3091
+ }
3092
+ }],
3093
+ images: [{
3094
+ image_sync: {
3095
+ chain_name: 'dydx',
3096
+ base_denom: 'adydx'
3097
+ },
3098
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png',
3099
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg'
3100
+ }],
3101
+ logo_URIs: {
3102
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png',
3103
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg'
3104
+ }
3105
+ }, {
3106
+ description: 'The native token of Quasar',
3107
+ denom_units: [{
3108
+ denom: 'ibc/FF456FD21AA44251D2122BF19B20C5FE717A1EBD054A59FA1CA4B21742048CA0',
3109
+ exponent: 0,
3110
+ aliases: ['ibc/1B708808D372E959CD4839C594960309283424C775F4A038AAEBE7F83A988477']
3111
+ }, {
3112
+ denom: 'qsr',
3113
+ exponent: 6
3114
+ }],
3115
+ type_asset: 'ics20',
3116
+ base: 'ibc/FF456FD21AA44251D2122BF19B20C5FE717A1EBD054A59FA1CA4B21742048CA0',
3117
+ name: 'Quasar',
3118
+ display: 'qsr',
3119
+ symbol: 'QSR',
3120
+ traces: [{
3121
+ type: 'ibc',
3122
+ counterparty: {
3123
+ channel_id: 'channel-412',
3124
+ base_denom: 'ibc/1B708808D372E959CD4839C594960309283424C775F4A038AAEBE7F83A988477',
3125
+ chain_name: 'osmosis'
3126
+ },
3127
+ chain: {
3128
+ channel_id: 'channel-0'
3129
+ }
3130
+ }],
3131
+ images: [{
3132
+ image_sync: {
3133
+ chain_name: 'quasar',
3134
+ base_denom: 'uqsr'
3135
+ },
3136
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quasar/images/quasar.png'
3137
+ }],
3138
+ logo_URIs: {
3139
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quasar/images/quasar.png'
3140
+ }
3141
+ }, {
3142
+ description: 'Levana native token',
3143
+ denom_units: [{
3144
+ denom: 'ibc/4786BEBBFDD989C467C4552AD73065D8B2578230B8428B3B9275D540EB04C851',
3145
+ exponent: 0,
3146
+ aliases: ['factory/osmo1mlng7pz4pnyxtpq0akfwall37czyk9lukaucsrn30ameplhhshtqdvfm5c/ulvn']
3147
+ }, {
3148
+ denom: 'lvn',
3149
+ exponent: 6
3150
+ }],
3151
+ base: 'ibc/4786BEBBFDD989C467C4552AD73065D8B2578230B8428B3B9275D540EB04C851',
3152
+ name: 'Levana',
3153
+ display: 'lvn',
3154
+ symbol: 'LVN',
3155
+ logo_URIs: {
3156
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/levana.png',
3157
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/levana.svg'
3158
+ },
3159
+ coingecko_id: 'levana-protocol',
3160
+ images: [{
3161
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/levana.png',
3162
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/levana.svg'
3163
+ }, {
3164
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/levana.png'
3165
+ }],
3166
+ traces: [{
3167
+ type: 'ibc',
3168
+ counterparty: {
3169
+ channel_id: 'channel-412',
3170
+ base_denom: 'factory/osmo1mlng7pz4pnyxtpq0akfwall37czyk9lukaucsrn30ameplhhshtqdvfm5c/ulvn',
3171
+ chain_name: 'osmosis'
3172
+ },
3173
+ chain: {
3174
+ channel_id: 'channel-0'
3175
+ }
3176
+ }]
3177
+ }, {
3178
+ description: "MilkyWay's liquid staked TIA",
3179
+ denom_units: [{
3180
+ denom: 'ibc/16065EE5282C5217685C8F084FC44864C25C706AC37356B0D62811D50B96920F',
3181
+ exponent: 0,
3182
+ aliases: ['factory/osmo1f5vfcph2dvfeqcqkhetwv75fda69z7e5c2dldm3kvgj23crkv6wqcn47a0/umilkTIA']
3183
+ }, {
3184
+ denom: 'milkTIA',
3185
+ exponent: 6
3186
+ }],
3187
+ base: 'ibc/16065EE5282C5217685C8F084FC44864C25C706AC37356B0D62811D50B96920F',
3188
+ name: 'milkTIA',
3189
+ display: 'milkTIA',
3190
+ symbol: 'milkTIA',
3191
+ traces: [{
3192
+ type: 'ibc',
3193
+ counterparty: {
3194
+ channel_id: 'channel-412',
3195
+ base_denom: 'factory/osmo1f5vfcph2dvfeqcqkhetwv75fda69z7e5c2dldm3kvgj23crkv6wqcn47a0/umilkTIA',
3196
+ chain_name: 'osmosis'
3197
+ },
3198
+ chain: {
3199
+ channel_id: 'channel-0'
3200
+ }
3201
+ }],
3202
+ logo_URIs: {
3203
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/milktia.png',
3204
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/milktia.svg'
3205
+ },
3206
+ coingecko_id: 'milkyway-staked-tia',
3207
+ images: [{
3208
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/milktia.png',
3209
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/milktia.svg'
3210
+ }]
3211
+ }, {
3212
+ denom_units: [{
3213
+ denom: 'ibc/4E19777F57A46073C673FDAB58A4C6BA85208DCBD5E2948107DE0B7248F0D3B0',
3214
+ exponent: 0,
3215
+ aliases: ['ibc/ECBE78BF7677320A93E7BA1761D144BCBF0CBC247C290C049655E106FE5DC68E']
3216
+ }, {
3217
+ denom: 'stkosmo',
3218
+ exponent: 6,
3219
+ aliases: ['stk/osmo']
3220
+ }],
3221
+ type_asset: 'ics20',
3222
+ base: 'ibc/4E19777F57A46073C673FDAB58A4C6BA85208DCBD5E2948107DE0B7248F0D3B0',
3223
+ name: 'PSTAKE staked OSMO',
3224
+ display: 'stkosmo',
3225
+ symbol: 'stkOSMO',
3226
+ traces: [{
3227
+ type: 'ibc',
3228
+ counterparty: {
3229
+ channel_id: 'channel-412',
3230
+ base_denom: 'ibc/ECBE78BF7677320A93E7BA1761D144BCBF0CBC247C290C049655E106FE5DC68E',
3231
+ chain_name: 'osmosis'
3232
+ },
3233
+ chain: {
3234
+ channel_id: 'channel-0'
3235
+ }
3236
+ }],
3237
+ images: [{
3238
+ image_sync: {
3239
+ chain_name: 'persistence',
3240
+ base_denom: 'stk/uosmo'
3241
+ },
3242
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkosmo.png',
3243
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkosmo.svg'
3244
+ }],
3245
+ logo_URIs: {
3246
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkosmo.png',
3247
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkosmo.svg'
3248
+ }
3249
+ }, {
3250
+ description: 'The PAGE token is used for actions in the PageDAO NFT literary ecosystem and for DAO governance.',
3251
+ denom_units: [{
3252
+ denom: 'ibc/B79B0B919C27401AC597C7C31CC7492EF208A58DCB451A3CCB379BADE3109E5F',
3253
+ exponent: 0,
3254
+ aliases: ['ibc/23A62409E4AD8133116C249B1FA38EED30E500A115D7B153109462CD82C1CD99']
3255
+ }, {
3256
+ denom: 'page',
3257
+ exponent: 8
3258
+ }],
3259
+ type_asset: 'ics20',
3260
+ base: 'ibc/B79B0B919C27401AC597C7C31CC7492EF208A58DCB451A3CCB379BADE3109E5F',
3261
+ name: 'PageDAO',
3262
+ display: 'page',
3263
+ symbol: 'PAGE.grv',
3264
+ traces: [{
3265
+ type: 'ibc',
3266
+ counterparty: {
3267
+ channel_id: 'channel-412',
3268
+ base_denom: 'ibc/23A62409E4AD8133116C249B1FA38EED30E500A115D7B153109462CD82C1CD99',
3269
+ chain_name: 'osmosis'
3270
+ },
3271
+ chain: {
3272
+ channel_id: 'channel-0'
3273
+ }
3274
+ }],
3275
+ images: [{
3276
+ image_sync: {
3277
+ chain_name: 'gravitybridge',
3278
+ base_denom: 'gravity0x60e683C6514Edd5F758A55b6f393BeBBAfaA8d5e'
3279
+ },
3280
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/page.png',
3281
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/page.svg'
3282
+ }],
3283
+ logo_URIs: {
3284
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/page.png',
3285
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/page.svg'
3286
+ }
3287
+ }, {
3288
+ description: "Nomic's native token.",
3289
+ denom_units: [{
3290
+ denom: 'ibc/AD1095193A389090566F66B9F9E1DE8F10D81F7B787717E7EC231369046D0ABF',
3291
+ exponent: 0,
3292
+ aliases: ['ibc/F49DFB3BC8105C57EE7F17EC2402438825B31212CFDD81681EB87911E934F32C']
3293
+ }, {
3294
+ denom: 'nom',
3295
+ exponent: 6
3296
+ }],
3297
+ type_asset: 'ics20',
3298
+ base: 'ibc/AD1095193A389090566F66B9F9E1DE8F10D81F7B787717E7EC231369046D0ABF',
3299
+ name: 'Nomic',
3300
+ display: 'nomic',
3301
+ symbol: 'NOM',
3302
+ traces: [{
3303
+ type: 'ibc',
3304
+ counterparty: {
3305
+ channel_id: 'channel-412',
3306
+ base_denom: 'ibc/F49DFB3BC8105C57EE7F17EC2402438825B31212CFDD81681EB87911E934F32C',
3307
+ chain_name: 'osmosis'
3308
+ },
3309
+ chain: {
3310
+ channel_id: 'channel-0'
3311
+ }
3312
+ }],
3313
+ images: [{
3314
+ image_sync: {
3315
+ chain_name: 'nomic',
3316
+ base_denom: 'unom'
3317
+ },
3318
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nom.png',
3319
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nom.svg'
3320
+ }],
3321
+ logo_URIs: {
3322
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nom.png',
3323
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nom.svg'
3324
+ }
3325
+ }, {
3326
+ description: 'Bitcoin. On Cosmos.',
3327
+ denom_units: [{
3328
+ denom: 'ibc/05F447D15EE51344959C2EFBCE22B14DA3CB55FB4C56EA71F09CCC54E0BF9678',
3329
+ exponent: 0,
3330
+ aliases: ['ibc/75345531D87BD90BF108BE7240BD721CB2CB0A1F16D4EBA71B09EC3C43E15C8F']
3331
+ }, {
3332
+ denom: 'nbtc',
3333
+ exponent: 14
3334
+ }],
3335
+ type_asset: 'ics20',
3336
+ base: 'ibc/05F447D15EE51344959C2EFBCE22B14DA3CB55FB4C56EA71F09CCC54E0BF9678',
3337
+ name: 'Nomic Bitcoin',
3338
+ display: 'nbtc',
3339
+ symbol: 'nBTC',
3340
+ traces: [{
3341
+ type: 'ibc',
3342
+ counterparty: {
3343
+ channel_id: 'channel-412',
3344
+ base_denom: 'ibc/75345531D87BD90BF108BE7240BD721CB2CB0A1F16D4EBA71B09EC3C43E15C8F',
3345
+ chain_name: 'osmosis'
3346
+ },
3347
+ chain: {
3348
+ channel_id: 'channel-0'
3349
+ }
3350
+ }],
3351
+ images: [{
3352
+ image_sync: {
3353
+ chain_name: 'nomic',
3354
+ base_denom: 'usat'
3355
+ },
3356
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nbtc.png',
3357
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nbtc.svg'
3358
+ }],
3359
+ logo_URIs: {
3360
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nbtc.png',
3361
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nbtc.svg'
3362
+ }
3363
+ }, {
3364
+ description: 'AUTISM on Osmosis',
3365
+ denom_units: [{
3366
+ denom: 'ibc/35065FCFC0E3F13EE449D9C02E79ECB91CFAD36F56DF5299CBFD442578ED826E',
3367
+ exponent: 0,
3368
+ aliases: ['ibc/9DDF52A334F92BC57A9E0D59DFF9984EAC61D2A14E5162605DF601AA58FDFC6D']
3369
+ }, {
3370
+ denom: 'autism',
3371
+ exponent: 6
3372
+ }],
3373
+ type_asset: 'ics20',
3374
+ base: 'ibc/35065FCFC0E3F13EE449D9C02E79ECB91CFAD36F56DF5299CBFD442578ED826E',
3375
+ name: 'Injective AUTISM',
3376
+ display: 'autism',
3377
+ symbol: 'AUTISM',
3378
+ traces: [{
3379
+ type: 'ibc',
3380
+ counterparty: {
3381
+ channel_id: 'channel-412',
3382
+ base_denom: 'ibc/9DDF52A334F92BC57A9E0D59DFF9984EAC61D2A14E5162605DF601AA58FDFC6D',
3383
+ chain_name: 'osmosis'
3384
+ },
3385
+ chain: {
3386
+ channel_id: 'channel-0'
3387
+ }
3388
+ }],
3389
+ images: [{
3390
+ image_sync: {
3391
+ chain_name: 'injective',
3392
+ base_denom: 'factory/inj14lf8xm6fcvlggpa7guxzjqwjmtr24gnvf56hvz/autism'
3393
+ },
3394
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/autism.png'
3395
+ }],
3396
+ logo_URIs: {
3397
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/autism.png'
3398
+ }
3399
+ }, {
3400
+ description: 'Woof on Osmosis',
3401
+ denom_units: [{
3402
+ denom: 'ibc/A5E921253495F2A8827BAF18DA3BF18F72E88D7EC9DF047D262915783EA2B272',
3403
+ exponent: 0,
3404
+ aliases: ['ibc/9B8EC667B6DF55387DC0F3ACC4F187DA6921B0806ED35DE6B04DE96F5AB81F53']
3405
+ }, {
3406
+ denom: 'WOOF',
3407
+ exponent: 6
3408
+ }],
3409
+ type_asset: 'ics20',
3410
+ base: 'ibc/A5E921253495F2A8827BAF18DA3BF18F72E88D7EC9DF047D262915783EA2B272',
3411
+ name: 'WOOF chihuahua',
3412
+ display: 'WOOF',
3413
+ symbol: 'WOOF',
3414
+ traces: [{
3415
+ type: 'ibc',
3416
+ counterparty: {
3417
+ channel_id: 'channel-412',
3418
+ base_denom: 'ibc/9B8EC667B6DF55387DC0F3ACC4F187DA6921B0806ED35DE6B04DE96F5AB81F53',
3419
+ chain_name: 'osmosis'
3420
+ },
3421
+ chain: {
3422
+ channel_id: 'channel-0'
3423
+ }
3424
+ }],
3425
+ logo_URIs: {
3426
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/woof.png'
3427
+ },
3428
+ images: [{
3429
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/woof.png'
3430
+ }]
3431
+ }, {
3432
+ description: 'The native coin of Sneaky Productions.',
3433
+ denom_units: [{
3434
+ denom: 'ibc/E890CC919F2CF9442F0A6C5ED8D3375D8A4121D99CA0B97513089AE58BD95336',
3435
+ exponent: 0,
3436
+ aliases: ['ibc/94ED1F172BC633DFC56D7E26551D8B101ADCCC69052AC44FED89F97FF658138F']
3437
+ }, {
3438
+ denom: 'sneaky',
3439
+ exponent: 6
3440
+ }],
3441
+ type_asset: 'ics20',
3442
+ base: 'ibc/E890CC919F2CF9442F0A6C5ED8D3375D8A4121D99CA0B97513089AE58BD95336',
3443
+ name: 'Sneaky Productions',
3444
+ display: 'sneaky',
3445
+ symbol: 'SNEAKY',
3446
+ traces: [{
3447
+ type: 'ibc',
3448
+ counterparty: {
3449
+ channel_id: 'channel-412',
3450
+ base_denom: 'ibc/94ED1F172BC633DFC56D7E26551D8B101ADCCC69052AC44FED89F97FF658138F',
3451
+ chain_name: 'osmosis'
3452
+ },
3453
+ chain: {
3454
+ channel_id: 'channel-0'
3455
+ }
3456
+ }],
3457
+ logo_URIs: {
3458
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/sneaky.png'
3459
+ },
3460
+ images: [{
3461
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/sneaky.png'
3462
+ }]
3463
+ }, {
3464
+ denom_units: [{
3465
+ denom: 'ibc/CE99B4D2A172275C064595B750827855E04D5E068FB7C642C8469CA9B5DB0EE1',
3466
+ exponent: 0,
3467
+ aliases: ['factory/osmo1z0qrq605sjgcqpylfl4aa6s90x738j7m58wyatt0tdzflg2ha26q67k743/wbtc']
3468
+ }, {
3469
+ denom: 'wbtc',
3470
+ exponent: 8
3471
+ }],
3472
+ address: 'osmo1z0qrq605sjgcqpylfl4aa6s90x738j7m58wyatt0tdzflg2ha26q67k743',
3473
+ type_asset: 'sdk.coin',
3474
+ base: 'ibc/CE99B4D2A172275C064595B750827855E04D5E068FB7C642C8469CA9B5DB0EE1',
3475
+ name: 'Wrapped Bitcoin',
3476
+ display: 'wbtc',
3477
+ symbol: 'WBTC',
3478
+ traces: [{
3479
+ type: 'ibc',
3480
+ counterparty: {
3481
+ channel_id: 'channel-412',
3482
+ base_denom: 'factory/osmo1z0qrq605sjgcqpylfl4aa6s90x738j7m58wyatt0tdzflg2ha26q67k743/wbtc',
3483
+ chain_name: 'osmosis'
3484
+ },
3485
+ chain: {
3486
+ channel_id: 'channel-0'
3487
+ }
3488
+ }],
3489
+ images: [{
3490
+ image_sync: {
3491
+ chain_name: 'ethereum',
3492
+ base_denom: '0x2260fac5e5542a773aa44fbcfedf7c193bc2c599'
3493
+ },
3494
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.png',
3495
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.svg'
3496
+ }],
3497
+ logo_URIs: {
3498
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.png',
3499
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.svg'
3500
+ }
3501
+ }, {
3502
+ 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.",
3503
+ denom_units: [{
3504
+ denom: 'ibc/AB7C92666DE8C7A977666B8080CABF0127B652B9D40F7251E6914DE942D9942B',
3505
+ exponent: 0,
3506
+ aliases: ['factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO']
3507
+ }, {
3508
+ denom: 'WOSMO',
3509
+ exponent: 6
3510
+ }],
3511
+ address: 'osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3',
3512
+ base: 'ibc/AB7C92666DE8C7A977666B8080CABF0127B652B9D40F7251E6914DE942D9942B',
3513
+ name: 'WOSMO',
3514
+ display: 'WOSMO',
3515
+ symbol: 'WOSMO',
3516
+ logo_URIs: {
3517
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/WOSMO.png'
3518
+ },
3519
+ images: [{
3520
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/WOSMO.png'
3521
+ }],
3522
+ traces: [{
3523
+ type: 'ibc',
3524
+ counterparty: {
3525
+ channel_id: 'channel-412',
3526
+ base_denom: 'factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO',
3527
+ chain_name: 'osmosis'
3528
+ },
3529
+ chain: {
3530
+ channel_id: 'channel-0'
3531
+ }
3532
+ }]
3533
+ }, {
3534
+ description: 'NLS on Osmosis',
3535
+ denom_units: [{
3536
+ denom: 'ibc/989DF9B673551127FB0176F748F43E6CF67BAF429535DBC8CA1644B5FAF80453',
3537
+ exponent: 0,
3538
+ aliases: ['ibc/D9AFCECDD361D38302AA66EB3BAC23B95234832C51D12489DC451FA2B7C72782']
3539
+ }, {
3540
+ denom: 'nls',
3541
+ exponent: 6
3542
+ }],
3543
+ type_asset: 'ics20',
3544
+ base: 'ibc/989DF9B673551127FB0176F748F43E6CF67BAF429535DBC8CA1644B5FAF80453',
3545
+ name: 'Nolus',
3546
+ display: 'nls',
3547
+ symbol: 'NLS',
3548
+ traces: [{
3549
+ type: 'ibc',
3550
+ counterparty: {
3551
+ channel_id: 'channel-412',
3552
+ base_denom: 'ibc/D9AFCECDD361D38302AA66EB3BAC23B95234832C51D12489DC451FA2B7C72782',
3553
+ chain_name: 'osmosis'
3554
+ },
3555
+ chain: {
3556
+ channel_id: 'channel-0'
3557
+ }
3558
+ }],
3559
+ images: [{
3560
+ image_sync: {
3561
+ chain_name: 'nolus',
3562
+ base_denom: 'unls'
3563
+ },
3564
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.png',
3565
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.svg'
3566
+ }],
3567
+ logo_URIs: {
3568
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.png',
3569
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.svg'
3570
+ }
3571
+ }, {
3572
+ description: 'STRD on Osmosis',
3573
+ denom_units: [{
3574
+ denom: 'ibc/04CA9067228BB51F1C39A506DA00DF07E1496D8308DD21E8EF66AD6169FA722B',
3575
+ exponent: 0,
3576
+ aliases: ['ibc/A8CA5EE328FA10C9519DF6057DA1F69682D28F7D0F5CCC7ECB72E3DCA2D157A4']
3577
+ }, {
3578
+ denom: 'strd',
3579
+ exponent: 6
3580
+ }],
3581
+ type_asset: 'ics20',
3582
+ base: 'ibc/04CA9067228BB51F1C39A506DA00DF07E1496D8308DD21E8EF66AD6169FA722B',
3583
+ name: 'Stride',
3584
+ display: 'strd',
3585
+ symbol: 'STRD',
3586
+ traces: [{
3587
+ type: 'ibc',
3588
+ counterparty: {
3589
+ channel_id: 'channel-412',
3590
+ base_denom: 'ibc/A8CA5EE328FA10C9519DF6057DA1F69682D28F7D0F5CCC7ECB72E3DCA2D157A4',
3591
+ chain_name: 'osmosis'
3592
+ },
3593
+ chain: {
3594
+ channel_id: 'channel-0'
3595
+ }
3596
+ }],
3597
+ images: [{
3598
+ image_sync: {
3599
+ chain_name: 'stride',
3600
+ base_denom: 'ustrd'
3601
+ },
3602
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.png',
3603
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg'
3604
+ }],
3605
+ logo_URIs: {
3606
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.png',
3607
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg'
3608
+ }
3609
+ }, {
3610
+ description: 'Margined Power Token sqTIA',
3611
+ denom_units: [{
3612
+ denom: 'ibc/0A15AC1985AFEA902D4EBE897DABBD28100894D2ECE76E081963145EFC1C5BFF',
3613
+ exponent: 0,
3614
+ aliases: ['factory/osmo1g8qypve6l95xmhgc0fddaecerffymsl7kn9muw/sqtia']
3615
+ }, {
3616
+ denom: 'sqtia',
3617
+ exponent: 6
3618
+ }],
3619
+ base: 'ibc/0A15AC1985AFEA902D4EBE897DABBD28100894D2ECE76E081963145EFC1C5BFF',
3620
+ name: 'TIA Squared',
3621
+ display: 'sqtia',
3622
+ symbol: 'sqTIA',
3623
+ logo_URIs: {
3624
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sqtia.svg'
3625
+ },
3626
+ images: [{
3627
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sqtia.svg'
3628
+ }],
3629
+ traces: [{
3630
+ type: 'ibc',
3631
+ counterparty: {
3632
+ channel_id: 'channel-412',
3633
+ base_denom: 'factory/osmo1g8qypve6l95xmhgc0fddaecerffymsl7kn9muw/sqtia',
3634
+ chain_name: 'osmosis'
3635
+ },
3636
+ chain: {
3637
+ channel_id: 'channel-0'
3638
+ }
3639
+ }]
3640
+ }, {
3641
+ description: 'Sail DAO Token',
3642
+ denom_units: [{
3643
+ denom: 'ibc/7577185E42939EE57EF73E2DE57A28BBE7693EDC0766C506E570C5D6B7636B33',
3644
+ exponent: 0,
3645
+ aliases: ['factory/osmo1rckme96ptawr4zwexxj5g5gej9s2dmud8r2t9j0k0prn5mch5g4snzzwjv/sail']
3646
+ }, {
3647
+ denom: 'sail',
3648
+ exponent: 6
3649
+ }],
3650
+ base: 'ibc/7577185E42939EE57EF73E2DE57A28BBE7693EDC0766C506E570C5D6B7636B33',
3651
+ name: 'Sail',
3652
+ display: 'sail',
3653
+ symbol: 'SAIL',
3654
+ logo_URIs: {
3655
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sail.png'
3656
+ },
3657
+ images: [{
3658
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sail.png'
3659
+ }],
3660
+ traces: [{
3661
+ type: 'ibc',
3662
+ counterparty: {
3663
+ channel_id: 'channel-412',
3664
+ base_denom: 'factory/osmo1rckme96ptawr4zwexxj5g5gej9s2dmud8r2t9j0k0prn5mch5g4snzzwjv/sail',
3665
+ chain_name: 'osmosis'
3666
+ },
3667
+ chain: {
3668
+ channel_id: 'channel-0'
3669
+ }
3670
+ }]
3671
+ }, {
3672
+ description: 'The native token of Secret Network',
3673
+ denom_units: [{
3674
+ denom: 'ibc/BCEFD8175B8C47D712FB639034128CB43776364B79E3251F073CB3A2A32582A0',
3675
+ exponent: 0,
3676
+ aliases: ['uscrt']
3677
+ }, {
3678
+ denom: 'scrt',
3679
+ exponent: 6
3680
+ }],
3681
+ base: 'ibc/BCEFD8175B8C47D712FB639034128CB43776364B79E3251F073CB3A2A32582A0',
3682
+ name: 'Secret Network',
3683
+ display: 'scrt',
3684
+ symbol: 'SCRT',
3685
+ logo_URIs: {
3686
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
3687
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
3688
+ },
3689
+ coingecko_id: 'secret',
3690
+ images: [{
3691
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
3692
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
3693
+ }],
3694
+ traces: [{
3695
+ type: 'ibc',
3696
+ counterparty: {
3697
+ channel_id: 'channel-62',
3698
+ base_denom: 'uscrt',
3699
+ chain_name: 'secretnetwork'
3700
+ },
3701
+ chain: {
3702
+ channel_id: 'channel-2'
3703
+ }
3704
+ }]
3705
+ }]
3706
+ };
3707
+ var _default = exports["default"] = assets;