@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,2558 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports["default"] = void 0;
7
+ var assets = {
8
+ chain_name: 'odin',
9
+ assets: [{
10
+ description: 'The native token of Axelar',
11
+ denom_units: [{
12
+ denom: 'ibc/1F6F47BC4AF41C7F767DD84D9387BC6058FCFEEF0C6D0D6E6C53DA23A761D139',
13
+ exponent: 0,
14
+ aliases: ['uaxl']
15
+ }, {
16
+ denom: 'axl',
17
+ exponent: 6
18
+ }],
19
+ base: 'ibc/1F6F47BC4AF41C7F767DD84D9387BC6058FCFEEF0C6D0D6E6C53DA23A761D139',
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-102',
36
+ base_denom: 'uaxl',
37
+ chain_name: 'axelar'
38
+ },
39
+ chain: {
40
+ channel_id: 'channel-37'
41
+ }
42
+ }]
43
+ }, {
44
+ description: "Circle's stablecoin on Axelar",
45
+ denom_units: [{
46
+ denom: 'ibc/B90825FF57A70109217065F9BB1F61D4C7B2520708304DF356FB7E41E4944EAD',
47
+ exponent: 0,
48
+ aliases: ['uusdc']
49
+ }, {
50
+ denom: 'usdc',
51
+ exponent: 6
52
+ }],
53
+ base: 'ibc/B90825FF57A70109217065F9BB1F61D4C7B2520708304DF356FB7E41E4944EAD',
54
+ name: 'USD Coin',
55
+ display: 'usdc',
56
+ symbol: 'USDC',
57
+ traces: [{
58
+ type: 'ibc',
59
+ counterparty: {
60
+ channel_id: 'channel-102',
61
+ base_denom: 'uusdc',
62
+ chain_name: 'axelar'
63
+ },
64
+ chain: {
65
+ channel_id: 'channel-37'
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/F14AE3C687FBC11EE47F16A1FCEA50DF9A41108D9D51CE0DFDDF2F28E831A2B2',
81
+ exponent: 0,
82
+ aliases: ['frax-wei']
83
+ }, {
84
+ denom: 'frax',
85
+ exponent: 18
86
+ }],
87
+ base: 'ibc/F14AE3C687FBC11EE47F16A1FCEA50DF9A41108D9D51CE0DFDDF2F28E831A2B2',
88
+ name: 'Frax',
89
+ display: 'frax',
90
+ symbol: 'FRAX',
91
+ traces: [{
92
+ type: 'ibc',
93
+ counterparty: {
94
+ channel_id: 'channel-102',
95
+ base_denom: 'frax-wei',
96
+ chain_name: 'axelar'
97
+ },
98
+ chain: {
99
+ channel_id: 'channel-37'
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/70391406B97EF1B7A61EC5F287122C5094708B20623D866063A847EF8E791568',
112
+ exponent: 0,
113
+ aliases: ['dai-wei']
114
+ }, {
115
+ denom: 'dai',
116
+ exponent: 18
117
+ }],
118
+ base: 'ibc/70391406B97EF1B7A61EC5F287122C5094708B20623D866063A847EF8E791568',
119
+ name: 'Dai Stablecoin',
120
+ display: 'dai',
121
+ symbol: 'DAI',
122
+ traces: [{
123
+ type: 'ibc',
124
+ counterparty: {
125
+ channel_id: 'channel-102',
126
+ base_denom: 'dai-wei',
127
+ chain_name: 'axelar'
128
+ },
129
+ chain: {
130
+ channel_id: 'channel-37'
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/BED0AD99F21531202B8565210D8BF492E8E1C891312493CA609BE9B540610414',
145
+ exponent: 0,
146
+ aliases: ['uusdt']
147
+ }, {
148
+ denom: 'usdt',
149
+ exponent: 6
150
+ }],
151
+ base: 'ibc/BED0AD99F21531202B8565210D8BF492E8E1C891312493CA609BE9B540610414',
152
+ name: 'Tether USD',
153
+ display: 'usdt',
154
+ symbol: 'USDT',
155
+ traces: [{
156
+ type: 'ibc',
157
+ counterparty: {
158
+ channel_id: 'channel-102',
159
+ base_denom: 'uusdt',
160
+ chain_name: 'axelar'
161
+ },
162
+ chain: {
163
+ channel_id: 'channel-37'
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/E3560269621971256732DEAC9A0F70911032D6A9E7F5A0B6F7E307515FA51B2E',
178
+ exponent: 0,
179
+ aliases: ['weth-wei']
180
+ }, {
181
+ denom: 'weth',
182
+ exponent: 18
183
+ }],
184
+ base: 'ibc/E3560269621971256732DEAC9A0F70911032D6A9E7F5A0B6F7E307515FA51B2E',
185
+ name: 'Wrapped Ether',
186
+ display: 'weth',
187
+ symbol: 'WETH',
188
+ traces: [{
189
+ type: 'ibc',
190
+ counterparty: {
191
+ channel_id: 'channel-102',
192
+ base_denom: 'weth-wei',
193
+ chain_name: 'axelar'
194
+ },
195
+ chain: {
196
+ channel_id: 'channel-37'
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/D1787230474F7595F680A248A62231F0935D051A01EA3305D2E2578372D9F23A',
209
+ exponent: 0,
210
+ aliases: ['wbtc-satoshi']
211
+ }, {
212
+ denom: 'wbtc',
213
+ exponent: 8
214
+ }],
215
+ base: 'ibc/D1787230474F7595F680A248A62231F0935D051A01EA3305D2E2578372D9F23A',
216
+ name: 'Wrapped Bitcoin',
217
+ display: 'wbtc',
218
+ symbol: 'WBTC',
219
+ traces: [{
220
+ type: 'ibc',
221
+ counterparty: {
222
+ channel_id: 'channel-102',
223
+ base_denom: 'wbtc-satoshi',
224
+ chain_name: 'axelar'
225
+ },
226
+ chain: {
227
+ channel_id: 'channel-37'
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/0D7239064AA0DA09BCB20A226EF1D14E39F97D638E091CE4155390A0E7FB0492',
240
+ exponent: 0,
241
+ aliases: ['aave-wei']
242
+ }, {
243
+ denom: 'aave',
244
+ exponent: 18
245
+ }],
246
+ base: 'ibc/0D7239064AA0DA09BCB20A226EF1D14E39F97D638E091CE4155390A0E7FB0492',
247
+ name: 'Aave',
248
+ display: 'aave',
249
+ symbol: 'AAVE',
250
+ traces: [{
251
+ type: 'ibc',
252
+ counterparty: {
253
+ channel_id: 'channel-102',
254
+ base_denom: 'aave-wei',
255
+ chain_name: 'axelar'
256
+ },
257
+ chain: {
258
+ channel_id: 'channel-37'
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/32C2948AC2CCE60F76519FE0680725D3F28BD2C80FCB53EC927A1D0E9637382F',
271
+ exponent: 0,
272
+ aliases: ['ape-wei']
273
+ }, {
274
+ denom: 'ape',
275
+ exponent: 18
276
+ }],
277
+ base: 'ibc/32C2948AC2CCE60F76519FE0680725D3F28BD2C80FCB53EC927A1D0E9637382F',
278
+ name: 'ApeCoin',
279
+ display: 'ape',
280
+ symbol: 'APE',
281
+ traces: [{
282
+ type: 'ibc',
283
+ counterparty: {
284
+ channel_id: 'channel-102',
285
+ base_denom: 'ape-wei',
286
+ chain_name: 'axelar'
287
+ },
288
+ chain: {
289
+ channel_id: 'channel-37'
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/CBFE7E145C7C0D24237DF9415AD1041C9D3A6078F88CCBBB66DD627A2B8C1B13',
302
+ exponent: 0,
303
+ aliases: ['axs-wei']
304
+ }, {
305
+ denom: 'axs',
306
+ exponent: 18
307
+ }],
308
+ base: 'ibc/CBFE7E145C7C0D24237DF9415AD1041C9D3A6078F88CCBBB66DD627A2B8C1B13',
309
+ name: 'Axie Infinity Shard',
310
+ display: 'axs',
311
+ symbol: 'AXS',
312
+ traces: [{
313
+ type: 'ibc',
314
+ counterparty: {
315
+ channel_id: 'channel-102',
316
+ base_denom: 'axs-wei',
317
+ chain_name: 'axelar'
318
+ },
319
+ chain: {
320
+ channel_id: 'channel-37'
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/FEB53DB96269F873C29D182C8CFDBAAA5F66407EB146ED7D442E78B1DE21032B',
333
+ exponent: 0,
334
+ aliases: ['link-wei']
335
+ }, {
336
+ denom: 'link',
337
+ exponent: 18
338
+ }],
339
+ base: 'ibc/FEB53DB96269F873C29D182C8CFDBAAA5F66407EB146ED7D442E78B1DE21032B',
340
+ name: 'Chainlink',
341
+ display: 'link',
342
+ symbol: 'LINK',
343
+ traces: [{
344
+ type: 'ibc',
345
+ counterparty: {
346
+ channel_id: 'channel-102',
347
+ base_denom: 'link-wei',
348
+ chain_name: 'axelar'
349
+ },
350
+ chain: {
351
+ channel_id: 'channel-37'
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/C8703BC3D2A90A6DEFA9F968B7EBCD4821C491B483135CEC55DCC976F3A610E5',
366
+ exponent: 0,
367
+ aliases: ['mkr-wei']
368
+ }, {
369
+ denom: 'mkr',
370
+ exponent: 18
371
+ }],
372
+ base: 'ibc/C8703BC3D2A90A6DEFA9F968B7EBCD4821C491B483135CEC55DCC976F3A610E5',
373
+ name: 'Maker',
374
+ display: 'mkr',
375
+ symbol: 'MKR',
376
+ traces: [{
377
+ type: 'ibc',
378
+ counterparty: {
379
+ channel_id: 'channel-102',
380
+ base_denom: 'mkr-wei',
381
+ chain_name: 'axelar'
382
+ },
383
+ chain: {
384
+ channel_id: 'channel-37'
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/9A99659FA6982BBFCD28A515D6191882FE89E9F745219A76468DE3747477EF9A',
397
+ exponent: 0,
398
+ aliases: ['rai-wei']
399
+ }, {
400
+ denom: 'rai',
401
+ exponent: 18
402
+ }],
403
+ base: 'ibc/9A99659FA6982BBFCD28A515D6191882FE89E9F745219A76468DE3747477EF9A',
404
+ name: 'Rai Reflex Index',
405
+ display: 'rai',
406
+ symbol: 'RAI',
407
+ traces: [{
408
+ type: 'ibc',
409
+ counterparty: {
410
+ channel_id: 'channel-102',
411
+ base_denom: 'rai-wei',
412
+ chain_name: 'axelar'
413
+ },
414
+ chain: {
415
+ channel_id: 'channel-37'
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/DAE135F0F0D2F845F62A07ADC33FCD92CEBFC0C4E82FF01D3F3D1DD41FCAAE25',
428
+ exponent: 0,
429
+ aliases: ['shib-wei']
430
+ }, {
431
+ denom: 'shib',
432
+ exponent: 18
433
+ }],
434
+ base: 'ibc/DAE135F0F0D2F845F62A07ADC33FCD92CEBFC0C4E82FF01D3F3D1DD41FCAAE25',
435
+ name: 'Shiba Inu',
436
+ display: 'shib',
437
+ symbol: 'SHIB',
438
+ traces: [{
439
+ type: 'ibc',
440
+ counterparty: {
441
+ channel_id: 'channel-102',
442
+ base_denom: 'shib-wei',
443
+ chain_name: 'axelar'
444
+ },
445
+ chain: {
446
+ channel_id: 'channel-37'
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/FC556BF0CD0CC57668E9638C3C5D2928858C7D232140F30D8B773F24D23C131A',
459
+ exponent: 0,
460
+ aliases: ['steth-wei']
461
+ }, {
462
+ denom: 'steth',
463
+ exponent: 18
464
+ }],
465
+ base: 'ibc/FC556BF0CD0CC57668E9638C3C5D2928858C7D232140F30D8B773F24D23C131A',
466
+ name: 'Lido Staked Ether',
467
+ display: 'steth',
468
+ symbol: 'stETH',
469
+ traces: [{
470
+ type: 'ibc',
471
+ counterparty: {
472
+ channel_id: 'channel-102',
473
+ base_denom: 'steth-wei',
474
+ chain_name: 'axelar'
475
+ },
476
+ chain: {
477
+ channel_id: 'channel-37'
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/AAD14DDB3E7D3693FABC127CB461604E434981AA7F1D60F6858FBA3585C2B6BB',
490
+ exponent: 0,
491
+ aliases: ['uni-wei']
492
+ }, {
493
+ denom: 'uni',
494
+ exponent: 18
495
+ }],
496
+ base: 'ibc/AAD14DDB3E7D3693FABC127CB461604E434981AA7F1D60F6858FBA3585C2B6BB',
497
+ name: 'Uniswap',
498
+ display: 'uni',
499
+ symbol: 'UNI',
500
+ traces: [{
501
+ type: 'ibc',
502
+ counterparty: {
503
+ channel_id: 'channel-102',
504
+ base_denom: 'uni-wei',
505
+ chain_name: 'axelar'
506
+ },
507
+ chain: {
508
+ channel_id: 'channel-37'
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/F4E5E67232850684E2558804A21EE1E398C90C2FFFB572D8E1A7E544E7C96DB9',
521
+ exponent: 0,
522
+ aliases: ['xcn-wei']
523
+ }, {
524
+ denom: 'xcn',
525
+ exponent: 18
526
+ }],
527
+ base: 'ibc/F4E5E67232850684E2558804A21EE1E398C90C2FFFB572D8E1A7E544E7C96DB9',
528
+ name: 'Chain',
529
+ display: 'xcn',
530
+ symbol: 'XCN',
531
+ traces: [{
532
+ type: 'ibc',
533
+ counterparty: {
534
+ channel_id: 'channel-102',
535
+ base_denom: 'xcn-wei',
536
+ chain_name: 'axelar'
537
+ },
538
+ chain: {
539
+ channel_id: 'channel-37'
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/5FB483435A3357E0B53F436CA1C5D4345154CCA6931BF41446D0ACC62C9CAD69',
552
+ exponent: 0,
553
+ aliases: ['dot-planck']
554
+ }, {
555
+ denom: 'dot',
556
+ exponent: 10
557
+ }],
558
+ base: 'ibc/5FB483435A3357E0B53F436CA1C5D4345154CCA6931BF41446D0ACC62C9CAD69',
559
+ name: 'Wrapped Polkadot',
560
+ display: 'dot',
561
+ symbol: 'DOT',
562
+ traces: [{
563
+ type: 'ibc',
564
+ counterparty: {
565
+ channel_id: 'channel-102',
566
+ base_denom: 'dot-planck',
567
+ chain_name: 'axelar'
568
+ },
569
+ chain: {
570
+ channel_id: 'channel-37'
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/1D852E1533AE8D12EEF78C9CC2B270836A8432AA02E40DB8268EAFDD2616002E',
585
+ exponent: 0,
586
+ aliases: ['wglmr-wei']
587
+ }, {
588
+ denom: 'wglmr',
589
+ exponent: 18
590
+ }],
591
+ base: 'ibc/1D852E1533AE8D12EEF78C9CC2B270836A8432AA02E40DB8268EAFDD2616002E',
592
+ name: 'Wrapped Moonbeam',
593
+ display: 'wglmr',
594
+ symbol: 'WGLMR',
595
+ traces: [{
596
+ type: 'ibc',
597
+ counterparty: {
598
+ channel_id: 'channel-102',
599
+ base_denom: 'wglmr-wei',
600
+ chain_name: 'axelar'
601
+ },
602
+ chain: {
603
+ channel_id: 'channel-37'
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/A4C69702869AD0B985C7C49BF33191F286E6724439BF8683F36F5257B46111B5',
618
+ exponent: 0,
619
+ aliases: ['wmatic-wei']
620
+ }, {
621
+ denom: 'wmatic',
622
+ exponent: 18
623
+ }],
624
+ base: 'ibc/A4C69702869AD0B985C7C49BF33191F286E6724439BF8683F36F5257B46111B5',
625
+ name: 'Wrapped Matic',
626
+ display: 'wmatic',
627
+ symbol: 'WMATIC',
628
+ traces: [{
629
+ type: 'ibc',
630
+ counterparty: {
631
+ channel_id: 'channel-102',
632
+ base_denom: 'wmatic-wei',
633
+ chain_name: 'axelar'
634
+ },
635
+ chain: {
636
+ channel_id: 'channel-37'
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/AFC09159BE4D9ABA492E2C00EFC8F56AF85EC9720A3D3B17F80581C769FE5442',
651
+ exponent: 0,
652
+ aliases: ['wbnb-wei']
653
+ }, {
654
+ denom: 'wbnb',
655
+ exponent: 18
656
+ }],
657
+ base: 'ibc/AFC09159BE4D9ABA492E2C00EFC8F56AF85EC9720A3D3B17F80581C769FE5442',
658
+ name: 'Wrapped BNB',
659
+ display: 'wbnb',
660
+ symbol: 'WBNB',
661
+ traces: [{
662
+ type: 'ibc',
663
+ counterparty: {
664
+ channel_id: 'channel-102',
665
+ base_denom: 'wbnb-wei',
666
+ chain_name: 'axelar'
667
+ },
668
+ chain: {
669
+ channel_id: 'channel-37'
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/F662A3DF491AA85FA1D480B8064F48B083BE0A1CAB676BFD7DD460C6DDCAF0A8',
684
+ exponent: 0,
685
+ aliases: ['busd-wei']
686
+ }, {
687
+ denom: 'busd',
688
+ exponent: 18
689
+ }],
690
+ base: 'ibc/F662A3DF491AA85FA1D480B8064F48B083BE0A1CAB676BFD7DD460C6DDCAF0A8',
691
+ name: 'Binance USD',
692
+ display: 'busd',
693
+ symbol: 'BUSD',
694
+ traces: [{
695
+ type: 'ibc',
696
+ counterparty: {
697
+ channel_id: 'channel-102',
698
+ base_denom: 'busd-wei',
699
+ chain_name: 'axelar'
700
+ },
701
+ chain: {
702
+ channel_id: 'channel-37'
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/1BD83870DB9EBC68F3A92A647793099FD89A2D020EAC40DBF078BCAC16CC1EB1',
715
+ exponent: 0,
716
+ aliases: ['wavax-wei']
717
+ }, {
718
+ denom: 'avax',
719
+ exponent: 18
720
+ }],
721
+ base: 'ibc/1BD83870DB9EBC68F3A92A647793099FD89A2D020EAC40DBF078BCAC16CC1EB1',
722
+ name: 'Wrapped AVAX',
723
+ display: 'avax',
724
+ symbol: 'WAVAX',
725
+ traces: [{
726
+ type: 'ibc',
727
+ counterparty: {
728
+ channel_id: 'channel-102',
729
+ base_denom: 'wavax-wei',
730
+ chain_name: 'axelar'
731
+ },
732
+ chain: {
733
+ channel_id: 'channel-37'
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/183A3FEBAAC5C8C3A8C283718F272A1881B2F09D762CE62D2290039B3C5EC541',
746
+ exponent: 0,
747
+ aliases: ['wftm-wei']
748
+ }, {
749
+ denom: 'ftm',
750
+ exponent: 18
751
+ }],
752
+ base: 'ibc/183A3FEBAAC5C8C3A8C283718F272A1881B2F09D762CE62D2290039B3C5EC541',
753
+ name: 'Wrapped FTM',
754
+ display: 'ftm',
755
+ symbol: 'WFTM',
756
+ traces: [{
757
+ type: 'ibc',
758
+ counterparty: {
759
+ channel_id: 'channel-102',
760
+ base_denom: 'wftm-wei',
761
+ chain_name: 'axelar'
762
+ },
763
+ chain: {
764
+ channel_id: 'channel-37'
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/B8834179C718D00A60891E01255F785DDC866FB7E7702F9B0103559DFF35AB2D',
777
+ exponent: 0,
778
+ aliases: ['polygon-uusdc']
779
+ }, {
780
+ denom: 'polygon-usdc',
781
+ exponent: 6
782
+ }],
783
+ base: 'ibc/B8834179C718D00A60891E01255F785DDC866FB7E7702F9B0103559DFF35AB2D',
784
+ name: 'USD Coin from Polygon',
785
+ display: 'polygon-usdc',
786
+ symbol: 'USDC',
787
+ traces: [{
788
+ type: 'ibc',
789
+ counterparty: {
790
+ channel_id: 'channel-102',
791
+ base_denom: 'polygon-uusdc',
792
+ chain_name: 'axelar'
793
+ },
794
+ chain: {
795
+ channel_id: 'channel-37'
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/AAD0C88339713DEC046FB8FD96A06A12F10346D55D4A4DAE23C50522A3AF58DB',
810
+ exponent: 0,
811
+ aliases: ['avalanche-uusdc']
812
+ }, {
813
+ denom: 'avalanche-usdc',
814
+ exponent: 6
815
+ }],
816
+ base: 'ibc/AAD0C88339713DEC046FB8FD96A06A12F10346D55D4A4DAE23C50522A3AF58DB',
817
+ name: 'USD Coin from Avalanche',
818
+ display: 'avalanche-usdc',
819
+ symbol: 'USDC',
820
+ traces: [{
821
+ type: 'ibc',
822
+ counterparty: {
823
+ channel_id: 'channel-102',
824
+ base_denom: 'avalanche-uusdc',
825
+ chain_name: 'axelar'
826
+ },
827
+ chain: {
828
+ channel_id: 'channel-37'
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/05FD75819AF57B8A5829EF78E4E38E5D9EDB05A45DD1CDEE14A3543AD0152D96',
843
+ exponent: 0,
844
+ aliases: ['wfil-wei']
845
+ }, {
846
+ denom: 'fil',
847
+ exponent: 18
848
+ }],
849
+ base: 'ibc/05FD75819AF57B8A5829EF78E4E38E5D9EDB05A45DD1CDEE14A3543AD0152D96',
850
+ name: 'Wrapped FIL from Filecoin',
851
+ display: 'fil',
852
+ symbol: 'axlFIL',
853
+ traces: [{
854
+ type: 'ibc',
855
+ counterparty: {
856
+ channel_id: 'channel-102',
857
+ base_denom: 'wfil-wei',
858
+ chain_name: 'axelar'
859
+ },
860
+ chain: {
861
+ channel_id: 'channel-37'
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/7F1E8366349B8CC203A6A55FF5FAB77911B2ED4965580083F16337F87BC4804E',
876
+ exponent: 0,
877
+ aliases: ['arb-wei']
878
+ }, {
879
+ denom: 'arb',
880
+ exponent: 18
881
+ }],
882
+ base: 'ibc/7F1E8366349B8CC203A6A55FF5FAB77911B2ED4965580083F16337F87BC4804E',
883
+ name: 'Arbitrum',
884
+ display: 'arb',
885
+ symbol: 'ARB',
886
+ traces: [{
887
+ type: 'ibc',
888
+ counterparty: {
889
+ channel_id: 'channel-102',
890
+ base_denom: 'arb-wei',
891
+ chain_name: 'axelar'
892
+ },
893
+ chain: {
894
+ channel_id: 'channel-37'
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/150C92D9A1EC6C4E912CCF4533746F5AE30AE3AA4CC806EFB98CA6BA65FF6A0A',
908
+ exponent: 0,
909
+ aliases: ['pepe-wei']
910
+ }, {
911
+ denom: 'pepe',
912
+ exponent: 18
913
+ }],
914
+ base: 'ibc/150C92D9A1EC6C4E912CCF4533746F5AE30AE3AA4CC806EFB98CA6BA65FF6A0A',
915
+ name: 'Pepe',
916
+ display: 'pepe',
917
+ symbol: 'PEPE',
918
+ traces: [{
919
+ type: 'ibc',
920
+ counterparty: {
921
+ channel_id: 'channel-102',
922
+ base_denom: 'pepe-wei',
923
+ chain_name: 'axelar'
924
+ },
925
+ chain: {
926
+ channel_id: 'channel-37'
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/CE197D961A292DD36085D09DB275FB3FFC47753FD41A0F74901ED9614234E654',
944
+ exponent: 0,
945
+ aliases: ['cbeth-wei']
946
+ }, {
947
+ denom: 'cbeth',
948
+ exponent: 18
949
+ }],
950
+ base: 'ibc/CE197D961A292DD36085D09DB275FB3FFC47753FD41A0F74901ED9614234E654',
951
+ name: 'Coinbase Wrapped Staked ETH',
952
+ display: 'cbeth',
953
+ symbol: 'cbETH',
954
+ traces: [{
955
+ type: 'ibc',
956
+ counterparty: {
957
+ channel_id: 'channel-102',
958
+ base_denom: 'cbeth-wei',
959
+ chain_name: 'axelar'
960
+ },
961
+ chain: {
962
+ channel_id: 'channel-37'
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/A94E40644AD7177C6657081997E27B3578199AEE0A70F1F2C16D38E2E97010E9',
978
+ exponent: 0,
979
+ aliases: ['reth-wei']
980
+ }, {
981
+ denom: 'reth',
982
+ exponent: 18
983
+ }],
984
+ base: 'ibc/A94E40644AD7177C6657081997E27B3578199AEE0A70F1F2C16D38E2E97010E9',
985
+ name: 'Rocket Pool Ether',
986
+ display: 'reth',
987
+ symbol: 'rETH',
988
+ traces: [{
989
+ type: 'ibc',
990
+ counterparty: {
991
+ channel_id: 'channel-102',
992
+ base_denom: 'reth-wei',
993
+ chain_name: 'axelar'
994
+ },
995
+ chain: {
996
+ channel_id: 'channel-37'
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/9B787B783960BD4D72EC73197807E1112C9ED965A662CC15FD64936D8B7B05F7',
1012
+ exponent: 0,
1013
+ aliases: ['sfrxeth-wei']
1014
+ }, {
1015
+ denom: 'sfrxeth',
1016
+ exponent: 18
1017
+ }],
1018
+ base: 'ibc/9B787B783960BD4D72EC73197807E1112C9ED965A662CC15FD64936D8B7B05F7',
1019
+ name: 'Staked Frax Ether',
1020
+ display: 'sfrxeth',
1021
+ symbol: 'sfrxETH',
1022
+ traces: [{
1023
+ type: 'ibc',
1024
+ counterparty: {
1025
+ channel_id: 'channel-102',
1026
+ base_denom: 'sfrxeth-wei',
1027
+ chain_name: 'axelar'
1028
+ },
1029
+ chain: {
1030
+ channel_id: 'channel-37'
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/EDC6841BE880F501D11B79471A455F412B738E60D2E72BBA0522E7050900B45A',
1046
+ exponent: 0,
1047
+ aliases: ['wsteth-wei']
1048
+ }, {
1049
+ denom: 'wsteth',
1050
+ exponent: 18
1051
+ }],
1052
+ base: 'ibc/EDC6841BE880F501D11B79471A455F412B738E60D2E72BBA0522E7050900B45A',
1053
+ name: 'Wrapped Lido Staked Ether',
1054
+ display: 'wsteth',
1055
+ symbol: 'wstETH',
1056
+ traces: [{
1057
+ type: 'ibc',
1058
+ counterparty: {
1059
+ channel_id: 'channel-102',
1060
+ base_denom: 'wsteth-wei',
1061
+ chain_name: 'axelar'
1062
+ },
1063
+ chain: {
1064
+ channel_id: 'channel-37'
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/63B797C4D4448480E19704B038FE321EB77AEED35D219B71A45AB6AE65540677',
1080
+ exponent: 0,
1081
+ aliases: ['yieldeth-wei']
1082
+ }, {
1083
+ denom: 'YieldETH',
1084
+ exponent: 18
1085
+ }],
1086
+ base: 'ibc/63B797C4D4448480E19704B038FE321EB77AEED35D219B71A45AB6AE65540677',
1087
+ name: 'Real Yield Eth',
1088
+ display: 'YieldETH',
1089
+ symbol: 'YieldETH',
1090
+ traces: [{
1091
+ type: 'ibc',
1092
+ counterparty: {
1093
+ channel_id: 'channel-102',
1094
+ base_denom: 'yieldeth-wei',
1095
+ chain_name: 'axelar'
1096
+ },
1097
+ chain: {
1098
+ channel_id: 'channel-37'
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 token of Osmosis',
1115
+ denom_units: [{
1116
+ denom: 'ibc/47BD209179859CDE4A2806763D7189B6E6FE13A17880FE2B42DE1E6C1E329E23',
1117
+ exponent: 0,
1118
+ aliases: ['uosmo']
1119
+ }, {
1120
+ denom: 'osmo',
1121
+ exponent: 6
1122
+ }],
1123
+ base: 'ibc/47BD209179859CDE4A2806763D7189B6E6FE13A17880FE2B42DE1E6C1E329E23',
1124
+ name: 'Osmosis',
1125
+ display: 'osmo',
1126
+ symbol: 'OSMO',
1127
+ logo_URIs: {
1128
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
1129
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
1130
+ },
1131
+ coingecko_id: 'osmosis',
1132
+ keywords: ['dex', 'staking'],
1133
+ images: [{
1134
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
1135
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
1136
+ }],
1137
+ traces: [{
1138
+ type: 'ibc',
1139
+ counterparty: {
1140
+ channel_id: 'channel-258',
1141
+ base_denom: 'uosmo',
1142
+ chain_name: 'osmosis'
1143
+ },
1144
+ chain: {
1145
+ channel_id: 'channel-3'
1146
+ }
1147
+ }]
1148
+ }, {
1149
+ denom_units: [{
1150
+ denom: 'ibc/6CDA7F7E4DDB86FD275A986E78F13DF2FC500E3FEC2149E2215061FA51BB8C5D',
1151
+ exponent: 0,
1152
+ aliases: ['uion']
1153
+ }, {
1154
+ denom: 'ion',
1155
+ exponent: 6
1156
+ }],
1157
+ base: 'ibc/6CDA7F7E4DDB86FD275A986E78F13DF2FC500E3FEC2149E2215061FA51BB8C5D',
1158
+ name: 'Ion DAO',
1159
+ display: 'ion',
1160
+ symbol: 'ION',
1161
+ logo_URIs: {
1162
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
1163
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
1164
+ },
1165
+ coingecko_id: 'ion',
1166
+ keywords: ['memecoin'],
1167
+ images: [{
1168
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
1169
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
1170
+ }],
1171
+ traces: [{
1172
+ type: 'ibc',
1173
+ counterparty: {
1174
+ channel_id: 'channel-258',
1175
+ base_denom: 'uion',
1176
+ chain_name: 'osmosis'
1177
+ },
1178
+ chain: {
1179
+ channel_id: 'channel-3'
1180
+ }
1181
+ }]
1182
+ }, {
1183
+ denom_units: [{
1184
+ denom: 'ibc/4B39EC56434C4D8FAD896E608BD3E915601CCBF77265C5645874A42A50EAA6E4',
1185
+ exponent: 0,
1186
+ aliases: ['factory/osmo14klwqgkmackvx2tqa0trtg69dmy0nrg4ntq4gjgw2za4734r5seqjqm4gm/uibcx']
1187
+ }, {
1188
+ denom: 'ibcx',
1189
+ exponent: 6
1190
+ }],
1191
+ address: 'osmo14klwqgkmackvx2tqa0trtg69dmy0nrg4ntq4gjgw2za4734r5seqjqm4gm',
1192
+ base: 'ibc/4B39EC56434C4D8FAD896E608BD3E915601CCBF77265C5645874A42A50EAA6E4',
1193
+ name: 'IBC Index',
1194
+ display: 'ibcx',
1195
+ symbol: 'IBCX',
1196
+ logo_URIs: {
1197
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ibcx.svg'
1198
+ },
1199
+ coingecko_id: 'ibc-index',
1200
+ images: [{
1201
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ibcx.svg'
1202
+ }],
1203
+ traces: [{
1204
+ type: 'ibc',
1205
+ counterparty: {
1206
+ channel_id: 'channel-258',
1207
+ base_denom: 'factory/osmo14klwqgkmackvx2tqa0trtg69dmy0nrg4ntq4gjgw2za4734r5seqjqm4gm/uibcx',
1208
+ chain_name: 'osmosis'
1209
+ },
1210
+ chain: {
1211
+ channel_id: 'channel-3'
1212
+ }
1213
+ }]
1214
+ }, {
1215
+ denom_units: [{
1216
+ denom: 'ibc/5C9F3AA2AB264730BCF28BF465A06793BB2B2843C1FB55E011D7E3849159D934',
1217
+ exponent: 0,
1218
+ aliases: ['factory/osmo1xqw2sl9zk8a6pch0csaw78n4swg5ws8t62wc5qta4gnjxfqg6v2qcs243k/stuibcx']
1219
+ }, {
1220
+ denom: 'stibcx',
1221
+ exponent: 6
1222
+ }],
1223
+ address: 'osmo1xqw2sl9zk8a6pch0csaw78n4swg5ws8t62wc5qta4gnjxfqg6v2qcs243k',
1224
+ base: 'ibc/5C9F3AA2AB264730BCF28BF465A06793BB2B2843C1FB55E011D7E3849159D934',
1225
+ name: 'Staked IBCX',
1226
+ display: 'stibcx',
1227
+ symbol: 'stIBCX',
1228
+ logo_URIs: {
1229
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/stibcx.png',
1230
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/stibcx.svg'
1231
+ },
1232
+ images: [{
1233
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/stibcx.png',
1234
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/stibcx.svg'
1235
+ }],
1236
+ traces: [{
1237
+ type: 'ibc',
1238
+ counterparty: {
1239
+ channel_id: 'channel-258',
1240
+ base_denom: 'factory/osmo1xqw2sl9zk8a6pch0csaw78n4swg5ws8t62wc5qta4gnjxfqg6v2qcs243k/stuibcx',
1241
+ chain_name: 'osmosis'
1242
+ },
1243
+ chain: {
1244
+ channel_id: 'channel-3'
1245
+ }
1246
+ }]
1247
+ }, {
1248
+ denom_units: [{
1249
+ denom: 'ibc/05554A9BFDD28894D7F18F4C707AA0930D778751A437A9FE1F4684A3E1199728',
1250
+ exponent: 0,
1251
+ aliases: ['ibc/D189335C6E4A68B513C10AB227BF1C1D38C746766278BA3EEB4FB14124F1D858']
1252
+ }, {
1253
+ denom: 'usdc',
1254
+ exponent: 6
1255
+ }],
1256
+ type_asset: 'ics20',
1257
+ base: 'ibc/05554A9BFDD28894D7F18F4C707AA0930D778751A437A9FE1F4684A3E1199728',
1258
+ name: 'Axelar USD Coin',
1259
+ display: 'usdc',
1260
+ symbol: 'USDC.axl',
1261
+ traces: [{
1262
+ type: 'ibc',
1263
+ counterparty: {
1264
+ channel_id: 'channel-258',
1265
+ base_denom: 'ibc/D189335C6E4A68B513C10AB227BF1C1D38C746766278BA3EEB4FB14124F1D858',
1266
+ chain_name: 'osmosis'
1267
+ },
1268
+ chain: {
1269
+ channel_id: 'channel-3'
1270
+ }
1271
+ }],
1272
+ images: [{
1273
+ image_sync: {
1274
+ chain_name: 'axelar',
1275
+ base_denom: 'uusdc'
1276
+ },
1277
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.png',
1278
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg'
1279
+ }],
1280
+ logo_URIs: {
1281
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.png',
1282
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg'
1283
+ }
1284
+ }, {
1285
+ denom_units: [{
1286
+ denom: 'ibc/772155EEF00BA870FBE1345909200160C789501A1898E7AD8A82D14F3100D411',
1287
+ exponent: 0,
1288
+ aliases: ['ibc/0B3C3D06228578334B66B57FBFBA4033216CEB8119B27ACDEE18D92DA5B28D43']
1289
+ }, {
1290
+ denom: 'avalanche-usdc',
1291
+ exponent: 6
1292
+ }],
1293
+ type_asset: 'ics20',
1294
+ base: 'ibc/772155EEF00BA870FBE1345909200160C789501A1898E7AD8A82D14F3100D411',
1295
+ name: 'Wormhole USDC(Avalanche)',
1296
+ display: 'avalanche-usdc',
1297
+ symbol: 'avalanche.USDC.wh',
1298
+ traces: [{
1299
+ type: 'ibc',
1300
+ counterparty: {
1301
+ channel_id: 'channel-258',
1302
+ base_denom: 'ibc/0B3C3D06228578334B66B57FBFBA4033216CEB8119B27ACDEE18D92DA5B28D43',
1303
+ chain_name: 'osmosis'
1304
+ },
1305
+ chain: {
1306
+ channel_id: 'channel-3'
1307
+ }
1308
+ }],
1309
+ images: [{
1310
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.hole.png',
1311
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.hole.svg'
1312
+ }],
1313
+ logo_URIs: {
1314
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.hole.png',
1315
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.hole.svg'
1316
+ }
1317
+ }, {
1318
+ denom_units: [{
1319
+ denom: 'ibc/247DEF7C0E022DC3FAF5EB13A38C616252B5B85651803E03710CCBD581673C87',
1320
+ exponent: 0,
1321
+ aliases: ['ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4']
1322
+ }, {
1323
+ denom: 'usdc',
1324
+ exponent: 6
1325
+ }],
1326
+ type_asset: 'ics20',
1327
+ base: 'ibc/247DEF7C0E022DC3FAF5EB13A38C616252B5B85651803E03710CCBD581673C87',
1328
+ name: 'Noble USD Coin',
1329
+ display: 'usdc',
1330
+ symbol: 'USDC',
1331
+ traces: [{
1332
+ type: 'ibc',
1333
+ counterparty: {
1334
+ channel_id: 'channel-258',
1335
+ base_denom: 'ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4',
1336
+ chain_name: 'osmosis'
1337
+ },
1338
+ chain: {
1339
+ channel_id: 'channel-3'
1340
+ }
1341
+ }],
1342
+ images: [{
1343
+ image_sync: {
1344
+ chain_name: 'noble',
1345
+ base_denom: 'uusdc'
1346
+ },
1347
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png',
1348
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg'
1349
+ }],
1350
+ logo_URIs: {
1351
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png',
1352
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg'
1353
+ }
1354
+ }, {
1355
+ denom_units: [{
1356
+ denom: 'ibc/712DD317E8DE4DDC5CBF8481BBE0DB1D48A16C8C28057D502A38F3671295C0AB',
1357
+ exponent: 0,
1358
+ aliases: ['ibc/D176154B0C63D1F9C6DCFB4F70349EBF2E2B5A87A05902F57A6AE92B863E9AEC']
1359
+ }, {
1360
+ denom: 'stosmo',
1361
+ exponent: 6
1362
+ }],
1363
+ type_asset: 'ics20',
1364
+ base: 'ibc/712DD317E8DE4DDC5CBF8481BBE0DB1D48A16C8C28057D502A38F3671295C0AB',
1365
+ name: 'stOSMO',
1366
+ display: 'stosmo',
1367
+ symbol: 'stOSMO',
1368
+ traces: [{
1369
+ type: 'ibc',
1370
+ counterparty: {
1371
+ channel_id: 'channel-258',
1372
+ base_denom: 'ibc/D176154B0C63D1F9C6DCFB4F70349EBF2E2B5A87A05902F57A6AE92B863E9AEC',
1373
+ chain_name: 'osmosis'
1374
+ },
1375
+ chain: {
1376
+ channel_id: 'channel-3'
1377
+ }
1378
+ }],
1379
+ images: [{
1380
+ image_sync: {
1381
+ chain_name: 'stride',
1382
+ base_denom: 'stuosmo'
1383
+ },
1384
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.png',
1385
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.svg'
1386
+ }],
1387
+ logo_URIs: {
1388
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.png',
1389
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.svg'
1390
+ }
1391
+ }, {
1392
+ denom_units: [{
1393
+ denom: 'ibc/F34DC2408B2EB193D2A82388AC5F9AC86282B14BBF623A8581BBE075654547CD',
1394
+ exponent: 0,
1395
+ aliases: ['ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2']
1396
+ }, {
1397
+ denom: 'atom',
1398
+ exponent: 6
1399
+ }],
1400
+ type_asset: 'ics20',
1401
+ base: 'ibc/F34DC2408B2EB193D2A82388AC5F9AC86282B14BBF623A8581BBE075654547CD',
1402
+ name: 'Cosmos Hub Atom',
1403
+ display: 'atom',
1404
+ symbol: 'ATOM',
1405
+ traces: [{
1406
+ type: 'ibc',
1407
+ counterparty: {
1408
+ channel_id: 'channel-258',
1409
+ base_denom: 'ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2',
1410
+ chain_name: 'osmosis'
1411
+ },
1412
+ chain: {
1413
+ channel_id: 'channel-3'
1414
+ }
1415
+ }],
1416
+ images: [{
1417
+ image_sync: {
1418
+ chain_name: 'cosmoshub',
1419
+ base_denom: 'uatom'
1420
+ },
1421
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
1422
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
1423
+ }],
1424
+ logo_URIs: {
1425
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
1426
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
1427
+ }
1428
+ }, {
1429
+ denom_units: [{
1430
+ denom: 'ibc/F535FE1A4EB96E3A6B45153B1187AC9B8BBEB2D230AEFBD196862BF421B92BAF',
1431
+ exponent: 0,
1432
+ aliases: ['ibc/C140AFD542AE77BD7DCC83F13FDD8C5E5BB8C4929785E6EC2F4C636F98F17901']
1433
+ }, {
1434
+ denom: 'statom',
1435
+ exponent: 6
1436
+ }],
1437
+ type_asset: 'ics20',
1438
+ base: 'ibc/F535FE1A4EB96E3A6B45153B1187AC9B8BBEB2D230AEFBD196862BF421B92BAF',
1439
+ name: 'stATOM',
1440
+ display: 'statom',
1441
+ symbol: 'stATOM',
1442
+ traces: [{
1443
+ type: 'ibc',
1444
+ counterparty: {
1445
+ channel_id: 'channel-258',
1446
+ base_denom: 'ibc/C140AFD542AE77BD7DCC83F13FDD8C5E5BB8C4929785E6EC2F4C636F98F17901',
1447
+ chain_name: 'osmosis'
1448
+ },
1449
+ chain: {
1450
+ channel_id: 'channel-3'
1451
+ }
1452
+ }],
1453
+ images: [{
1454
+ image_sync: {
1455
+ chain_name: 'stride',
1456
+ base_denom: 'stuatom'
1457
+ },
1458
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.png',
1459
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.svg'
1460
+ }],
1461
+ logo_URIs: {
1462
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.png',
1463
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.svg'
1464
+ }
1465
+ }, {
1466
+ denom_units: [{
1467
+ denom: 'ibc/F472078E60F4AA887DA65A6009E501882594AAA5721C3C13F54724E6B29F1718',
1468
+ exponent: 0,
1469
+ aliases: ['ibc/EA1D43981D5C9A1C4AAEA9C23BB1D4FA126BA9BC7020A25E0AE4AA841EA25DC5']
1470
+ }, {
1471
+ denom: 'weth',
1472
+ exponent: 18
1473
+ }],
1474
+ type_asset: 'ics20',
1475
+ base: 'ibc/F472078E60F4AA887DA65A6009E501882594AAA5721C3C13F54724E6B29F1718',
1476
+ name: 'Wrapped Ether',
1477
+ display: 'weth',
1478
+ symbol: 'ETH',
1479
+ traces: [{
1480
+ type: 'ibc',
1481
+ counterparty: {
1482
+ channel_id: 'channel-258',
1483
+ base_denom: 'ibc/EA1D43981D5C9A1C4AAEA9C23BB1D4FA126BA9BC7020A25E0AE4AA841EA25DC5',
1484
+ chain_name: 'osmosis'
1485
+ },
1486
+ chain: {
1487
+ channel_id: 'channel-3'
1488
+ }
1489
+ }],
1490
+ images: [{
1491
+ image_sync: {
1492
+ chain_name: 'axelar',
1493
+ base_denom: 'weth-wei'
1494
+ },
1495
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/weth.png'
1496
+ }],
1497
+ logo_URIs: {
1498
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/weth.png'
1499
+ }
1500
+ }, {
1501
+ denom_units: [{
1502
+ denom: 'ibc/C975A2A3ED94B56B93336A188D953C2C8895931BD96BE0DA4DB82F9B560B0EDF',
1503
+ exponent: 0,
1504
+ aliases: ['ibc/D1542AA8762DB13087D8364F3EA6509FD6F009A34F00426AF9E4F9FA85CBBF1F']
1505
+ }, {
1506
+ denom: 'wbtc',
1507
+ exponent: 8
1508
+ }],
1509
+ type_asset: 'ics20',
1510
+ base: 'ibc/C975A2A3ED94B56B93336A188D953C2C8895931BD96BE0DA4DB82F9B560B0EDF',
1511
+ name: 'Wrapped Bitcoin (Axelar)',
1512
+ display: 'wbtc',
1513
+ symbol: 'WBTC.axl',
1514
+ traces: [{
1515
+ type: 'ibc',
1516
+ counterparty: {
1517
+ channel_id: 'channel-258',
1518
+ base_denom: 'ibc/D1542AA8762DB13087D8364F3EA6509FD6F009A34F00426AF9E4F9FA85CBBF1F',
1519
+ chain_name: 'osmosis'
1520
+ },
1521
+ chain: {
1522
+ channel_id: 'channel-3'
1523
+ }
1524
+ }],
1525
+ images: [{
1526
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.svg',
1527
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.png'
1528
+ }, {
1529
+ image_sync: {
1530
+ chain_name: 'axelar',
1531
+ base_denom: 'wbtc-satoshi'
1532
+ },
1533
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/wbtc.png'
1534
+ }],
1535
+ logo_URIs: {
1536
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.svg',
1537
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.png'
1538
+ }
1539
+ }, {
1540
+ description: 'ERIS liquid staked OSMO',
1541
+ denom_units: [{
1542
+ denom: 'ibc/126F26B7B86115B6FC29F96E35FDFCD7606C9DC459909B69F8E5AA4D07E4C18C',
1543
+ exponent: 0,
1544
+ aliases: ['factory/osmo1dv8wz09tckslr2wy5z86r46dxvegylhpt97r9yd6qc3kyc6tv42qa89dr9/ampOSMO']
1545
+ }, {
1546
+ denom: 'ampOSMO',
1547
+ exponent: 6
1548
+ }],
1549
+ address: 'osmo1dv8wz09tckslr2wy5z86r46dxvegylhpt97r9yd6qc3kyc6tv42qa89dr9',
1550
+ base: 'ibc/126F26B7B86115B6FC29F96E35FDFCD7606C9DC459909B69F8E5AA4D07E4C18C',
1551
+ name: 'ERIS Amplified OSMO',
1552
+ display: 'ampOSMO',
1553
+ symbol: 'ampOSMO',
1554
+ logo_URIs: {
1555
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/amposmo.png'
1556
+ },
1557
+ images: [{
1558
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/amposmo.png'
1559
+ }],
1560
+ traces: [{
1561
+ type: 'ibc',
1562
+ counterparty: {
1563
+ channel_id: 'channel-258',
1564
+ base_denom: 'factory/osmo1dv8wz09tckslr2wy5z86r46dxvegylhpt97r9yd6qc3kyc6tv42qa89dr9/ampOSMO',
1565
+ chain_name: 'osmosis'
1566
+ },
1567
+ chain: {
1568
+ channel_id: 'channel-3'
1569
+ }
1570
+ }]
1571
+ }, {
1572
+ description: 'Tether USDT on Osmosis',
1573
+ denom_units: [{
1574
+ denom: 'ibc/B063BCBCD45084893C9889EBE472D666F7E6F56300897DCECDFD7EB88C3E8609',
1575
+ exponent: 0,
1576
+ aliases: ['ibc/4ABBEF4C8926DDDB320AE5188CFD63267ABBCEFC0583E4AE05D6E5AA2401DDAB']
1577
+ }, {
1578
+ denom: 'usdt',
1579
+ exponent: 6
1580
+ }],
1581
+ type_asset: 'ics20',
1582
+ base: 'ibc/B063BCBCD45084893C9889EBE472D666F7E6F56300897DCECDFD7EB88C3E8609',
1583
+ name: 'Tether USDT',
1584
+ display: 'usdt',
1585
+ symbol: 'USDT',
1586
+ traces: [{
1587
+ type: 'ibc',
1588
+ counterparty: {
1589
+ channel_id: 'channel-258',
1590
+ base_denom: 'ibc/4ABBEF4C8926DDDB320AE5188CFD63267ABBCEFC0583E4AE05D6E5AA2401DDAB',
1591
+ chain_name: 'osmosis'
1592
+ },
1593
+ chain: {
1594
+ channel_id: 'channel-3'
1595
+ }
1596
+ }],
1597
+ images: [{
1598
+ image_sync: {
1599
+ chain_name: 'kava',
1600
+ base_denom: 'erc20/tether/usdt'
1601
+ },
1602
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
1603
+ }],
1604
+ logo_URIs: {
1605
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
1606
+ }
1607
+ }, {
1608
+ description: "Membrane's CDP-style stablecoin called CDT",
1609
+ denom_units: [{
1610
+ denom: 'ibc/D909F180B345BB1E4FB098377F04C240DD4DB7BA17C2831547C02168686C6F9D',
1611
+ exponent: 0,
1612
+ aliases: ['factory/osmo1s794h9rxggytja3a4pmwul53u98k06zy2qtrdvjnfuxruh7s8yjs6cyxgd/ucdt']
1613
+ }, {
1614
+ denom: 'cdt',
1615
+ exponent: 6
1616
+ }],
1617
+ base: 'ibc/D909F180B345BB1E4FB098377F04C240DD4DB7BA17C2831547C02168686C6F9D',
1618
+ name: 'CDT Stablecoin',
1619
+ display: 'cdt',
1620
+ symbol: 'CDT',
1621
+ logo_URIs: {
1622
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/CDT.svg'
1623
+ },
1624
+ coingecko_id: 'collateralized-debt-token',
1625
+ images: [{
1626
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/CDT.svg'
1627
+ }],
1628
+ traces: [{
1629
+ type: 'ibc',
1630
+ counterparty: {
1631
+ channel_id: 'channel-258',
1632
+ base_denom: 'factory/osmo1s794h9rxggytja3a4pmwul53u98k06zy2qtrdvjnfuxruh7s8yjs6cyxgd/ucdt',
1633
+ chain_name: 'osmosis'
1634
+ },
1635
+ chain: {
1636
+ channel_id: 'channel-3'
1637
+ }
1638
+ }]
1639
+ }, {
1640
+ description: "Membrane's protocol token",
1641
+ denom_units: [{
1642
+ denom: 'ibc/A3372FC7EB2060C6EEDBD370AE0964B1049A4F9F23314910E07928D95F5045D1',
1643
+ exponent: 0,
1644
+ aliases: ['factory/osmo1s794h9rxggytja3a4pmwul53u98k06zy2qtrdvjnfuxruh7s8yjs6cyxgd/umbrn']
1645
+ }, {
1646
+ denom: 'mbrn',
1647
+ exponent: 6
1648
+ }],
1649
+ base: 'ibc/A3372FC7EB2060C6EEDBD370AE0964B1049A4F9F23314910E07928D95F5045D1',
1650
+ name: 'Membrane',
1651
+ display: 'mbrn',
1652
+ symbol: 'MBRN',
1653
+ logo_URIs: {
1654
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/MBRN.svg'
1655
+ },
1656
+ coingecko_id: 'membrane',
1657
+ images: [{
1658
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/MBRN.svg'
1659
+ }],
1660
+ traces: [{
1661
+ type: 'ibc',
1662
+ counterparty: {
1663
+ channel_id: 'channel-258',
1664
+ base_denom: 'factory/osmo1s794h9rxggytja3a4pmwul53u98k06zy2qtrdvjnfuxruh7s8yjs6cyxgd/umbrn',
1665
+ chain_name: 'osmosis'
1666
+ },
1667
+ chain: {
1668
+ channel_id: 'channel-3'
1669
+ }
1670
+ }]
1671
+ }, {
1672
+ description: 'TIA on Osmosis',
1673
+ denom_units: [{
1674
+ denom: 'ibc/AD4B55B4D96A75CA3A4608DF6C7E54CFCCE3335992E16BA7708D5522FE641323',
1675
+ exponent: 0,
1676
+ aliases: ['ibc/D79E7D83AB399BFFF93433E54FAA480C191248FC556924A2A8351AE2638B3877']
1677
+ }, {
1678
+ denom: 'tia',
1679
+ exponent: 6
1680
+ }],
1681
+ type_asset: 'ics20',
1682
+ base: 'ibc/AD4B55B4D96A75CA3A4608DF6C7E54CFCCE3335992E16BA7708D5522FE641323',
1683
+ name: 'Celestia TIA',
1684
+ display: 'tia',
1685
+ symbol: 'TIA',
1686
+ traces: [{
1687
+ type: 'ibc',
1688
+ counterparty: {
1689
+ channel_id: 'channel-258',
1690
+ base_denom: 'ibc/D79E7D83AB399BFFF93433E54FAA480C191248FC556924A2A8351AE2638B3877',
1691
+ chain_name: 'osmosis'
1692
+ },
1693
+ chain: {
1694
+ channel_id: 'channel-3'
1695
+ }
1696
+ }],
1697
+ images: [{
1698
+ image_sync: {
1699
+ chain_name: 'celestia',
1700
+ base_denom: 'utia'
1701
+ },
1702
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png',
1703
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg'
1704
+ }],
1705
+ logo_URIs: {
1706
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png',
1707
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg'
1708
+ }
1709
+ }, {
1710
+ description: 'Margined Power Token sqOSMO',
1711
+ denom_units: [{
1712
+ denom: 'ibc/5D98FB84A053607675006ED29A165F67B51FDFCEDDBEE1CFCB0F36BE5A78E44C',
1713
+ exponent: 0,
1714
+ aliases: ['factory/osmo1g8qypve6l95xmhgc0fddaecerffymsl7kn9muw/squosmo']
1715
+ }, {
1716
+ denom: 'sqosmo',
1717
+ exponent: 6
1718
+ }],
1719
+ base: 'ibc/5D98FB84A053607675006ED29A165F67B51FDFCEDDBEE1CFCB0F36BE5A78E44C',
1720
+ name: 'OSMO Squared',
1721
+ display: 'sqosmo',
1722
+ symbol: 'sqOSMO',
1723
+ logo_URIs: {
1724
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sqosmo.svg'
1725
+ },
1726
+ images: [{
1727
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sqosmo.svg'
1728
+ }],
1729
+ traces: [{
1730
+ type: 'ibc',
1731
+ counterparty: {
1732
+ channel_id: 'channel-258',
1733
+ base_denom: 'factory/osmo1g8qypve6l95xmhgc0fddaecerffymsl7kn9muw/squosmo',
1734
+ chain_name: 'osmosis'
1735
+ },
1736
+ chain: {
1737
+ channel_id: 'channel-3'
1738
+ }
1739
+ }]
1740
+ }, {
1741
+ description: 'NOIS on Osmosis',
1742
+ denom_units: [{
1743
+ denom: 'ibc/5760107AF0BBF34C0875F176110F97CFE2D6B4CA5175B2C1D6CC1B4C08E6778C',
1744
+ exponent: 0,
1745
+ aliases: ['ibc/6928AFA9EA721938FED13B051F9DBF1272B16393D20C49EA5E4901BB76D94A90']
1746
+ }, {
1747
+ denom: 'nois',
1748
+ exponent: 6
1749
+ }],
1750
+ type_asset: 'ics20',
1751
+ base: 'ibc/5760107AF0BBF34C0875F176110F97CFE2D6B4CA5175B2C1D6CC1B4C08E6778C',
1752
+ name: 'Nois NOIS',
1753
+ display: 'nois',
1754
+ symbol: 'NOIS',
1755
+ traces: [{
1756
+ type: 'ibc',
1757
+ counterparty: {
1758
+ channel_id: 'channel-258',
1759
+ base_denom: 'ibc/6928AFA9EA721938FED13B051F9DBF1272B16393D20C49EA5E4901BB76D94A90',
1760
+ chain_name: 'osmosis'
1761
+ },
1762
+ chain: {
1763
+ channel_id: 'channel-3'
1764
+ }
1765
+ }],
1766
+ images: [{
1767
+ image_sync: {
1768
+ chain_name: 'nois',
1769
+ base_denom: 'unois'
1770
+ },
1771
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.png',
1772
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.svg'
1773
+ }],
1774
+ logo_URIs: {
1775
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.png',
1776
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.svg'
1777
+ }
1778
+ }, {
1779
+ description: 'Margined Power Token sqBTC',
1780
+ denom_units: [{
1781
+ denom: 'ibc/A11C220A3AA505044D32DEB089A5FA00B96187CD7A1CBA57890FBFEF21AD302B',
1782
+ exponent: 0,
1783
+ aliases: ['factory/osmo1g8qypve6l95xmhgc0fddaecerffymsl7kn9muw/sqbtc']
1784
+ }, {
1785
+ denom: 'sqbtc',
1786
+ exponent: 6
1787
+ }],
1788
+ base: 'ibc/A11C220A3AA505044D32DEB089A5FA00B96187CD7A1CBA57890FBFEF21AD302B',
1789
+ name: 'BTC Squared',
1790
+ display: 'sqbtc',
1791
+ symbol: 'sqBTC',
1792
+ logo_URIs: {
1793
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sqbtc.svg'
1794
+ },
1795
+ images: [{
1796
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sqbtc.svg'
1797
+ }],
1798
+ traces: [{
1799
+ type: 'ibc',
1800
+ counterparty: {
1801
+ channel_id: 'channel-258',
1802
+ base_denom: 'factory/osmo1g8qypve6l95xmhgc0fddaecerffymsl7kn9muw/sqbtc',
1803
+ chain_name: 'osmosis'
1804
+ },
1805
+ chain: {
1806
+ channel_id: 'channel-3'
1807
+ }
1808
+ }]
1809
+ }, {
1810
+ description: 'Margined Power Token sqATOM',
1811
+ denom_units: [{
1812
+ denom: 'ibc/E35C7FCAF6616E74279A71715D24A54E46114EA11F96D5A1F916531A2142CA47',
1813
+ exponent: 0,
1814
+ aliases: ['factory/osmo1g8qypve6l95xmhgc0fddaecerffymsl7kn9muw/sqatom']
1815
+ }, {
1816
+ denom: 'sqatom',
1817
+ exponent: 6
1818
+ }],
1819
+ base: 'ibc/E35C7FCAF6616E74279A71715D24A54E46114EA11F96D5A1F916531A2142CA47',
1820
+ name: 'ATOM Squared',
1821
+ display: 'sqatom',
1822
+ symbol: 'sqATOM',
1823
+ logo_URIs: {
1824
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sqatom.svg'
1825
+ },
1826
+ images: [{
1827
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sqatom.svg'
1828
+ }],
1829
+ traces: [{
1830
+ type: 'ibc',
1831
+ counterparty: {
1832
+ channel_id: 'channel-258',
1833
+ base_denom: 'factory/osmo1g8qypve6l95xmhgc0fddaecerffymsl7kn9muw/sqatom',
1834
+ chain_name: 'osmosis'
1835
+ },
1836
+ chain: {
1837
+ channel_id: 'channel-3'
1838
+ }
1839
+ }]
1840
+ }, {
1841
+ description: 'CRO is the native token of the Crypto.org Chain, referred to as Native CRO.',
1842
+ denom_units: [{
1843
+ denom: 'ibc/71F5B573D4D0B07F28C01DEDF5BBF4019E2B8C7C198EAC4C3B13D88FE4348651',
1844
+ exponent: 0,
1845
+ aliases: ['ibc/E6931F78057F7CC5DA0FD6CEF82FF39373A6E0452BF1FD76910B93292CF356C1']
1846
+ }, {
1847
+ denom: 'cro',
1848
+ exponent: 8
1849
+ }],
1850
+ type_asset: 'ics20',
1851
+ base: 'ibc/71F5B573D4D0B07F28C01DEDF5BBF4019E2B8C7C198EAC4C3B13D88FE4348651',
1852
+ name: 'Cronos',
1853
+ display: 'cro',
1854
+ symbol: 'CRO',
1855
+ traces: [{
1856
+ type: 'ibc',
1857
+ counterparty: {
1858
+ channel_id: 'channel-258',
1859
+ base_denom: 'ibc/E6931F78057F7CC5DA0FD6CEF82FF39373A6E0452BF1FD76910B93292CF356C1',
1860
+ chain_name: 'osmosis'
1861
+ },
1862
+ chain: {
1863
+ channel_id: 'channel-3'
1864
+ }
1865
+ }],
1866
+ images: [{
1867
+ image_sync: {
1868
+ chain_name: 'cryptoorgchain',
1869
+ base_denom: 'basecro'
1870
+ },
1871
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro.svg'
1872
+ }],
1873
+ logo_URIs: {
1874
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro.svg'
1875
+ }
1876
+ }, {
1877
+ description: 'The native token of Stargaze',
1878
+ denom_units: [{
1879
+ denom: 'ibc/4472060867B1527ECE6456D82B463A536EAF4ABC57E0099FF5302F4C93D8C65E',
1880
+ exponent: 0,
1881
+ aliases: ['ibc/987C17B11ABC2B20019178ACE62929FE9840202CE79498E29FE8E5CB02B7C0A4']
1882
+ }, {
1883
+ denom: 'stars',
1884
+ exponent: 6
1885
+ }],
1886
+ type_asset: 'ics20',
1887
+ base: 'ibc/4472060867B1527ECE6456D82B463A536EAF4ABC57E0099FF5302F4C93D8C65E',
1888
+ name: 'Stargaze',
1889
+ display: 'stars',
1890
+ symbol: 'STARS',
1891
+ traces: [{
1892
+ type: 'ibc',
1893
+ counterparty: {
1894
+ channel_id: 'channel-258',
1895
+ base_denom: 'ibc/987C17B11ABC2B20019178ACE62929FE9840202CE79498E29FE8E5CB02B7C0A4',
1896
+ chain_name: 'osmosis'
1897
+ },
1898
+ chain: {
1899
+ channel_id: 'channel-3'
1900
+ }
1901
+ }],
1902
+ images: [{
1903
+ image_sync: {
1904
+ chain_name: 'stargaze',
1905
+ base_denom: 'ustars'
1906
+ },
1907
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
1908
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg'
1909
+ }],
1910
+ logo_URIs: {
1911
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
1912
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg'
1913
+ }
1914
+ }, {
1915
+ description: 'Maximize ETH yield through leveraged staking across Aave, Compound and Morpho and liquidity provision of ETH liquid staking tokens on Uniswap V3.',
1916
+ denom_units: [{
1917
+ denom: 'ibc/0BB23E756DD6BAC50257DA0BF943740B59C6F4AD6DA0C5D3FC137C713F46064B',
1918
+ exponent: 0,
1919
+ aliases: ['ibc/FBB3FEF80ED2344D821D4F95C31DBFD33E4E31D5324CAD94EF756E67B749F668']
1920
+ }, {
1921
+ denom: 'YieldETH',
1922
+ exponent: 18
1923
+ }],
1924
+ type_asset: 'ics20',
1925
+ base: 'ibc/0BB23E756DD6BAC50257DA0BF943740B59C6F4AD6DA0C5D3FC137C713F46064B',
1926
+ name: 'Real Yield Eth',
1927
+ display: 'YieldETH',
1928
+ symbol: 'YieldETH',
1929
+ traces: [{
1930
+ type: 'ibc',
1931
+ counterparty: {
1932
+ channel_id: 'channel-258',
1933
+ base_denom: 'ibc/FBB3FEF80ED2344D821D4F95C31DBFD33E4E31D5324CAD94EF756E67B749F668',
1934
+ chain_name: 'osmosis'
1935
+ },
1936
+ chain: {
1937
+ channel_id: 'channel-3'
1938
+ }
1939
+ }],
1940
+ images: [{
1941
+ image_sync: {
1942
+ chain_name: 'ethereum',
1943
+ base_denom: 'wei'
1944
+ },
1945
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
1946
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg'
1947
+ }],
1948
+ logo_URIs: {
1949
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
1950
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg'
1951
+ }
1952
+ }, {
1953
+ description: 'The native staking token of dYdX Protocol.',
1954
+ denom_units: [{
1955
+ denom: 'ibc/C642A7E1C5FC31980940CAEED21D7200DB7230CB3CDF18CC379F95A1D34C407B',
1956
+ exponent: 0,
1957
+ aliases: ['ibc/831F0B1BBB1D08A2B75311892876D71565478C532967545476DF4C2D7492E48C']
1958
+ }, {
1959
+ denom: 'dydx',
1960
+ exponent: 18
1961
+ }],
1962
+ type_asset: 'ics20',
1963
+ base: 'ibc/C642A7E1C5FC31980940CAEED21D7200DB7230CB3CDF18CC379F95A1D34C407B',
1964
+ name: 'dYdX',
1965
+ display: 'dydx',
1966
+ symbol: 'DYDX',
1967
+ traces: [{
1968
+ type: 'ibc',
1969
+ counterparty: {
1970
+ channel_id: 'channel-258',
1971
+ base_denom: 'ibc/831F0B1BBB1D08A2B75311892876D71565478C532967545476DF4C2D7492E48C',
1972
+ chain_name: 'osmosis'
1973
+ },
1974
+ chain: {
1975
+ channel_id: 'channel-3'
1976
+ }
1977
+ }],
1978
+ images: [{
1979
+ image_sync: {
1980
+ chain_name: 'dydx',
1981
+ base_denom: 'adydx'
1982
+ },
1983
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png',
1984
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg'
1985
+ }],
1986
+ logo_URIs: {
1987
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png',
1988
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg'
1989
+ }
1990
+ }, {
1991
+ description: 'The native token of Quasar',
1992
+ denom_units: [{
1993
+ denom: 'ibc/E86C369839AE658834D23C0894E1C9A3ED91E021D8E4E8548962B49D3915AC18',
1994
+ exponent: 0,
1995
+ aliases: ['ibc/1B708808D372E959CD4839C594960309283424C775F4A038AAEBE7F83A988477']
1996
+ }, {
1997
+ denom: 'qsr',
1998
+ exponent: 6
1999
+ }],
2000
+ type_asset: 'ics20',
2001
+ base: 'ibc/E86C369839AE658834D23C0894E1C9A3ED91E021D8E4E8548962B49D3915AC18',
2002
+ name: 'Quasar',
2003
+ display: 'qsr',
2004
+ symbol: 'QSR',
2005
+ traces: [{
2006
+ type: 'ibc',
2007
+ counterparty: {
2008
+ channel_id: 'channel-258',
2009
+ base_denom: 'ibc/1B708808D372E959CD4839C594960309283424C775F4A038AAEBE7F83A988477',
2010
+ chain_name: 'osmosis'
2011
+ },
2012
+ chain: {
2013
+ channel_id: 'channel-3'
2014
+ }
2015
+ }],
2016
+ images: [{
2017
+ image_sync: {
2018
+ chain_name: 'quasar',
2019
+ base_denom: 'uqsr'
2020
+ },
2021
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quasar/images/quasar.png'
2022
+ }],
2023
+ logo_URIs: {
2024
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quasar/images/quasar.png'
2025
+ }
2026
+ }, {
2027
+ description: 'Levana native token',
2028
+ denom_units: [{
2029
+ denom: 'ibc/B64A07C006C0F5E260A8AD50BD53568F1FD4A0D75B7A9F8765C81BEAFDA62053',
2030
+ exponent: 0,
2031
+ aliases: ['factory/osmo1mlng7pz4pnyxtpq0akfwall37czyk9lukaucsrn30ameplhhshtqdvfm5c/ulvn']
2032
+ }, {
2033
+ denom: 'lvn',
2034
+ exponent: 6
2035
+ }],
2036
+ base: 'ibc/B64A07C006C0F5E260A8AD50BD53568F1FD4A0D75B7A9F8765C81BEAFDA62053',
2037
+ name: 'Levana',
2038
+ display: 'lvn',
2039
+ symbol: 'LVN',
2040
+ logo_URIs: {
2041
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/levana.png',
2042
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/levana.svg'
2043
+ },
2044
+ coingecko_id: 'levana-protocol',
2045
+ images: [{
2046
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/levana.png',
2047
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/levana.svg'
2048
+ }, {
2049
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/levana.png'
2050
+ }],
2051
+ traces: [{
2052
+ type: 'ibc',
2053
+ counterparty: {
2054
+ channel_id: 'channel-258',
2055
+ base_denom: 'factory/osmo1mlng7pz4pnyxtpq0akfwall37czyk9lukaucsrn30ameplhhshtqdvfm5c/ulvn',
2056
+ chain_name: 'osmosis'
2057
+ },
2058
+ chain: {
2059
+ channel_id: 'channel-3'
2060
+ }
2061
+ }]
2062
+ }, {
2063
+ description: "MilkyWay's liquid staked TIA",
2064
+ denom_units: [{
2065
+ denom: 'ibc/EA2F9730C3496ED83479D9238515311A9AFA60E3D24A3419BECDF2A2A8152F8C',
2066
+ exponent: 0,
2067
+ aliases: ['factory/osmo1f5vfcph2dvfeqcqkhetwv75fda69z7e5c2dldm3kvgj23crkv6wqcn47a0/umilkTIA']
2068
+ }, {
2069
+ denom: 'milkTIA',
2070
+ exponent: 6
2071
+ }],
2072
+ base: 'ibc/EA2F9730C3496ED83479D9238515311A9AFA60E3D24A3419BECDF2A2A8152F8C',
2073
+ name: 'milkTIA',
2074
+ display: 'milkTIA',
2075
+ symbol: 'milkTIA',
2076
+ traces: [{
2077
+ type: 'ibc',
2078
+ counterparty: {
2079
+ channel_id: 'channel-258',
2080
+ base_denom: 'factory/osmo1f5vfcph2dvfeqcqkhetwv75fda69z7e5c2dldm3kvgj23crkv6wqcn47a0/umilkTIA',
2081
+ chain_name: 'osmosis'
2082
+ },
2083
+ chain: {
2084
+ channel_id: 'channel-3'
2085
+ }
2086
+ }],
2087
+ logo_URIs: {
2088
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/milktia.png',
2089
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/milktia.svg'
2090
+ },
2091
+ coingecko_id: 'milkyway-staked-tia',
2092
+ images: [{
2093
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/milktia.png',
2094
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/milktia.svg'
2095
+ }]
2096
+ }, {
2097
+ denom_units: [{
2098
+ denom: 'ibc/FB7DD99F7B1485935E8D3ACBBE7DE45B578DC99B76418965037A3AC4A720BD2D',
2099
+ exponent: 0,
2100
+ aliases: ['ibc/ECBE78BF7677320A93E7BA1761D144BCBF0CBC247C290C049655E106FE5DC68E']
2101
+ }, {
2102
+ denom: 'stkosmo',
2103
+ exponent: 6,
2104
+ aliases: ['stk/osmo']
2105
+ }],
2106
+ type_asset: 'ics20',
2107
+ base: 'ibc/FB7DD99F7B1485935E8D3ACBBE7DE45B578DC99B76418965037A3AC4A720BD2D',
2108
+ name: 'PSTAKE staked OSMO',
2109
+ display: 'stkosmo',
2110
+ symbol: 'stkOSMO',
2111
+ traces: [{
2112
+ type: 'ibc',
2113
+ counterparty: {
2114
+ channel_id: 'channel-258',
2115
+ base_denom: 'ibc/ECBE78BF7677320A93E7BA1761D144BCBF0CBC247C290C049655E106FE5DC68E',
2116
+ chain_name: 'osmosis'
2117
+ },
2118
+ chain: {
2119
+ channel_id: 'channel-3'
2120
+ }
2121
+ }],
2122
+ images: [{
2123
+ image_sync: {
2124
+ chain_name: 'persistence',
2125
+ base_denom: 'stk/uosmo'
2126
+ },
2127
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkosmo.png',
2128
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkosmo.svg'
2129
+ }],
2130
+ logo_URIs: {
2131
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkosmo.png',
2132
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkosmo.svg'
2133
+ }
2134
+ }, {
2135
+ description: 'The PAGE token is used for actions in the PageDAO NFT literary ecosystem and for DAO governance.',
2136
+ denom_units: [{
2137
+ denom: 'ibc/D7A760BA2CF5A8921F7635F24AD711AF0F13BF23861396085D3388A6BD13D453',
2138
+ exponent: 0,
2139
+ aliases: ['ibc/23A62409E4AD8133116C249B1FA38EED30E500A115D7B153109462CD82C1CD99']
2140
+ }, {
2141
+ denom: 'page',
2142
+ exponent: 8
2143
+ }],
2144
+ type_asset: 'ics20',
2145
+ base: 'ibc/D7A760BA2CF5A8921F7635F24AD711AF0F13BF23861396085D3388A6BD13D453',
2146
+ name: 'PageDAO',
2147
+ display: 'page',
2148
+ symbol: 'PAGE.grv',
2149
+ traces: [{
2150
+ type: 'ibc',
2151
+ counterparty: {
2152
+ channel_id: 'channel-258',
2153
+ base_denom: 'ibc/23A62409E4AD8133116C249B1FA38EED30E500A115D7B153109462CD82C1CD99',
2154
+ chain_name: 'osmosis'
2155
+ },
2156
+ chain: {
2157
+ channel_id: 'channel-3'
2158
+ }
2159
+ }],
2160
+ images: [{
2161
+ image_sync: {
2162
+ chain_name: 'gravitybridge',
2163
+ base_denom: 'gravity0x60e683C6514Edd5F758A55b6f393BeBBAfaA8d5e'
2164
+ },
2165
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/page.png',
2166
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/page.svg'
2167
+ }],
2168
+ logo_URIs: {
2169
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/page.png',
2170
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/page.svg'
2171
+ }
2172
+ }, {
2173
+ description: "Nomic's native token.",
2174
+ denom_units: [{
2175
+ denom: 'ibc/C4DD2EA6C8EF05200B421AE1A7F32456E7DAA4CCCAAB46E15DA7708FA4FAD86B',
2176
+ exponent: 0,
2177
+ aliases: ['ibc/F49DFB3BC8105C57EE7F17EC2402438825B31212CFDD81681EB87911E934F32C']
2178
+ }, {
2179
+ denom: 'nom',
2180
+ exponent: 6
2181
+ }],
2182
+ type_asset: 'ics20',
2183
+ base: 'ibc/C4DD2EA6C8EF05200B421AE1A7F32456E7DAA4CCCAAB46E15DA7708FA4FAD86B',
2184
+ name: 'Nomic',
2185
+ display: 'nomic',
2186
+ symbol: 'NOM',
2187
+ traces: [{
2188
+ type: 'ibc',
2189
+ counterparty: {
2190
+ channel_id: 'channel-258',
2191
+ base_denom: 'ibc/F49DFB3BC8105C57EE7F17EC2402438825B31212CFDD81681EB87911E934F32C',
2192
+ chain_name: 'osmosis'
2193
+ },
2194
+ chain: {
2195
+ channel_id: 'channel-3'
2196
+ }
2197
+ }],
2198
+ images: [{
2199
+ image_sync: {
2200
+ chain_name: 'nomic',
2201
+ base_denom: 'unom'
2202
+ },
2203
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nom.png',
2204
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nom.svg'
2205
+ }],
2206
+ logo_URIs: {
2207
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nom.png',
2208
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nom.svg'
2209
+ }
2210
+ }, {
2211
+ description: 'Bitcoin. On Cosmos.',
2212
+ denom_units: [{
2213
+ denom: 'ibc/3332C190D8842AF453D1B4C8DB04AA8D4303E1203F58D4EFE3554F7BF495A3DE',
2214
+ exponent: 0,
2215
+ aliases: ['ibc/75345531D87BD90BF108BE7240BD721CB2CB0A1F16D4EBA71B09EC3C43E15C8F']
2216
+ }, {
2217
+ denom: 'nbtc',
2218
+ exponent: 14
2219
+ }],
2220
+ type_asset: 'ics20',
2221
+ base: 'ibc/3332C190D8842AF453D1B4C8DB04AA8D4303E1203F58D4EFE3554F7BF495A3DE',
2222
+ name: 'Nomic Bitcoin',
2223
+ display: 'nbtc',
2224
+ symbol: 'nBTC',
2225
+ traces: [{
2226
+ type: 'ibc',
2227
+ counterparty: {
2228
+ channel_id: 'channel-258',
2229
+ base_denom: 'ibc/75345531D87BD90BF108BE7240BD721CB2CB0A1F16D4EBA71B09EC3C43E15C8F',
2230
+ chain_name: 'osmosis'
2231
+ },
2232
+ chain: {
2233
+ channel_id: 'channel-3'
2234
+ }
2235
+ }],
2236
+ images: [{
2237
+ image_sync: {
2238
+ chain_name: 'nomic',
2239
+ base_denom: 'usat'
2240
+ },
2241
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nbtc.png',
2242
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nbtc.svg'
2243
+ }],
2244
+ logo_URIs: {
2245
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nbtc.png',
2246
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nbtc.svg'
2247
+ }
2248
+ }, {
2249
+ description: 'AUTISM on Osmosis',
2250
+ denom_units: [{
2251
+ denom: 'ibc/C84F9A2953156F52C0EA85CCFEB01757CABC09442C29721F7FE1C9A5C1A33FDC',
2252
+ exponent: 0,
2253
+ aliases: ['ibc/9DDF52A334F92BC57A9E0D59DFF9984EAC61D2A14E5162605DF601AA58FDFC6D']
2254
+ }, {
2255
+ denom: 'autism',
2256
+ exponent: 6
2257
+ }],
2258
+ type_asset: 'ics20',
2259
+ base: 'ibc/C84F9A2953156F52C0EA85CCFEB01757CABC09442C29721F7FE1C9A5C1A33FDC',
2260
+ name: 'Injective AUTISM',
2261
+ display: 'autism',
2262
+ symbol: 'AUTISM',
2263
+ traces: [{
2264
+ type: 'ibc',
2265
+ counterparty: {
2266
+ channel_id: 'channel-258',
2267
+ base_denom: 'ibc/9DDF52A334F92BC57A9E0D59DFF9984EAC61D2A14E5162605DF601AA58FDFC6D',
2268
+ chain_name: 'osmosis'
2269
+ },
2270
+ chain: {
2271
+ channel_id: 'channel-3'
2272
+ }
2273
+ }],
2274
+ images: [{
2275
+ image_sync: {
2276
+ chain_name: 'injective',
2277
+ base_denom: 'factory/inj14lf8xm6fcvlggpa7guxzjqwjmtr24gnvf56hvz/autism'
2278
+ },
2279
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/autism.png'
2280
+ }],
2281
+ logo_URIs: {
2282
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/autism.png'
2283
+ }
2284
+ }, {
2285
+ description: 'Woof on Osmosis',
2286
+ denom_units: [{
2287
+ denom: 'ibc/4763350DAF397EDB2B5EF7439ED604A0D2F2FF34CE4B743A22ACF75C70F54535',
2288
+ exponent: 0,
2289
+ aliases: ['ibc/9B8EC667B6DF55387DC0F3ACC4F187DA6921B0806ED35DE6B04DE96F5AB81F53']
2290
+ }, {
2291
+ denom: 'WOOF',
2292
+ exponent: 6
2293
+ }],
2294
+ type_asset: 'ics20',
2295
+ base: 'ibc/4763350DAF397EDB2B5EF7439ED604A0D2F2FF34CE4B743A22ACF75C70F54535',
2296
+ name: 'WOOF chihuahua',
2297
+ display: 'WOOF',
2298
+ symbol: 'WOOF',
2299
+ traces: [{
2300
+ type: 'ibc',
2301
+ counterparty: {
2302
+ channel_id: 'channel-258',
2303
+ base_denom: 'ibc/9B8EC667B6DF55387DC0F3ACC4F187DA6921B0806ED35DE6B04DE96F5AB81F53',
2304
+ chain_name: 'osmosis'
2305
+ },
2306
+ chain: {
2307
+ channel_id: 'channel-3'
2308
+ }
2309
+ }],
2310
+ logo_URIs: {
2311
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/woof.png'
2312
+ },
2313
+ images: [{
2314
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/woof.png'
2315
+ }]
2316
+ }, {
2317
+ description: 'The native coin of Sneaky Productions.',
2318
+ denom_units: [{
2319
+ denom: 'ibc/E12D9224966C3381B8DA896BE426D774830C82F730721B1CE804C4E03EA13054',
2320
+ exponent: 0,
2321
+ aliases: ['ibc/94ED1F172BC633DFC56D7E26551D8B101ADCCC69052AC44FED89F97FF658138F']
2322
+ }, {
2323
+ denom: 'sneaky',
2324
+ exponent: 6
2325
+ }],
2326
+ type_asset: 'ics20',
2327
+ base: 'ibc/E12D9224966C3381B8DA896BE426D774830C82F730721B1CE804C4E03EA13054',
2328
+ name: 'Sneaky Productions',
2329
+ display: 'sneaky',
2330
+ symbol: 'SNEAKY',
2331
+ traces: [{
2332
+ type: 'ibc',
2333
+ counterparty: {
2334
+ channel_id: 'channel-258',
2335
+ base_denom: 'ibc/94ED1F172BC633DFC56D7E26551D8B101ADCCC69052AC44FED89F97FF658138F',
2336
+ chain_name: 'osmosis'
2337
+ },
2338
+ chain: {
2339
+ channel_id: 'channel-3'
2340
+ }
2341
+ }],
2342
+ logo_URIs: {
2343
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/sneaky.png'
2344
+ },
2345
+ images: [{
2346
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/sneaky.png'
2347
+ }]
2348
+ }, {
2349
+ denom_units: [{
2350
+ denom: 'ibc/AF4CF77A64B784DE1C40471BBB366722DBE7FFEB8C42C71D2B7FB447BA193549',
2351
+ exponent: 0,
2352
+ aliases: ['factory/osmo1z0qrq605sjgcqpylfl4aa6s90x738j7m58wyatt0tdzflg2ha26q67k743/wbtc']
2353
+ }, {
2354
+ denom: 'wbtc',
2355
+ exponent: 8
2356
+ }],
2357
+ address: 'osmo1z0qrq605sjgcqpylfl4aa6s90x738j7m58wyatt0tdzflg2ha26q67k743',
2358
+ type_asset: 'sdk.coin',
2359
+ base: 'ibc/AF4CF77A64B784DE1C40471BBB366722DBE7FFEB8C42C71D2B7FB447BA193549',
2360
+ name: 'Wrapped Bitcoin',
2361
+ display: 'wbtc',
2362
+ symbol: 'WBTC',
2363
+ traces: [{
2364
+ type: 'ibc',
2365
+ counterparty: {
2366
+ channel_id: 'channel-258',
2367
+ base_denom: 'factory/osmo1z0qrq605sjgcqpylfl4aa6s90x738j7m58wyatt0tdzflg2ha26q67k743/wbtc',
2368
+ chain_name: 'osmosis'
2369
+ },
2370
+ chain: {
2371
+ channel_id: 'channel-3'
2372
+ }
2373
+ }],
2374
+ images: [{
2375
+ image_sync: {
2376
+ chain_name: 'ethereum',
2377
+ base_denom: '0x2260fac5e5542a773aa44fbcfedf7c193bc2c599'
2378
+ },
2379
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.png',
2380
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.svg'
2381
+ }],
2382
+ logo_URIs: {
2383
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.png',
2384
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.svg'
2385
+ }
2386
+ }, {
2387
+ 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.",
2388
+ denom_units: [{
2389
+ denom: 'ibc/BEEBCB44C03068B40BD4709196D5205ED2F78878611D41BC56DD223410AEF4AF',
2390
+ exponent: 0,
2391
+ aliases: ['factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO']
2392
+ }, {
2393
+ denom: 'WOSMO',
2394
+ exponent: 6
2395
+ }],
2396
+ address: 'osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3',
2397
+ base: 'ibc/BEEBCB44C03068B40BD4709196D5205ED2F78878611D41BC56DD223410AEF4AF',
2398
+ name: 'WOSMO',
2399
+ display: 'WOSMO',
2400
+ symbol: 'WOSMO',
2401
+ logo_URIs: {
2402
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/WOSMO.png'
2403
+ },
2404
+ images: [{
2405
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/WOSMO.png'
2406
+ }],
2407
+ traces: [{
2408
+ type: 'ibc',
2409
+ counterparty: {
2410
+ channel_id: 'channel-258',
2411
+ base_denom: 'factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO',
2412
+ chain_name: 'osmosis'
2413
+ },
2414
+ chain: {
2415
+ channel_id: 'channel-3'
2416
+ }
2417
+ }]
2418
+ }, {
2419
+ description: 'NLS on Osmosis',
2420
+ denom_units: [{
2421
+ denom: 'ibc/24565C7037FE0139C6897E20DE956761C2B148C0B0790DA9BF85C3E383C00F2A',
2422
+ exponent: 0,
2423
+ aliases: ['ibc/D9AFCECDD361D38302AA66EB3BAC23B95234832C51D12489DC451FA2B7C72782']
2424
+ }, {
2425
+ denom: 'nls',
2426
+ exponent: 6
2427
+ }],
2428
+ type_asset: 'ics20',
2429
+ base: 'ibc/24565C7037FE0139C6897E20DE956761C2B148C0B0790DA9BF85C3E383C00F2A',
2430
+ name: 'Nolus',
2431
+ display: 'nls',
2432
+ symbol: 'NLS',
2433
+ traces: [{
2434
+ type: 'ibc',
2435
+ counterparty: {
2436
+ channel_id: 'channel-258',
2437
+ base_denom: 'ibc/D9AFCECDD361D38302AA66EB3BAC23B95234832C51D12489DC451FA2B7C72782',
2438
+ chain_name: 'osmosis'
2439
+ },
2440
+ chain: {
2441
+ channel_id: 'channel-3'
2442
+ }
2443
+ }],
2444
+ images: [{
2445
+ image_sync: {
2446
+ chain_name: 'nolus',
2447
+ base_denom: 'unls'
2448
+ },
2449
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.png',
2450
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.svg'
2451
+ }],
2452
+ logo_URIs: {
2453
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.png',
2454
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.svg'
2455
+ }
2456
+ }, {
2457
+ description: 'STRD on Osmosis',
2458
+ denom_units: [{
2459
+ denom: 'ibc/34EBA74436A1E755DF99072B23265EA57B8422F7C6B89EDAC9E8DD6F21B490BB',
2460
+ exponent: 0,
2461
+ aliases: ['ibc/A8CA5EE328FA10C9519DF6057DA1F69682D28F7D0F5CCC7ECB72E3DCA2D157A4']
2462
+ }, {
2463
+ denom: 'strd',
2464
+ exponent: 6
2465
+ }],
2466
+ type_asset: 'ics20',
2467
+ base: 'ibc/34EBA74436A1E755DF99072B23265EA57B8422F7C6B89EDAC9E8DD6F21B490BB',
2468
+ name: 'Stride',
2469
+ display: 'strd',
2470
+ symbol: 'STRD',
2471
+ traces: [{
2472
+ type: 'ibc',
2473
+ counterparty: {
2474
+ channel_id: 'channel-258',
2475
+ base_denom: 'ibc/A8CA5EE328FA10C9519DF6057DA1F69682D28F7D0F5CCC7ECB72E3DCA2D157A4',
2476
+ chain_name: 'osmosis'
2477
+ },
2478
+ chain: {
2479
+ channel_id: 'channel-3'
2480
+ }
2481
+ }],
2482
+ images: [{
2483
+ image_sync: {
2484
+ chain_name: 'stride',
2485
+ base_denom: 'ustrd'
2486
+ },
2487
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.png',
2488
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg'
2489
+ }],
2490
+ logo_URIs: {
2491
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.png',
2492
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg'
2493
+ }
2494
+ }, {
2495
+ description: 'Margined Power Token sqTIA',
2496
+ denom_units: [{
2497
+ denom: 'ibc/E4583A41DD728B66583FEC88608A11CCCF0BEFFE7213DA0D47A770AE80908B98',
2498
+ exponent: 0,
2499
+ aliases: ['factory/osmo1g8qypve6l95xmhgc0fddaecerffymsl7kn9muw/sqtia']
2500
+ }, {
2501
+ denom: 'sqtia',
2502
+ exponent: 6
2503
+ }],
2504
+ base: 'ibc/E4583A41DD728B66583FEC88608A11CCCF0BEFFE7213DA0D47A770AE80908B98',
2505
+ name: 'TIA Squared',
2506
+ display: 'sqtia',
2507
+ symbol: 'sqTIA',
2508
+ logo_URIs: {
2509
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sqtia.svg'
2510
+ },
2511
+ images: [{
2512
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sqtia.svg'
2513
+ }],
2514
+ traces: [{
2515
+ type: 'ibc',
2516
+ counterparty: {
2517
+ channel_id: 'channel-258',
2518
+ base_denom: 'factory/osmo1g8qypve6l95xmhgc0fddaecerffymsl7kn9muw/sqtia',
2519
+ chain_name: 'osmosis'
2520
+ },
2521
+ chain: {
2522
+ channel_id: 'channel-3'
2523
+ }
2524
+ }]
2525
+ }, {
2526
+ description: 'Sail DAO Token',
2527
+ denom_units: [{
2528
+ denom: 'ibc/8AB88C0D359840C50442995B8053323F94BAC6AF040E12F7F2517EDD5475A909',
2529
+ exponent: 0,
2530
+ aliases: ['factory/osmo1rckme96ptawr4zwexxj5g5gej9s2dmud8r2t9j0k0prn5mch5g4snzzwjv/sail']
2531
+ }, {
2532
+ denom: 'sail',
2533
+ exponent: 6
2534
+ }],
2535
+ base: 'ibc/8AB88C0D359840C50442995B8053323F94BAC6AF040E12F7F2517EDD5475A909',
2536
+ name: 'Sail',
2537
+ display: 'sail',
2538
+ symbol: 'SAIL',
2539
+ logo_URIs: {
2540
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sail.png'
2541
+ },
2542
+ images: [{
2543
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sail.png'
2544
+ }],
2545
+ traces: [{
2546
+ type: 'ibc',
2547
+ counterparty: {
2548
+ channel_id: 'channel-258',
2549
+ base_denom: 'factory/osmo1rckme96ptawr4zwexxj5g5gej9s2dmud8r2t9j0k0prn5mch5g4snzzwjv/sail',
2550
+ chain_name: 'osmosis'
2551
+ },
2552
+ chain: {
2553
+ channel_id: 'channel-3'
2554
+ }
2555
+ }]
2556
+ }]
2557
+ };
2558
+ var _default = exports["default"] = assets;