@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,4889 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports["default"] = void 0;
7
+ var assets = {
8
+ chain_name: 'agoric',
9
+ assets: [{
10
+ description: 'The native token of Archway network',
11
+ denom_units: [{
12
+ denom: 'ibc/3763997B746CA5FDC9883C5192B783B114A4610E1A37751955288E0940BB0B7F',
13
+ exponent: 0,
14
+ aliases: ['aarch']
15
+ }, {
16
+ denom: 'uarch',
17
+ exponent: 12
18
+ }, {
19
+ denom: 'arch',
20
+ exponent: 18
21
+ }],
22
+ base: 'ibc/3763997B746CA5FDC9883C5192B783B114A4610E1A37751955288E0940BB0B7F',
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-20',
39
+ base_denom: 'aarch',
40
+ chain_name: 'archway'
41
+ },
42
+ chain: {
43
+ channel_id: 'channel-60'
44
+ }
45
+ }]
46
+ }, {
47
+ description: 'The native token of Axelar',
48
+ denom_units: [{
49
+ denom: 'ibc/C01154C2547F4CB10A985EA78E7CD4BA891C1504360703A37E1D7043F06B5E1F',
50
+ exponent: 0,
51
+ aliases: ['uaxl']
52
+ }, {
53
+ denom: 'axl',
54
+ exponent: 6
55
+ }],
56
+ base: 'ibc/C01154C2547F4CB10A985EA78E7CD4BA891C1504360703A37E1D7043F06B5E1F',
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-41',
73
+ base_denom: 'uaxl',
74
+ chain_name: 'axelar'
75
+ },
76
+ chain: {
77
+ channel_id: 'channel-9'
78
+ }
79
+ }]
80
+ }, {
81
+ description: "Circle's stablecoin on Axelar",
82
+ denom_units: [{
83
+ denom: 'ibc/295548A78785A1007F232DE286149A6FF512F180AF5657780FC89C009E2C348F',
84
+ exponent: 0,
85
+ aliases: ['uusdc']
86
+ }, {
87
+ denom: 'usdc',
88
+ exponent: 6
89
+ }],
90
+ base: 'ibc/295548A78785A1007F232DE286149A6FF512F180AF5657780FC89C009E2C348F',
91
+ name: 'USD Coin',
92
+ display: 'usdc',
93
+ symbol: 'USDC',
94
+ traces: [{
95
+ type: 'ibc',
96
+ counterparty: {
97
+ channel_id: 'channel-41',
98
+ base_denom: 'uusdc',
99
+ chain_name: 'axelar'
100
+ },
101
+ chain: {
102
+ channel_id: 'channel-9'
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/7B11FE7D6385B46B9F3598B298B81A773CB20A8BA12001D87A78580314218364',
118
+ exponent: 0,
119
+ aliases: ['frax-wei']
120
+ }, {
121
+ denom: 'frax',
122
+ exponent: 18
123
+ }],
124
+ base: 'ibc/7B11FE7D6385B46B9F3598B298B81A773CB20A8BA12001D87A78580314218364',
125
+ name: 'Frax',
126
+ display: 'frax',
127
+ symbol: 'FRAX',
128
+ traces: [{
129
+ type: 'ibc',
130
+ counterparty: {
131
+ channel_id: 'channel-41',
132
+ base_denom: 'frax-wei',
133
+ chain_name: 'axelar'
134
+ },
135
+ chain: {
136
+ channel_id: 'channel-9'
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/3914BDEF46F429A26917E4D8D434620EC4817DC6B6E68FB327E190902F1E9242',
149
+ exponent: 0,
150
+ aliases: ['dai-wei']
151
+ }, {
152
+ denom: 'dai',
153
+ exponent: 18
154
+ }],
155
+ base: 'ibc/3914BDEF46F429A26917E4D8D434620EC4817DC6B6E68FB327E190902F1E9242',
156
+ name: 'Dai Stablecoin',
157
+ display: 'dai',
158
+ symbol: 'DAI',
159
+ traces: [{
160
+ type: 'ibc',
161
+ counterparty: {
162
+ channel_id: 'channel-41',
163
+ base_denom: 'dai-wei',
164
+ chain_name: 'axelar'
165
+ },
166
+ chain: {
167
+ channel_id: 'channel-9'
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/F2331645B9683116188EF36FC04A809C28BD36B54555E8705A37146D0182F045',
182
+ exponent: 0,
183
+ aliases: ['uusdt']
184
+ }, {
185
+ denom: 'usdt',
186
+ exponent: 6
187
+ }],
188
+ base: 'ibc/F2331645B9683116188EF36FC04A809C28BD36B54555E8705A37146D0182F045',
189
+ name: 'Tether USD',
190
+ display: 'usdt',
191
+ symbol: 'USDT',
192
+ traces: [{
193
+ type: 'ibc',
194
+ counterparty: {
195
+ channel_id: 'channel-41',
196
+ base_denom: 'uusdt',
197
+ chain_name: 'axelar'
198
+ },
199
+ chain: {
200
+ channel_id: 'channel-9'
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/1B38805B1C75352B28169284F96DF56BDEBD9E8FAC005BDCC8CF0378C82AA8E7',
215
+ exponent: 0,
216
+ aliases: ['weth-wei']
217
+ }, {
218
+ denom: 'weth',
219
+ exponent: 18
220
+ }],
221
+ base: 'ibc/1B38805B1C75352B28169284F96DF56BDEBD9E8FAC005BDCC8CF0378C82AA8E7',
222
+ name: 'Wrapped Ether',
223
+ display: 'weth',
224
+ symbol: 'WETH',
225
+ traces: [{
226
+ type: 'ibc',
227
+ counterparty: {
228
+ channel_id: 'channel-41',
229
+ base_denom: 'weth-wei',
230
+ chain_name: 'axelar'
231
+ },
232
+ chain: {
233
+ channel_id: 'channel-9'
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/301DAF9CB0A9E247CD478533EF0E21F48FF8118C4A51F77C8BC3EB70E5566DBC',
246
+ exponent: 0,
247
+ aliases: ['wbtc-satoshi']
248
+ }, {
249
+ denom: 'wbtc',
250
+ exponent: 8
251
+ }],
252
+ base: 'ibc/301DAF9CB0A9E247CD478533EF0E21F48FF8118C4A51F77C8BC3EB70E5566DBC',
253
+ name: 'Wrapped Bitcoin',
254
+ display: 'wbtc',
255
+ symbol: 'WBTC',
256
+ traces: [{
257
+ type: 'ibc',
258
+ counterparty: {
259
+ channel_id: 'channel-41',
260
+ base_denom: 'wbtc-satoshi',
261
+ chain_name: 'axelar'
262
+ },
263
+ chain: {
264
+ channel_id: 'channel-9'
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/5E6061C9FE6FC8E5E4E0B7A9313561D28BA6D2A246877DF0FB6636EEEA055131',
277
+ exponent: 0,
278
+ aliases: ['aave-wei']
279
+ }, {
280
+ denom: 'aave',
281
+ exponent: 18
282
+ }],
283
+ base: 'ibc/5E6061C9FE6FC8E5E4E0B7A9313561D28BA6D2A246877DF0FB6636EEEA055131',
284
+ name: 'Aave',
285
+ display: 'aave',
286
+ symbol: 'AAVE',
287
+ traces: [{
288
+ type: 'ibc',
289
+ counterparty: {
290
+ channel_id: 'channel-41',
291
+ base_denom: 'aave-wei',
292
+ chain_name: 'axelar'
293
+ },
294
+ chain: {
295
+ channel_id: 'channel-9'
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/1C9CC36F8E961719EAF52D4A2ECAB84538D0425C63CAC77D516BF07FFAF931D5',
308
+ exponent: 0,
309
+ aliases: ['ape-wei']
310
+ }, {
311
+ denom: 'ape',
312
+ exponent: 18
313
+ }],
314
+ base: 'ibc/1C9CC36F8E961719EAF52D4A2ECAB84538D0425C63CAC77D516BF07FFAF931D5',
315
+ name: 'ApeCoin',
316
+ display: 'ape',
317
+ symbol: 'APE',
318
+ traces: [{
319
+ type: 'ibc',
320
+ counterparty: {
321
+ channel_id: 'channel-41',
322
+ base_denom: 'ape-wei',
323
+ chain_name: 'axelar'
324
+ },
325
+ chain: {
326
+ channel_id: 'channel-9'
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/5181AFC5D9858E80212EE5C9F35D52DAE4E26AD5F55B19DD633206C51DECB6AF',
339
+ exponent: 0,
340
+ aliases: ['axs-wei']
341
+ }, {
342
+ denom: 'axs',
343
+ exponent: 18
344
+ }],
345
+ base: 'ibc/5181AFC5D9858E80212EE5C9F35D52DAE4E26AD5F55B19DD633206C51DECB6AF',
346
+ name: 'Axie Infinity Shard',
347
+ display: 'axs',
348
+ symbol: 'AXS',
349
+ traces: [{
350
+ type: 'ibc',
351
+ counterparty: {
352
+ channel_id: 'channel-41',
353
+ base_denom: 'axs-wei',
354
+ chain_name: 'axelar'
355
+ },
356
+ chain: {
357
+ channel_id: 'channel-9'
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/FC59D6840A41252352263CEA2B832BB86D68D03CBA194263CB9F3C15946796FB',
370
+ exponent: 0,
371
+ aliases: ['link-wei']
372
+ }, {
373
+ denom: 'link',
374
+ exponent: 18
375
+ }],
376
+ base: 'ibc/FC59D6840A41252352263CEA2B832BB86D68D03CBA194263CB9F3C15946796FB',
377
+ name: 'Chainlink',
378
+ display: 'link',
379
+ symbol: 'LINK',
380
+ traces: [{
381
+ type: 'ibc',
382
+ counterparty: {
383
+ channel_id: 'channel-41',
384
+ base_denom: 'link-wei',
385
+ chain_name: 'axelar'
386
+ },
387
+ chain: {
388
+ channel_id: 'channel-9'
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/31A4E6623063E702FB9CF2E7B616DFCCDE319CA2FC4775CDFF26F29F628E7ACF',
403
+ exponent: 0,
404
+ aliases: ['mkr-wei']
405
+ }, {
406
+ denom: 'mkr',
407
+ exponent: 18
408
+ }],
409
+ base: 'ibc/31A4E6623063E702FB9CF2E7B616DFCCDE319CA2FC4775CDFF26F29F628E7ACF',
410
+ name: 'Maker',
411
+ display: 'mkr',
412
+ symbol: 'MKR',
413
+ traces: [{
414
+ type: 'ibc',
415
+ counterparty: {
416
+ channel_id: 'channel-41',
417
+ base_denom: 'mkr-wei',
418
+ chain_name: 'axelar'
419
+ },
420
+ chain: {
421
+ channel_id: 'channel-9'
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/4CA23432A78B272A9EB7010CB72A15A199066D239F1B13BB583F3945EB8A315C',
434
+ exponent: 0,
435
+ aliases: ['rai-wei']
436
+ }, {
437
+ denom: 'rai',
438
+ exponent: 18
439
+ }],
440
+ base: 'ibc/4CA23432A78B272A9EB7010CB72A15A199066D239F1B13BB583F3945EB8A315C',
441
+ name: 'Rai Reflex Index',
442
+ display: 'rai',
443
+ symbol: 'RAI',
444
+ traces: [{
445
+ type: 'ibc',
446
+ counterparty: {
447
+ channel_id: 'channel-41',
448
+ base_denom: 'rai-wei',
449
+ chain_name: 'axelar'
450
+ },
451
+ chain: {
452
+ channel_id: 'channel-9'
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/43BF3152103ED706E207005E7C433AB3440572C1D444FFE49321A0EF6A8EFC82',
465
+ exponent: 0,
466
+ aliases: ['shib-wei']
467
+ }, {
468
+ denom: 'shib',
469
+ exponent: 18
470
+ }],
471
+ base: 'ibc/43BF3152103ED706E207005E7C433AB3440572C1D444FFE49321A0EF6A8EFC82',
472
+ name: 'Shiba Inu',
473
+ display: 'shib',
474
+ symbol: 'SHIB',
475
+ traces: [{
476
+ type: 'ibc',
477
+ counterparty: {
478
+ channel_id: 'channel-41',
479
+ base_denom: 'shib-wei',
480
+ chain_name: 'axelar'
481
+ },
482
+ chain: {
483
+ channel_id: 'channel-9'
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/CA856BEC686F1F2DCFA410D282B1325D98B8AB81436A626F4214B7BF441AAA98',
496
+ exponent: 0,
497
+ aliases: ['steth-wei']
498
+ }, {
499
+ denom: 'steth',
500
+ exponent: 18
501
+ }],
502
+ base: 'ibc/CA856BEC686F1F2DCFA410D282B1325D98B8AB81436A626F4214B7BF441AAA98',
503
+ name: 'Lido Staked Ether',
504
+ display: 'steth',
505
+ symbol: 'stETH',
506
+ traces: [{
507
+ type: 'ibc',
508
+ counterparty: {
509
+ channel_id: 'channel-41',
510
+ base_denom: 'steth-wei',
511
+ chain_name: 'axelar'
512
+ },
513
+ chain: {
514
+ channel_id: 'channel-9'
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/0A88A08F3E9573DB9D8CB74AA3746F6D23C41C3EE7B6CC5AA4695A1DD74FF86B',
527
+ exponent: 0,
528
+ aliases: ['uni-wei']
529
+ }, {
530
+ denom: 'uni',
531
+ exponent: 18
532
+ }],
533
+ base: 'ibc/0A88A08F3E9573DB9D8CB74AA3746F6D23C41C3EE7B6CC5AA4695A1DD74FF86B',
534
+ name: 'Uniswap',
535
+ display: 'uni',
536
+ symbol: 'UNI',
537
+ traces: [{
538
+ type: 'ibc',
539
+ counterparty: {
540
+ channel_id: 'channel-41',
541
+ base_denom: 'uni-wei',
542
+ chain_name: 'axelar'
543
+ },
544
+ chain: {
545
+ channel_id: 'channel-9'
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/7558FFC9B72318EC0510FC99970F079AA28CE1D96B3C34A775A0CCDBE5A2D500',
558
+ exponent: 0,
559
+ aliases: ['xcn-wei']
560
+ }, {
561
+ denom: 'xcn',
562
+ exponent: 18
563
+ }],
564
+ base: 'ibc/7558FFC9B72318EC0510FC99970F079AA28CE1D96B3C34A775A0CCDBE5A2D500',
565
+ name: 'Chain',
566
+ display: 'xcn',
567
+ symbol: 'XCN',
568
+ traces: [{
569
+ type: 'ibc',
570
+ counterparty: {
571
+ channel_id: 'channel-41',
572
+ base_denom: 'xcn-wei',
573
+ chain_name: 'axelar'
574
+ },
575
+ chain: {
576
+ channel_id: 'channel-9'
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/B37E4D9FB5B30F3E1E20A4B2DE2A005E584C5C822C44527546556AE2470B4539',
589
+ exponent: 0,
590
+ aliases: ['dot-planck']
591
+ }, {
592
+ denom: 'dot',
593
+ exponent: 10
594
+ }],
595
+ base: 'ibc/B37E4D9FB5B30F3E1E20A4B2DE2A005E584C5C822C44527546556AE2470B4539',
596
+ name: 'Wrapped Polkadot',
597
+ display: 'dot',
598
+ symbol: 'DOT',
599
+ traces: [{
600
+ type: 'ibc',
601
+ counterparty: {
602
+ channel_id: 'channel-41',
603
+ base_denom: 'dot-planck',
604
+ chain_name: 'axelar'
605
+ },
606
+ chain: {
607
+ channel_id: 'channel-9'
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/C8D63703F5805CE6A2B20555139CF6ED9CDFA870389648EB08D688B94B0AE2C1',
622
+ exponent: 0,
623
+ aliases: ['wglmr-wei']
624
+ }, {
625
+ denom: 'wglmr',
626
+ exponent: 18
627
+ }],
628
+ base: 'ibc/C8D63703F5805CE6A2B20555139CF6ED9CDFA870389648EB08D688B94B0AE2C1',
629
+ name: 'Wrapped Moonbeam',
630
+ display: 'wglmr',
631
+ symbol: 'WGLMR',
632
+ traces: [{
633
+ type: 'ibc',
634
+ counterparty: {
635
+ channel_id: 'channel-41',
636
+ base_denom: 'wglmr-wei',
637
+ chain_name: 'axelar'
638
+ },
639
+ chain: {
640
+ channel_id: 'channel-9'
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/A64467480BBE4CCFC3CF7E25AD1446AA9BDBD4F5BCB9EF6038B83D6964C784E6',
655
+ exponent: 0,
656
+ aliases: ['wmatic-wei']
657
+ }, {
658
+ denom: 'wmatic',
659
+ exponent: 18
660
+ }],
661
+ base: 'ibc/A64467480BBE4CCFC3CF7E25AD1446AA9BDBD4F5BCB9EF6038B83D6964C784E6',
662
+ name: 'Wrapped Matic',
663
+ display: 'wmatic',
664
+ symbol: 'WMATIC',
665
+ traces: [{
666
+ type: 'ibc',
667
+ counterparty: {
668
+ channel_id: 'channel-41',
669
+ base_denom: 'wmatic-wei',
670
+ chain_name: 'axelar'
671
+ },
672
+ chain: {
673
+ channel_id: 'channel-9'
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/DADB399E742FCEE71853E98225D13E44E90292852CD0033DF5CABAB96F80B833',
688
+ exponent: 0,
689
+ aliases: ['wbnb-wei']
690
+ }, {
691
+ denom: 'wbnb',
692
+ exponent: 18
693
+ }],
694
+ base: 'ibc/DADB399E742FCEE71853E98225D13E44E90292852CD0033DF5CABAB96F80B833',
695
+ name: 'Wrapped BNB',
696
+ display: 'wbnb',
697
+ symbol: 'WBNB',
698
+ traces: [{
699
+ type: 'ibc',
700
+ counterparty: {
701
+ channel_id: 'channel-41',
702
+ base_denom: 'wbnb-wei',
703
+ chain_name: 'axelar'
704
+ },
705
+ chain: {
706
+ channel_id: 'channel-9'
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/65CD60D7E37EF830BC6B6A6DF4E3E3884A96C0905A7D271C48DC0440B1989EC7',
721
+ exponent: 0,
722
+ aliases: ['busd-wei']
723
+ }, {
724
+ denom: 'busd',
725
+ exponent: 18
726
+ }],
727
+ base: 'ibc/65CD60D7E37EF830BC6B6A6DF4E3E3884A96C0905A7D271C48DC0440B1989EC7',
728
+ name: 'Binance USD',
729
+ display: 'busd',
730
+ symbol: 'BUSD',
731
+ traces: [{
732
+ type: 'ibc',
733
+ counterparty: {
734
+ channel_id: 'channel-41',
735
+ base_denom: 'busd-wei',
736
+ chain_name: 'axelar'
737
+ },
738
+ chain: {
739
+ channel_id: 'channel-9'
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/004EBF085BBED1029326D56BE8A2E67C08CECE670A94AC1947DF413EF5130EB2',
752
+ exponent: 0,
753
+ aliases: ['wavax-wei']
754
+ }, {
755
+ denom: 'avax',
756
+ exponent: 18
757
+ }],
758
+ base: 'ibc/004EBF085BBED1029326D56BE8A2E67C08CECE670A94AC1947DF413EF5130EB2',
759
+ name: 'Wrapped AVAX',
760
+ display: 'avax',
761
+ symbol: 'WAVAX',
762
+ traces: [{
763
+ type: 'ibc',
764
+ counterparty: {
765
+ channel_id: 'channel-41',
766
+ base_denom: 'wavax-wei',
767
+ chain_name: 'axelar'
768
+ },
769
+ chain: {
770
+ channel_id: 'channel-9'
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/E67ADA2204A941CD4743E70771BA08E24885E1ADD6FD140CE1F9E0FEBB68C6B2',
783
+ exponent: 0,
784
+ aliases: ['wftm-wei']
785
+ }, {
786
+ denom: 'ftm',
787
+ exponent: 18
788
+ }],
789
+ base: 'ibc/E67ADA2204A941CD4743E70771BA08E24885E1ADD6FD140CE1F9E0FEBB68C6B2',
790
+ name: 'Wrapped FTM',
791
+ display: 'ftm',
792
+ symbol: 'WFTM',
793
+ traces: [{
794
+ type: 'ibc',
795
+ counterparty: {
796
+ channel_id: 'channel-41',
797
+ base_denom: 'wftm-wei',
798
+ chain_name: 'axelar'
799
+ },
800
+ chain: {
801
+ channel_id: 'channel-9'
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/7712A3178B36586E44B4AF56B68EFB648EF32ED855F79D61D845858D919458F2',
814
+ exponent: 0,
815
+ aliases: ['polygon-uusdc']
816
+ }, {
817
+ denom: 'polygon-usdc',
818
+ exponent: 6
819
+ }],
820
+ base: 'ibc/7712A3178B36586E44B4AF56B68EFB648EF32ED855F79D61D845858D919458F2',
821
+ name: 'USD Coin from Polygon',
822
+ display: 'polygon-usdc',
823
+ symbol: 'USDC',
824
+ traces: [{
825
+ type: 'ibc',
826
+ counterparty: {
827
+ channel_id: 'channel-41',
828
+ base_denom: 'polygon-uusdc',
829
+ chain_name: 'axelar'
830
+ },
831
+ chain: {
832
+ channel_id: 'channel-9'
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/C9397AFC209C4C14BCADAC0CBCAA2D2ABEDE4A5D3B94FFCDCD1175F589C10445',
847
+ exponent: 0,
848
+ aliases: ['avalanche-uusdc']
849
+ }, {
850
+ denom: 'avalanche-usdc',
851
+ exponent: 6
852
+ }],
853
+ base: 'ibc/C9397AFC209C4C14BCADAC0CBCAA2D2ABEDE4A5D3B94FFCDCD1175F589C10445',
854
+ name: 'USD Coin from Avalanche',
855
+ display: 'avalanche-usdc',
856
+ symbol: 'USDC',
857
+ traces: [{
858
+ type: 'ibc',
859
+ counterparty: {
860
+ channel_id: 'channel-41',
861
+ base_denom: 'avalanche-uusdc',
862
+ chain_name: 'axelar'
863
+ },
864
+ chain: {
865
+ channel_id: 'channel-9'
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/12B075C6C552060240E92A4A215CAF4DB0F1CA98F90897AB30282B9A15842595',
880
+ exponent: 0,
881
+ aliases: ['wfil-wei']
882
+ }, {
883
+ denom: 'fil',
884
+ exponent: 18
885
+ }],
886
+ base: 'ibc/12B075C6C552060240E92A4A215CAF4DB0F1CA98F90897AB30282B9A15842595',
887
+ name: 'Wrapped FIL from Filecoin',
888
+ display: 'fil',
889
+ symbol: 'axlFIL',
890
+ traces: [{
891
+ type: 'ibc',
892
+ counterparty: {
893
+ channel_id: 'channel-41',
894
+ base_denom: 'wfil-wei',
895
+ chain_name: 'axelar'
896
+ },
897
+ chain: {
898
+ channel_id: 'channel-9'
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/96179F5B44CCC15E03AB43D7118E714B4D5CE8F187F7D8A60F2A514299761EA9',
913
+ exponent: 0,
914
+ aliases: ['arb-wei']
915
+ }, {
916
+ denom: 'arb',
917
+ exponent: 18
918
+ }],
919
+ base: 'ibc/96179F5B44CCC15E03AB43D7118E714B4D5CE8F187F7D8A60F2A514299761EA9',
920
+ name: 'Arbitrum',
921
+ display: 'arb',
922
+ symbol: 'ARB',
923
+ traces: [{
924
+ type: 'ibc',
925
+ counterparty: {
926
+ channel_id: 'channel-41',
927
+ base_denom: 'arb-wei',
928
+ chain_name: 'axelar'
929
+ },
930
+ chain: {
931
+ channel_id: 'channel-9'
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/0447761C090DB521DAC0268E8CB4EBF567E519B937DE6FECD2472AA6A1EDE658',
945
+ exponent: 0,
946
+ aliases: ['pepe-wei']
947
+ }, {
948
+ denom: 'pepe',
949
+ exponent: 18
950
+ }],
951
+ base: 'ibc/0447761C090DB521DAC0268E8CB4EBF567E519B937DE6FECD2472AA6A1EDE658',
952
+ name: 'Pepe',
953
+ display: 'pepe',
954
+ symbol: 'PEPE',
955
+ traces: [{
956
+ type: 'ibc',
957
+ counterparty: {
958
+ channel_id: 'channel-41',
959
+ base_denom: 'pepe-wei',
960
+ chain_name: 'axelar'
961
+ },
962
+ chain: {
963
+ channel_id: 'channel-9'
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/3F782FAA0722C47BA753F60010148DB067BD916F3894931552F5007CF5F5F2BC',
981
+ exponent: 0,
982
+ aliases: ['cbeth-wei']
983
+ }, {
984
+ denom: 'cbeth',
985
+ exponent: 18
986
+ }],
987
+ base: 'ibc/3F782FAA0722C47BA753F60010148DB067BD916F3894931552F5007CF5F5F2BC',
988
+ name: 'Coinbase Wrapped Staked ETH',
989
+ display: 'cbeth',
990
+ symbol: 'cbETH',
991
+ traces: [{
992
+ type: 'ibc',
993
+ counterparty: {
994
+ channel_id: 'channel-41',
995
+ base_denom: 'cbeth-wei',
996
+ chain_name: 'axelar'
997
+ },
998
+ chain: {
999
+ channel_id: 'channel-9'
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/0ABEC6EE026C0BEE3712CE58BC0A5D7A7B8B8130535094E459152CB562C1EC85',
1015
+ exponent: 0,
1016
+ aliases: ['reth-wei']
1017
+ }, {
1018
+ denom: 'reth',
1019
+ exponent: 18
1020
+ }],
1021
+ base: 'ibc/0ABEC6EE026C0BEE3712CE58BC0A5D7A7B8B8130535094E459152CB562C1EC85',
1022
+ name: 'Rocket Pool Ether',
1023
+ display: 'reth',
1024
+ symbol: 'rETH',
1025
+ traces: [{
1026
+ type: 'ibc',
1027
+ counterparty: {
1028
+ channel_id: 'channel-41',
1029
+ base_denom: 'reth-wei',
1030
+ chain_name: 'axelar'
1031
+ },
1032
+ chain: {
1033
+ channel_id: 'channel-9'
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/579194AD6EB1B02FE30D7031EF284C1BB7B272EE5F7700462CD8B3DECB542175',
1049
+ exponent: 0,
1050
+ aliases: ['sfrxeth-wei']
1051
+ }, {
1052
+ denom: 'sfrxeth',
1053
+ exponent: 18
1054
+ }],
1055
+ base: 'ibc/579194AD6EB1B02FE30D7031EF284C1BB7B272EE5F7700462CD8B3DECB542175',
1056
+ name: 'Staked Frax Ether',
1057
+ display: 'sfrxeth',
1058
+ symbol: 'sfrxETH',
1059
+ traces: [{
1060
+ type: 'ibc',
1061
+ counterparty: {
1062
+ channel_id: 'channel-41',
1063
+ base_denom: 'sfrxeth-wei',
1064
+ chain_name: 'axelar'
1065
+ },
1066
+ chain: {
1067
+ channel_id: 'channel-9'
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/B572E6F30E7C33D78A50D8B4E973A9C118C30F848DF31A95FAA5E4C7450A8BD0',
1083
+ exponent: 0,
1084
+ aliases: ['wsteth-wei']
1085
+ }, {
1086
+ denom: 'wsteth',
1087
+ exponent: 18
1088
+ }],
1089
+ base: 'ibc/B572E6F30E7C33D78A50D8B4E973A9C118C30F848DF31A95FAA5E4C7450A8BD0',
1090
+ name: 'Wrapped Lido Staked Ether',
1091
+ display: 'wsteth',
1092
+ symbol: 'wstETH',
1093
+ traces: [{
1094
+ type: 'ibc',
1095
+ counterparty: {
1096
+ channel_id: 'channel-41',
1097
+ base_denom: 'wsteth-wei',
1098
+ chain_name: 'axelar'
1099
+ },
1100
+ chain: {
1101
+ channel_id: 'channel-9'
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/B4B3B08FE5FEA65CB25E467C9D95D180A6CDB0EBE730E7BB20CA1BF6C9A80D9B',
1117
+ exponent: 0,
1118
+ aliases: ['yieldeth-wei']
1119
+ }, {
1120
+ denom: 'YieldETH',
1121
+ exponent: 18
1122
+ }],
1123
+ base: 'ibc/B4B3B08FE5FEA65CB25E467C9D95D180A6CDB0EBE730E7BB20CA1BF6C9A80D9B',
1124
+ name: 'Real Yield Eth',
1125
+ display: 'YieldETH',
1126
+ symbol: 'YieldETH',
1127
+ traces: [{
1128
+ type: 'ibc',
1129
+ counterparty: {
1130
+ channel_id: 'channel-41',
1131
+ base_denom: 'yieldeth-wei',
1132
+ chain_name: 'axelar'
1133
+ },
1134
+ chain: {
1135
+ channel_id: 'channel-9'
1136
+ }
1137
+ }],
1138
+ images: [{
1139
+ image_sync: {
1140
+ chain_name: 'ethereum',
1141
+ base_denom: '0xb5b29320d2Dde5BA5BAFA1EbcD270052070483ec'
1142
+ },
1143
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/yieldeth.png',
1144
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/yieldeth.svg'
1145
+ }],
1146
+ logo_URIs: {
1147
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/yieldeth.png',
1148
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/yieldeth.svg'
1149
+ }
1150
+ }, {
1151
+ description: 'The native staking and governance token of Composable.',
1152
+ denom_units: [{
1153
+ denom: 'ibc/2FAD8D00A958B0A5509A4ECF9E719B65EE268DAFB38FED98FF9B90B720F04C28',
1154
+ exponent: 0,
1155
+ aliases: ['ppica']
1156
+ }, {
1157
+ denom: 'pica',
1158
+ exponent: 12
1159
+ }],
1160
+ base: 'ibc/2FAD8D00A958B0A5509A4ECF9E719B65EE268DAFB38FED98FF9B90B720F04C28',
1161
+ name: 'Pica',
1162
+ display: 'pica',
1163
+ symbol: 'PICA',
1164
+ coingecko_id: 'picasso',
1165
+ traces: [{
1166
+ type: 'ibc',
1167
+ counterparty: {
1168
+ channel_id: 'channel-13',
1169
+ base_denom: 'ppica',
1170
+ chain_name: 'composable'
1171
+ },
1172
+ chain: {
1173
+ channel_id: 'channel-55'
1174
+ }
1175
+ }],
1176
+ images: [{
1177
+ image_sync: {
1178
+ chain_name: 'picasso',
1179
+ base_denom: 'ppica'
1180
+ },
1181
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/composable/images/pica.svg'
1182
+ }],
1183
+ logo_URIs: {
1184
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/composable/images/pica.svg'
1185
+ }
1186
+ }, {
1187
+ description: 'The native staking and governance token of Kusama Relay Chain.',
1188
+ denom_units: [{
1189
+ denom: 'ibc/2CCA9A71745C388DE0A9B6F7AA3F28EF3C756509E9D753E36CBBB9D063A35AF7',
1190
+ exponent: 0,
1191
+ aliases: ['ibc/EE9046745AEC0E8302CB7ED9D5AD67F528FB3B7AE044B247FB0FB293DBDA35E9']
1192
+ }, {
1193
+ denom: 'ksm',
1194
+ exponent: 12
1195
+ }],
1196
+ type_asset: 'ics20',
1197
+ base: 'ibc/2CCA9A71745C388DE0A9B6F7AA3F28EF3C756509E9D753E36CBBB9D063A35AF7',
1198
+ name: 'KSM',
1199
+ display: 'ksm',
1200
+ symbol: 'KSM',
1201
+ traces: [{
1202
+ type: 'ibc',
1203
+ counterparty: {
1204
+ channel_id: 'channel-13',
1205
+ base_denom: 'ibc/EE9046745AEC0E8302CB7ED9D5AD67F528FB3B7AE044B247FB0FB293DBDA35E9',
1206
+ chain_name: 'composable'
1207
+ },
1208
+ chain: {
1209
+ channel_id: 'channel-55'
1210
+ }
1211
+ }],
1212
+ images: [{
1213
+ image_sync: {
1214
+ chain_name: 'picasso',
1215
+ base_denom: '4'
1216
+ },
1217
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/kusama/images/ksm.svg'
1218
+ }],
1219
+ logo_URIs: {
1220
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/kusama/images/ksm.svg'
1221
+ }
1222
+ }, {
1223
+ description: 'The native staking and governance token of Polkadot Relay Chain.',
1224
+ denom_units: [{
1225
+ denom: 'ibc/83D7EBBE150B4F5FEB6B4F88ED050DD77C54D7B6970C9A4A6432E1638A384F60',
1226
+ exponent: 0,
1227
+ aliases: ['ibc/3CC19CEC7E5A3E90E78A5A9ECC5A0E2F8F826A375CF1E096F4515CF09DA3E366']
1228
+ }, {
1229
+ denom: 'dot',
1230
+ exponent: 10
1231
+ }],
1232
+ type_asset: 'ics20',
1233
+ base: 'ibc/83D7EBBE150B4F5FEB6B4F88ED050DD77C54D7B6970C9A4A6432E1638A384F60',
1234
+ name: 'DOT',
1235
+ display: 'dot',
1236
+ symbol: 'DOT',
1237
+ traces: [{
1238
+ type: 'ibc',
1239
+ counterparty: {
1240
+ channel_id: 'channel-13',
1241
+ base_denom: 'ibc/3CC19CEC7E5A3E90E78A5A9ECC5A0E2F8F826A375CF1E096F4515CF09DA3E366',
1242
+ chain_name: 'composable'
1243
+ },
1244
+ chain: {
1245
+ channel_id: 'channel-55'
1246
+ }
1247
+ }],
1248
+ images: [{
1249
+ image_sync: {
1250
+ chain_name: 'picasso',
1251
+ base_denom: '79228162514264337593543950342'
1252
+ },
1253
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polkadot/images/dot.svg'
1254
+ }],
1255
+ logo_URIs: {
1256
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polkadot/images/dot.svg'
1257
+ }
1258
+ }, {
1259
+ description: 'The native staking and governance token of Statemine parachain.',
1260
+ denom_units: [{
1261
+ denom: 'ibc/EE2B15A50B49C34E39C2F36FCBFE7060CAEFDD10BFEDD430882A9F19B778FF6A',
1262
+ exponent: 0,
1263
+ aliases: ['ibc/F3EC9F834E57DF704FA3AEAF14E8391C2E58397FE56960AD70E67562990D8265']
1264
+ }, {
1265
+ denom: 'usdt',
1266
+ exponent: 6
1267
+ }],
1268
+ type_asset: 'ics20',
1269
+ base: 'ibc/EE2B15A50B49C34E39C2F36FCBFE7060CAEFDD10BFEDD430882A9F19B778FF6A',
1270
+ name: 'USDT',
1271
+ display: 'usdt',
1272
+ symbol: 'USDT',
1273
+ traces: [{
1274
+ type: 'ibc',
1275
+ counterparty: {
1276
+ channel_id: 'channel-13',
1277
+ base_denom: 'ibc/F3EC9F834E57DF704FA3AEAF14E8391C2E58397FE56960AD70E67562990D8265',
1278
+ chain_name: 'composable'
1279
+ },
1280
+ chain: {
1281
+ channel_id: 'channel-55'
1282
+ }
1283
+ }],
1284
+ images: [{
1285
+ image_sync: {
1286
+ chain_name: 'picasso',
1287
+ base_denom: '130'
1288
+ }
1289
+ }]
1290
+ }, {
1291
+ description: 'The native staking and governance token of the Cosmos Hub.',
1292
+ denom_units: [{
1293
+ denom: 'ibc/BA313C4A19DFBF943586C0387E6B11286F9E416B4DD27574E6909CABE0E342FA',
1294
+ exponent: 0,
1295
+ aliases: ['uatom']
1296
+ }, {
1297
+ denom: 'atom',
1298
+ exponent: 6
1299
+ }],
1300
+ base: 'ibc/BA313C4A19DFBF943586C0387E6B11286F9E416B4DD27574E6909CABE0E342FA',
1301
+ name: 'Cosmos Hub Atom',
1302
+ display: 'atom',
1303
+ symbol: 'ATOM',
1304
+ logo_URIs: {
1305
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
1306
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
1307
+ },
1308
+ coingecko_id: 'cosmos',
1309
+ images: [{
1310
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
1311
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
1312
+ }],
1313
+ traces: [{
1314
+ type: 'ibc',
1315
+ counterparty: {
1316
+ channel_id: 'channel-405',
1317
+ base_denom: 'uatom',
1318
+ chain_name: 'cosmoshub'
1319
+ },
1320
+ chain: {
1321
+ channel_id: 'channel-5'
1322
+ }
1323
+ }]
1324
+ }, {
1325
+ description: 'Tether USDt on the Cosmos Hub',
1326
+ denom_units: [{
1327
+ denom: 'ibc/4622D588BB28BE295AE989CDA49747E77599971364583D3400801116759BE160',
1328
+ exponent: 0,
1329
+ aliases: ['ibc/F04D72CF9B5D9C849BB278B691CDFA2241813327430EC9CDC83F8F4CA4CDC2B0']
1330
+ }, {
1331
+ denom: 'usdt',
1332
+ exponent: 6
1333
+ }],
1334
+ type_asset: 'ics20',
1335
+ base: 'ibc/4622D588BB28BE295AE989CDA49747E77599971364583D3400801116759BE160',
1336
+ name: 'Tether USDt',
1337
+ display: 'usdt',
1338
+ symbol: 'USDt',
1339
+ traces: [{
1340
+ type: 'ibc',
1341
+ counterparty: {
1342
+ channel_id: 'channel-405',
1343
+ base_denom: 'ibc/F04D72CF9B5D9C849BB278B691CDFA2241813327430EC9CDC83F8F4CA4CDC2B0',
1344
+ chain_name: 'cosmoshub'
1345
+ },
1346
+ chain: {
1347
+ channel_id: 'channel-5'
1348
+ }
1349
+ }],
1350
+ images: [{
1351
+ image_sync: {
1352
+ chain_name: 'kava',
1353
+ base_denom: 'erc20/tether/usdt'
1354
+ },
1355
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
1356
+ }],
1357
+ logo_URIs: {
1358
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
1359
+ }
1360
+ }, {
1361
+ description: 'FX on Cosmos Hub',
1362
+ denom_units: [{
1363
+ denom: 'ibc/E00AC899B75D87052B82A2314DF5676CCD8C2ED4797BA8629C58F7658FAE45D0',
1364
+ exponent: 0,
1365
+ aliases: ['ibc/4925E6ABA571A44D2BE0286D2D29AF42A294D0FF2BB16490149A1B26EAD33729']
1366
+ }],
1367
+ type_asset: 'ics20',
1368
+ base: 'ibc/E00AC899B75D87052B82A2314DF5676CCD8C2ED4797BA8629C58F7658FAE45D0',
1369
+ name: 'Function X',
1370
+ display: 'FX',
1371
+ symbol: 'FX',
1372
+ traces: [{
1373
+ type: 'ibc',
1374
+ counterparty: {
1375
+ channel_id: 'channel-405',
1376
+ base_denom: 'ibc/4925E6ABA571A44D2BE0286D2D29AF42A294D0FF2BB16490149A1B26EAD33729',
1377
+ chain_name: 'cosmoshub'
1378
+ },
1379
+ chain: {
1380
+ channel_id: 'channel-5'
1381
+ }
1382
+ }],
1383
+ images: [{
1384
+ image_sync: {
1385
+ chain_name: 'fxcore',
1386
+ base_denom: 'FX'
1387
+ },
1388
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.png',
1389
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.svg'
1390
+ }],
1391
+ logo_URIs: {
1392
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.png',
1393
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.svg'
1394
+ }
1395
+ }, {
1396
+ description: 'The native token of Crescent',
1397
+ denom_units: [{
1398
+ denom: 'ibc/7A0FAE01EB4FD6930A0111759B22BB631BB089C75F7186E4F9ACC0E139DE678C',
1399
+ exponent: 0,
1400
+ aliases: ['ucre']
1401
+ }, {
1402
+ denom: 'cre',
1403
+ exponent: 6
1404
+ }],
1405
+ base: 'ibc/7A0FAE01EB4FD6930A0111759B22BB631BB089C75F7186E4F9ACC0E139DE678C',
1406
+ name: 'Crescent',
1407
+ display: 'cre',
1408
+ symbol: 'CRE',
1409
+ logo_URIs: {
1410
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.png',
1411
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.svg'
1412
+ },
1413
+ coingecko_id: 'crescent-network',
1414
+ images: [{
1415
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.png',
1416
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.svg'
1417
+ }],
1418
+ traces: [{
1419
+ type: 'ibc',
1420
+ counterparty: {
1421
+ channel_id: 'channel-11',
1422
+ base_denom: 'ucre',
1423
+ chain_name: 'crescent'
1424
+ },
1425
+ chain: {
1426
+ channel_id: 'channel-2'
1427
+ }
1428
+ }]
1429
+ }, {
1430
+ description: 'The bonded token of Crescent',
1431
+ denom_units: [{
1432
+ denom: 'ibc/8EA29200F7BBF4941DDCE468340077B206D13078BF146D70F7D798E08C4A172F',
1433
+ exponent: 0,
1434
+ aliases: ['ubcre']
1435
+ }, {
1436
+ denom: 'bcre',
1437
+ exponent: 6
1438
+ }],
1439
+ base: 'ibc/8EA29200F7BBF4941DDCE468340077B206D13078BF146D70F7D798E08C4A172F',
1440
+ name: 'Bonded Crescent',
1441
+ display: 'bcre',
1442
+ symbol: 'bCRE',
1443
+ logo_URIs: {
1444
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/bcre.png',
1445
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/bcre.svg'
1446
+ },
1447
+ coingecko_id: 'liquid-staking-crescent',
1448
+ images: [{
1449
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/bcre.png',
1450
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/bcre.svg'
1451
+ }],
1452
+ traces: [{
1453
+ type: 'ibc',
1454
+ counterparty: {
1455
+ channel_id: 'channel-11',
1456
+ base_denom: 'ubcre',
1457
+ chain_name: 'crescent'
1458
+ },
1459
+ chain: {
1460
+ channel_id: 'channel-2'
1461
+ }
1462
+ }]
1463
+ }, {
1464
+ description: 'The native EVM, governance and staking token of the Evmos Hub',
1465
+ denom_units: [{
1466
+ denom: 'ibc/80D5E86278CE910A7A9653CCA7DEB62C817E07AF9C0C657B43191C43DE60B107',
1467
+ exponent: 0,
1468
+ aliases: ['aevmos']
1469
+ }, {
1470
+ denom: 'evmos',
1471
+ exponent: 18
1472
+ }],
1473
+ base: 'ibc/80D5E86278CE910A7A9653CCA7DEB62C817E07AF9C0C657B43191C43DE60B107',
1474
+ name: 'Evmos',
1475
+ display: 'evmos',
1476
+ symbol: 'EVMOS',
1477
+ logo_URIs: {
1478
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.png',
1479
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.svg'
1480
+ },
1481
+ coingecko_id: 'evmos',
1482
+ images: [{
1483
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.png',
1484
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.svg'
1485
+ }],
1486
+ traces: [{
1487
+ type: 'ibc',
1488
+ counterparty: {
1489
+ channel_id: 'channel-85',
1490
+ base_denom: 'aevmos',
1491
+ chain_name: 'evmos'
1492
+ },
1493
+ chain: {
1494
+ channel_id: 'channel-57'
1495
+ }
1496
+ }]
1497
+ }, {
1498
+ description: 'Tether USDt on Evmos',
1499
+ denom_units: [{
1500
+ denom: 'ibc/36F010908C1ED95C092ACB53B548CDF18BABB494D78215E057A01EB475F1C654',
1501
+ exponent: 0,
1502
+ aliases: ['ibc/95F4898F70B1E3765715808C57E955034419200A7BB6DDECBEAA5FD3AA3DF7D5']
1503
+ }, {
1504
+ denom: 'usdt',
1505
+ exponent: 6
1506
+ }],
1507
+ type_asset: 'ics20',
1508
+ base: 'ibc/36F010908C1ED95C092ACB53B548CDF18BABB494D78215E057A01EB475F1C654',
1509
+ name: 'Tether USDt',
1510
+ display: 'usdt',
1511
+ symbol: 'USDt',
1512
+ traces: [{
1513
+ type: 'ibc',
1514
+ counterparty: {
1515
+ channel_id: 'channel-85',
1516
+ base_denom: 'ibc/95F4898F70B1E3765715808C57E955034419200A7BB6DDECBEAA5FD3AA3DF7D5',
1517
+ chain_name: 'evmos'
1518
+ },
1519
+ chain: {
1520
+ channel_id: 'channel-57'
1521
+ }
1522
+ }],
1523
+ images: [{
1524
+ image_sync: {
1525
+ chain_name: 'kava',
1526
+ base_denom: 'erc20/tether/usdt'
1527
+ },
1528
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
1529
+ }],
1530
+ logo_URIs: {
1531
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
1532
+ }
1533
+ }, {
1534
+ description: 'The token of Neokingdom DAO.',
1535
+ denom_units: [{
1536
+ denom: 'ibc/B44BF5AB79C7893A27BAFCF65702B3EBC6DD1E2CF0C8D43605ACDFD1F98229BB',
1537
+ exponent: 0,
1538
+ aliases: ['erc20/0x655ecB57432CC1370f65e5dc2309588b71b473A9']
1539
+ }, {
1540
+ denom: 'neok',
1541
+ exponent: 18
1542
+ }],
1543
+ base: 'ibc/B44BF5AB79C7893A27BAFCF65702B3EBC6DD1E2CF0C8D43605ACDFD1F98229BB',
1544
+ name: 'Neokingdom DAO',
1545
+ display: 'neok',
1546
+ symbol: 'NEOK',
1547
+ logo_URIs: {
1548
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
1549
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
1550
+ },
1551
+ images: [{
1552
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
1553
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
1554
+ }],
1555
+ traces: [{
1556
+ type: 'ibc',
1557
+ counterparty: {
1558
+ channel_id: 'channel-85',
1559
+ base_denom: 'erc20/0x655ecB57432CC1370f65e5dc2309588b71b473A9',
1560
+ chain_name: 'evmos'
1561
+ },
1562
+ chain: {
1563
+ channel_id: 'channel-57'
1564
+ }
1565
+ }]
1566
+ }, {
1567
+ description: 'The native token of Gravity Bridge',
1568
+ denom_units: [{
1569
+ denom: 'ibc/64B3EFE08A6A3EF5D2A7F1D3AF033DDC951DA51F92E06CC31D3F9AF8E8368860',
1570
+ exponent: 0,
1571
+ aliases: ['ugraviton']
1572
+ }, {
1573
+ denom: 'graviton',
1574
+ exponent: 6
1575
+ }],
1576
+ base: 'ibc/64B3EFE08A6A3EF5D2A7F1D3AF033DDC951DA51F92E06CC31D3F9AF8E8368860',
1577
+ name: 'Graviton',
1578
+ display: 'graviton',
1579
+ symbol: 'GRAV',
1580
+ coingecko_id: 'graviton',
1581
+ logo_URIs: {
1582
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/gravitybridge/images/grav.png',
1583
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/gravitybridge/images/grav.svg'
1584
+ },
1585
+ images: [{
1586
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/gravitybridge/images/grav.png',
1587
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/gravitybridge/images/grav.svg'
1588
+ }],
1589
+ traces: [{
1590
+ type: 'ibc',
1591
+ counterparty: {
1592
+ channel_id: 'channel-91',
1593
+ base_denom: 'ugraviton',
1594
+ chain_name: 'gravitybridge'
1595
+ },
1596
+ chain: {
1597
+ channel_id: 'channel-4'
1598
+ }
1599
+ }]
1600
+ }, {
1601
+ description: 'pSTAKE is a liquid staking protocol unlocking the liquidity of staked assets.',
1602
+ denom_units: [{
1603
+ denom: 'ibc/E96596EC750E62E4FFEF17600260AD95EE5F073FB5CA103FC35F3816EED2F8DA',
1604
+ exponent: 0,
1605
+ aliases: ['gravity0xfB5c6815cA3AC72Ce9F5006869AE67f18bF77006']
1606
+ }, {
1607
+ denom: 'pstake',
1608
+ exponent: 18
1609
+ }],
1610
+ base: 'ibc/E96596EC750E62E4FFEF17600260AD95EE5F073FB5CA103FC35F3816EED2F8DA',
1611
+ name: 'pSTAKE Finance',
1612
+ display: 'pstake',
1613
+ symbol: 'PSTAKE',
1614
+ traces: [{
1615
+ type: 'ibc',
1616
+ counterparty: {
1617
+ channel_id: 'channel-91',
1618
+ base_denom: 'gravity0xfB5c6815cA3AC72Ce9F5006869AE67f18bF77006',
1619
+ chain_name: 'gravitybridge'
1620
+ },
1621
+ chain: {
1622
+ channel_id: 'channel-4'
1623
+ }
1624
+ }],
1625
+ logo_URIs: {
1626
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/pstake.png',
1627
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/pstake.svg'
1628
+ },
1629
+ images: [{
1630
+ image_sync: {
1631
+ chain_name: 'ethereum',
1632
+ base_denom: '0xfB5c6815cA3AC72Ce9F5006869AE67f18bF77006'
1633
+ },
1634
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/pstake.png',
1635
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/pstake.svg'
1636
+ }]
1637
+ }, {
1638
+ description: 'Gravity Bridge WETH',
1639
+ denom_units: [{
1640
+ denom: 'ibc/9029A9BAC81D8D34BC3F35691FD1B02E312BE324F8FF30D979E8551B4F01FAD9',
1641
+ exponent: 0,
1642
+ aliases: ['gravity0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2']
1643
+ }, {
1644
+ denom: 'gweth',
1645
+ exponent: 18
1646
+ }],
1647
+ base: 'ibc/9029A9BAC81D8D34BC3F35691FD1B02E312BE324F8FF30D979E8551B4F01FAD9',
1648
+ name: 'Wrapped Ethereum',
1649
+ display: 'gweth',
1650
+ symbol: 'WETH',
1651
+ logo_URIs: {
1652
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/weth.svg'
1653
+ },
1654
+ traces: [{
1655
+ type: 'ibc',
1656
+ counterparty: {
1657
+ channel_id: 'channel-91',
1658
+ base_denom: 'gravity0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2',
1659
+ chain_name: 'gravitybridge'
1660
+ },
1661
+ chain: {
1662
+ channel_id: 'channel-4'
1663
+ }
1664
+ }],
1665
+ images: [{
1666
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/weth.svg'
1667
+ }]
1668
+ }, {
1669
+ description: 'Gravity Bridge USDC',
1670
+ denom_units: [{
1671
+ denom: 'ibc/6831292903487E58BF9A195FDDC8A2E626B3DF39B88F4E7F41C935CADBAF54AC',
1672
+ exponent: 0,
1673
+ aliases: ['gravity0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48']
1674
+ }, {
1675
+ denom: 'gusdc',
1676
+ exponent: 6
1677
+ }],
1678
+ base: 'ibc/6831292903487E58BF9A195FDDC8A2E626B3DF39B88F4E7F41C935CADBAF54AC',
1679
+ name: 'USD Coin',
1680
+ display: 'gusdc',
1681
+ symbol: 'USDC',
1682
+ logo_URIs: {
1683
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
1684
+ },
1685
+ traces: [{
1686
+ type: 'ibc',
1687
+ counterparty: {
1688
+ channel_id: 'channel-91',
1689
+ base_denom: 'gravity0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48',
1690
+ chain_name: 'gravitybridge'
1691
+ },
1692
+ chain: {
1693
+ channel_id: 'channel-4'
1694
+ }
1695
+ }],
1696
+ images: [{
1697
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
1698
+ }]
1699
+ }, {
1700
+ description: 'Gravity Bridge USDT',
1701
+ denom_units: [{
1702
+ denom: 'ibc/386D09AE31DA7C0C93091BB45D08CB7A0730B1F697CD813F06A5446DCF02EEB2',
1703
+ exponent: 0,
1704
+ aliases: ['gravity0xdAC17F958D2ee523a2206206994597C13D831ec7']
1705
+ }, {
1706
+ denom: 'gusdt',
1707
+ exponent: 6
1708
+ }],
1709
+ base: 'ibc/386D09AE31DA7C0C93091BB45D08CB7A0730B1F697CD813F06A5446DCF02EEB2',
1710
+ name: 'Tether USD',
1711
+ display: 'gusdt',
1712
+ symbol: 'USDT',
1713
+ logo_URIs: {
1714
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
1715
+ },
1716
+ traces: [{
1717
+ type: 'ibc',
1718
+ counterparty: {
1719
+ channel_id: 'channel-91',
1720
+ base_denom: 'gravity0xdAC17F958D2ee523a2206206994597C13D831ec7',
1721
+ chain_name: 'gravitybridge'
1722
+ },
1723
+ chain: {
1724
+ channel_id: 'channel-4'
1725
+ }
1726
+ }],
1727
+ images: [{
1728
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
1729
+ }]
1730
+ }, {
1731
+ description: 'Gravity Bridge WBTC',
1732
+ denom_units: [{
1733
+ denom: 'ibc/2712F9E7BEA5406716C04395A936A9A33D6EFC643863A358BA822A41D8C6A923',
1734
+ exponent: 0,
1735
+ aliases: ['gravity0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599']
1736
+ }, {
1737
+ denom: 'gwbtc',
1738
+ exponent: 8
1739
+ }],
1740
+ base: 'ibc/2712F9E7BEA5406716C04395A936A9A33D6EFC643863A358BA822A41D8C6A923',
1741
+ name: 'Wrapped Bitcoin',
1742
+ display: 'gwbtc',
1743
+ symbol: 'WBTC',
1744
+ logo_URIs: {
1745
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.png',
1746
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.svg'
1747
+ },
1748
+ traces: [{
1749
+ type: 'ibc',
1750
+ counterparty: {
1751
+ channel_id: 'channel-91',
1752
+ base_denom: 'gravity0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599',
1753
+ chain_name: 'gravitybridge'
1754
+ },
1755
+ chain: {
1756
+ channel_id: 'channel-4'
1757
+ }
1758
+ }],
1759
+ images: [{
1760
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.png',
1761
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.svg'
1762
+ }]
1763
+ }, {
1764
+ description: 'Gravity Bridge DAI',
1765
+ denom_units: [{
1766
+ denom: 'ibc/3D5291C23D776C3AA7A7ABB34C7B023193ECD2BC42EA19D3165B2CF9652117E7',
1767
+ exponent: 0,
1768
+ aliases: ['gravity0x6B175474E89094C44Da98b954EedeAC495271d0F']
1769
+ }, {
1770
+ denom: 'gdai',
1771
+ exponent: 18
1772
+ }],
1773
+ base: 'ibc/3D5291C23D776C3AA7A7ABB34C7B023193ECD2BC42EA19D3165B2CF9652117E7',
1774
+ name: 'Dai Stablecoin',
1775
+ display: 'gdai',
1776
+ symbol: 'DAI',
1777
+ logo_URIs: {
1778
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/dai.svg'
1779
+ },
1780
+ traces: [{
1781
+ type: 'ibc',
1782
+ counterparty: {
1783
+ channel_id: 'channel-91',
1784
+ base_denom: 'gravity0x6B175474E89094C44Da98b954EedeAC495271d0F',
1785
+ chain_name: 'gravitybridge'
1786
+ },
1787
+ chain: {
1788
+ channel_id: 'channel-4'
1789
+ }
1790
+ }],
1791
+ images: [{
1792
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/dai.svg'
1793
+ }]
1794
+ }, {
1795
+ description: 'Gravity Bridge sDAI',
1796
+ denom_units: [{
1797
+ denom: 'ibc/CC4254DC29095615C89368B3A3DD2DEF805655B329E302EAADCB7A98868CB20E',
1798
+ exponent: 0,
1799
+ aliases: ['gravity0x83F20F44975D03b1b09e64809B757c47f942BEeA']
1800
+ }, {
1801
+ denom: 'gsdai',
1802
+ exponent: 18
1803
+ }],
1804
+ base: 'ibc/CC4254DC29095615C89368B3A3DD2DEF805655B329E302EAADCB7A98868CB20E',
1805
+ name: 'Savings Dai',
1806
+ display: 'gsdai',
1807
+ symbol: 'sDAI',
1808
+ logo_URIs: {
1809
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/sdai.png',
1810
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/sdai.svg'
1811
+ },
1812
+ traces: [{
1813
+ type: 'ibc',
1814
+ counterparty: {
1815
+ channel_id: 'channel-91',
1816
+ base_denom: 'gravity0x83F20F44975D03b1b09e64809B757c47f942BEeA',
1817
+ chain_name: 'gravitybridge'
1818
+ },
1819
+ chain: {
1820
+ channel_id: 'channel-4'
1821
+ }
1822
+ }],
1823
+ images: [{
1824
+ image_sync: {
1825
+ base_denom: 'ethereum',
1826
+ chain_name: '0x83F20F44975D03b1b09e64809B757c47f942BEeA'
1827
+ },
1828
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/sdai.png',
1829
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/sdai.svg'
1830
+ }]
1831
+ }, {
1832
+ description: 'Gravity Bridge OCC',
1833
+ denom_units: [{
1834
+ denom: 'ibc/EA610A3D11C586B2DE1D7F79394D24BD0A640480398A41DFE97D28B44A79A945',
1835
+ exponent: 0,
1836
+ aliases: ['gravity0x2F109021aFe75B949429fe30523Ee7C0D5B27207']
1837
+ }, {
1838
+ denom: 'gocc',
1839
+ exponent: 18
1840
+ }],
1841
+ base: 'ibc/EA610A3D11C586B2DE1D7F79394D24BD0A640480398A41DFE97D28B44A79A945',
1842
+ name: 'OccamFi',
1843
+ display: 'gocc',
1844
+ symbol: 'OCC',
1845
+ logo_URIs: {
1846
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/occamfi.png'
1847
+ },
1848
+ traces: [{
1849
+ type: 'ibc',
1850
+ counterparty: {
1851
+ channel_id: 'channel-91',
1852
+ base_denom: 'gravity0x2F109021aFe75B949429fe30523Ee7C0D5B27207',
1853
+ chain_name: 'gravitybridge'
1854
+ },
1855
+ chain: {
1856
+ channel_id: 'channel-4'
1857
+ }
1858
+ }],
1859
+ images: [{
1860
+ image_sync: {
1861
+ chain_name: 'ethereum',
1862
+ base_denom: '0x2F109021aFe75B949429fe30523Ee7C0D5B27207'
1863
+ },
1864
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/occamfi.png'
1865
+ }]
1866
+ }, {
1867
+ description: 'The PAGE token is used for actions in the PageDAO NFT literary ecosystem and for DAO governance.',
1868
+ denom_units: [{
1869
+ denom: 'ibc/FD2CEC438D750F94336B4DA203B4E6F5D9D470AC585E1637D8A2D3D5E0C23284',
1870
+ exponent: 0,
1871
+ aliases: ['gravity0x60e683C6514Edd5F758A55b6f393BeBBAfaA8d5e']
1872
+ }, {
1873
+ denom: 'page',
1874
+ exponent: 8
1875
+ }],
1876
+ base: 'ibc/FD2CEC438D750F94336B4DA203B4E6F5D9D470AC585E1637D8A2D3D5E0C23284',
1877
+ name: 'Page',
1878
+ display: 'page',
1879
+ symbol: 'PAGE',
1880
+ logo_URIs: {
1881
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/page.png',
1882
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/page.svg'
1883
+ },
1884
+ traces: [{
1885
+ type: 'ibc',
1886
+ counterparty: {
1887
+ channel_id: 'channel-91',
1888
+ base_denom: 'gravity0x60e683C6514Edd5F758A55b6f393BeBBAfaA8d5e',
1889
+ chain_name: 'gravitybridge'
1890
+ },
1891
+ chain: {
1892
+ channel_id: 'channel-4'
1893
+ }
1894
+ }],
1895
+ images: [{
1896
+ image_sync: {
1897
+ chain_name: 'ethereum',
1898
+ base_denom: '0x60e683C6514Edd5F758A55b6f393BeBBAfaA8d5e'
1899
+ },
1900
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/page.png',
1901
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/page.svg'
1902
+ }]
1903
+ }, {
1904
+ description: 'The native staking and governance token of the Kujira chain.',
1905
+ denom_units: [{
1906
+ denom: 'ibc/6AA5123E11E0AB0D7ACCF898848435C06A1D1C138D4732FB90F9414205B6F0FA',
1907
+ exponent: 0,
1908
+ aliases: ['ukuji']
1909
+ }, {
1910
+ denom: 'kuji',
1911
+ exponent: 6
1912
+ }],
1913
+ base: 'ibc/6AA5123E11E0AB0D7ACCF898848435C06A1D1C138D4732FB90F9414205B6F0FA',
1914
+ name: 'Kujira',
1915
+ display: 'kuji',
1916
+ symbol: 'KUJI',
1917
+ coingecko_id: 'kujira',
1918
+ logo_URIs: {
1919
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.png',
1920
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.svg'
1921
+ },
1922
+ images: [{
1923
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.png',
1924
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.svg'
1925
+ }],
1926
+ traces: [{
1927
+ type: 'ibc',
1928
+ counterparty: {
1929
+ channel_id: 'channel-61',
1930
+ base_denom: 'ukuji',
1931
+ chain_name: 'kujira'
1932
+ },
1933
+ chain: {
1934
+ channel_id: 'channel-13'
1935
+ }
1936
+ }]
1937
+ }, {
1938
+ description: 'The native over-collateralized stablecoin from the Kujira chain.',
1939
+ denom_units: [{
1940
+ denom: 'ibc/C7AE6C81AF31E5F32F10BCFFE9219A728B8E0CDEB07A9D38B163DFFBC512CB83',
1941
+ exponent: 0,
1942
+ aliases: ['factory/kujira1qk00h5atutpsv900x202pxx42npjr9thg58dnqpa72f2p7m2luase444a7/uusk']
1943
+ }, {
1944
+ denom: 'usk',
1945
+ exponent: 6
1946
+ }],
1947
+ base: 'ibc/C7AE6C81AF31E5F32F10BCFFE9219A728B8E0CDEB07A9D38B163DFFBC512CB83',
1948
+ name: 'USK',
1949
+ display: 'usk',
1950
+ symbol: 'USK',
1951
+ coingecko_id: 'usk',
1952
+ logo_URIs: {
1953
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/usk.png',
1954
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/usk.svg'
1955
+ },
1956
+ images: [{
1957
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/usk.png',
1958
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/usk.svg'
1959
+ }],
1960
+ traces: [{
1961
+ type: 'ibc',
1962
+ counterparty: {
1963
+ channel_id: 'channel-61',
1964
+ base_denom: 'factory/kujira1qk00h5atutpsv900x202pxx42npjr9thg58dnqpa72f2p7m2luase444a7/uusk',
1965
+ chain_name: 'kujira'
1966
+ },
1967
+ chain: {
1968
+ channel_id: 'channel-13'
1969
+ }
1970
+ }]
1971
+ }, {
1972
+ description: "Quark's auto-compounding KUJI derivative",
1973
+ denom_units: [{
1974
+ denom: 'ibc/C3F403298B8E1F1F3989FCA9336D6942B6AFF23978EF220158436FD0CC19D82E',
1975
+ exponent: 0,
1976
+ aliases: ['factory/kujira1m96ucsfpt2yy72w09z2rxjdj38y5qd8lqx5jtggnejmdua2ynpnsxyvjex/urcpt']
1977
+ }, {
1978
+ denom: 'qcKUJI',
1979
+ exponent: 6
1980
+ }],
1981
+ base: 'ibc/C3F403298B8E1F1F3989FCA9336D6942B6AFF23978EF220158436FD0CC19D82E',
1982
+ name: 'qcKUJI',
1983
+ display: 'qcKUJI',
1984
+ symbol: 'qcKUJI',
1985
+ logo_URIs: {
1986
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/qckuji.svg'
1987
+ },
1988
+ images: [{
1989
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/qckuji.svg'
1990
+ }],
1991
+ traces: [{
1992
+ type: 'ibc',
1993
+ counterparty: {
1994
+ channel_id: 'channel-61',
1995
+ base_denom: 'factory/kujira1m96ucsfpt2yy72w09z2rxjdj38y5qd8lqx5jtggnejmdua2ynpnsxyvjex/urcpt',
1996
+ chain_name: 'kujira'
1997
+ },
1998
+ chain: {
1999
+ channel_id: 'channel-13'
2000
+ }
2001
+ }]
2002
+ }, {
2003
+ description: 'ampKUJI',
2004
+ denom_units: [{
2005
+ denom: 'ibc/AA53AE419485EA332D69675D922A4BDD59E5573DBB9B7BED4BBD38A211275391',
2006
+ exponent: 0,
2007
+ aliases: ['factory/kujira1n3fr5f56r2ce0s37wdvwrk98yhhq3unnxgcqus8nzsfxvllk0yxquurqty/ampKUJI']
2008
+ }, {
2009
+ denom: 'ampKUJI',
2010
+ exponent: 6
2011
+ }],
2012
+ base: 'ibc/AA53AE419485EA332D69675D922A4BDD59E5573DBB9B7BED4BBD38A211275391',
2013
+ name: 'ampKUJI',
2014
+ display: 'ampKUJI',
2015
+ symbol: 'ampKUJI',
2016
+ logo_URIs: {
2017
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/ampkuji.png',
2018
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/ampkuji.svg'
2019
+ },
2020
+ images: [{
2021
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/ampkuji.png',
2022
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/ampkuji.svg'
2023
+ }],
2024
+ traces: [{
2025
+ type: 'ibc',
2026
+ counterparty: {
2027
+ channel_id: 'channel-61',
2028
+ base_denom: 'factory/kujira1n3fr5f56r2ce0s37wdvwrk98yhhq3unnxgcqus8nzsfxvllk0yxquurqty/ampKUJI',
2029
+ chain_name: 'kujira'
2030
+ },
2031
+ chain: {
2032
+ channel_id: 'channel-13'
2033
+ }
2034
+ }]
2035
+ }, {
2036
+ description: 'MantaDAO Governance Token',
2037
+ denom_units: [{
2038
+ denom: 'ibc/931F13823BC0AA199BEC78C25588E616A7661803B655879D386F5F6363CF4244',
2039
+ exponent: 0,
2040
+ aliases: ['factory/kujira1643jxg8wasy5cfcn7xm8rd742yeazcksqlg4d7/umnta']
2041
+ }, {
2042
+ denom: 'mnta',
2043
+ exponent: 6
2044
+ }],
2045
+ base: 'ibc/931F13823BC0AA199BEC78C25588E616A7661803B655879D386F5F6363CF4244',
2046
+ name: 'MantaDAO',
2047
+ display: 'mnta',
2048
+ symbol: 'MNTA',
2049
+ coingecko_id: 'mantadao',
2050
+ logo_URIs: {
2051
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/mnta.png',
2052
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/mnta.svg'
2053
+ },
2054
+ images: [{
2055
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/mnta.png',
2056
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/mnta.svg'
2057
+ }],
2058
+ traces: [{
2059
+ type: 'ibc',
2060
+ counterparty: {
2061
+ channel_id: 'channel-61',
2062
+ base_denom: 'factory/kujira1643jxg8wasy5cfcn7xm8rd742yeazcksqlg4d7/umnta',
2063
+ chain_name: 'kujira'
2064
+ },
2065
+ chain: {
2066
+ channel_id: 'channel-13'
2067
+ }
2068
+ }]
2069
+ }, {
2070
+ description: "Quark's auto-compounding MNTA derivative",
2071
+ denom_units: [{
2072
+ denom: 'ibc/1576125B1F8185B34D95F783D7DEB65B6C4691FE4E733F7410A185C0AC18B461',
2073
+ exponent: 0,
2074
+ aliases: ['factory/kujira1qzu3up50auxhqyzfq56znuj8n38q2ra7daaf9ef7vg8gu66jh4fqd2wd2y/urcpt']
2075
+ }, {
2076
+ denom: 'qcMNTA',
2077
+ exponent: 6
2078
+ }],
2079
+ base: 'ibc/1576125B1F8185B34D95F783D7DEB65B6C4691FE4E733F7410A185C0AC18B461',
2080
+ name: 'qcMNTA',
2081
+ display: 'qcMNTA',
2082
+ symbol: 'qcMNTA',
2083
+ logo_URIs: {
2084
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/qcmnta.svg'
2085
+ },
2086
+ images: [{
2087
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/qcmnta.svg'
2088
+ }],
2089
+ traces: [{
2090
+ type: 'ibc',
2091
+ counterparty: {
2092
+ channel_id: 'channel-61',
2093
+ base_denom: 'factory/kujira1qzu3up50auxhqyzfq56znuj8n38q2ra7daaf9ef7vg8gu66jh4fqd2wd2y/urcpt',
2094
+ chain_name: 'kujira'
2095
+ },
2096
+ chain: {
2097
+ channel_id: 'channel-13'
2098
+ }
2099
+ }]
2100
+ }, {
2101
+ description: 'ERIS Liquid Staked MNTA',
2102
+ denom_units: [{
2103
+ denom: 'ibc/AE798E5983112E903D5FB3275277E7DB71B52D493305807458730B69D060571C',
2104
+ exponent: 0,
2105
+ aliases: ['factory/kujira175yatpvkpgw07w0chhzuks3zrrae9z9g2y6r7u5pzqesyau4x9eqqyv0rr/ampMNTA']
2106
+ }, {
2107
+ denom: 'ampMNTA',
2108
+ exponent: 6
2109
+ }],
2110
+ base: 'ibc/AE798E5983112E903D5FB3275277E7DB71B52D493305807458730B69D060571C',
2111
+ name: 'ERIS Amplified MNTA',
2112
+ display: 'ampMNTA',
2113
+ symbol: 'ampMNTA',
2114
+ logo_URIs: {
2115
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/ampmnta.png'
2116
+ },
2117
+ images: [{
2118
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/ampmnta.png'
2119
+ }],
2120
+ traces: [{
2121
+ type: 'ibc',
2122
+ counterparty: {
2123
+ channel_id: 'channel-61',
2124
+ base_denom: 'factory/kujira175yatpvkpgw07w0chhzuks3zrrae9z9g2y6r7u5pzqesyau4x9eqqyv0rr/ampMNTA',
2125
+ chain_name: 'kujira'
2126
+ },
2127
+ chain: {
2128
+ channel_id: 'channel-13'
2129
+ }
2130
+ }]
2131
+ }, {
2132
+ description: 'The content house of Kujira',
2133
+ denom_units: [{
2134
+ denom: 'ibc/F21C882D957114F21F213BD49349A0950C78542420A3609C25994AA48D138B86',
2135
+ exponent: 0,
2136
+ aliases: ['factory/kujira12cjjeytrqcj25uv349thltcygnp9k0kukpct0e/uwink']
2137
+ }, {
2138
+ denom: 'wink',
2139
+ exponent: 6
2140
+ }],
2141
+ base: 'ibc/F21C882D957114F21F213BD49349A0950C78542420A3609C25994AA48D138B86',
2142
+ name: 'WINK',
2143
+ display: 'wink',
2144
+ symbol: 'WINK',
2145
+ logo_URIs: {
2146
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/wink.png',
2147
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/wink.svg'
2148
+ },
2149
+ images: [{
2150
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/wink.png',
2151
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/wink.svg'
2152
+ }],
2153
+ traces: [{
2154
+ type: 'ibc',
2155
+ counterparty: {
2156
+ channel_id: 'channel-61',
2157
+ base_denom: 'factory/kujira12cjjeytrqcj25uv349thltcygnp9k0kukpct0e/uwink',
2158
+ chain_name: 'kujira'
2159
+ },
2160
+ chain: {
2161
+ channel_id: 'channel-13'
2162
+ }
2163
+ }]
2164
+ }, {
2165
+ description: 'Blend Token',
2166
+ denom_units: [{
2167
+ denom: 'ibc/EFEE46E1027963B0B96615E4068AAFB79D18AD41DDD2096CB98979117C94AC56',
2168
+ exponent: 0,
2169
+ aliases: ['factory/kujira1slueerjz7mx9jp45u3y0rjwtvhcf8a68wf2mjt/ublend']
2170
+ }, {
2171
+ denom: 'blend',
2172
+ exponent: 6
2173
+ }],
2174
+ base: 'ibc/EFEE46E1027963B0B96615E4068AAFB79D18AD41DDD2096CB98979117C94AC56',
2175
+ name: 'BLEND',
2176
+ display: 'blend',
2177
+ symbol: 'BLEND',
2178
+ logo_URIs: {
2179
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/blend.svg'
2180
+ },
2181
+ images: [{
2182
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/blend.svg'
2183
+ }],
2184
+ traces: [{
2185
+ type: 'ibc',
2186
+ counterparty: {
2187
+ channel_id: 'channel-61',
2188
+ base_denom: 'factory/kujira1slueerjz7mx9jp45u3y0rjwtvhcf8a68wf2mjt/ublend',
2189
+ chain_name: 'kujira'
2190
+ },
2191
+ chain: {
2192
+ channel_id: 'channel-13'
2193
+ }
2194
+ }]
2195
+ }, {
2196
+ description: 'Tether USDt on Kujira',
2197
+ denom_units: [{
2198
+ denom: 'ibc/2BE4B65F014A2BAC7782874EFC481C4F79A291E808372BF3D946315D9C3905BE',
2199
+ exponent: 0,
2200
+ aliases: ['ibc/20014F963CC9E6488B299622F87B60C6DE71632864859EC08B4753478DAB2BB8']
2201
+ }, {
2202
+ denom: 'usdt',
2203
+ exponent: 6
2204
+ }],
2205
+ type_asset: 'ics20',
2206
+ base: 'ibc/2BE4B65F014A2BAC7782874EFC481C4F79A291E808372BF3D946315D9C3905BE',
2207
+ name: 'Tether USD',
2208
+ display: 'usdt',
2209
+ symbol: 'USDT',
2210
+ traces: [{
2211
+ type: 'ibc',
2212
+ counterparty: {
2213
+ channel_id: 'channel-61',
2214
+ base_denom: 'ibc/20014F963CC9E6488B299622F87B60C6DE71632864859EC08B4753478DAB2BB8',
2215
+ chain_name: 'kujira'
2216
+ },
2217
+ chain: {
2218
+ channel_id: 'channel-13'
2219
+ }
2220
+ }],
2221
+ images: [{
2222
+ image_sync: {
2223
+ chain_name: 'kava',
2224
+ base_denom: 'erc20/tether/usdt'
2225
+ },
2226
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
2227
+ }],
2228
+ logo_URIs: {
2229
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
2230
+ }
2231
+ }, {
2232
+ description: 'The staking and governance token of Fuzion',
2233
+ denom_units: [{
2234
+ denom: 'ibc/65A8479EDA60150C24AF7E2B56BB123AF5F7C88095F8E135CED1C90F19C064D3',
2235
+ exponent: 0,
2236
+ aliases: ['factory/kujira1sc6a0347cc5q3k890jj0pf3ylx2s38rh4sza4t/ufuzn']
2237
+ }, {
2238
+ denom: 'fuzn',
2239
+ exponent: 6
2240
+ }],
2241
+ base: 'ibc/65A8479EDA60150C24AF7E2B56BB123AF5F7C88095F8E135CED1C90F19C064D3',
2242
+ name: 'Fuzion',
2243
+ display: 'fuzn',
2244
+ symbol: 'FUZN',
2245
+ logo_URIs: {
2246
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuzion.png',
2247
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuzion.svg'
2248
+ },
2249
+ images: [{
2250
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuzion.png',
2251
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuzion.svg'
2252
+ }],
2253
+ traces: [{
2254
+ type: 'ibc',
2255
+ counterparty: {
2256
+ channel_id: 'channel-61',
2257
+ base_denom: 'factory/kujira1sc6a0347cc5q3k890jj0pf3ylx2s38rh4sza4t/ufuzn',
2258
+ chain_name: 'kujira'
2259
+ },
2260
+ chain: {
2261
+ channel_id: 'channel-13'
2262
+ }
2263
+ }]
2264
+ }, {
2265
+ description: 'The receipt token of Fuzion',
2266
+ denom_units: [{
2267
+ denom: 'ibc/5E9A4A14347AE3E99BB99D6B9BF403E8281CFDC8F87CC83AD3EC19A00B743D5A',
2268
+ exponent: 0,
2269
+ aliases: ['factory/kujira1sc6a0347cc5q3k890jj0pf3ylx2s38rh4sza4t/urfuzn']
2270
+ }, {
2271
+ denom: 'rfuzn',
2272
+ exponent: 6
2273
+ }],
2274
+ base: 'ibc/5E9A4A14347AE3E99BB99D6B9BF403E8281CFDC8F87CC83AD3EC19A00B743D5A',
2275
+ name: 'Fuzion Receipt',
2276
+ display: 'rfuzn',
2277
+ symbol: 'rFUZN',
2278
+ logo_URIs: {
2279
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuzionr.png'
2280
+ },
2281
+ images: [{
2282
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuzionr.png'
2283
+ }],
2284
+ traces: [{
2285
+ type: 'ibc',
2286
+ counterparty: {
2287
+ channel_id: 'channel-61',
2288
+ base_denom: 'factory/kujira1sc6a0347cc5q3k890jj0pf3ylx2s38rh4sza4t/urfuzn',
2289
+ chain_name: 'kujira'
2290
+ },
2291
+ chain: {
2292
+ channel_id: 'channel-13'
2293
+ }
2294
+ }]
2295
+ }, {
2296
+ description: 'The yield token of Fuzion',
2297
+ denom_units: [{
2298
+ denom: 'ibc/371999133001D227DE2AD8EBC1C9C7EE8C11A5200A049FA156C665FFD985FCF0',
2299
+ exponent: 0,
2300
+ aliases: ['factory/kujira1sc6a0347cc5q3k890jj0pf3ylx2s38rh4sza4t/uyfuzn']
2301
+ }, {
2302
+ denom: 'yfuzn',
2303
+ exponent: 6
2304
+ }],
2305
+ base: 'ibc/371999133001D227DE2AD8EBC1C9C7EE8C11A5200A049FA156C665FFD985FCF0',
2306
+ name: 'Fuzion Yield',
2307
+ display: 'yfuzn',
2308
+ symbol: 'yFUZN',
2309
+ logo_URIs: {
2310
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuziony.svg'
2311
+ },
2312
+ images: [{
2313
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuziony.svg'
2314
+ }],
2315
+ traces: [{
2316
+ type: 'ibc',
2317
+ counterparty: {
2318
+ channel_id: 'channel-61',
2319
+ base_denom: 'factory/kujira1sc6a0347cc5q3k890jj0pf3ylx2s38rh4sza4t/uyfuzn',
2320
+ chain_name: 'kujira'
2321
+ },
2322
+ chain: {
2323
+ channel_id: 'channel-13'
2324
+ }
2325
+ }]
2326
+ }, {
2327
+ description: "Quark's auto-compounding FUZN derivative",
2328
+ denom_units: [{
2329
+ denom: 'ibc/9269B3E41B3C64E8387E7DF64F303C219729FBB20412035AE73B3F1AC9C9727F',
2330
+ exponent: 0,
2331
+ aliases: ['factory/kujira1l04ged98c7a7s9tllu62ld09ztylwf442qgm4thfgmadrvngeumsz4zrh2/urcpt']
2332
+ }, {
2333
+ denom: 'qcFUZN',
2334
+ exponent: 6
2335
+ }],
2336
+ base: 'ibc/9269B3E41B3C64E8387E7DF64F303C219729FBB20412035AE73B3F1AC9C9727F',
2337
+ name: 'qcFUZN',
2338
+ display: 'qcFUZN',
2339
+ symbol: 'qcFUZN',
2340
+ logo_URIs: {
2341
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/qcfuzn.svg'
2342
+ },
2343
+ images: [{
2344
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/qcfuzn.svg'
2345
+ }],
2346
+ traces: [{
2347
+ type: 'ibc',
2348
+ counterparty: {
2349
+ channel_id: 'channel-61',
2350
+ base_denom: 'factory/kujira1l04ged98c7a7s9tllu62ld09ztylwf442qgm4thfgmadrvngeumsz4zrh2/urcpt',
2351
+ chain_name: 'kujira'
2352
+ },
2353
+ chain: {
2354
+ channel_id: 'channel-13'
2355
+ }
2356
+ }]
2357
+ }, {
2358
+ description: 'The Revenue & Governance token of Unstake.fi',
2359
+ denom_units: [{
2360
+ denom: 'ibc/5BA23BAEE4BA71E207D41A91276F22B3D6CFC3AD94B8207B62056384D483E4B1',
2361
+ exponent: 0,
2362
+ aliases: ['factory/kujira1aaudpfr9y23lt9d45hrmskphpdfaq9ajxd3ukh/unstk']
2363
+ }, {
2364
+ denom: 'nstk',
2365
+ exponent: 6
2366
+ }],
2367
+ base: 'ibc/5BA23BAEE4BA71E207D41A91276F22B3D6CFC3AD94B8207B62056384D483E4B1',
2368
+ name: 'Unstake Fi',
2369
+ display: 'nstk',
2370
+ symbol: 'NSTK',
2371
+ logo_URIs: {
2372
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/nstk.svg'
2373
+ },
2374
+ coingecko_id: 'unstake-fi',
2375
+ images: [{
2376
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/nstk.svg'
2377
+ }],
2378
+ traces: [{
2379
+ type: 'ibc',
2380
+ counterparty: {
2381
+ channel_id: 'channel-61',
2382
+ base_denom: 'factory/kujira1aaudpfr9y23lt9d45hrmskphpdfaq9ajxd3ukh/unstk',
2383
+ chain_name: 'kujira'
2384
+ },
2385
+ chain: {
2386
+ channel_id: 'channel-13'
2387
+ }
2388
+ }]
2389
+ }, {
2390
+ description: 'Local Money',
2391
+ denom_units: [{
2392
+ denom: 'ibc/709C3CF94114538216A6F40F06009B22BFDABEF19A444CB9269DDA3C63EA41CA',
2393
+ exponent: 0,
2394
+ aliases: ['factory/kujira1swkuyt08z74n5jl7zr6hx0ru5sa2yev5v896p6/local']
2395
+ }, {
2396
+ denom: 'local',
2397
+ exponent: 6
2398
+ }],
2399
+ base: 'ibc/709C3CF94114538216A6F40F06009B22BFDABEF19A444CB9269DDA3C63EA41CA',
2400
+ name: 'LOCAL',
2401
+ display: 'local',
2402
+ symbol: 'LOCAL',
2403
+ logo_URIs: {
2404
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/local.png'
2405
+ },
2406
+ images: [{
2407
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/local.png'
2408
+ }],
2409
+ traces: [{
2410
+ type: 'ibc',
2411
+ counterparty: {
2412
+ channel_id: 'channel-61',
2413
+ base_denom: 'factory/kujira1swkuyt08z74n5jl7zr6hx0ru5sa2yev5v896p6/local',
2414
+ chain_name: 'kujira'
2415
+ },
2416
+ chain: {
2417
+ channel_id: 'channel-13'
2418
+ }
2419
+ }]
2420
+ }, {
2421
+ description: 'Food for whales',
2422
+ denom_units: [{
2423
+ denom: 'ibc/708629D4AC8383D1BB6D6E8673A819A84A65D3297312FAFC0B311AE34AF26F48',
2424
+ exponent: 0,
2425
+ aliases: ['factory/kujira166ysf07ze5suazfzj0r05tv8amk2yn8zvsfuu7/uplnk']
2426
+ }, {
2427
+ denom: 'PLNK',
2428
+ exponent: 6
2429
+ }],
2430
+ base: 'ibc/708629D4AC8383D1BB6D6E8673A819A84A65D3297312FAFC0B311AE34AF26F48',
2431
+ name: 'Plankton',
2432
+ display: 'PLNK',
2433
+ symbol: 'PLNK',
2434
+ logo_URIs: {
2435
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/PLNK_drk.png'
2436
+ },
2437
+ images: [{
2438
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/PLNK_drk.png'
2439
+ }],
2440
+ traces: [{
2441
+ type: 'ibc',
2442
+ counterparty: {
2443
+ channel_id: 'channel-61',
2444
+ base_denom: 'factory/kujira166ysf07ze5suazfzj0r05tv8amk2yn8zvsfuu7/uplnk',
2445
+ chain_name: 'kujira'
2446
+ },
2447
+ chain: {
2448
+ channel_id: 'channel-13'
2449
+ }
2450
+ }]
2451
+ }, {
2452
+ denom_units: [{
2453
+ denom: 'ibc/788682874B0EF3108E0CD3CFC6A6CCF18F5BD1A963709C7998A2959086E83E7F',
2454
+ exponent: 0,
2455
+ aliases: ['ibc/E5CA126979E2FFB4C70C072F8094D07ECF27773B37623AD2BF7582AD0726F0F3']
2456
+ }, {
2457
+ denom: 'sol',
2458
+ exponent: 8
2459
+ }],
2460
+ base: 'ibc/788682874B0EF3108E0CD3CFC6A6CCF18F5BD1A963709C7998A2959086E83E7F',
2461
+ name: 'Wormhole Solana',
2462
+ display: 'sol',
2463
+ symbol: 'whSOL',
2464
+ traces: [{
2465
+ type: 'ibc',
2466
+ counterparty: {
2467
+ channel_id: 'channel-61',
2468
+ base_denom: 'ibc/E5CA126979E2FFB4C70C072F8094D07ECF27773B37623AD2BF7582AD0726F0F3',
2469
+ chain_name: 'kujira'
2470
+ },
2471
+ chain: {
2472
+ channel_id: 'channel-13'
2473
+ }
2474
+ }],
2475
+ images: [{
2476
+ image_sync: {
2477
+ chain_name: 'gateway',
2478
+ base_denom: 'factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/8sYgCzLRJC3J7qPn2bNbx6PiGcarhyx8rBhVaNnfvHCA'
2479
+ },
2480
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol.svg'
2481
+ }],
2482
+ logo_URIs: {
2483
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol.svg'
2484
+ }
2485
+ }, {
2486
+ denom_units: [{
2487
+ denom: 'ibc/E225899833957DABE884E7C7A6111B1E22F8A33D6CE31E3A4F25D57FA92CF452',
2488
+ exponent: 0,
2489
+ aliases: ['ibc/F3AA7EF362EC5E791FE78A0F4CCC69FEE1F9A7485EB1A8CAB3F6601C00522F10']
2490
+ }, {
2491
+ denom: 'evmos',
2492
+ exponent: 18
2493
+ }],
2494
+ base: 'ibc/E225899833957DABE884E7C7A6111B1E22F8A33D6CE31E3A4F25D57FA92CF452',
2495
+ name: 'Evmos',
2496
+ display: 'evmos',
2497
+ symbol: 'EVMOS',
2498
+ traces: [{
2499
+ type: 'ibc',
2500
+ counterparty: {
2501
+ channel_id: 'channel-61',
2502
+ base_denom: 'ibc/F3AA7EF362EC5E791FE78A0F4CCC69FEE1F9A7485EB1A8CAB3F6601C00522F10',
2503
+ chain_name: 'kujira'
2504
+ },
2505
+ chain: {
2506
+ channel_id: 'channel-13'
2507
+ }
2508
+ }],
2509
+ images: [{
2510
+ image_sync: {
2511
+ chain_name: 'evmos',
2512
+ base_denom: 'aevmos'
2513
+ },
2514
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.png',
2515
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.svg'
2516
+ }],
2517
+ logo_URIs: {
2518
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.png',
2519
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.svg'
2520
+ }
2521
+ }, {
2522
+ denom_units: [{
2523
+ denom: 'ibc/086E7E27CD7999E55D3136A37B611CCB5ED6C03EC4C06362E79A19F27E41A351',
2524
+ exponent: 0,
2525
+ aliases: ['ibc/004EBF085BBED1029326D56BE8A2E67C08CECE670A94AC1947DF413EF5130EB2']
2526
+ }, {
2527
+ denom: 'avax',
2528
+ exponent: 18
2529
+ }],
2530
+ type_asset: 'ics20',
2531
+ base: 'ibc/086E7E27CD7999E55D3136A37B611CCB5ED6C03EC4C06362E79A19F27E41A351',
2532
+ name: 'Axelar Wrapped AVAX',
2533
+ display: 'avax',
2534
+ symbol: 'wAVAX',
2535
+ traces: [{
2536
+ type: 'ibc',
2537
+ counterparty: {
2538
+ channel_id: 'channel-61',
2539
+ base_denom: 'ibc/004EBF085BBED1029326D56BE8A2E67C08CECE670A94AC1947DF413EF5130EB2',
2540
+ chain_name: 'kujira'
2541
+ },
2542
+ chain: {
2543
+ channel_id: 'channel-13'
2544
+ }
2545
+ }],
2546
+ images: [{
2547
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/avalanche/images/wavax.svg'
2548
+ }],
2549
+ logo_URIs: {
2550
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/avalanche/images/wavax.svg'
2551
+ }
2552
+ }, {
2553
+ denom_units: [{
2554
+ denom: 'ibc/3A049D4B1A98FC06EAD54B78CD7410DBC3764DE015A297B0EF0A03C7BBAD51C5',
2555
+ exponent: 0,
2556
+ aliases: ['ibc/FE98AAD68F02F03565E9FA39A5E627946699B2B07115889ED812D8BA639576A9']
2557
+ }, {
2558
+ denom: 'usdc',
2559
+ exponent: 6
2560
+ }],
2561
+ type_asset: 'ics20',
2562
+ base: 'ibc/3A049D4B1A98FC06EAD54B78CD7410DBC3764DE015A297B0EF0A03C7BBAD51C5',
2563
+ name: 'Noble USD Coin',
2564
+ display: 'usdc',
2565
+ symbol: 'USDC',
2566
+ traces: [{
2567
+ type: 'ibc',
2568
+ counterparty: {
2569
+ channel_id: 'channel-61',
2570
+ base_denom: 'ibc/FE98AAD68F02F03565E9FA39A5E627946699B2B07115889ED812D8BA639576A9',
2571
+ chain_name: 'kujira'
2572
+ },
2573
+ chain: {
2574
+ channel_id: 'channel-13'
2575
+ }
2576
+ }],
2577
+ images: [{
2578
+ image_sync: {
2579
+ chain_name: 'noble',
2580
+ base_denom: 'uusdc'
2581
+ },
2582
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png',
2583
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg'
2584
+ }],
2585
+ logo_URIs: {
2586
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png',
2587
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg'
2588
+ }
2589
+ }, {
2590
+ denom_units: [{
2591
+ denom: 'ibc/8CF2CF599AB1FEE8BBD8DAB1F4109A9814E838D0BFF8B9FE7E93A02C49497AAF',
2592
+ exponent: 0,
2593
+ aliases: ['ibc/47BD209179859CDE4A2806763D7189B6E6FE13A17880FE2B42DE1E6C1E329E23']
2594
+ }, {
2595
+ denom: 'osmo',
2596
+ exponent: 6
2597
+ }],
2598
+ type_asset: 'ics20',
2599
+ base: 'ibc/8CF2CF599AB1FEE8BBD8DAB1F4109A9814E838D0BFF8B9FE7E93A02C49497AAF',
2600
+ name: 'Osmosis',
2601
+ display: 'osmo',
2602
+ symbol: 'OSMO',
2603
+ traces: [{
2604
+ type: 'ibc',
2605
+ counterparty: {
2606
+ channel_id: 'channel-61',
2607
+ base_denom: 'ibc/47BD209179859CDE4A2806763D7189B6E6FE13A17880FE2B42DE1E6C1E329E23',
2608
+ chain_name: 'kujira'
2609
+ },
2610
+ chain: {
2611
+ channel_id: 'channel-13'
2612
+ }
2613
+ }],
2614
+ images: [{
2615
+ image_sync: {
2616
+ chain_name: 'osmosis',
2617
+ base_denom: 'uosmo'
2618
+ },
2619
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
2620
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
2621
+ }],
2622
+ logo_URIs: {
2623
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
2624
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
2625
+ }
2626
+ }, {
2627
+ denom_units: [{
2628
+ denom: 'ibc/B4EA9D92C7C268274E82C951450742E4C972B36E0733FF65EEE44211213EBDC5',
2629
+ exponent: 0,
2630
+ aliases: ['ibc/295548A78785A1007F232DE286149A6FF512F180AF5657780FC89C009E2C348F']
2631
+ }, {
2632
+ denom: 'usdc',
2633
+ exponent: 6
2634
+ }],
2635
+ type_asset: 'ics20',
2636
+ base: 'ibc/B4EA9D92C7C268274E82C951450742E4C972B36E0733FF65EEE44211213EBDC5',
2637
+ name: 'Axelar USD Coin',
2638
+ display: 'usdc',
2639
+ symbol: 'axlUSDC',
2640
+ traces: [{
2641
+ type: 'ibc',
2642
+ counterparty: {
2643
+ channel_id: 'channel-61',
2644
+ base_denom: 'ibc/295548A78785A1007F232DE286149A6FF512F180AF5657780FC89C009E2C348F',
2645
+ chain_name: 'kujira'
2646
+ },
2647
+ chain: {
2648
+ channel_id: 'channel-13'
2649
+ }
2650
+ }],
2651
+ images: [{
2652
+ image_sync: {
2653
+ chain_name: 'axelar',
2654
+ base_denom: 'uusdc'
2655
+ },
2656
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.png',
2657
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg'
2658
+ }],
2659
+ logo_URIs: {
2660
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.png',
2661
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg'
2662
+ }
2663
+ }, {
2664
+ denom_units: [{
2665
+ denom: 'ibc/605528DAE7BD8D9BEC340899694AC6ECF4B67C1A84A26EE5867022EB294C7A0C',
2666
+ exponent: 0,
2667
+ aliases: ['ibc/3607EB5B5E64DD1C0E12E07F077FF470D5BC4706AFCBC98FE1BA960E5AE4CE07']
2668
+ }, {
2669
+ denom: 'cmdx',
2670
+ exponent: 6
2671
+ }],
2672
+ type_asset: 'ics20',
2673
+ base: 'ibc/605528DAE7BD8D9BEC340899694AC6ECF4B67C1A84A26EE5867022EB294C7A0C',
2674
+ name: 'Comdex',
2675
+ display: 'cmdx',
2676
+ symbol: 'CMDX',
2677
+ traces: [{
2678
+ type: 'ibc',
2679
+ counterparty: {
2680
+ channel_id: 'channel-61',
2681
+ base_denom: 'ibc/3607EB5B5E64DD1C0E12E07F077FF470D5BC4706AFCBC98FE1BA960E5AE4CE07',
2682
+ chain_name: 'kujira'
2683
+ },
2684
+ chain: {
2685
+ channel_id: 'channel-13'
2686
+ }
2687
+ }],
2688
+ images: [{
2689
+ image_sync: {
2690
+ chain_name: 'comdex',
2691
+ base_denom: 'ucmdx'
2692
+ },
2693
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmdx.png',
2694
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmdx.svg'
2695
+ }],
2696
+ logo_URIs: {
2697
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmdx.png',
2698
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmdx.svg'
2699
+ }
2700
+ }, {
2701
+ denom_units: [{
2702
+ denom: 'ibc/245CE5FA72E447768046E458E8531C39C9B9AA232C3E74B3CAC29AE00795C72B',
2703
+ exponent: 0,
2704
+ aliases: ['ibc/EFF323CC632EC4F747C61BCE238A758EFDB7699C3226565F7C20DA06509D59A5']
2705
+ }, {
2706
+ denom: 'juno',
2707
+ exponent: 6
2708
+ }],
2709
+ base: 'ibc/245CE5FA72E447768046E458E8531C39C9B9AA232C3E74B3CAC29AE00795C72B',
2710
+ name: 'Juno',
2711
+ display: 'juno',
2712
+ symbol: 'JUNO',
2713
+ traces: [{
2714
+ type: 'ibc',
2715
+ counterparty: {
2716
+ channel_id: 'channel-61',
2717
+ base_denom: 'ibc/EFF323CC632EC4F747C61BCE238A758EFDB7699C3226565F7C20DA06509D59A5',
2718
+ chain_name: 'kujira'
2719
+ },
2720
+ chain: {
2721
+ channel_id: 'channel-13'
2722
+ }
2723
+ }],
2724
+ images: [{
2725
+ image_sync: {
2726
+ chain_name: 'juno',
2727
+ base_denom: 'ujuno'
2728
+ },
2729
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.png',
2730
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.svg'
2731
+ }],
2732
+ logo_URIs: {
2733
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.png',
2734
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.svg'
2735
+ }
2736
+ }, {
2737
+ denom_units: [{
2738
+ denom: 'ibc/0F910F162F9B934DC6F9EDB12A4B18D797EB2E94B477869441BA8201051461D1',
2739
+ exponent: 0,
2740
+ aliases: ['ibc/1B38805B1C75352B28169284F96DF56BDEBD9E8FAC005BDCC8CF0378C82AA8E7']
2741
+ }, {
2742
+ denom: 'weth',
2743
+ exponent: 18
2744
+ }],
2745
+ type_asset: 'ics20',
2746
+ base: 'ibc/0F910F162F9B934DC6F9EDB12A4B18D797EB2E94B477869441BA8201051461D1',
2747
+ name: 'Axelar Wrapped Ether',
2748
+ display: 'weth',
2749
+ symbol: 'wETH',
2750
+ traces: [{
2751
+ type: 'ibc',
2752
+ counterparty: {
2753
+ channel_id: 'channel-61',
2754
+ base_denom: 'ibc/1B38805B1C75352B28169284F96DF56BDEBD9E8FAC005BDCC8CF0378C82AA8E7',
2755
+ chain_name: 'kujira'
2756
+ },
2757
+ chain: {
2758
+ channel_id: 'channel-13'
2759
+ }
2760
+ }],
2761
+ images: [{
2762
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/weth.png'
2763
+ }],
2764
+ logo_URIs: {
2765
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/weth.png'
2766
+ }
2767
+ }, {
2768
+ denom_units: [{
2769
+ denom: 'ibc/F4B5D2A2BAF14EB3B9CD672981EC60A20075179D416227E5C9BEEA6CEB6C86B6',
2770
+ exponent: 0,
2771
+ aliases: ['ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2']
2772
+ }, {
2773
+ denom: 'atom',
2774
+ exponent: 6
2775
+ }],
2776
+ type_asset: 'ics20',
2777
+ base: 'ibc/F4B5D2A2BAF14EB3B9CD672981EC60A20075179D416227E5C9BEEA6CEB6C86B6',
2778
+ name: 'Cosmos Hub Atom',
2779
+ display: 'atom',
2780
+ symbol: 'ATOM',
2781
+ traces: [{
2782
+ type: 'ibc',
2783
+ counterparty: {
2784
+ channel_id: 'channel-61',
2785
+ base_denom: 'ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2',
2786
+ chain_name: 'kujira'
2787
+ },
2788
+ chain: {
2789
+ channel_id: 'channel-13'
2790
+ }
2791
+ }],
2792
+ images: [{
2793
+ image_sync: {
2794
+ chain_name: 'cosmoshub',
2795
+ base_denom: 'uatom'
2796
+ },
2797
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
2798
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
2799
+ }],
2800
+ logo_URIs: {
2801
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
2802
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
2803
+ }
2804
+ }, {
2805
+ denom_units: [{
2806
+ denom: 'ibc/F3E8C531514106998BD7FAB33DACE407D40FA3906D2DC4A9E66DE017AC2F7170',
2807
+ exponent: 0,
2808
+ aliases: ['ibc/DA59C009A0B3B95E0549E6BF7B075C8239285989FF457A8EDDBB56F10B2A6986']
2809
+ }, {
2810
+ denom: 'luna',
2811
+ exponent: 6
2812
+ }],
2813
+ base: 'ibc/F3E8C531514106998BD7FAB33DACE407D40FA3906D2DC4A9E66DE017AC2F7170',
2814
+ name: 'Luna',
2815
+ display: 'luna',
2816
+ symbol: 'LUNA',
2817
+ traces: [{
2818
+ type: 'ibc',
2819
+ counterparty: {
2820
+ channel_id: 'channel-61',
2821
+ base_denom: 'ibc/DA59C009A0B3B95E0549E6BF7B075C8239285989FF457A8EDDBB56F10B2A6986',
2822
+ chain_name: 'kujira'
2823
+ },
2824
+ chain: {
2825
+ channel_id: 'channel-13'
2826
+ }
2827
+ }],
2828
+ images: [{
2829
+ image_sync: {
2830
+ chain_name: 'luna',
2831
+ base_denom: 'uluna'
2832
+ },
2833
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.png',
2834
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.svg'
2835
+ }],
2836
+ logo_URIs: {
2837
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.png',
2838
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.svg'
2839
+ }
2840
+ }, {
2841
+ denom_units: [{
2842
+ denom: 'ibc/274DC53A6C9F27A13AAE3C2D8E2A712E1B79E52593070866376E4D2DE176AFA9',
2843
+ exponent: 0,
2844
+ aliases: ['ibc/4F393C3FCA4190C0A6756CE7F6D897D5D1BE57D6CCB80D0BC87393566A7B6602']
2845
+ }, {
2846
+ denom: 'stars',
2847
+ exponent: 6
2848
+ }],
2849
+ type_asset: 'ics20',
2850
+ base: 'ibc/274DC53A6C9F27A13AAE3C2D8E2A712E1B79E52593070866376E4D2DE176AFA9',
2851
+ name: 'Stargaze',
2852
+ display: 'stars',
2853
+ symbol: 'STARS',
2854
+ traces: [{
2855
+ type: 'ibc',
2856
+ counterparty: {
2857
+ channel_id: 'channel-61',
2858
+ base_denom: 'ibc/4F393C3FCA4190C0A6756CE7F6D897D5D1BE57D6CCB80D0BC87393566A7B6602',
2859
+ chain_name: 'kujira'
2860
+ },
2861
+ chain: {
2862
+ channel_id: 'channel-13'
2863
+ }
2864
+ }],
2865
+ images: [{
2866
+ image_sync: {
2867
+ chain_name: 'stargaze',
2868
+ base_denom: 'ustars'
2869
+ },
2870
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
2871
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg'
2872
+ }],
2873
+ logo_URIs: {
2874
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
2875
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg'
2876
+ }
2877
+ }, {
2878
+ denom_units: [{
2879
+ denom: 'ibc/BF4656E796BBBD5ECA8A8D63610502A76B7557750D8C17D91716FD95089B3E6C',
2880
+ exponent: 0,
2881
+ aliases: ['ibc/A358D7F19237777AF6D8AD0E0F53268F8B18AE8A53ED318095C14D6D7F3B2DB5']
2882
+ }, {
2883
+ denom: 'scrt',
2884
+ exponent: 6
2885
+ }],
2886
+ base: 'ibc/BF4656E796BBBD5ECA8A8D63610502A76B7557750D8C17D91716FD95089B3E6C',
2887
+ name: 'Secret Network',
2888
+ display: 'scrt',
2889
+ symbol: 'SCRT',
2890
+ traces: [{
2891
+ type: 'ibc',
2892
+ counterparty: {
2893
+ channel_id: 'channel-61',
2894
+ base_denom: 'ibc/A358D7F19237777AF6D8AD0E0F53268F8B18AE8A53ED318095C14D6D7F3B2DB5',
2895
+ chain_name: 'kujira'
2896
+ },
2897
+ chain: {
2898
+ channel_id: 'channel-13'
2899
+ }
2900
+ }],
2901
+ images: [{
2902
+ image_sync: {
2903
+ chain_name: 'scrt',
2904
+ base_denom: 'uscrt'
2905
+ },
2906
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
2907
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
2908
+ }],
2909
+ logo_URIs: {
2910
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
2911
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
2912
+ }
2913
+ }, {
2914
+ description: 'The permissioned staking asset for Noble Chain',
2915
+ denom_units: [{
2916
+ denom: 'ibc/C53931BE8DBFA7FB2F183E4B3C835E005187B167AFC0165724004B878FD5FD66',
2917
+ exponent: 0,
2918
+ aliases: ['ustake']
2919
+ }, {
2920
+ denom: 'stake',
2921
+ exponent: 6
2922
+ }],
2923
+ base: 'ibc/C53931BE8DBFA7FB2F183E4B3C835E005187B167AFC0165724004B878FD5FD66',
2924
+ name: 'Stake',
2925
+ display: 'stake',
2926
+ symbol: 'STAKE',
2927
+ logo_URIs: {
2928
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.png',
2929
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.svg'
2930
+ },
2931
+ images: [{
2932
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.png',
2933
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.svg'
2934
+ }],
2935
+ traces: [{
2936
+ type: 'ibc',
2937
+ counterparty: {
2938
+ channel_id: 'channel-21',
2939
+ base_denom: 'ustake',
2940
+ chain_name: 'noble'
2941
+ },
2942
+ chain: {
2943
+ channel_id: 'channel-62'
2944
+ }
2945
+ }]
2946
+ }, {
2947
+ description: 'Frienzies are an IBC token redeemable exclusively for a physical asset issued by the Noble entity.',
2948
+ denom_units: [{
2949
+ denom: 'ibc/90D9BE4D0D9BFD6AE61FCACF84765820EDA9EE795548324AD60FF416E6685ECF',
2950
+ exponent: 0,
2951
+ aliases: ['ufrienzies']
2952
+ }, {
2953
+ denom: 'frienzies',
2954
+ exponent: 6
2955
+ }],
2956
+ base: 'ibc/90D9BE4D0D9BFD6AE61FCACF84765820EDA9EE795548324AD60FF416E6685ECF',
2957
+ display: 'frienzies',
2958
+ name: 'Frienzies',
2959
+ symbol: 'FRNZ',
2960
+ logo_URIs: {
2961
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.png',
2962
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.svg'
2963
+ },
2964
+ images: [{
2965
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.png',
2966
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.svg'
2967
+ }],
2968
+ traces: [{
2969
+ type: 'ibc',
2970
+ counterparty: {
2971
+ channel_id: 'channel-21',
2972
+ base_denom: 'ufrienzies',
2973
+ chain_name: 'noble'
2974
+ },
2975
+ chain: {
2976
+ channel_id: 'channel-62'
2977
+ }
2978
+ }]
2979
+ }, {
2980
+ description: 'ATOM token on Noble',
2981
+ denom_units: [{
2982
+ denom: 'ibc/1E833054498176E86012B5398929481A6AF750ABEDC97D447F15B04256780D31',
2983
+ exponent: 0,
2984
+ aliases: ['ibc/EF48E6B1A1A19F47ECAEA62F5670C37C0580E86A9E88498B7E393EB6F49F33C0']
2985
+ }, {
2986
+ denom: 'atom',
2987
+ exponent: 6,
2988
+ aliases: ['ATOM']
2989
+ }],
2990
+ type_asset: 'ics20',
2991
+ base: 'ibc/1E833054498176E86012B5398929481A6AF750ABEDC97D447F15B04256780D31',
2992
+ name: 'Atom Staking Coin',
2993
+ display: 'atom',
2994
+ symbol: 'ATOM',
2995
+ traces: [{
2996
+ type: 'ibc',
2997
+ counterparty: {
2998
+ channel_id: 'channel-21',
2999
+ base_denom: 'ibc/EF48E6B1A1A19F47ECAEA62F5670C37C0580E86A9E88498B7E393EB6F49F33C0',
3000
+ chain_name: 'noble'
3001
+ },
3002
+ chain: {
3003
+ channel_id: 'channel-62'
3004
+ }
3005
+ }],
3006
+ logo_URIs: {
3007
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
3008
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
3009
+ },
3010
+ images: [{
3011
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
3012
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
3013
+ }]
3014
+ }, {
3015
+ description: 'USD Coin',
3016
+ denom_units: [{
3017
+ denom: 'ibc/FE98AAD68F02F03565E9FA39A5E627946699B2B07115889ED812D8BA639576A9',
3018
+ exponent: 0,
3019
+ aliases: ['uusdc']
3020
+ }, {
3021
+ denom: 'usdc',
3022
+ exponent: 6
3023
+ }],
3024
+ base: 'ibc/FE98AAD68F02F03565E9FA39A5E627946699B2B07115889ED812D8BA639576A9',
3025
+ display: 'usdc',
3026
+ name: 'USD Coin',
3027
+ symbol: 'USDC',
3028
+ coingecko_id: 'usd-coin',
3029
+ traces: [{
3030
+ type: 'ibc',
3031
+ counterparty: {
3032
+ channel_id: 'channel-21',
3033
+ base_denom: 'uusdc',
3034
+ chain_name: 'noble'
3035
+ },
3036
+ chain: {
3037
+ channel_id: 'channel-62'
3038
+ }
3039
+ }],
3040
+ logo_URIs: {
3041
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png',
3042
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg'
3043
+ },
3044
+ images: [{
3045
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png',
3046
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg'
3047
+ }]
3048
+ }, {
3049
+ description: 'The native token of Osmosis',
3050
+ denom_units: [{
3051
+ denom: 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B',
3052
+ exponent: 0,
3053
+ aliases: ['uosmo']
3054
+ }, {
3055
+ denom: 'osmo',
3056
+ exponent: 6
3057
+ }],
3058
+ base: 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B',
3059
+ name: 'Osmosis',
3060
+ display: 'osmo',
3061
+ symbol: 'OSMO',
3062
+ logo_URIs: {
3063
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
3064
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
3065
+ },
3066
+ coingecko_id: 'osmosis',
3067
+ keywords: ['dex', 'staking'],
3068
+ images: [{
3069
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
3070
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
3071
+ }],
3072
+ traces: [{
3073
+ type: 'ibc',
3074
+ counterparty: {
3075
+ channel_id: 'channel-320',
3076
+ base_denom: 'uosmo',
3077
+ chain_name: 'osmosis'
3078
+ },
3079
+ chain: {
3080
+ channel_id: 'channel-1'
3081
+ }
3082
+ }]
3083
+ }, {
3084
+ denom_units: [{
3085
+ denom: 'ibc/EA7DF7F779C7F14E07172E5713E07356B55F01496CA649DDE46CF8FBF1A8466D',
3086
+ exponent: 0,
3087
+ aliases: ['uion']
3088
+ }, {
3089
+ denom: 'ion',
3090
+ exponent: 6
3091
+ }],
3092
+ base: 'ibc/EA7DF7F779C7F14E07172E5713E07356B55F01496CA649DDE46CF8FBF1A8466D',
3093
+ name: 'Ion DAO',
3094
+ display: 'ion',
3095
+ symbol: 'ION',
3096
+ logo_URIs: {
3097
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
3098
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
3099
+ },
3100
+ coingecko_id: 'ion',
3101
+ keywords: ['memecoin'],
3102
+ images: [{
3103
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
3104
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
3105
+ }],
3106
+ traces: [{
3107
+ type: 'ibc',
3108
+ counterparty: {
3109
+ channel_id: 'channel-320',
3110
+ base_denom: 'uion',
3111
+ chain_name: 'osmosis'
3112
+ },
3113
+ chain: {
3114
+ channel_id: 'channel-1'
3115
+ }
3116
+ }]
3117
+ }, {
3118
+ denom_units: [{
3119
+ denom: 'ibc/4FBFB92ED8EBA5AB1454C1215D1FE536BB09393A58E27E3891FD5D9AE18B6A37',
3120
+ exponent: 0,
3121
+ aliases: ['factory/osmo14klwqgkmackvx2tqa0trtg69dmy0nrg4ntq4gjgw2za4734r5seqjqm4gm/uibcx']
3122
+ }, {
3123
+ denom: 'ibcx',
3124
+ exponent: 6
3125
+ }],
3126
+ address: 'osmo14klwqgkmackvx2tqa0trtg69dmy0nrg4ntq4gjgw2za4734r5seqjqm4gm',
3127
+ base: 'ibc/4FBFB92ED8EBA5AB1454C1215D1FE536BB09393A58E27E3891FD5D9AE18B6A37',
3128
+ name: 'IBC Index',
3129
+ display: 'ibcx',
3130
+ symbol: 'IBCX',
3131
+ logo_URIs: {
3132
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ibcx.svg'
3133
+ },
3134
+ coingecko_id: 'ibc-index',
3135
+ images: [{
3136
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ibcx.svg'
3137
+ }],
3138
+ traces: [{
3139
+ type: 'ibc',
3140
+ counterparty: {
3141
+ channel_id: 'channel-320',
3142
+ base_denom: 'factory/osmo14klwqgkmackvx2tqa0trtg69dmy0nrg4ntq4gjgw2za4734r5seqjqm4gm/uibcx',
3143
+ chain_name: 'osmosis'
3144
+ },
3145
+ chain: {
3146
+ channel_id: 'channel-1'
3147
+ }
3148
+ }]
3149
+ }, {
3150
+ denom_units: [{
3151
+ denom: 'ibc/6D0DCE67DFE046EC06CC24175C7AB225A9C083BB7F01EA597A343870D38C158A',
3152
+ exponent: 0,
3153
+ aliases: ['factory/osmo1xqw2sl9zk8a6pch0csaw78n4swg5ws8t62wc5qta4gnjxfqg6v2qcs243k/stuibcx']
3154
+ }, {
3155
+ denom: 'stibcx',
3156
+ exponent: 6
3157
+ }],
3158
+ address: 'osmo1xqw2sl9zk8a6pch0csaw78n4swg5ws8t62wc5qta4gnjxfqg6v2qcs243k',
3159
+ base: 'ibc/6D0DCE67DFE046EC06CC24175C7AB225A9C083BB7F01EA597A343870D38C158A',
3160
+ name: 'Staked IBCX',
3161
+ display: 'stibcx',
3162
+ symbol: 'stIBCX',
3163
+ logo_URIs: {
3164
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/stibcx.png',
3165
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/stibcx.svg'
3166
+ },
3167
+ images: [{
3168
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/stibcx.png',
3169
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/stibcx.svg'
3170
+ }],
3171
+ traces: [{
3172
+ type: 'ibc',
3173
+ counterparty: {
3174
+ channel_id: 'channel-320',
3175
+ base_denom: 'factory/osmo1xqw2sl9zk8a6pch0csaw78n4swg5ws8t62wc5qta4gnjxfqg6v2qcs243k/stuibcx',
3176
+ chain_name: 'osmosis'
3177
+ },
3178
+ chain: {
3179
+ channel_id: 'channel-1'
3180
+ }
3181
+ }]
3182
+ }, {
3183
+ denom_units: [{
3184
+ denom: 'ibc/FA7775734CC73176B7425910DE001A1D2AD9B6D9E93129A5D0750EAD13E4E63A',
3185
+ exponent: 0,
3186
+ aliases: ['ibc/D189335C6E4A68B513C10AB227BF1C1D38C746766278BA3EEB4FB14124F1D858']
3187
+ }, {
3188
+ denom: 'usdc',
3189
+ exponent: 6
3190
+ }],
3191
+ type_asset: 'ics20',
3192
+ base: 'ibc/FA7775734CC73176B7425910DE001A1D2AD9B6D9E93129A5D0750EAD13E4E63A',
3193
+ name: 'Axelar USD Coin',
3194
+ display: 'usdc',
3195
+ symbol: 'USDC.axl',
3196
+ traces: [{
3197
+ type: 'ibc',
3198
+ counterparty: {
3199
+ channel_id: 'channel-320',
3200
+ base_denom: 'ibc/D189335C6E4A68B513C10AB227BF1C1D38C746766278BA3EEB4FB14124F1D858',
3201
+ chain_name: 'osmosis'
3202
+ },
3203
+ chain: {
3204
+ channel_id: 'channel-1'
3205
+ }
3206
+ }],
3207
+ images: [{
3208
+ image_sync: {
3209
+ chain_name: 'axelar',
3210
+ base_denom: 'uusdc'
3211
+ },
3212
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.png',
3213
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg'
3214
+ }],
3215
+ logo_URIs: {
3216
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.png',
3217
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg'
3218
+ }
3219
+ }, {
3220
+ denom_units: [{
3221
+ denom: 'ibc/BD9451F387367AA88FA3D18333B2F1D56607449F20B15B4557042DA869703E25',
3222
+ exponent: 0,
3223
+ aliases: ['ibc/0B3C3D06228578334B66B57FBFBA4033216CEB8119B27ACDEE18D92DA5B28D43']
3224
+ }, {
3225
+ denom: 'avalanche-usdc',
3226
+ exponent: 6
3227
+ }],
3228
+ type_asset: 'ics20',
3229
+ base: 'ibc/BD9451F387367AA88FA3D18333B2F1D56607449F20B15B4557042DA869703E25',
3230
+ name: 'Wormhole USDC(Avalanche)',
3231
+ display: 'avalanche-usdc',
3232
+ symbol: 'avalanche.USDC.wh',
3233
+ traces: [{
3234
+ type: 'ibc',
3235
+ counterparty: {
3236
+ channel_id: 'channel-320',
3237
+ base_denom: 'ibc/0B3C3D06228578334B66B57FBFBA4033216CEB8119B27ACDEE18D92DA5B28D43',
3238
+ chain_name: 'osmosis'
3239
+ },
3240
+ chain: {
3241
+ channel_id: 'channel-1'
3242
+ }
3243
+ }],
3244
+ images: [{
3245
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.hole.png',
3246
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.hole.svg'
3247
+ }],
3248
+ logo_URIs: {
3249
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.hole.png',
3250
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.hole.svg'
3251
+ }
3252
+ }, {
3253
+ denom_units: [{
3254
+ denom: 'ibc/6B199312B29CF047BF8B1337450EF3AA0475FE0C312DB94055F2D5B22CD1E71A',
3255
+ exponent: 0,
3256
+ aliases: ['ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4']
3257
+ }, {
3258
+ denom: 'usdc',
3259
+ exponent: 6
3260
+ }],
3261
+ type_asset: 'ics20',
3262
+ base: 'ibc/6B199312B29CF047BF8B1337450EF3AA0475FE0C312DB94055F2D5B22CD1E71A',
3263
+ name: 'Noble USD Coin',
3264
+ display: 'usdc',
3265
+ symbol: 'USDC',
3266
+ traces: [{
3267
+ type: 'ibc',
3268
+ counterparty: {
3269
+ channel_id: 'channel-320',
3270
+ base_denom: 'ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4',
3271
+ chain_name: 'osmosis'
3272
+ },
3273
+ chain: {
3274
+ channel_id: 'channel-1'
3275
+ }
3276
+ }],
3277
+ images: [{
3278
+ image_sync: {
3279
+ chain_name: 'noble',
3280
+ base_denom: 'uusdc'
3281
+ },
3282
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png',
3283
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg'
3284
+ }],
3285
+ logo_URIs: {
3286
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png',
3287
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg'
3288
+ }
3289
+ }, {
3290
+ denom_units: [{
3291
+ denom: 'ibc/9E58E47857A51FFB728EDB7DD54CDFC2AB5E8FF358B9B010BF0A92AB18930BEA',
3292
+ exponent: 0,
3293
+ aliases: ['ibc/D176154B0C63D1F9C6DCFB4F70349EBF2E2B5A87A05902F57A6AE92B863E9AEC']
3294
+ }, {
3295
+ denom: 'stosmo',
3296
+ exponent: 6
3297
+ }],
3298
+ type_asset: 'ics20',
3299
+ base: 'ibc/9E58E47857A51FFB728EDB7DD54CDFC2AB5E8FF358B9B010BF0A92AB18930BEA',
3300
+ name: 'stOSMO',
3301
+ display: 'stosmo',
3302
+ symbol: 'stOSMO',
3303
+ traces: [{
3304
+ type: 'ibc',
3305
+ counterparty: {
3306
+ channel_id: 'channel-320',
3307
+ base_denom: 'ibc/D176154B0C63D1F9C6DCFB4F70349EBF2E2B5A87A05902F57A6AE92B863E9AEC',
3308
+ chain_name: 'osmosis'
3309
+ },
3310
+ chain: {
3311
+ channel_id: 'channel-1'
3312
+ }
3313
+ }],
3314
+ images: [{
3315
+ image_sync: {
3316
+ chain_name: 'stride',
3317
+ base_denom: 'stuosmo'
3318
+ },
3319
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.png',
3320
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.svg'
3321
+ }],
3322
+ logo_URIs: {
3323
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.png',
3324
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.svg'
3325
+ }
3326
+ }, {
3327
+ denom_units: [{
3328
+ denom: 'ibc/FA0006F056DB6719B8C16C551FC392B62F5729978FC0B125AC9A432DBB2AA1A5',
3329
+ exponent: 0,
3330
+ aliases: ['ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2']
3331
+ }, {
3332
+ denom: 'atom',
3333
+ exponent: 6
3334
+ }],
3335
+ type_asset: 'ics20',
3336
+ base: 'ibc/FA0006F056DB6719B8C16C551FC392B62F5729978FC0B125AC9A432DBB2AA1A5',
3337
+ name: 'Cosmos Hub Atom',
3338
+ display: 'atom',
3339
+ symbol: 'ATOM',
3340
+ traces: [{
3341
+ type: 'ibc',
3342
+ counterparty: {
3343
+ channel_id: 'channel-320',
3344
+ base_denom: 'ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2',
3345
+ chain_name: 'osmosis'
3346
+ },
3347
+ chain: {
3348
+ channel_id: 'channel-1'
3349
+ }
3350
+ }],
3351
+ images: [{
3352
+ image_sync: {
3353
+ chain_name: 'cosmoshub',
3354
+ base_denom: 'uatom'
3355
+ },
3356
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
3357
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
3358
+ }],
3359
+ logo_URIs: {
3360
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
3361
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
3362
+ }
3363
+ }, {
3364
+ denom_units: [{
3365
+ denom: 'ibc/74B0BDD3C0941166F5E96BFBC847219BBE609535F3A0D941C22342A60BD43A08',
3366
+ exponent: 0,
3367
+ aliases: ['ibc/C140AFD542AE77BD7DCC83F13FDD8C5E5BB8C4929785E6EC2F4C636F98F17901']
3368
+ }, {
3369
+ denom: 'statom',
3370
+ exponent: 6
3371
+ }],
3372
+ type_asset: 'ics20',
3373
+ base: 'ibc/74B0BDD3C0941166F5E96BFBC847219BBE609535F3A0D941C22342A60BD43A08',
3374
+ name: 'stATOM',
3375
+ display: 'statom',
3376
+ symbol: 'stATOM',
3377
+ traces: [{
3378
+ type: 'ibc',
3379
+ counterparty: {
3380
+ channel_id: 'channel-320',
3381
+ base_denom: 'ibc/C140AFD542AE77BD7DCC83F13FDD8C5E5BB8C4929785E6EC2F4C636F98F17901',
3382
+ chain_name: 'osmosis'
3383
+ },
3384
+ chain: {
3385
+ channel_id: 'channel-1'
3386
+ }
3387
+ }],
3388
+ images: [{
3389
+ image_sync: {
3390
+ chain_name: 'stride',
3391
+ base_denom: 'stuatom'
3392
+ },
3393
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.png',
3394
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.svg'
3395
+ }],
3396
+ logo_URIs: {
3397
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.png',
3398
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.svg'
3399
+ }
3400
+ }, {
3401
+ denom_units: [{
3402
+ denom: 'ibc/37B7C1AABC243067278C28C77973A28D7844EF5465ACD0EBE6E506BE4C6816C2',
3403
+ exponent: 0,
3404
+ aliases: ['ibc/EA1D43981D5C9A1C4AAEA9C23BB1D4FA126BA9BC7020A25E0AE4AA841EA25DC5']
3405
+ }, {
3406
+ denom: 'weth',
3407
+ exponent: 18
3408
+ }],
3409
+ type_asset: 'ics20',
3410
+ base: 'ibc/37B7C1AABC243067278C28C77973A28D7844EF5465ACD0EBE6E506BE4C6816C2',
3411
+ name: 'Wrapped Ether',
3412
+ display: 'weth',
3413
+ symbol: 'ETH',
3414
+ traces: [{
3415
+ type: 'ibc',
3416
+ counterparty: {
3417
+ channel_id: 'channel-320',
3418
+ base_denom: 'ibc/EA1D43981D5C9A1C4AAEA9C23BB1D4FA126BA9BC7020A25E0AE4AA841EA25DC5',
3419
+ chain_name: 'osmosis'
3420
+ },
3421
+ chain: {
3422
+ channel_id: 'channel-1'
3423
+ }
3424
+ }],
3425
+ images: [{
3426
+ image_sync: {
3427
+ chain_name: 'axelar',
3428
+ base_denom: 'weth-wei'
3429
+ },
3430
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/weth.png'
3431
+ }],
3432
+ logo_URIs: {
3433
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/weth.png'
3434
+ }
3435
+ }, {
3436
+ denom_units: [{
3437
+ denom: 'ibc/DA1BE182A23423A7031255C608B68D1E54AD30087AEB7F25B48D2CF8A5FE1DDB',
3438
+ exponent: 0,
3439
+ aliases: ['ibc/D1542AA8762DB13087D8364F3EA6509FD6F009A34F00426AF9E4F9FA85CBBF1F']
3440
+ }, {
3441
+ denom: 'wbtc',
3442
+ exponent: 8
3443
+ }],
3444
+ type_asset: 'ics20',
3445
+ base: 'ibc/DA1BE182A23423A7031255C608B68D1E54AD30087AEB7F25B48D2CF8A5FE1DDB',
3446
+ name: 'Wrapped Bitcoin (Axelar)',
3447
+ display: 'wbtc',
3448
+ symbol: 'WBTC.axl',
3449
+ traces: [{
3450
+ type: 'ibc',
3451
+ counterparty: {
3452
+ channel_id: 'channel-320',
3453
+ base_denom: 'ibc/D1542AA8762DB13087D8364F3EA6509FD6F009A34F00426AF9E4F9FA85CBBF1F',
3454
+ chain_name: 'osmosis'
3455
+ },
3456
+ chain: {
3457
+ channel_id: 'channel-1'
3458
+ }
3459
+ }],
3460
+ images: [{
3461
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.svg',
3462
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.png'
3463
+ }, {
3464
+ image_sync: {
3465
+ chain_name: 'axelar',
3466
+ base_denom: 'wbtc-satoshi'
3467
+ },
3468
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/wbtc.png'
3469
+ }],
3470
+ logo_URIs: {
3471
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.svg',
3472
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.png'
3473
+ }
3474
+ }, {
3475
+ description: 'ERIS liquid staked OSMO',
3476
+ denom_units: [{
3477
+ denom: 'ibc/E0687047EA2BDEFC10A211E27502C2A78441684F624B41FD2FCFDEFDFB5AA569',
3478
+ exponent: 0,
3479
+ aliases: ['factory/osmo1dv8wz09tckslr2wy5z86r46dxvegylhpt97r9yd6qc3kyc6tv42qa89dr9/ampOSMO']
3480
+ }, {
3481
+ denom: 'ampOSMO',
3482
+ exponent: 6
3483
+ }],
3484
+ address: 'osmo1dv8wz09tckslr2wy5z86r46dxvegylhpt97r9yd6qc3kyc6tv42qa89dr9',
3485
+ base: 'ibc/E0687047EA2BDEFC10A211E27502C2A78441684F624B41FD2FCFDEFDFB5AA569',
3486
+ name: 'ERIS Amplified OSMO',
3487
+ display: 'ampOSMO',
3488
+ symbol: 'ampOSMO',
3489
+ logo_URIs: {
3490
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/amposmo.png'
3491
+ },
3492
+ images: [{
3493
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/amposmo.png'
3494
+ }],
3495
+ traces: [{
3496
+ type: 'ibc',
3497
+ counterparty: {
3498
+ channel_id: 'channel-320',
3499
+ base_denom: 'factory/osmo1dv8wz09tckslr2wy5z86r46dxvegylhpt97r9yd6qc3kyc6tv42qa89dr9/ampOSMO',
3500
+ chain_name: 'osmosis'
3501
+ },
3502
+ chain: {
3503
+ channel_id: 'channel-1'
3504
+ }
3505
+ }]
3506
+ }, {
3507
+ description: 'Tether USDT on Osmosis',
3508
+ denom_units: [{
3509
+ denom: 'ibc/C3131D228C3163DFD9068B14B920F10A4D37BE10E76CDC6C847B80AA83E40D40',
3510
+ exponent: 0,
3511
+ aliases: ['ibc/4ABBEF4C8926DDDB320AE5188CFD63267ABBCEFC0583E4AE05D6E5AA2401DDAB']
3512
+ }, {
3513
+ denom: 'usdt',
3514
+ exponent: 6
3515
+ }],
3516
+ type_asset: 'ics20',
3517
+ base: 'ibc/C3131D228C3163DFD9068B14B920F10A4D37BE10E76CDC6C847B80AA83E40D40',
3518
+ name: 'Tether USDT',
3519
+ display: 'usdt',
3520
+ symbol: 'USDT',
3521
+ traces: [{
3522
+ type: 'ibc',
3523
+ counterparty: {
3524
+ channel_id: 'channel-320',
3525
+ base_denom: 'ibc/4ABBEF4C8926DDDB320AE5188CFD63267ABBCEFC0583E4AE05D6E5AA2401DDAB',
3526
+ chain_name: 'osmosis'
3527
+ },
3528
+ chain: {
3529
+ channel_id: 'channel-1'
3530
+ }
3531
+ }],
3532
+ images: [{
3533
+ image_sync: {
3534
+ chain_name: 'kava',
3535
+ base_denom: 'erc20/tether/usdt'
3536
+ },
3537
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
3538
+ }],
3539
+ logo_URIs: {
3540
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
3541
+ }
3542
+ }, {
3543
+ description: "Membrane's CDP-style stablecoin called CDT",
3544
+ denom_units: [{
3545
+ denom: 'ibc/9F977CFD6084FD4B83DF6BD27CECC0F805D0F6D95ED099650F330D94510F7F19',
3546
+ exponent: 0,
3547
+ aliases: ['factory/osmo1s794h9rxggytja3a4pmwul53u98k06zy2qtrdvjnfuxruh7s8yjs6cyxgd/ucdt']
3548
+ }, {
3549
+ denom: 'cdt',
3550
+ exponent: 6
3551
+ }],
3552
+ base: 'ibc/9F977CFD6084FD4B83DF6BD27CECC0F805D0F6D95ED099650F330D94510F7F19',
3553
+ name: 'CDT Stablecoin',
3554
+ display: 'cdt',
3555
+ symbol: 'CDT',
3556
+ logo_URIs: {
3557
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/CDT.svg'
3558
+ },
3559
+ coingecko_id: 'collateralized-debt-token',
3560
+ images: [{
3561
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/CDT.svg'
3562
+ }],
3563
+ traces: [{
3564
+ type: 'ibc',
3565
+ counterparty: {
3566
+ channel_id: 'channel-320',
3567
+ base_denom: 'factory/osmo1s794h9rxggytja3a4pmwul53u98k06zy2qtrdvjnfuxruh7s8yjs6cyxgd/ucdt',
3568
+ chain_name: 'osmosis'
3569
+ },
3570
+ chain: {
3571
+ channel_id: 'channel-1'
3572
+ }
3573
+ }]
3574
+ }, {
3575
+ description: "Membrane's protocol token",
3576
+ denom_units: [{
3577
+ denom: 'ibc/CC0A5E28C584A93AB762E71DD3D5991928637042AC3E900EE94E19E46CBFE935',
3578
+ exponent: 0,
3579
+ aliases: ['factory/osmo1s794h9rxggytja3a4pmwul53u98k06zy2qtrdvjnfuxruh7s8yjs6cyxgd/umbrn']
3580
+ }, {
3581
+ denom: 'mbrn',
3582
+ exponent: 6
3583
+ }],
3584
+ base: 'ibc/CC0A5E28C584A93AB762E71DD3D5991928637042AC3E900EE94E19E46CBFE935',
3585
+ name: 'Membrane',
3586
+ display: 'mbrn',
3587
+ symbol: 'MBRN',
3588
+ logo_URIs: {
3589
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/MBRN.svg'
3590
+ },
3591
+ coingecko_id: 'membrane',
3592
+ images: [{
3593
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/MBRN.svg'
3594
+ }],
3595
+ traces: [{
3596
+ type: 'ibc',
3597
+ counterparty: {
3598
+ channel_id: 'channel-320',
3599
+ base_denom: 'factory/osmo1s794h9rxggytja3a4pmwul53u98k06zy2qtrdvjnfuxruh7s8yjs6cyxgd/umbrn',
3600
+ chain_name: 'osmosis'
3601
+ },
3602
+ chain: {
3603
+ channel_id: 'channel-1'
3604
+ }
3605
+ }]
3606
+ }, {
3607
+ description: 'TIA on Osmosis',
3608
+ denom_units: [{
3609
+ denom: 'ibc/EB7702F7862428669576938CD8DD19FBF39F6516F1F94A1B02AC8CBAFF06858B',
3610
+ exponent: 0,
3611
+ aliases: ['ibc/D79E7D83AB399BFFF93433E54FAA480C191248FC556924A2A8351AE2638B3877']
3612
+ }, {
3613
+ denom: 'tia',
3614
+ exponent: 6
3615
+ }],
3616
+ type_asset: 'ics20',
3617
+ base: 'ibc/EB7702F7862428669576938CD8DD19FBF39F6516F1F94A1B02AC8CBAFF06858B',
3618
+ name: 'Celestia TIA',
3619
+ display: 'tia',
3620
+ symbol: 'TIA',
3621
+ traces: [{
3622
+ type: 'ibc',
3623
+ counterparty: {
3624
+ channel_id: 'channel-320',
3625
+ base_denom: 'ibc/D79E7D83AB399BFFF93433E54FAA480C191248FC556924A2A8351AE2638B3877',
3626
+ chain_name: 'osmosis'
3627
+ },
3628
+ chain: {
3629
+ channel_id: 'channel-1'
3630
+ }
3631
+ }],
3632
+ images: [{
3633
+ image_sync: {
3634
+ chain_name: 'celestia',
3635
+ base_denom: 'utia'
3636
+ },
3637
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png',
3638
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg'
3639
+ }],
3640
+ logo_URIs: {
3641
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png',
3642
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg'
3643
+ }
3644
+ }, {
3645
+ description: 'Margined Power Token sqOSMO',
3646
+ denom_units: [{
3647
+ denom: 'ibc/03FB4E4D1043755015ABF1A84773EA334B2726EF464CF90D926C888ECE2D64FD',
3648
+ exponent: 0,
3649
+ aliases: ['factory/osmo1g8qypve6l95xmhgc0fddaecerffymsl7kn9muw/squosmo']
3650
+ }, {
3651
+ denom: 'sqosmo',
3652
+ exponent: 6
3653
+ }],
3654
+ base: 'ibc/03FB4E4D1043755015ABF1A84773EA334B2726EF464CF90D926C888ECE2D64FD',
3655
+ name: 'OSMO Squared',
3656
+ display: 'sqosmo',
3657
+ symbol: 'sqOSMO',
3658
+ logo_URIs: {
3659
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sqosmo.svg'
3660
+ },
3661
+ images: [{
3662
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sqosmo.svg'
3663
+ }],
3664
+ traces: [{
3665
+ type: 'ibc',
3666
+ counterparty: {
3667
+ channel_id: 'channel-320',
3668
+ base_denom: 'factory/osmo1g8qypve6l95xmhgc0fddaecerffymsl7kn9muw/squosmo',
3669
+ chain_name: 'osmosis'
3670
+ },
3671
+ chain: {
3672
+ channel_id: 'channel-1'
3673
+ }
3674
+ }]
3675
+ }, {
3676
+ description: 'NOIS on Osmosis',
3677
+ denom_units: [{
3678
+ denom: 'ibc/8349192BE84F63ECBCDE2E0195DAC22453C9AAC740971FE95D382CA8075E6A1C',
3679
+ exponent: 0,
3680
+ aliases: ['ibc/6928AFA9EA721938FED13B051F9DBF1272B16393D20C49EA5E4901BB76D94A90']
3681
+ }, {
3682
+ denom: 'nois',
3683
+ exponent: 6
3684
+ }],
3685
+ type_asset: 'ics20',
3686
+ base: 'ibc/8349192BE84F63ECBCDE2E0195DAC22453C9AAC740971FE95D382CA8075E6A1C',
3687
+ name: 'Nois NOIS',
3688
+ display: 'nois',
3689
+ symbol: 'NOIS',
3690
+ traces: [{
3691
+ type: 'ibc',
3692
+ counterparty: {
3693
+ channel_id: 'channel-320',
3694
+ base_denom: 'ibc/6928AFA9EA721938FED13B051F9DBF1272B16393D20C49EA5E4901BB76D94A90',
3695
+ chain_name: 'osmosis'
3696
+ },
3697
+ chain: {
3698
+ channel_id: 'channel-1'
3699
+ }
3700
+ }],
3701
+ images: [{
3702
+ image_sync: {
3703
+ chain_name: 'nois',
3704
+ base_denom: 'unois'
3705
+ },
3706
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.png',
3707
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.svg'
3708
+ }],
3709
+ logo_URIs: {
3710
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.png',
3711
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.svg'
3712
+ }
3713
+ }, {
3714
+ description: 'Margined Power Token sqBTC',
3715
+ denom_units: [{
3716
+ denom: 'ibc/EA3D1D169CAF4C6A1B813D41337614C5785DD018514333C301B92B981A46CE02',
3717
+ exponent: 0,
3718
+ aliases: ['factory/osmo1g8qypve6l95xmhgc0fddaecerffymsl7kn9muw/sqbtc']
3719
+ }, {
3720
+ denom: 'sqbtc',
3721
+ exponent: 6
3722
+ }],
3723
+ base: 'ibc/EA3D1D169CAF4C6A1B813D41337614C5785DD018514333C301B92B981A46CE02',
3724
+ name: 'BTC Squared',
3725
+ display: 'sqbtc',
3726
+ symbol: 'sqBTC',
3727
+ logo_URIs: {
3728
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sqbtc.svg'
3729
+ },
3730
+ images: [{
3731
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sqbtc.svg'
3732
+ }],
3733
+ traces: [{
3734
+ type: 'ibc',
3735
+ counterparty: {
3736
+ channel_id: 'channel-320',
3737
+ base_denom: 'factory/osmo1g8qypve6l95xmhgc0fddaecerffymsl7kn9muw/sqbtc',
3738
+ chain_name: 'osmosis'
3739
+ },
3740
+ chain: {
3741
+ channel_id: 'channel-1'
3742
+ }
3743
+ }]
3744
+ }, {
3745
+ description: 'Margined Power Token sqATOM',
3746
+ denom_units: [{
3747
+ denom: 'ibc/8ACFBDDF77DA174672D246AA2083FC83067F2FB669D9F6BB00632A3F635EBAF9',
3748
+ exponent: 0,
3749
+ aliases: ['factory/osmo1g8qypve6l95xmhgc0fddaecerffymsl7kn9muw/sqatom']
3750
+ }, {
3751
+ denom: 'sqatom',
3752
+ exponent: 6
3753
+ }],
3754
+ base: 'ibc/8ACFBDDF77DA174672D246AA2083FC83067F2FB669D9F6BB00632A3F635EBAF9',
3755
+ name: 'ATOM Squared',
3756
+ display: 'sqatom',
3757
+ symbol: 'sqATOM',
3758
+ logo_URIs: {
3759
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sqatom.svg'
3760
+ },
3761
+ images: [{
3762
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sqatom.svg'
3763
+ }],
3764
+ traces: [{
3765
+ type: 'ibc',
3766
+ counterparty: {
3767
+ channel_id: 'channel-320',
3768
+ base_denom: 'factory/osmo1g8qypve6l95xmhgc0fddaecerffymsl7kn9muw/sqatom',
3769
+ chain_name: 'osmosis'
3770
+ },
3771
+ chain: {
3772
+ channel_id: 'channel-1'
3773
+ }
3774
+ }]
3775
+ }, {
3776
+ description: 'CRO is the native token of the Crypto.org Chain, referred to as Native CRO.',
3777
+ denom_units: [{
3778
+ denom: 'ibc/FBA34C2BCE61066AED99D1797EB05A419F5FDB523E36F30F6C254BE61BCCAE29',
3779
+ exponent: 0,
3780
+ aliases: ['ibc/E6931F78057F7CC5DA0FD6CEF82FF39373A6E0452BF1FD76910B93292CF356C1']
3781
+ }, {
3782
+ denom: 'cro',
3783
+ exponent: 8
3784
+ }],
3785
+ type_asset: 'ics20',
3786
+ base: 'ibc/FBA34C2BCE61066AED99D1797EB05A419F5FDB523E36F30F6C254BE61BCCAE29',
3787
+ name: 'Cronos',
3788
+ display: 'cro',
3789
+ symbol: 'CRO',
3790
+ traces: [{
3791
+ type: 'ibc',
3792
+ counterparty: {
3793
+ channel_id: 'channel-320',
3794
+ base_denom: 'ibc/E6931F78057F7CC5DA0FD6CEF82FF39373A6E0452BF1FD76910B93292CF356C1',
3795
+ chain_name: 'osmosis'
3796
+ },
3797
+ chain: {
3798
+ channel_id: 'channel-1'
3799
+ }
3800
+ }],
3801
+ images: [{
3802
+ image_sync: {
3803
+ chain_name: 'cryptoorgchain',
3804
+ base_denom: 'basecro'
3805
+ },
3806
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro.svg'
3807
+ }],
3808
+ logo_URIs: {
3809
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro.svg'
3810
+ }
3811
+ }, {
3812
+ description: 'The native token of Stargaze',
3813
+ denom_units: [{
3814
+ denom: 'ibc/BE9116F49581FF59F018C64FB4A445B307332F77381640AAB05380473D0D7642',
3815
+ exponent: 0,
3816
+ aliases: ['ibc/987C17B11ABC2B20019178ACE62929FE9840202CE79498E29FE8E5CB02B7C0A4']
3817
+ }, {
3818
+ denom: 'stars',
3819
+ exponent: 6
3820
+ }],
3821
+ type_asset: 'ics20',
3822
+ base: 'ibc/BE9116F49581FF59F018C64FB4A445B307332F77381640AAB05380473D0D7642',
3823
+ name: 'Stargaze',
3824
+ display: 'stars',
3825
+ symbol: 'STARS',
3826
+ traces: [{
3827
+ type: 'ibc',
3828
+ counterparty: {
3829
+ channel_id: 'channel-320',
3830
+ base_denom: 'ibc/987C17B11ABC2B20019178ACE62929FE9840202CE79498E29FE8E5CB02B7C0A4',
3831
+ chain_name: 'osmosis'
3832
+ },
3833
+ chain: {
3834
+ channel_id: 'channel-1'
3835
+ }
3836
+ }],
3837
+ images: [{
3838
+ image_sync: {
3839
+ chain_name: 'stargaze',
3840
+ base_denom: 'ustars'
3841
+ },
3842
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
3843
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg'
3844
+ }],
3845
+ logo_URIs: {
3846
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
3847
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg'
3848
+ }
3849
+ }, {
3850
+ description: 'Maximize ETH yield through leveraged staking across Aave, Compound and Morpho and liquidity provision of ETH liquid staking tokens on Uniswap V3.',
3851
+ denom_units: [{
3852
+ denom: 'ibc/03B109DEE70C41E7D69206D670E3839BFB72891FF2FB5D7D980703953CB8E62B',
3853
+ exponent: 0,
3854
+ aliases: ['ibc/FBB3FEF80ED2344D821D4F95C31DBFD33E4E31D5324CAD94EF756E67B749F668']
3855
+ }, {
3856
+ denom: 'YieldETH',
3857
+ exponent: 18
3858
+ }],
3859
+ type_asset: 'ics20',
3860
+ base: 'ibc/03B109DEE70C41E7D69206D670E3839BFB72891FF2FB5D7D980703953CB8E62B',
3861
+ name: 'Real Yield Eth',
3862
+ display: 'YieldETH',
3863
+ symbol: 'YieldETH',
3864
+ traces: [{
3865
+ type: 'ibc',
3866
+ counterparty: {
3867
+ channel_id: 'channel-320',
3868
+ base_denom: 'ibc/FBB3FEF80ED2344D821D4F95C31DBFD33E4E31D5324CAD94EF756E67B749F668',
3869
+ chain_name: 'osmosis'
3870
+ },
3871
+ chain: {
3872
+ channel_id: 'channel-1'
3873
+ }
3874
+ }],
3875
+ images: [{
3876
+ image_sync: {
3877
+ chain_name: 'ethereum',
3878
+ base_denom: 'wei'
3879
+ },
3880
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
3881
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg'
3882
+ }],
3883
+ logo_URIs: {
3884
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
3885
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg'
3886
+ }
3887
+ }, {
3888
+ description: 'The native staking token of dYdX Protocol.',
3889
+ denom_units: [{
3890
+ denom: 'ibc/A6FAB4141ECE6F85BAAC00989FDF7F96409673735B845DE730645EC67335E1C0',
3891
+ exponent: 0,
3892
+ aliases: ['ibc/831F0B1BBB1D08A2B75311892876D71565478C532967545476DF4C2D7492E48C']
3893
+ }, {
3894
+ denom: 'dydx',
3895
+ exponent: 18
3896
+ }],
3897
+ type_asset: 'ics20',
3898
+ base: 'ibc/A6FAB4141ECE6F85BAAC00989FDF7F96409673735B845DE730645EC67335E1C0',
3899
+ name: 'dYdX',
3900
+ display: 'dydx',
3901
+ symbol: 'DYDX',
3902
+ traces: [{
3903
+ type: 'ibc',
3904
+ counterparty: {
3905
+ channel_id: 'channel-320',
3906
+ base_denom: 'ibc/831F0B1BBB1D08A2B75311892876D71565478C532967545476DF4C2D7492E48C',
3907
+ chain_name: 'osmosis'
3908
+ },
3909
+ chain: {
3910
+ channel_id: 'channel-1'
3911
+ }
3912
+ }],
3913
+ images: [{
3914
+ image_sync: {
3915
+ chain_name: 'dydx',
3916
+ base_denom: 'adydx'
3917
+ },
3918
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png',
3919
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg'
3920
+ }],
3921
+ logo_URIs: {
3922
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png',
3923
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg'
3924
+ }
3925
+ }, {
3926
+ description: 'The native token of Quasar',
3927
+ denom_units: [{
3928
+ denom: 'ibc/74C6A071817288DE90F3FC2555B4C18816F327437EB0E825F05A6E3C62DAA2A6',
3929
+ exponent: 0,
3930
+ aliases: ['ibc/1B708808D372E959CD4839C594960309283424C775F4A038AAEBE7F83A988477']
3931
+ }, {
3932
+ denom: 'qsr',
3933
+ exponent: 6
3934
+ }],
3935
+ type_asset: 'ics20',
3936
+ base: 'ibc/74C6A071817288DE90F3FC2555B4C18816F327437EB0E825F05A6E3C62DAA2A6',
3937
+ name: 'Quasar',
3938
+ display: 'qsr',
3939
+ symbol: 'QSR',
3940
+ traces: [{
3941
+ type: 'ibc',
3942
+ counterparty: {
3943
+ channel_id: 'channel-320',
3944
+ base_denom: 'ibc/1B708808D372E959CD4839C594960309283424C775F4A038AAEBE7F83A988477',
3945
+ chain_name: 'osmosis'
3946
+ },
3947
+ chain: {
3948
+ channel_id: 'channel-1'
3949
+ }
3950
+ }],
3951
+ images: [{
3952
+ image_sync: {
3953
+ chain_name: 'quasar',
3954
+ base_denom: 'uqsr'
3955
+ },
3956
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quasar/images/quasar.png'
3957
+ }],
3958
+ logo_URIs: {
3959
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quasar/images/quasar.png'
3960
+ }
3961
+ }, {
3962
+ description: 'Levana native token',
3963
+ denom_units: [{
3964
+ denom: 'ibc/6A9571DE6A3F60D7703C3290E2944E806C15A47C1EA6D4AFCD3AE4DC8AF080B1',
3965
+ exponent: 0,
3966
+ aliases: ['factory/osmo1mlng7pz4pnyxtpq0akfwall37czyk9lukaucsrn30ameplhhshtqdvfm5c/ulvn']
3967
+ }, {
3968
+ denom: 'lvn',
3969
+ exponent: 6
3970
+ }],
3971
+ base: 'ibc/6A9571DE6A3F60D7703C3290E2944E806C15A47C1EA6D4AFCD3AE4DC8AF080B1',
3972
+ name: 'Levana',
3973
+ display: 'lvn',
3974
+ symbol: 'LVN',
3975
+ logo_URIs: {
3976
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/levana.png',
3977
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/levana.svg'
3978
+ },
3979
+ coingecko_id: 'levana-protocol',
3980
+ images: [{
3981
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/levana.png',
3982
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/levana.svg'
3983
+ }, {
3984
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/levana.png'
3985
+ }],
3986
+ traces: [{
3987
+ type: 'ibc',
3988
+ counterparty: {
3989
+ channel_id: 'channel-320',
3990
+ base_denom: 'factory/osmo1mlng7pz4pnyxtpq0akfwall37czyk9lukaucsrn30ameplhhshtqdvfm5c/ulvn',
3991
+ chain_name: 'osmosis'
3992
+ },
3993
+ chain: {
3994
+ channel_id: 'channel-1'
3995
+ }
3996
+ }]
3997
+ }, {
3998
+ description: "MilkyWay's liquid staked TIA",
3999
+ denom_units: [{
4000
+ denom: 'ibc/C0DB3E0C7F3CD32FA24FC031FD8B6833627A1C690B741BA85D7A4752D974A77F',
4001
+ exponent: 0,
4002
+ aliases: ['factory/osmo1f5vfcph2dvfeqcqkhetwv75fda69z7e5c2dldm3kvgj23crkv6wqcn47a0/umilkTIA']
4003
+ }, {
4004
+ denom: 'milkTIA',
4005
+ exponent: 6
4006
+ }],
4007
+ base: 'ibc/C0DB3E0C7F3CD32FA24FC031FD8B6833627A1C690B741BA85D7A4752D974A77F',
4008
+ name: 'milkTIA',
4009
+ display: 'milkTIA',
4010
+ symbol: 'milkTIA',
4011
+ traces: [{
4012
+ type: 'ibc',
4013
+ counterparty: {
4014
+ channel_id: 'channel-320',
4015
+ base_denom: 'factory/osmo1f5vfcph2dvfeqcqkhetwv75fda69z7e5c2dldm3kvgj23crkv6wqcn47a0/umilkTIA',
4016
+ chain_name: 'osmosis'
4017
+ },
4018
+ chain: {
4019
+ channel_id: 'channel-1'
4020
+ }
4021
+ }],
4022
+ logo_URIs: {
4023
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/milktia.png',
4024
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/milktia.svg'
4025
+ },
4026
+ coingecko_id: 'milkyway-staked-tia',
4027
+ images: [{
4028
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/milktia.png',
4029
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/milktia.svg'
4030
+ }]
4031
+ }, {
4032
+ denom_units: [{
4033
+ denom: 'ibc/814F2057808DF5C7C9F9E1A513D9E6669061FF1B010CED198B3352EBA29EFBF6',
4034
+ exponent: 0,
4035
+ aliases: ['ibc/ECBE78BF7677320A93E7BA1761D144BCBF0CBC247C290C049655E106FE5DC68E']
4036
+ }, {
4037
+ denom: 'stkosmo',
4038
+ exponent: 6,
4039
+ aliases: ['stk/osmo']
4040
+ }],
4041
+ type_asset: 'ics20',
4042
+ base: 'ibc/814F2057808DF5C7C9F9E1A513D9E6669061FF1B010CED198B3352EBA29EFBF6',
4043
+ name: 'PSTAKE staked OSMO',
4044
+ display: 'stkosmo',
4045
+ symbol: 'stkOSMO',
4046
+ traces: [{
4047
+ type: 'ibc',
4048
+ counterparty: {
4049
+ channel_id: 'channel-320',
4050
+ base_denom: 'ibc/ECBE78BF7677320A93E7BA1761D144BCBF0CBC247C290C049655E106FE5DC68E',
4051
+ chain_name: 'osmosis'
4052
+ },
4053
+ chain: {
4054
+ channel_id: 'channel-1'
4055
+ }
4056
+ }],
4057
+ images: [{
4058
+ image_sync: {
4059
+ chain_name: 'persistence',
4060
+ base_denom: 'stk/uosmo'
4061
+ },
4062
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkosmo.png',
4063
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkosmo.svg'
4064
+ }],
4065
+ logo_URIs: {
4066
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkosmo.png',
4067
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkosmo.svg'
4068
+ }
4069
+ }, {
4070
+ description: 'The PAGE token is used for actions in the PageDAO NFT literary ecosystem and for DAO governance.',
4071
+ denom_units: [{
4072
+ denom: 'ibc/A389921DD5551011E2176A1030D7DFA195CD82EA762C6E621964A0416CBFD836',
4073
+ exponent: 0,
4074
+ aliases: ['ibc/23A62409E4AD8133116C249B1FA38EED30E500A115D7B153109462CD82C1CD99']
4075
+ }, {
4076
+ denom: 'page',
4077
+ exponent: 8
4078
+ }],
4079
+ type_asset: 'ics20',
4080
+ base: 'ibc/A389921DD5551011E2176A1030D7DFA195CD82EA762C6E621964A0416CBFD836',
4081
+ name: 'PageDAO',
4082
+ display: 'page',
4083
+ symbol: 'PAGE.grv',
4084
+ traces: [{
4085
+ type: 'ibc',
4086
+ counterparty: {
4087
+ channel_id: 'channel-320',
4088
+ base_denom: 'ibc/23A62409E4AD8133116C249B1FA38EED30E500A115D7B153109462CD82C1CD99',
4089
+ chain_name: 'osmosis'
4090
+ },
4091
+ chain: {
4092
+ channel_id: 'channel-1'
4093
+ }
4094
+ }],
4095
+ images: [{
4096
+ image_sync: {
4097
+ chain_name: 'gravitybridge',
4098
+ base_denom: 'gravity0x60e683C6514Edd5F758A55b6f393BeBBAfaA8d5e'
4099
+ },
4100
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/page.png',
4101
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/page.svg'
4102
+ }],
4103
+ logo_URIs: {
4104
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/page.png',
4105
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/page.svg'
4106
+ }
4107
+ }, {
4108
+ description: "Nomic's native token.",
4109
+ denom_units: [{
4110
+ denom: 'ibc/F5D24D849000F1EA14946E9BED504C3736E3730FB9D7008C2D78CEFDC79061DE',
4111
+ exponent: 0,
4112
+ aliases: ['ibc/F49DFB3BC8105C57EE7F17EC2402438825B31212CFDD81681EB87911E934F32C']
4113
+ }, {
4114
+ denom: 'nom',
4115
+ exponent: 6
4116
+ }],
4117
+ type_asset: 'ics20',
4118
+ base: 'ibc/F5D24D849000F1EA14946E9BED504C3736E3730FB9D7008C2D78CEFDC79061DE',
4119
+ name: 'Nomic',
4120
+ display: 'nomic',
4121
+ symbol: 'NOM',
4122
+ traces: [{
4123
+ type: 'ibc',
4124
+ counterparty: {
4125
+ channel_id: 'channel-320',
4126
+ base_denom: 'ibc/F49DFB3BC8105C57EE7F17EC2402438825B31212CFDD81681EB87911E934F32C',
4127
+ chain_name: 'osmosis'
4128
+ },
4129
+ chain: {
4130
+ channel_id: 'channel-1'
4131
+ }
4132
+ }],
4133
+ images: [{
4134
+ image_sync: {
4135
+ chain_name: 'nomic',
4136
+ base_denom: 'unom'
4137
+ },
4138
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nom.png',
4139
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nom.svg'
4140
+ }],
4141
+ logo_URIs: {
4142
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nom.png',
4143
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nom.svg'
4144
+ }
4145
+ }, {
4146
+ description: 'Bitcoin. On Cosmos.',
4147
+ denom_units: [{
4148
+ denom: 'ibc/D5CDA64730157DB9928A8E3CEEA19526A94F933443503A90D375394CA173F829',
4149
+ exponent: 0,
4150
+ aliases: ['ibc/75345531D87BD90BF108BE7240BD721CB2CB0A1F16D4EBA71B09EC3C43E15C8F']
4151
+ }, {
4152
+ denom: 'nbtc',
4153
+ exponent: 14
4154
+ }],
4155
+ type_asset: 'ics20',
4156
+ base: 'ibc/D5CDA64730157DB9928A8E3CEEA19526A94F933443503A90D375394CA173F829',
4157
+ name: 'Nomic Bitcoin',
4158
+ display: 'nbtc',
4159
+ symbol: 'nBTC',
4160
+ traces: [{
4161
+ type: 'ibc',
4162
+ counterparty: {
4163
+ channel_id: 'channel-320',
4164
+ base_denom: 'ibc/75345531D87BD90BF108BE7240BD721CB2CB0A1F16D4EBA71B09EC3C43E15C8F',
4165
+ chain_name: 'osmosis'
4166
+ },
4167
+ chain: {
4168
+ channel_id: 'channel-1'
4169
+ }
4170
+ }],
4171
+ images: [{
4172
+ image_sync: {
4173
+ chain_name: 'nomic',
4174
+ base_denom: 'usat'
4175
+ },
4176
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nbtc.png',
4177
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nbtc.svg'
4178
+ }],
4179
+ logo_URIs: {
4180
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nbtc.png',
4181
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nbtc.svg'
4182
+ }
4183
+ }, {
4184
+ description: 'AUTISM on Osmosis',
4185
+ denom_units: [{
4186
+ denom: 'ibc/EB87F22692D3AFC92F6062F57E020FFCFB6399BEFF09329E839FBEAF0EE1942E',
4187
+ exponent: 0,
4188
+ aliases: ['ibc/9DDF52A334F92BC57A9E0D59DFF9984EAC61D2A14E5162605DF601AA58FDFC6D']
4189
+ }, {
4190
+ denom: 'autism',
4191
+ exponent: 6
4192
+ }],
4193
+ type_asset: 'ics20',
4194
+ base: 'ibc/EB87F22692D3AFC92F6062F57E020FFCFB6399BEFF09329E839FBEAF0EE1942E',
4195
+ name: 'Injective AUTISM',
4196
+ display: 'autism',
4197
+ symbol: 'AUTISM',
4198
+ traces: [{
4199
+ type: 'ibc',
4200
+ counterparty: {
4201
+ channel_id: 'channel-320',
4202
+ base_denom: 'ibc/9DDF52A334F92BC57A9E0D59DFF9984EAC61D2A14E5162605DF601AA58FDFC6D',
4203
+ chain_name: 'osmosis'
4204
+ },
4205
+ chain: {
4206
+ channel_id: 'channel-1'
4207
+ }
4208
+ }],
4209
+ images: [{
4210
+ image_sync: {
4211
+ chain_name: 'injective',
4212
+ base_denom: 'factory/inj14lf8xm6fcvlggpa7guxzjqwjmtr24gnvf56hvz/autism'
4213
+ },
4214
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/autism.png'
4215
+ }],
4216
+ logo_URIs: {
4217
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/autism.png'
4218
+ }
4219
+ }, {
4220
+ description: 'Woof on Osmosis',
4221
+ denom_units: [{
4222
+ denom: 'ibc/3679EB0FAF260324A44EF05260EB747D81CA61017AC7D2BCD1BFD29AC927DB7A',
4223
+ exponent: 0,
4224
+ aliases: ['ibc/9B8EC667B6DF55387DC0F3ACC4F187DA6921B0806ED35DE6B04DE96F5AB81F53']
4225
+ }, {
4226
+ denom: 'WOOF',
4227
+ exponent: 6
4228
+ }],
4229
+ type_asset: 'ics20',
4230
+ base: 'ibc/3679EB0FAF260324A44EF05260EB747D81CA61017AC7D2BCD1BFD29AC927DB7A',
4231
+ name: 'WOOF chihuahua',
4232
+ display: 'WOOF',
4233
+ symbol: 'WOOF',
4234
+ traces: [{
4235
+ type: 'ibc',
4236
+ counterparty: {
4237
+ channel_id: 'channel-320',
4238
+ base_denom: 'ibc/9B8EC667B6DF55387DC0F3ACC4F187DA6921B0806ED35DE6B04DE96F5AB81F53',
4239
+ chain_name: 'osmosis'
4240
+ },
4241
+ chain: {
4242
+ channel_id: 'channel-1'
4243
+ }
4244
+ }],
4245
+ logo_URIs: {
4246
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/woof.png'
4247
+ },
4248
+ images: [{
4249
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/woof.png'
4250
+ }]
4251
+ }, {
4252
+ description: 'The native coin of Sneaky Productions.',
4253
+ denom_units: [{
4254
+ denom: 'ibc/F89F635D97BC6400E17521B4220E3E08F44CE794EB80F5CABB356D3557E72637',
4255
+ exponent: 0,
4256
+ aliases: ['ibc/94ED1F172BC633DFC56D7E26551D8B101ADCCC69052AC44FED89F97FF658138F']
4257
+ }, {
4258
+ denom: 'sneaky',
4259
+ exponent: 6
4260
+ }],
4261
+ type_asset: 'ics20',
4262
+ base: 'ibc/F89F635D97BC6400E17521B4220E3E08F44CE794EB80F5CABB356D3557E72637',
4263
+ name: 'Sneaky Productions',
4264
+ display: 'sneaky',
4265
+ symbol: 'SNEAKY',
4266
+ traces: [{
4267
+ type: 'ibc',
4268
+ counterparty: {
4269
+ channel_id: 'channel-320',
4270
+ base_denom: 'ibc/94ED1F172BC633DFC56D7E26551D8B101ADCCC69052AC44FED89F97FF658138F',
4271
+ chain_name: 'osmosis'
4272
+ },
4273
+ chain: {
4274
+ channel_id: 'channel-1'
4275
+ }
4276
+ }],
4277
+ logo_URIs: {
4278
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/sneaky.png'
4279
+ },
4280
+ images: [{
4281
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/sneaky.png'
4282
+ }]
4283
+ }, {
4284
+ denom_units: [{
4285
+ denom: 'ibc/CF57A83CED6CEC7D706631B5DC53ABC21B7EDA7DF7490732B4361E6D5DD19C73',
4286
+ exponent: 0,
4287
+ aliases: ['factory/osmo1z0qrq605sjgcqpylfl4aa6s90x738j7m58wyatt0tdzflg2ha26q67k743/wbtc']
4288
+ }, {
4289
+ denom: 'wbtc',
4290
+ exponent: 8
4291
+ }],
4292
+ address: 'osmo1z0qrq605sjgcqpylfl4aa6s90x738j7m58wyatt0tdzflg2ha26q67k743',
4293
+ type_asset: 'sdk.coin',
4294
+ base: 'ibc/CF57A83CED6CEC7D706631B5DC53ABC21B7EDA7DF7490732B4361E6D5DD19C73',
4295
+ name: 'Wrapped Bitcoin',
4296
+ display: 'wbtc',
4297
+ symbol: 'WBTC',
4298
+ traces: [{
4299
+ type: 'ibc',
4300
+ counterparty: {
4301
+ channel_id: 'channel-320',
4302
+ base_denom: 'factory/osmo1z0qrq605sjgcqpylfl4aa6s90x738j7m58wyatt0tdzflg2ha26q67k743/wbtc',
4303
+ chain_name: 'osmosis'
4304
+ },
4305
+ chain: {
4306
+ channel_id: 'channel-1'
4307
+ }
4308
+ }],
4309
+ images: [{
4310
+ image_sync: {
4311
+ chain_name: 'ethereum',
4312
+ base_denom: '0x2260fac5e5542a773aa44fbcfedf7c193bc2c599'
4313
+ },
4314
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.png',
4315
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.svg'
4316
+ }],
4317
+ logo_URIs: {
4318
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.png',
4319
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.svg'
4320
+ }
4321
+ }, {
4322
+ 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.",
4323
+ denom_units: [{
4324
+ denom: 'ibc/7CB33A66F90533ED1E168CB3251253C719CF4B04FF1290AFD795F14CA1D67278',
4325
+ exponent: 0,
4326
+ aliases: ['factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO']
4327
+ }, {
4328
+ denom: 'WOSMO',
4329
+ exponent: 6
4330
+ }],
4331
+ address: 'osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3',
4332
+ base: 'ibc/7CB33A66F90533ED1E168CB3251253C719CF4B04FF1290AFD795F14CA1D67278',
4333
+ name: 'WOSMO',
4334
+ display: 'WOSMO',
4335
+ symbol: 'WOSMO',
4336
+ logo_URIs: {
4337
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/WOSMO.png'
4338
+ },
4339
+ images: [{
4340
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/WOSMO.png'
4341
+ }],
4342
+ traces: [{
4343
+ type: 'ibc',
4344
+ counterparty: {
4345
+ channel_id: 'channel-320',
4346
+ base_denom: 'factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO',
4347
+ chain_name: 'osmosis'
4348
+ },
4349
+ chain: {
4350
+ channel_id: 'channel-1'
4351
+ }
4352
+ }]
4353
+ }, {
4354
+ description: 'NLS on Osmosis',
4355
+ denom_units: [{
4356
+ denom: 'ibc/F722502EC90B3084DBD73589FC055E658EF9972A19ADDE61D3AA8BBF39B63883',
4357
+ exponent: 0,
4358
+ aliases: ['ibc/D9AFCECDD361D38302AA66EB3BAC23B95234832C51D12489DC451FA2B7C72782']
4359
+ }, {
4360
+ denom: 'nls',
4361
+ exponent: 6
4362
+ }],
4363
+ type_asset: 'ics20',
4364
+ base: 'ibc/F722502EC90B3084DBD73589FC055E658EF9972A19ADDE61D3AA8BBF39B63883',
4365
+ name: 'Nolus',
4366
+ display: 'nls',
4367
+ symbol: 'NLS',
4368
+ traces: [{
4369
+ type: 'ibc',
4370
+ counterparty: {
4371
+ channel_id: 'channel-320',
4372
+ base_denom: 'ibc/D9AFCECDD361D38302AA66EB3BAC23B95234832C51D12489DC451FA2B7C72782',
4373
+ chain_name: 'osmosis'
4374
+ },
4375
+ chain: {
4376
+ channel_id: 'channel-1'
4377
+ }
4378
+ }],
4379
+ images: [{
4380
+ image_sync: {
4381
+ chain_name: 'nolus',
4382
+ base_denom: 'unls'
4383
+ },
4384
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.png',
4385
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.svg'
4386
+ }],
4387
+ logo_URIs: {
4388
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.png',
4389
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.svg'
4390
+ }
4391
+ }, {
4392
+ description: 'STRD on Osmosis',
4393
+ denom_units: [{
4394
+ denom: 'ibc/38B29F6563DDADC81C9399EB5CDF140492CC2C58FB70048BC4430567A26ED193',
4395
+ exponent: 0,
4396
+ aliases: ['ibc/A8CA5EE328FA10C9519DF6057DA1F69682D28F7D0F5CCC7ECB72E3DCA2D157A4']
4397
+ }, {
4398
+ denom: 'strd',
4399
+ exponent: 6
4400
+ }],
4401
+ type_asset: 'ics20',
4402
+ base: 'ibc/38B29F6563DDADC81C9399EB5CDF140492CC2C58FB70048BC4430567A26ED193',
4403
+ name: 'Stride',
4404
+ display: 'strd',
4405
+ symbol: 'STRD',
4406
+ traces: [{
4407
+ type: 'ibc',
4408
+ counterparty: {
4409
+ channel_id: 'channel-320',
4410
+ base_denom: 'ibc/A8CA5EE328FA10C9519DF6057DA1F69682D28F7D0F5CCC7ECB72E3DCA2D157A4',
4411
+ chain_name: 'osmosis'
4412
+ },
4413
+ chain: {
4414
+ channel_id: 'channel-1'
4415
+ }
4416
+ }],
4417
+ images: [{
4418
+ image_sync: {
4419
+ chain_name: 'stride',
4420
+ base_denom: 'ustrd'
4421
+ },
4422
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.png',
4423
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg'
4424
+ }],
4425
+ logo_URIs: {
4426
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.png',
4427
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg'
4428
+ }
4429
+ }, {
4430
+ description: 'Margined Power Token sqTIA',
4431
+ denom_units: [{
4432
+ denom: 'ibc/C975417951A4AA121B7C0A137510DBEEF3008E1DB58A8129C439C0F4FF77F684',
4433
+ exponent: 0,
4434
+ aliases: ['factory/osmo1g8qypve6l95xmhgc0fddaecerffymsl7kn9muw/sqtia']
4435
+ }, {
4436
+ denom: 'sqtia',
4437
+ exponent: 6
4438
+ }],
4439
+ base: 'ibc/C975417951A4AA121B7C0A137510DBEEF3008E1DB58A8129C439C0F4FF77F684',
4440
+ name: 'TIA Squared',
4441
+ display: 'sqtia',
4442
+ symbol: 'sqTIA',
4443
+ logo_URIs: {
4444
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sqtia.svg'
4445
+ },
4446
+ images: [{
4447
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sqtia.svg'
4448
+ }],
4449
+ traces: [{
4450
+ type: 'ibc',
4451
+ counterparty: {
4452
+ channel_id: 'channel-320',
4453
+ base_denom: 'factory/osmo1g8qypve6l95xmhgc0fddaecerffymsl7kn9muw/sqtia',
4454
+ chain_name: 'osmosis'
4455
+ },
4456
+ chain: {
4457
+ channel_id: 'channel-1'
4458
+ }
4459
+ }]
4460
+ }, {
4461
+ description: 'Sail DAO Token',
4462
+ denom_units: [{
4463
+ denom: 'ibc/A42883E20767D7FF9D69D3CAF21FE2F8666AD1CCFA660CEF61AEB2A262085609',
4464
+ exponent: 0,
4465
+ aliases: ['factory/osmo1rckme96ptawr4zwexxj5g5gej9s2dmud8r2t9j0k0prn5mch5g4snzzwjv/sail']
4466
+ }, {
4467
+ denom: 'sail',
4468
+ exponent: 6
4469
+ }],
4470
+ base: 'ibc/A42883E20767D7FF9D69D3CAF21FE2F8666AD1CCFA660CEF61AEB2A262085609',
4471
+ name: 'Sail',
4472
+ display: 'sail',
4473
+ symbol: 'SAIL',
4474
+ logo_URIs: {
4475
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sail.png'
4476
+ },
4477
+ images: [{
4478
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sail.png'
4479
+ }],
4480
+ traces: [{
4481
+ type: 'ibc',
4482
+ counterparty: {
4483
+ channel_id: 'channel-320',
4484
+ base_denom: 'factory/osmo1rckme96ptawr4zwexxj5g5gej9s2dmud8r2t9j0k0prn5mch5g4snzzwjv/sail',
4485
+ chain_name: 'osmosis'
4486
+ },
4487
+ chain: {
4488
+ channel_id: 'channel-1'
4489
+ }
4490
+ }]
4491
+ }, {
4492
+ description: 'The native token of Secret Network',
4493
+ denom_units: [{
4494
+ denom: 'ibc/A358D7F19237777AF6D8AD0E0F53268F8B18AE8A53ED318095C14D6D7F3B2DB5',
4495
+ exponent: 0,
4496
+ aliases: ['uscrt']
4497
+ }, {
4498
+ denom: 'scrt',
4499
+ exponent: 6
4500
+ }],
4501
+ base: 'ibc/A358D7F19237777AF6D8AD0E0F53268F8B18AE8A53ED318095C14D6D7F3B2DB5',
4502
+ name: 'Secret Network',
4503
+ display: 'scrt',
4504
+ symbol: 'SCRT',
4505
+ logo_URIs: {
4506
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
4507
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
4508
+ },
4509
+ coingecko_id: 'secret',
4510
+ images: [{
4511
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
4512
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
4513
+ }],
4514
+ traces: [{
4515
+ type: 'ibc',
4516
+ counterparty: {
4517
+ channel_id: 'channel-51',
4518
+ base_denom: 'uscrt',
4519
+ chain_name: 'secretnetwork'
4520
+ },
4521
+ chain: {
4522
+ channel_id: 'channel-10'
4523
+ }
4524
+ }]
4525
+ }, {
4526
+ description: 'The native token of Stride',
4527
+ denom_units: [{
4528
+ denom: 'ibc/299612A95693138225447366268ED58014100D965FCEDC43F27D47AB360F351F',
4529
+ exponent: 0,
4530
+ aliases: ['ustrd']
4531
+ }, {
4532
+ denom: 'strd',
4533
+ exponent: 6
4534
+ }],
4535
+ base: 'ibc/299612A95693138225447366268ED58014100D965FCEDC43F27D47AB360F351F',
4536
+ name: 'Stride',
4537
+ display: 'strd',
4538
+ symbol: 'STRD',
4539
+ logo_URIs: {
4540
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.png',
4541
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg'
4542
+ },
4543
+ coingecko_id: 'stride',
4544
+ images: [{
4545
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.png',
4546
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg'
4547
+ }],
4548
+ traces: [{
4549
+ type: 'ibc',
4550
+ counterparty: {
4551
+ channel_id: 'channel-148',
4552
+ base_denom: 'ustrd',
4553
+ chain_name: 'stride'
4554
+ },
4555
+ chain: {
4556
+ channel_id: 'channel-59'
4557
+ }
4558
+ }]
4559
+ }, {
4560
+ denom_units: [{
4561
+ denom: 'ibc/B1E6288B5A0224565D915D1F66716486F16D8A44BF33A9EC323DD6BA30764C35',
4562
+ exponent: 0,
4563
+ aliases: ['stuatom']
4564
+ }, {
4565
+ denom: 'statom',
4566
+ exponent: 6
4567
+ }],
4568
+ base: 'ibc/B1E6288B5A0224565D915D1F66716486F16D8A44BF33A9EC323DD6BA30764C35',
4569
+ name: 'Stride Staked ATOM',
4570
+ display: 'statom',
4571
+ symbol: 'stATOM',
4572
+ traces: [{
4573
+ type: 'ibc',
4574
+ counterparty: {
4575
+ channel_id: 'channel-148',
4576
+ base_denom: 'stuatom',
4577
+ chain_name: 'stride'
4578
+ },
4579
+ chain: {
4580
+ channel_id: 'channel-59'
4581
+ }
4582
+ }],
4583
+ logo_URIs: {
4584
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.png',
4585
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.svg'
4586
+ },
4587
+ coingecko_id: 'stride-staked-atom',
4588
+ images: [{
4589
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.png',
4590
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.svg'
4591
+ }]
4592
+ }, {
4593
+ denom_units: [{
4594
+ denom: 'ibc/18D02EE09FC996B831A853D1AD7C7785EF172F7BA18046F41C5765CD9FAE7AB9',
4595
+ exponent: 0,
4596
+ aliases: ['stustars']
4597
+ }, {
4598
+ denom: 'ststars',
4599
+ exponent: 6
4600
+ }],
4601
+ base: 'ibc/18D02EE09FC996B831A853D1AD7C7785EF172F7BA18046F41C5765CD9FAE7AB9',
4602
+ name: 'Stride Staked STARS',
4603
+ display: 'ststars',
4604
+ symbol: 'stSTARS',
4605
+ traces: [{
4606
+ type: 'ibc',
4607
+ counterparty: {
4608
+ channel_id: 'channel-148',
4609
+ base_denom: 'stustars',
4610
+ chain_name: 'stride'
4611
+ },
4612
+ chain: {
4613
+ channel_id: 'channel-59'
4614
+ }
4615
+ }],
4616
+ logo_URIs: {
4617
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/ststars.png',
4618
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/ststars.svg'
4619
+ },
4620
+ coingecko_id: 'stride-staked-stars',
4621
+ images: [{
4622
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/ststars.png',
4623
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/ststars.svg'
4624
+ }]
4625
+ }, {
4626
+ denom_units: [{
4627
+ denom: 'ibc/DDAB71B9D194CBF3B87DD6924B3B4846F14061289FCBA8A3989B6F8230BC0F05',
4628
+ exponent: 0,
4629
+ aliases: ['stuosmo']
4630
+ }, {
4631
+ denom: 'stosmo',
4632
+ exponent: 6
4633
+ }],
4634
+ base: 'ibc/DDAB71B9D194CBF3B87DD6924B3B4846F14061289FCBA8A3989B6F8230BC0F05',
4635
+ name: 'Stride Staked OSMO',
4636
+ display: 'stosmo',
4637
+ symbol: 'stOSMO',
4638
+ traces: [{
4639
+ type: 'ibc',
4640
+ counterparty: {
4641
+ channel_id: 'channel-148',
4642
+ base_denom: 'stuosmo',
4643
+ chain_name: 'stride'
4644
+ },
4645
+ chain: {
4646
+ channel_id: 'channel-59'
4647
+ }
4648
+ }],
4649
+ logo_URIs: {
4650
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.png',
4651
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.svg'
4652
+ },
4653
+ coingecko_id: 'stride-staked-osmo',
4654
+ images: [{
4655
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.png',
4656
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.svg'
4657
+ }]
4658
+ }, {
4659
+ denom_units: [{
4660
+ denom: 'ibc/43DFB2B09FEFBD41A9B01EA4530DEEDD63863DF922048B4D208A25ED4A7AAAA6',
4661
+ exponent: 0,
4662
+ aliases: ['stujuno']
4663
+ }, {
4664
+ denom: 'stjuno',
4665
+ exponent: 6
4666
+ }],
4667
+ base: 'ibc/43DFB2B09FEFBD41A9B01EA4530DEEDD63863DF922048B4D208A25ED4A7AAAA6',
4668
+ name: 'Stride Staked JUNO',
4669
+ display: 'stjuno',
4670
+ symbol: 'stJUNO',
4671
+ traces: [{
4672
+ type: 'ibc',
4673
+ counterparty: {
4674
+ channel_id: 'channel-148',
4675
+ base_denom: 'stujuno',
4676
+ chain_name: 'stride'
4677
+ },
4678
+ chain: {
4679
+ channel_id: 'channel-59'
4680
+ }
4681
+ }],
4682
+ logo_URIs: {
4683
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stjuno.png',
4684
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stjuno.svg'
4685
+ },
4686
+ coingecko_id: 'stride-staked-juno',
4687
+ images: [{
4688
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stjuno.png',
4689
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stjuno.svg'
4690
+ }]
4691
+ }, {
4692
+ denom_units: [{
4693
+ denom: 'ibc/2C62D98EE4CE115554F68BE1CE418A849138796DA95E688A61E2629F83E52C91',
4694
+ exponent: 0,
4695
+ aliases: ['stuluna']
4696
+ }, {
4697
+ denom: 'stluna',
4698
+ exponent: 6
4699
+ }],
4700
+ base: 'ibc/2C62D98EE4CE115554F68BE1CE418A849138796DA95E688A61E2629F83E52C91',
4701
+ name: 'Stride Staked LUNA',
4702
+ display: 'stluna',
4703
+ symbol: 'stLUNA',
4704
+ traces: [{
4705
+ type: 'ibc',
4706
+ counterparty: {
4707
+ channel_id: 'channel-148',
4708
+ base_denom: 'stuluna',
4709
+ chain_name: 'stride'
4710
+ },
4711
+ chain: {
4712
+ channel_id: 'channel-59'
4713
+ }
4714
+ }],
4715
+ logo_URIs: {
4716
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stluna.png',
4717
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stluna.svg'
4718
+ },
4719
+ coingecko_id: 'stride-staked-luna',
4720
+ images: [{
4721
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stluna.png',
4722
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stluna.svg'
4723
+ }]
4724
+ }, {
4725
+ denom_units: [{
4726
+ denom: 'ibc/BA9DAB67C8EA19549D05D7B79B7A88B950D0EDE9E4EC2E47B569047C694CB6D0',
4727
+ exponent: 0,
4728
+ aliases: ['stinj']
4729
+ }, {
4730
+ denom: 'stINJ',
4731
+ exponent: 18
4732
+ }],
4733
+ base: 'ibc/BA9DAB67C8EA19549D05D7B79B7A88B950D0EDE9E4EC2E47B569047C694CB6D0',
4734
+ name: 'Stride Staked INJ',
4735
+ display: 'stINJ',
4736
+ symbol: 'stINJ',
4737
+ traces: [{
4738
+ type: 'ibc',
4739
+ counterparty: {
4740
+ channel_id: 'channel-148',
4741
+ base_denom: 'stinj',
4742
+ chain_name: 'stride'
4743
+ },
4744
+ chain: {
4745
+ channel_id: 'channel-59'
4746
+ }
4747
+ }],
4748
+ logo_URIs: {
4749
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stinj.png',
4750
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stinj.svg'
4751
+ },
4752
+ images: [{
4753
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stinj.png',
4754
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stinj.svg'
4755
+ }]
4756
+ }, {
4757
+ denom_units: [{
4758
+ denom: 'ibc/B5A331F9B22D4CA2ABB7230FFF87F6099026654CCF3A68AFD9D67B442AC6DE16',
4759
+ exponent: 0,
4760
+ aliases: ['staevmos']
4761
+ }, {
4762
+ denom: 'stevmos',
4763
+ exponent: 18
4764
+ }],
4765
+ base: 'ibc/B5A331F9B22D4CA2ABB7230FFF87F6099026654CCF3A68AFD9D67B442AC6DE16',
4766
+ name: 'Stride Staked EVMOS',
4767
+ display: 'stevmos',
4768
+ symbol: 'stEVMOS',
4769
+ traces: [{
4770
+ type: 'ibc',
4771
+ counterparty: {
4772
+ channel_id: 'channel-148',
4773
+ base_denom: 'staevmos',
4774
+ chain_name: 'stride'
4775
+ },
4776
+ chain: {
4777
+ channel_id: 'channel-59'
4778
+ }
4779
+ }],
4780
+ logo_URIs: {
4781
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stevmos.png',
4782
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stevmos.svg'
4783
+ },
4784
+ coingecko_id: 'stride-staked-evmos',
4785
+ images: [{
4786
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stevmos.png',
4787
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stevmos.svg'
4788
+ }]
4789
+ }, {
4790
+ denom_units: [{
4791
+ denom: 'ibc/C15C72F5E8FC6457CF8DE26A116B87B8BBEEE8B9DED027845797BCACE402A60F',
4792
+ exponent: 0,
4793
+ aliases: ['stuumee']
4794
+ }, {
4795
+ denom: 'stumee',
4796
+ exponent: 6
4797
+ }],
4798
+ base: 'ibc/C15C72F5E8FC6457CF8DE26A116B87B8BBEEE8B9DED027845797BCACE402A60F',
4799
+ name: 'Stride Staked UMEE',
4800
+ display: 'stumee',
4801
+ symbol: 'stUMEE',
4802
+ traces: [{
4803
+ type: 'ibc',
4804
+ counterparty: {
4805
+ channel_id: 'channel-148',
4806
+ base_denom: 'stuumee',
4807
+ chain_name: 'stride'
4808
+ },
4809
+ chain: {
4810
+ channel_id: 'channel-59'
4811
+ }
4812
+ }],
4813
+ logo_URIs: {
4814
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stumee.png',
4815
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stumee.svg'
4816
+ },
4817
+ coingecko_id: 'stride-staked-umee',
4818
+ images: [{
4819
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stumee.png',
4820
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stumee.svg'
4821
+ }]
4822
+ }, {
4823
+ denom_units: [{
4824
+ denom: 'ibc/1ED74626D4EF8BA0748372A56570A2C240EDEEA84BF66F7F249FE1C10A4A2B5D',
4825
+ exponent: 0,
4826
+ aliases: ['stucmdx']
4827
+ }, {
4828
+ denom: 'stcmdx',
4829
+ exponent: 6
4830
+ }],
4831
+ base: 'ibc/1ED74626D4EF8BA0748372A56570A2C240EDEEA84BF66F7F249FE1C10A4A2B5D',
4832
+ name: 'Stride Staked CMDX',
4833
+ display: 'stcmdx',
4834
+ symbol: 'stCMDX',
4835
+ traces: [{
4836
+ type: 'ibc',
4837
+ counterparty: {
4838
+ channel_id: 'channel-148',
4839
+ base_denom: 'stucmdx',
4840
+ chain_name: 'stride'
4841
+ },
4842
+ chain: {
4843
+ channel_id: 'channel-59'
4844
+ }
4845
+ }],
4846
+ logo_URIs: {
4847
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stcmdx.png',
4848
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stcmdx.svg'
4849
+ },
4850
+ images: [{
4851
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stcmdx.png',
4852
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stcmdx.svg'
4853
+ }]
4854
+ }, {
4855
+ denom_units: [{
4856
+ denom: 'ibc/159D69ED2B40C34BDF66D690475F47A1645042B6F066305483841970B44085DD',
4857
+ exponent: 0,
4858
+ aliases: ['stusomm']
4859
+ }, {
4860
+ denom: 'stsomm',
4861
+ exponent: 6
4862
+ }],
4863
+ base: 'ibc/159D69ED2B40C34BDF66D690475F47A1645042B6F066305483841970B44085DD',
4864
+ name: 'Stride Staked SOMM',
4865
+ display: 'stsomm',
4866
+ symbol: 'stSOMM',
4867
+ traces: [{
4868
+ type: 'ibc',
4869
+ counterparty: {
4870
+ channel_id: 'channel-148',
4871
+ base_denom: 'stusomm',
4872
+ chain_name: 'stride'
4873
+ },
4874
+ chain: {
4875
+ channel_id: 'channel-59'
4876
+ }
4877
+ }],
4878
+ logo_URIs: {
4879
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stsomm.png',
4880
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stsomm.svg'
4881
+ },
4882
+ coingecko_id: 'stride-staked-sommelier',
4883
+ images: [{
4884
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stsomm.png',
4885
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stsomm.svg'
4886
+ }]
4887
+ }]
4888
+ };
4889
+ var _default = exports["default"] = assets;