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