@chain-registry/assets 1.28.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 +8 -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 +8 -9
  160. package/types/index.d.ts +1 -1
@@ -0,0 +1,4331 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports["default"] = void 0;
7
+ var assets = {
8
+ chain_name: 'celestia',
9
+ assets: [{
10
+ description: 'The native token of Axelar',
11
+ denom_units: [{
12
+ denom: 'ibc/0E1517E2771CA7C03F2ED3F9BAECCAEADF0BFD79B89679E834933BC0F179AD98',
13
+ exponent: 0,
14
+ aliases: ['uaxl']
15
+ }, {
16
+ denom: 'axl',
17
+ exponent: 6
18
+ }],
19
+ base: 'ibc/0E1517E2771CA7C03F2ED3F9BAECCAEADF0BFD79B89679E834933BC0F179AD98',
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-125',
36
+ base_denom: 'uaxl',
37
+ chain_name: 'axelar'
38
+ },
39
+ chain: {
40
+ channel_id: 'channel-1'
41
+ }
42
+ }]
43
+ }, {
44
+ description: "Circle's stablecoin on Axelar",
45
+ denom_units: [{
46
+ denom: 'ibc/65D0BEC6DAD96C7F5043D1E54E54B6BB5D5B3AEC3FF6CEBB75B9E059F3580EA3',
47
+ exponent: 0,
48
+ aliases: ['uusdc']
49
+ }, {
50
+ denom: 'usdc',
51
+ exponent: 6
52
+ }],
53
+ base: 'ibc/65D0BEC6DAD96C7F5043D1E54E54B6BB5D5B3AEC3FF6CEBB75B9E059F3580EA3',
54
+ name: 'USD Coin',
55
+ display: 'usdc',
56
+ symbol: 'USDC',
57
+ traces: [{
58
+ type: 'ibc',
59
+ counterparty: {
60
+ channel_id: 'channel-125',
61
+ base_denom: 'uusdc',
62
+ chain_name: 'axelar'
63
+ },
64
+ chain: {
65
+ channel_id: 'channel-1'
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/B826FA7F1989A109B506F861764AC25C82F90F2F8B1CA297FE61FAB8E39F9916',
81
+ exponent: 0,
82
+ aliases: ['frax-wei']
83
+ }, {
84
+ denom: 'frax',
85
+ exponent: 18
86
+ }],
87
+ base: 'ibc/B826FA7F1989A109B506F861764AC25C82F90F2F8B1CA297FE61FAB8E39F9916',
88
+ name: 'Frax',
89
+ display: 'frax',
90
+ symbol: 'FRAX',
91
+ traces: [{
92
+ type: 'ibc',
93
+ counterparty: {
94
+ channel_id: 'channel-125',
95
+ base_denom: 'frax-wei',
96
+ chain_name: 'axelar'
97
+ },
98
+ chain: {
99
+ channel_id: 'channel-1'
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/7D52903C3B425450A5451BE8068F469A96BAFAA47DC0E06718210F3093E308D2',
112
+ exponent: 0,
113
+ aliases: ['dai-wei']
114
+ }, {
115
+ denom: 'dai',
116
+ exponent: 18
117
+ }],
118
+ base: 'ibc/7D52903C3B425450A5451BE8068F469A96BAFAA47DC0E06718210F3093E308D2',
119
+ name: 'Dai Stablecoin',
120
+ display: 'dai',
121
+ symbol: 'DAI',
122
+ traces: [{
123
+ type: 'ibc',
124
+ counterparty: {
125
+ channel_id: 'channel-125',
126
+ base_denom: 'dai-wei',
127
+ chain_name: 'axelar'
128
+ },
129
+ chain: {
130
+ channel_id: 'channel-1'
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/A1F24CAA35E32235C8502B8A76AB9683211F66795876C9D99F0FB3F26182C6D0',
145
+ exponent: 0,
146
+ aliases: ['uusdt']
147
+ }, {
148
+ denom: 'usdt',
149
+ exponent: 6
150
+ }],
151
+ base: 'ibc/A1F24CAA35E32235C8502B8A76AB9683211F66795876C9D99F0FB3F26182C6D0',
152
+ name: 'Tether USD',
153
+ display: 'usdt',
154
+ symbol: 'USDT',
155
+ traces: [{
156
+ type: 'ibc',
157
+ counterparty: {
158
+ channel_id: 'channel-125',
159
+ base_denom: 'uusdt',
160
+ chain_name: 'axelar'
161
+ },
162
+ chain: {
163
+ channel_id: 'channel-1'
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/DD0D56BDAB32493B216A4C0530A336620D86FBE1C682888C5513899838FF7389',
178
+ exponent: 0,
179
+ aliases: ['weth-wei']
180
+ }, {
181
+ denom: 'weth',
182
+ exponent: 18
183
+ }],
184
+ base: 'ibc/DD0D56BDAB32493B216A4C0530A336620D86FBE1C682888C5513899838FF7389',
185
+ name: 'Wrapped Ether',
186
+ display: 'weth',
187
+ symbol: 'WETH',
188
+ traces: [{
189
+ type: 'ibc',
190
+ counterparty: {
191
+ channel_id: 'channel-125',
192
+ base_denom: 'weth-wei',
193
+ chain_name: 'axelar'
194
+ },
195
+ chain: {
196
+ channel_id: 'channel-1'
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/850E88B206F6EEB9AC9D13A0316CE92D693CD30A9C4756D9D151959AA3643C4F',
209
+ exponent: 0,
210
+ aliases: ['wbtc-satoshi']
211
+ }, {
212
+ denom: 'wbtc',
213
+ exponent: 8
214
+ }],
215
+ base: 'ibc/850E88B206F6EEB9AC9D13A0316CE92D693CD30A9C4756D9D151959AA3643C4F',
216
+ name: 'Wrapped Bitcoin',
217
+ display: 'wbtc',
218
+ symbol: 'WBTC',
219
+ traces: [{
220
+ type: 'ibc',
221
+ counterparty: {
222
+ channel_id: 'channel-125',
223
+ base_denom: 'wbtc-satoshi',
224
+ chain_name: 'axelar'
225
+ },
226
+ chain: {
227
+ channel_id: 'channel-1'
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/8A00659EA12CF738566912B3CDDFE1EBABA2735F8273DA06864E3A8AD31F8527',
240
+ exponent: 0,
241
+ aliases: ['aave-wei']
242
+ }, {
243
+ denom: 'aave',
244
+ exponent: 18
245
+ }],
246
+ base: 'ibc/8A00659EA12CF738566912B3CDDFE1EBABA2735F8273DA06864E3A8AD31F8527',
247
+ name: 'Aave',
248
+ display: 'aave',
249
+ symbol: 'AAVE',
250
+ traces: [{
251
+ type: 'ibc',
252
+ counterparty: {
253
+ channel_id: 'channel-125',
254
+ base_denom: 'aave-wei',
255
+ chain_name: 'axelar'
256
+ },
257
+ chain: {
258
+ channel_id: 'channel-1'
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/5059AE37193C2E0579F3D9F3C911295A13A93313808DCB5BA3E43D6C17AF0A85',
271
+ exponent: 0,
272
+ aliases: ['ape-wei']
273
+ }, {
274
+ denom: 'ape',
275
+ exponent: 18
276
+ }],
277
+ base: 'ibc/5059AE37193C2E0579F3D9F3C911295A13A93313808DCB5BA3E43D6C17AF0A85',
278
+ name: 'ApeCoin',
279
+ display: 'ape',
280
+ symbol: 'APE',
281
+ traces: [{
282
+ type: 'ibc',
283
+ counterparty: {
284
+ channel_id: 'channel-125',
285
+ base_denom: 'ape-wei',
286
+ chain_name: 'axelar'
287
+ },
288
+ chain: {
289
+ channel_id: 'channel-1'
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/3A576EAFE91B3C9D8822AE896F450F4E6F11F1A33BF991D4FCE335BFC08D7574',
302
+ exponent: 0,
303
+ aliases: ['axs-wei']
304
+ }, {
305
+ denom: 'axs',
306
+ exponent: 18
307
+ }],
308
+ base: 'ibc/3A576EAFE91B3C9D8822AE896F450F4E6F11F1A33BF991D4FCE335BFC08D7574',
309
+ name: 'Axie Infinity Shard',
310
+ display: 'axs',
311
+ symbol: 'AXS',
312
+ traces: [{
313
+ type: 'ibc',
314
+ counterparty: {
315
+ channel_id: 'channel-125',
316
+ base_denom: 'axs-wei',
317
+ chain_name: 'axelar'
318
+ },
319
+ chain: {
320
+ channel_id: 'channel-1'
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/E46F5D449A1543CECDB8A9B65B9F5713564C34C2AC7899508D06DB2E2DD5F9F2',
333
+ exponent: 0,
334
+ aliases: ['link-wei']
335
+ }, {
336
+ denom: 'link',
337
+ exponent: 18
338
+ }],
339
+ base: 'ibc/E46F5D449A1543CECDB8A9B65B9F5713564C34C2AC7899508D06DB2E2DD5F9F2',
340
+ name: 'Chainlink',
341
+ display: 'link',
342
+ symbol: 'LINK',
343
+ traces: [{
344
+ type: 'ibc',
345
+ counterparty: {
346
+ channel_id: 'channel-125',
347
+ base_denom: 'link-wei',
348
+ chain_name: 'axelar'
349
+ },
350
+ chain: {
351
+ channel_id: 'channel-1'
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/EC157449417448E5F1572D81BF8B0B097140FDD51116E4A98588691675F4900C',
366
+ exponent: 0,
367
+ aliases: ['mkr-wei']
368
+ }, {
369
+ denom: 'mkr',
370
+ exponent: 18
371
+ }],
372
+ base: 'ibc/EC157449417448E5F1572D81BF8B0B097140FDD51116E4A98588691675F4900C',
373
+ name: 'Maker',
374
+ display: 'mkr',
375
+ symbol: 'MKR',
376
+ traces: [{
377
+ type: 'ibc',
378
+ counterparty: {
379
+ channel_id: 'channel-125',
380
+ base_denom: 'mkr-wei',
381
+ chain_name: 'axelar'
382
+ },
383
+ chain: {
384
+ channel_id: 'channel-1'
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/85134A05F0A7B97E4156D421F5154F55C67028ABEFF03DDC1D5764F68F935228',
397
+ exponent: 0,
398
+ aliases: ['rai-wei']
399
+ }, {
400
+ denom: 'rai',
401
+ exponent: 18
402
+ }],
403
+ base: 'ibc/85134A05F0A7B97E4156D421F5154F55C67028ABEFF03DDC1D5764F68F935228',
404
+ name: 'Rai Reflex Index',
405
+ display: 'rai',
406
+ symbol: 'RAI',
407
+ traces: [{
408
+ type: 'ibc',
409
+ counterparty: {
410
+ channel_id: 'channel-125',
411
+ base_denom: 'rai-wei',
412
+ chain_name: 'axelar'
413
+ },
414
+ chain: {
415
+ channel_id: 'channel-1'
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/9E8C062909538C2B572C29A478DC322749152D1A6553320F75C3F4B738AC338E',
428
+ exponent: 0,
429
+ aliases: ['shib-wei']
430
+ }, {
431
+ denom: 'shib',
432
+ exponent: 18
433
+ }],
434
+ base: 'ibc/9E8C062909538C2B572C29A478DC322749152D1A6553320F75C3F4B738AC338E',
435
+ name: 'Shiba Inu',
436
+ display: 'shib',
437
+ symbol: 'SHIB',
438
+ traces: [{
439
+ type: 'ibc',
440
+ counterparty: {
441
+ channel_id: 'channel-125',
442
+ base_denom: 'shib-wei',
443
+ chain_name: 'axelar'
444
+ },
445
+ chain: {
446
+ channel_id: 'channel-1'
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/43C2F70FABEF6023DAA352C58277E802215EEEBEC5779403FE2EB1B03206E044',
459
+ exponent: 0,
460
+ aliases: ['steth-wei']
461
+ }, {
462
+ denom: 'steth',
463
+ exponent: 18
464
+ }],
465
+ base: 'ibc/43C2F70FABEF6023DAA352C58277E802215EEEBEC5779403FE2EB1B03206E044',
466
+ name: 'Lido Staked Ether',
467
+ display: 'steth',
468
+ symbol: 'stETH',
469
+ traces: [{
470
+ type: 'ibc',
471
+ counterparty: {
472
+ channel_id: 'channel-125',
473
+ base_denom: 'steth-wei',
474
+ chain_name: 'axelar'
475
+ },
476
+ chain: {
477
+ channel_id: 'channel-1'
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/7E4E3F5580B9B59D43BBA944A070807BAB62C4123DAAE82D5C0E619981327B55',
490
+ exponent: 0,
491
+ aliases: ['uni-wei']
492
+ }, {
493
+ denom: 'uni',
494
+ exponent: 18
495
+ }],
496
+ base: 'ibc/7E4E3F5580B9B59D43BBA944A070807BAB62C4123DAAE82D5C0E619981327B55',
497
+ name: 'Uniswap',
498
+ display: 'uni',
499
+ symbol: 'UNI',
500
+ traces: [{
501
+ type: 'ibc',
502
+ counterparty: {
503
+ channel_id: 'channel-125',
504
+ base_denom: 'uni-wei',
505
+ chain_name: 'axelar'
506
+ },
507
+ chain: {
508
+ channel_id: 'channel-1'
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/0F2F347B9D5D78D8717DF56FF8A281F91432B36AC5FB3A4C3CA7D62A4C92AF7E',
521
+ exponent: 0,
522
+ aliases: ['xcn-wei']
523
+ }, {
524
+ denom: 'xcn',
525
+ exponent: 18
526
+ }],
527
+ base: 'ibc/0F2F347B9D5D78D8717DF56FF8A281F91432B36AC5FB3A4C3CA7D62A4C92AF7E',
528
+ name: 'Chain',
529
+ display: 'xcn',
530
+ symbol: 'XCN',
531
+ traces: [{
532
+ type: 'ibc',
533
+ counterparty: {
534
+ channel_id: 'channel-125',
535
+ base_denom: 'xcn-wei',
536
+ chain_name: 'axelar'
537
+ },
538
+ chain: {
539
+ channel_id: 'channel-1'
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/50551EE1B7421026F68EB2714DDF2C607ECA3D4B14A67273A71767A0F8CC29F5',
552
+ exponent: 0,
553
+ aliases: ['dot-planck']
554
+ }, {
555
+ denom: 'dot',
556
+ exponent: 10
557
+ }],
558
+ base: 'ibc/50551EE1B7421026F68EB2714DDF2C607ECA3D4B14A67273A71767A0F8CC29F5',
559
+ name: 'Wrapped Polkadot',
560
+ display: 'dot',
561
+ symbol: 'DOT',
562
+ traces: [{
563
+ type: 'ibc',
564
+ counterparty: {
565
+ channel_id: 'channel-125',
566
+ base_denom: 'dot-planck',
567
+ chain_name: 'axelar'
568
+ },
569
+ chain: {
570
+ channel_id: 'channel-1'
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/E3878CD653ECCD470639A4398EC4913C9915DD3E550697CF0424B572B2385B60',
585
+ exponent: 0,
586
+ aliases: ['wglmr-wei']
587
+ }, {
588
+ denom: 'wglmr',
589
+ exponent: 18
590
+ }],
591
+ base: 'ibc/E3878CD653ECCD470639A4398EC4913C9915DD3E550697CF0424B572B2385B60',
592
+ name: 'Wrapped Moonbeam',
593
+ display: 'wglmr',
594
+ symbol: 'WGLMR',
595
+ traces: [{
596
+ type: 'ibc',
597
+ counterparty: {
598
+ channel_id: 'channel-125',
599
+ base_denom: 'wglmr-wei',
600
+ chain_name: 'axelar'
601
+ },
602
+ chain: {
603
+ channel_id: 'channel-1'
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/7BFC5893BCCC6C9A4B173BC1183D2706141CBF71679EA6BDCE15E679CEC05183',
618
+ exponent: 0,
619
+ aliases: ['wmatic-wei']
620
+ }, {
621
+ denom: 'wmatic',
622
+ exponent: 18
623
+ }],
624
+ base: 'ibc/7BFC5893BCCC6C9A4B173BC1183D2706141CBF71679EA6BDCE15E679CEC05183',
625
+ name: 'Wrapped Matic',
626
+ display: 'wmatic',
627
+ symbol: 'WMATIC',
628
+ traces: [{
629
+ type: 'ibc',
630
+ counterparty: {
631
+ channel_id: 'channel-125',
632
+ base_denom: 'wmatic-wei',
633
+ chain_name: 'axelar'
634
+ },
635
+ chain: {
636
+ channel_id: 'channel-1'
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/52F7DAC8D338E4D7388D02EBD6E522B86EBB62A48C6732C2651423A9E79377DE',
651
+ exponent: 0,
652
+ aliases: ['wbnb-wei']
653
+ }, {
654
+ denom: 'wbnb',
655
+ exponent: 18
656
+ }],
657
+ base: 'ibc/52F7DAC8D338E4D7388D02EBD6E522B86EBB62A48C6732C2651423A9E79377DE',
658
+ name: 'Wrapped BNB',
659
+ display: 'wbnb',
660
+ symbol: 'WBNB',
661
+ traces: [{
662
+ type: 'ibc',
663
+ counterparty: {
664
+ channel_id: 'channel-125',
665
+ base_denom: 'wbnb-wei',
666
+ chain_name: 'axelar'
667
+ },
668
+ chain: {
669
+ channel_id: 'channel-1'
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/97B1DE3106F835AA76ED7625C6DEF5110F35E9B349D3AC4CD6F78C8A6FCE9F2D',
684
+ exponent: 0,
685
+ aliases: ['busd-wei']
686
+ }, {
687
+ denom: 'busd',
688
+ exponent: 18
689
+ }],
690
+ base: 'ibc/97B1DE3106F835AA76ED7625C6DEF5110F35E9B349D3AC4CD6F78C8A6FCE9F2D',
691
+ name: 'Binance USD',
692
+ display: 'busd',
693
+ symbol: 'BUSD',
694
+ traces: [{
695
+ type: 'ibc',
696
+ counterparty: {
697
+ channel_id: 'channel-125',
698
+ base_denom: 'busd-wei',
699
+ chain_name: 'axelar'
700
+ },
701
+ chain: {
702
+ channel_id: 'channel-1'
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/78D5DAB545549A930F5DB22CFA7C821ACE8EF55DCF787BED93A56D04CC7477F5',
715
+ exponent: 0,
716
+ aliases: ['wavax-wei']
717
+ }, {
718
+ denom: 'avax',
719
+ exponent: 18
720
+ }],
721
+ base: 'ibc/78D5DAB545549A930F5DB22CFA7C821ACE8EF55DCF787BED93A56D04CC7477F5',
722
+ name: 'Wrapped AVAX',
723
+ display: 'avax',
724
+ symbol: 'WAVAX',
725
+ traces: [{
726
+ type: 'ibc',
727
+ counterparty: {
728
+ channel_id: 'channel-125',
729
+ base_denom: 'wavax-wei',
730
+ chain_name: 'axelar'
731
+ },
732
+ chain: {
733
+ channel_id: 'channel-1'
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/301A96A9BB897EF914BA74534EE1D75417753A0E113F2F766838274057290B79',
746
+ exponent: 0,
747
+ aliases: ['wftm-wei']
748
+ }, {
749
+ denom: 'ftm',
750
+ exponent: 18
751
+ }],
752
+ base: 'ibc/301A96A9BB897EF914BA74534EE1D75417753A0E113F2F766838274057290B79',
753
+ name: 'Wrapped FTM',
754
+ display: 'ftm',
755
+ symbol: 'WFTM',
756
+ traces: [{
757
+ type: 'ibc',
758
+ counterparty: {
759
+ channel_id: 'channel-125',
760
+ base_denom: 'wftm-wei',
761
+ chain_name: 'axelar'
762
+ },
763
+ chain: {
764
+ channel_id: 'channel-1'
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/D82D6BC5236279A14496692576272D92A449EA9EFFACB87071B1801CED1A1025',
777
+ exponent: 0,
778
+ aliases: ['polygon-uusdc']
779
+ }, {
780
+ denom: 'polygon-usdc',
781
+ exponent: 6
782
+ }],
783
+ base: 'ibc/D82D6BC5236279A14496692576272D92A449EA9EFFACB87071B1801CED1A1025',
784
+ name: 'USD Coin from Polygon',
785
+ display: 'polygon-usdc',
786
+ symbol: 'USDC',
787
+ traces: [{
788
+ type: 'ibc',
789
+ counterparty: {
790
+ channel_id: 'channel-125',
791
+ base_denom: 'polygon-uusdc',
792
+ chain_name: 'axelar'
793
+ },
794
+ chain: {
795
+ channel_id: 'channel-1'
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/C8F93B4FCBC2DEF43B056F4A47156B3FE98EDAD7680D42B5F1A40ED9C371C0DF',
810
+ exponent: 0,
811
+ aliases: ['avalanche-uusdc']
812
+ }, {
813
+ denom: 'avalanche-usdc',
814
+ exponent: 6
815
+ }],
816
+ base: 'ibc/C8F93B4FCBC2DEF43B056F4A47156B3FE98EDAD7680D42B5F1A40ED9C371C0DF',
817
+ name: 'USD Coin from Avalanche',
818
+ display: 'avalanche-usdc',
819
+ symbol: 'USDC',
820
+ traces: [{
821
+ type: 'ibc',
822
+ counterparty: {
823
+ channel_id: 'channel-125',
824
+ base_denom: 'avalanche-uusdc',
825
+ chain_name: 'axelar'
826
+ },
827
+ chain: {
828
+ channel_id: 'channel-1'
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/64F437CA650406EC32948093BD96FDE7BE7ECB389D28D9426D04857E520A1D1D',
843
+ exponent: 0,
844
+ aliases: ['wfil-wei']
845
+ }, {
846
+ denom: 'fil',
847
+ exponent: 18
848
+ }],
849
+ base: 'ibc/64F437CA650406EC32948093BD96FDE7BE7ECB389D28D9426D04857E520A1D1D',
850
+ name: 'Wrapped FIL from Filecoin',
851
+ display: 'fil',
852
+ symbol: 'axlFIL',
853
+ traces: [{
854
+ type: 'ibc',
855
+ counterparty: {
856
+ channel_id: 'channel-125',
857
+ base_denom: 'wfil-wei',
858
+ chain_name: 'axelar'
859
+ },
860
+ chain: {
861
+ channel_id: 'channel-1'
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/598E0EE8751CD6842128E9043DBED1BA6A03F58586E1D2E237933E17EDF27608',
876
+ exponent: 0,
877
+ aliases: ['arb-wei']
878
+ }, {
879
+ denom: 'arb',
880
+ exponent: 18
881
+ }],
882
+ base: 'ibc/598E0EE8751CD6842128E9043DBED1BA6A03F58586E1D2E237933E17EDF27608',
883
+ name: 'Arbitrum',
884
+ display: 'arb',
885
+ symbol: 'ARB',
886
+ traces: [{
887
+ type: 'ibc',
888
+ counterparty: {
889
+ channel_id: 'channel-125',
890
+ base_denom: 'arb-wei',
891
+ chain_name: 'axelar'
892
+ },
893
+ chain: {
894
+ channel_id: 'channel-1'
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/BA5E586534A1E1FF6132B819ABE8D4D3C2FDCF9DFDC9D6FABE3E6CBCD7406C19',
908
+ exponent: 0,
909
+ aliases: ['pepe-wei']
910
+ }, {
911
+ denom: 'pepe',
912
+ exponent: 18
913
+ }],
914
+ base: 'ibc/BA5E586534A1E1FF6132B819ABE8D4D3C2FDCF9DFDC9D6FABE3E6CBCD7406C19',
915
+ name: 'Pepe',
916
+ display: 'pepe',
917
+ symbol: 'PEPE',
918
+ traces: [{
919
+ type: 'ibc',
920
+ counterparty: {
921
+ channel_id: 'channel-125',
922
+ base_denom: 'pepe-wei',
923
+ chain_name: 'axelar'
924
+ },
925
+ chain: {
926
+ channel_id: 'channel-1'
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/F0211D8FA296BBCABD74D8EC1D6BF1614BAED76F849A1F764E85595BB060D4BA',
944
+ exponent: 0,
945
+ aliases: ['cbeth-wei']
946
+ }, {
947
+ denom: 'cbeth',
948
+ exponent: 18
949
+ }],
950
+ base: 'ibc/F0211D8FA296BBCABD74D8EC1D6BF1614BAED76F849A1F764E85595BB060D4BA',
951
+ name: 'Coinbase Wrapped Staked ETH',
952
+ display: 'cbeth',
953
+ symbol: 'cbETH',
954
+ traces: [{
955
+ type: 'ibc',
956
+ counterparty: {
957
+ channel_id: 'channel-125',
958
+ base_denom: 'cbeth-wei',
959
+ chain_name: 'axelar'
960
+ },
961
+ chain: {
962
+ channel_id: 'channel-1'
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/31C6106A9C6BD20BB1A323A6D229AC2753CB0508E8DDFF52A5E853F5FB94D172',
978
+ exponent: 0,
979
+ aliases: ['reth-wei']
980
+ }, {
981
+ denom: 'reth',
982
+ exponent: 18
983
+ }],
984
+ base: 'ibc/31C6106A9C6BD20BB1A323A6D229AC2753CB0508E8DDFF52A5E853F5FB94D172',
985
+ name: 'Rocket Pool Ether',
986
+ display: 'reth',
987
+ symbol: 'rETH',
988
+ traces: [{
989
+ type: 'ibc',
990
+ counterparty: {
991
+ channel_id: 'channel-125',
992
+ base_denom: 'reth-wei',
993
+ chain_name: 'axelar'
994
+ },
995
+ chain: {
996
+ channel_id: 'channel-1'
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/4AEDE86813773F42D89F606736DE982FB45269C1C7A3ABDB89D76033B6BEA1A3',
1012
+ exponent: 0,
1013
+ aliases: ['sfrxeth-wei']
1014
+ }, {
1015
+ denom: 'sfrxeth',
1016
+ exponent: 18
1017
+ }],
1018
+ base: 'ibc/4AEDE86813773F42D89F606736DE982FB45269C1C7A3ABDB89D76033B6BEA1A3',
1019
+ name: 'Staked Frax Ether',
1020
+ display: 'sfrxeth',
1021
+ symbol: 'sfrxETH',
1022
+ traces: [{
1023
+ type: 'ibc',
1024
+ counterparty: {
1025
+ channel_id: 'channel-125',
1026
+ base_denom: 'sfrxeth-wei',
1027
+ chain_name: 'axelar'
1028
+ },
1029
+ chain: {
1030
+ channel_id: 'channel-1'
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/2BCE4106BF06DAECF08E1B8A8FC46B61A40484314CFED60E7008A28973B155CF',
1046
+ exponent: 0,
1047
+ aliases: ['wsteth-wei']
1048
+ }, {
1049
+ denom: 'wsteth',
1050
+ exponent: 18
1051
+ }],
1052
+ base: 'ibc/2BCE4106BF06DAECF08E1B8A8FC46B61A40484314CFED60E7008A28973B155CF',
1053
+ name: 'Wrapped Lido Staked Ether',
1054
+ display: 'wsteth',
1055
+ symbol: 'wstETH',
1056
+ traces: [{
1057
+ type: 'ibc',
1058
+ counterparty: {
1059
+ channel_id: 'channel-125',
1060
+ base_denom: 'wsteth-wei',
1061
+ chain_name: 'axelar'
1062
+ },
1063
+ chain: {
1064
+ channel_id: 'channel-1'
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/90969D2154B34BE0520E8E9E1516DC49019F30D3BA7752C692530F2D933E627C',
1080
+ exponent: 0,
1081
+ aliases: ['yieldeth-wei']
1082
+ }, {
1083
+ denom: 'YieldETH',
1084
+ exponent: 18
1085
+ }],
1086
+ base: 'ibc/90969D2154B34BE0520E8E9E1516DC49019F30D3BA7752C692530F2D933E627C',
1087
+ name: 'Real Yield Eth',
1088
+ display: 'YieldETH',
1089
+ symbol: 'YieldETH',
1090
+ traces: [{
1091
+ type: 'ibc',
1092
+ counterparty: {
1093
+ channel_id: 'channel-125',
1094
+ base_denom: 'yieldeth-wei',
1095
+ chain_name: 'axelar'
1096
+ },
1097
+ chain: {
1098
+ channel_id: 'channel-1'
1099
+ }
1100
+ }],
1101
+ images: [{
1102
+ image_sync: {
1103
+ chain_name: 'ethereum',
1104
+ base_denom: '0xb5b29320d2Dde5BA5BAFA1EbcD270052070483ec'
1105
+ },
1106
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/yieldeth.png',
1107
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/yieldeth.svg'
1108
+ }],
1109
+ logo_URIs: {
1110
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/yieldeth.png',
1111
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/yieldeth.svg'
1112
+ }
1113
+ }, {
1114
+ description: 'The native staking and governance token of Composable.',
1115
+ denom_units: [{
1116
+ denom: 'ibc/A6F8FF700C6E1DB0A405338ED663CA64172D83311874A391391A68773ED7AD61',
1117
+ exponent: 0,
1118
+ aliases: ['ppica']
1119
+ }, {
1120
+ denom: 'pica',
1121
+ exponent: 12
1122
+ }],
1123
+ base: 'ibc/A6F8FF700C6E1DB0A405338ED663CA64172D83311874A391391A68773ED7AD61',
1124
+ name: 'Pica',
1125
+ display: 'pica',
1126
+ symbol: 'PICA',
1127
+ coingecko_id: 'picasso',
1128
+ traces: [{
1129
+ type: 'ibc',
1130
+ counterparty: {
1131
+ channel_id: 'channel-38',
1132
+ base_denom: 'ppica',
1133
+ chain_name: 'composable'
1134
+ },
1135
+ chain: {
1136
+ channel_id: 'channel-12'
1137
+ }
1138
+ }],
1139
+ images: [{
1140
+ image_sync: {
1141
+ chain_name: 'picasso',
1142
+ base_denom: 'ppica'
1143
+ },
1144
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/composable/images/pica.svg'
1145
+ }],
1146
+ logo_URIs: {
1147
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/composable/images/pica.svg'
1148
+ }
1149
+ }, {
1150
+ description: 'The native staking and governance token of Kusama Relay Chain.',
1151
+ denom_units: [{
1152
+ denom: 'ibc/6764EF8774D74B90E6688836D968A19BA269EA3BB795A3D759F2F19882BC1AFC',
1153
+ exponent: 0,
1154
+ aliases: ['ibc/EE9046745AEC0E8302CB7ED9D5AD67F528FB3B7AE044B247FB0FB293DBDA35E9']
1155
+ }, {
1156
+ denom: 'ksm',
1157
+ exponent: 12
1158
+ }],
1159
+ type_asset: 'ics20',
1160
+ base: 'ibc/6764EF8774D74B90E6688836D968A19BA269EA3BB795A3D759F2F19882BC1AFC',
1161
+ name: 'KSM',
1162
+ display: 'ksm',
1163
+ symbol: 'KSM',
1164
+ traces: [{
1165
+ type: 'ibc',
1166
+ counterparty: {
1167
+ channel_id: 'channel-38',
1168
+ base_denom: 'ibc/EE9046745AEC0E8302CB7ED9D5AD67F528FB3B7AE044B247FB0FB293DBDA35E9',
1169
+ chain_name: 'composable'
1170
+ },
1171
+ chain: {
1172
+ channel_id: 'channel-12'
1173
+ }
1174
+ }],
1175
+ images: [{
1176
+ image_sync: {
1177
+ chain_name: 'picasso',
1178
+ base_denom: '4'
1179
+ },
1180
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/kusama/images/ksm.svg'
1181
+ }],
1182
+ logo_URIs: {
1183
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/kusama/images/ksm.svg'
1184
+ }
1185
+ }, {
1186
+ description: 'The native staking and governance token of Polkadot Relay Chain.',
1187
+ denom_units: [{
1188
+ denom: 'ibc/B305ADF906A54EA10296FC6F2D901E33D6CEF1A6EBA635F00EB04141C9FD8F3C',
1189
+ exponent: 0,
1190
+ aliases: ['ibc/3CC19CEC7E5A3E90E78A5A9ECC5A0E2F8F826A375CF1E096F4515CF09DA3E366']
1191
+ }, {
1192
+ denom: 'dot',
1193
+ exponent: 10
1194
+ }],
1195
+ type_asset: 'ics20',
1196
+ base: 'ibc/B305ADF906A54EA10296FC6F2D901E33D6CEF1A6EBA635F00EB04141C9FD8F3C',
1197
+ name: 'DOT',
1198
+ display: 'dot',
1199
+ symbol: 'DOT',
1200
+ traces: [{
1201
+ type: 'ibc',
1202
+ counterparty: {
1203
+ channel_id: 'channel-38',
1204
+ base_denom: 'ibc/3CC19CEC7E5A3E90E78A5A9ECC5A0E2F8F826A375CF1E096F4515CF09DA3E366',
1205
+ chain_name: 'composable'
1206
+ },
1207
+ chain: {
1208
+ channel_id: 'channel-12'
1209
+ }
1210
+ }],
1211
+ images: [{
1212
+ image_sync: {
1213
+ chain_name: 'picasso',
1214
+ base_denom: '79228162514264337593543950342'
1215
+ },
1216
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polkadot/images/dot.svg'
1217
+ }],
1218
+ logo_URIs: {
1219
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polkadot/images/dot.svg'
1220
+ }
1221
+ }, {
1222
+ description: 'The native staking and governance token of Statemine parachain.',
1223
+ denom_units: [{
1224
+ denom: 'ibc/CA02451B19C862596E860B11F594852A4B5544C3D105CD6189E29C25EFB70EE6',
1225
+ exponent: 0,
1226
+ aliases: ['ibc/F3EC9F834E57DF704FA3AEAF14E8391C2E58397FE56960AD70E67562990D8265']
1227
+ }, {
1228
+ denom: 'usdt',
1229
+ exponent: 6
1230
+ }],
1231
+ type_asset: 'ics20',
1232
+ base: 'ibc/CA02451B19C862596E860B11F594852A4B5544C3D105CD6189E29C25EFB70EE6',
1233
+ name: 'USDT',
1234
+ display: 'usdt',
1235
+ symbol: 'USDT',
1236
+ traces: [{
1237
+ type: 'ibc',
1238
+ counterparty: {
1239
+ channel_id: 'channel-38',
1240
+ base_denom: 'ibc/F3EC9F834E57DF704FA3AEAF14E8391C2E58397FE56960AD70E67562990D8265',
1241
+ chain_name: 'composable'
1242
+ },
1243
+ chain: {
1244
+ channel_id: 'channel-12'
1245
+ }
1246
+ }],
1247
+ images: [{
1248
+ image_sync: {
1249
+ chain_name: 'picasso',
1250
+ base_denom: '130'
1251
+ }
1252
+ }]
1253
+ }, {
1254
+ description: 'The INJ token is the native governance token for the Injective chain.',
1255
+ denom_units: [{
1256
+ denom: 'ibc/A39D6D491ED6349F67505000586546E68ECE05C486F07BE831871AF88A50CD19',
1257
+ exponent: 0,
1258
+ aliases: ['inj']
1259
+ }, {
1260
+ denom: 'INJ',
1261
+ exponent: 18
1262
+ }],
1263
+ base: 'ibc/A39D6D491ED6349F67505000586546E68ECE05C486F07BE831871AF88A50CD19',
1264
+ name: 'Injective',
1265
+ display: 'INJ',
1266
+ symbol: 'INJ',
1267
+ logo_URIs: {
1268
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.png',
1269
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.svg'
1270
+ },
1271
+ coingecko_id: 'injective-protocol',
1272
+ images: [{
1273
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.png',
1274
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.svg'
1275
+ }],
1276
+ traces: [{
1277
+ type: 'ibc',
1278
+ counterparty: {
1279
+ channel_id: 'channel-152',
1280
+ base_denom: 'inj',
1281
+ chain_name: 'injective'
1282
+ },
1283
+ chain: {
1284
+ channel_id: 'channel-7'
1285
+ }
1286
+ }]
1287
+ }, {
1288
+ description: 'Tether USDt on Injective',
1289
+ denom_units: [{
1290
+ denom: 'ibc/CCCBD7307FEB70B0CF7ADF8503F711F6741F41623D25BAD8CB736E03BE384264',
1291
+ exponent: 0,
1292
+ aliases: ['ibc/4ABBEF4C8926DDDB320AE5188CFD63267ABBCEFC0583E4AE05D6E5AA2401DDAB']
1293
+ }, {
1294
+ denom: 'usdt',
1295
+ exponent: 6
1296
+ }],
1297
+ type_asset: 'ics20',
1298
+ base: 'ibc/CCCBD7307FEB70B0CF7ADF8503F711F6741F41623D25BAD8CB736E03BE384264',
1299
+ name: 'Tether USDt',
1300
+ display: 'usdt',
1301
+ symbol: 'USDt',
1302
+ traces: [{
1303
+ type: 'ibc',
1304
+ counterparty: {
1305
+ channel_id: 'channel-152',
1306
+ base_denom: 'ibc/4ABBEF4C8926DDDB320AE5188CFD63267ABBCEFC0583E4AE05D6E5AA2401DDAB',
1307
+ chain_name: 'injective'
1308
+ },
1309
+ chain: {
1310
+ channel_id: 'channel-7'
1311
+ }
1312
+ }],
1313
+ images: [{
1314
+ image_sync: {
1315
+ chain_name: 'kava',
1316
+ base_denom: 'erc20/tether/usdt'
1317
+ },
1318
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
1319
+ }],
1320
+ logo_URIs: {
1321
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
1322
+ }
1323
+ }, {
1324
+ description: 'ERIS liquid staked INJ',
1325
+ denom_units: [{
1326
+ denom: 'ibc/C2094EE460AEC4D63E6A618090D95DD1509C15A7C735BBF48ACF4105E35E81CD',
1327
+ exponent: 0,
1328
+ aliases: ['factory/inj1cdwt8g7nxgtg2k4fn8sj363mh9ahkw2qt0vrnc/ampINJ']
1329
+ }, {
1330
+ denom: 'ampINJ',
1331
+ exponent: 6
1332
+ }],
1333
+ base: 'ibc/C2094EE460AEC4D63E6A618090D95DD1509C15A7C735BBF48ACF4105E35E81CD',
1334
+ name: 'ERIS Amplified INJ',
1335
+ display: 'ampINJ',
1336
+ symbol: 'ampINJ',
1337
+ logo_URIs: {
1338
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ampinj.png'
1339
+ },
1340
+ images: [{
1341
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ampinj.png'
1342
+ }],
1343
+ traces: [{
1344
+ type: 'ibc',
1345
+ counterparty: {
1346
+ channel_id: 'channel-152',
1347
+ base_denom: 'factory/inj1cdwt8g7nxgtg2k4fn8sj363mh9ahkw2qt0vrnc/ampINJ',
1348
+ chain_name: 'injective'
1349
+ },
1350
+ chain: {
1351
+ channel_id: 'channel-7'
1352
+ }
1353
+ }]
1354
+ }, {
1355
+ description: '$AUTISM exists to celebrate autism as a superior biological tech stack for a changing world',
1356
+ denom_units: [{
1357
+ denom: 'ibc/BB8781B228A027D4DDD2D26CAAC9C9A8B894826390F04C6B59826FD30BC062B6',
1358
+ exponent: 0,
1359
+ aliases: ['factory/inj14lf8xm6fcvlggpa7guxzjqwjmtr24gnvf56hvz/autism']
1360
+ }, {
1361
+ denom: 'autism',
1362
+ exponent: 6
1363
+ }],
1364
+ base: 'ibc/BB8781B228A027D4DDD2D26CAAC9C9A8B894826390F04C6B59826FD30BC062B6',
1365
+ name: 'Autism',
1366
+ display: 'autism',
1367
+ symbol: 'AUTISM',
1368
+ logo_URIs: {
1369
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/autism.png'
1370
+ },
1371
+ coingecko_id: 'autism',
1372
+ images: [{
1373
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/autism.png'
1374
+ }],
1375
+ traces: [{
1376
+ type: 'ibc',
1377
+ counterparty: {
1378
+ channel_id: 'channel-152',
1379
+ base_denom: 'factory/inj14lf8xm6fcvlggpa7guxzjqwjmtr24gnvf56hvz/autism',
1380
+ chain_name: 'injective'
1381
+ },
1382
+ chain: {
1383
+ channel_id: 'channel-7'
1384
+ }
1385
+ }]
1386
+ }, {
1387
+ description: 'The first meme coin on Injective. It’s a dog, but he has nunchucks',
1388
+ denom_units: [{
1389
+ denom: 'ibc/3432B1FA142B463A8115EA873BEF509C9654A7D40F20E93C18F52435A81B6288',
1390
+ exponent: 0,
1391
+ aliases: ['factory/inj1xtel2knkt8hmc9dnzpjz6kdmacgcfmlv5f308w/ninja']
1392
+ }, {
1393
+ denom: 'NINJA',
1394
+ exponent: 6
1395
+ }],
1396
+ base: 'ibc/3432B1FA142B463A8115EA873BEF509C9654A7D40F20E93C18F52435A81B6288',
1397
+ name: 'Dog wif nunchucks',
1398
+ display: 'NINJA',
1399
+ symbol: 'NINJA',
1400
+ logo_URIs: {
1401
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninja.png'
1402
+ },
1403
+ coingecko_id: 'dog-wif-nuchucks',
1404
+ images: [{
1405
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninja.png'
1406
+ }],
1407
+ traces: [{
1408
+ type: 'ibc',
1409
+ counterparty: {
1410
+ channel_id: 'channel-152',
1411
+ base_denom: 'factory/inj1xtel2knkt8hmc9dnzpjz6kdmacgcfmlv5f308w/ninja',
1412
+ chain_name: 'injective'
1413
+ },
1414
+ chain: {
1415
+ channel_id: 'channel-7'
1416
+ }
1417
+ }]
1418
+ }, {
1419
+ description: 'The $WGMI Token - We Gonna Make It. Are you ready?',
1420
+ denom_units: [{
1421
+ denom: 'ibc/CB19836165A2317BB3CD7073A4BAAC9C54051C5BA4A6E159B258F47FB864B586',
1422
+ exponent: 0,
1423
+ aliases: ['factory/inj1rmjzj9fn47kdmfk4f3z39qr6czexxe0yjyc546/WGMI']
1424
+ }, {
1425
+ denom: 'WGMI',
1426
+ exponent: 6
1427
+ }],
1428
+ base: 'ibc/CB19836165A2317BB3CD7073A4BAAC9C54051C5BA4A6E159B258F47FB864B586',
1429
+ name: 'WGMI',
1430
+ display: 'WGMI',
1431
+ symbol: 'WGMI',
1432
+ logo_URIs: {
1433
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/wgmi.png'
1434
+ },
1435
+ images: [{
1436
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/wgmi.png'
1437
+ }],
1438
+ traces: [{
1439
+ type: 'ibc',
1440
+ counterparty: {
1441
+ channel_id: 'channel-152',
1442
+ base_denom: 'factory/inj1rmjzj9fn47kdmfk4f3z39qr6czexxe0yjyc546/WGMI',
1443
+ chain_name: 'injective'
1444
+ },
1445
+ chain: {
1446
+ channel_id: 'channel-7'
1447
+ }
1448
+ }]
1449
+ }, {
1450
+ description: 'The native staking and governance token of Kava',
1451
+ denom_units: [{
1452
+ denom: 'ibc/147B3FF1D005512CCE4089559AF5D0C951F4211A031F15E782E505B85022DF89',
1453
+ exponent: 0,
1454
+ aliases: ['ukava']
1455
+ }, {
1456
+ denom: 'kava',
1457
+ exponent: 6
1458
+ }],
1459
+ base: 'ibc/147B3FF1D005512CCE4089559AF5D0C951F4211A031F15E782E505B85022DF89',
1460
+ name: 'Kava',
1461
+ display: 'kava',
1462
+ symbol: 'KAVA',
1463
+ logo_URIs: {
1464
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/kava.png',
1465
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/kava.svg'
1466
+ },
1467
+ coingecko_id: 'kava',
1468
+ images: [{
1469
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/kava.png',
1470
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/kava.svg'
1471
+ }],
1472
+ traces: [{
1473
+ type: 'ibc',
1474
+ counterparty: {
1475
+ channel_id: 'channel-140',
1476
+ base_denom: 'ukava',
1477
+ chain_name: 'kava'
1478
+ },
1479
+ chain: {
1480
+ channel_id: 'channel-13'
1481
+ }
1482
+ }]
1483
+ }, {
1484
+ description: 'Governance token of Kava Lend Protocol',
1485
+ denom_units: [{
1486
+ denom: 'ibc/0809E9DFC6F7809E9EE4A772FE775012E398200FCFEE8F83A4419C1AB6E15DDC',
1487
+ exponent: 0,
1488
+ aliases: ['hard']
1489
+ }, {
1490
+ denom: 'HARD',
1491
+ exponent: 6
1492
+ }],
1493
+ base: 'ibc/0809E9DFC6F7809E9EE4A772FE775012E398200FCFEE8F83A4419C1AB6E15DDC',
1494
+ name: 'Kava Hard',
1495
+ display: 'HARD',
1496
+ symbol: 'HARD',
1497
+ logo_URIs: {
1498
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/hard.png',
1499
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/hard.svg'
1500
+ },
1501
+ coingecko_id: 'kava-lend',
1502
+ images: [{
1503
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/hard.png',
1504
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/hard.svg'
1505
+ }],
1506
+ traces: [{
1507
+ type: 'ibc',
1508
+ counterparty: {
1509
+ channel_id: 'channel-140',
1510
+ base_denom: 'hard',
1511
+ chain_name: 'kava'
1512
+ },
1513
+ chain: {
1514
+ channel_id: 'channel-13'
1515
+ }
1516
+ }]
1517
+ }, {
1518
+ description: 'Governance token of Kava Swap Protocol',
1519
+ denom_units: [{
1520
+ denom: 'ibc/8D5D60499D05CB8A7A65A3931CAFFD50C9BF92ECD6EF48DD4728764873F8E27D',
1521
+ exponent: 0,
1522
+ aliases: ['swp']
1523
+ }, {
1524
+ denom: 'SWP',
1525
+ exponent: 6
1526
+ }],
1527
+ base: 'ibc/8D5D60499D05CB8A7A65A3931CAFFD50C9BF92ECD6EF48DD4728764873F8E27D',
1528
+ name: 'Kava Swap',
1529
+ display: 'SWP',
1530
+ symbol: 'SWP',
1531
+ logo_URIs: {
1532
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/swp.png',
1533
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/swp.svg'
1534
+ },
1535
+ coingecko_id: 'kava-swap',
1536
+ images: [{
1537
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/swp.png',
1538
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/swp.svg'
1539
+ }],
1540
+ traces: [{
1541
+ type: 'ibc',
1542
+ counterparty: {
1543
+ channel_id: 'channel-140',
1544
+ base_denom: 'swp',
1545
+ chain_name: 'kava'
1546
+ },
1547
+ chain: {
1548
+ channel_id: 'channel-13'
1549
+ }
1550
+ }]
1551
+ }, {
1552
+ description: 'The native stablecoin of Kava',
1553
+ denom_units: [{
1554
+ denom: 'ibc/238BC835DDF054E3B7E37AB91BF6E48508ECB9A142E614824BAE5A61DD1D9198',
1555
+ exponent: 0,
1556
+ aliases: ['usdx']
1557
+ }, {
1558
+ denom: 'USDX',
1559
+ exponent: 6
1560
+ }],
1561
+ base: 'ibc/238BC835DDF054E3B7E37AB91BF6E48508ECB9A142E614824BAE5A61DD1D9198',
1562
+ name: 'Kava USDX',
1563
+ display: 'USDX',
1564
+ symbol: 'USDX',
1565
+ logo_URIs: {
1566
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/usdx.png',
1567
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/usdx.svg'
1568
+ },
1569
+ coingecko_id: 'usdx',
1570
+ images: [{
1571
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/usdx.png',
1572
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/usdx.svg'
1573
+ }],
1574
+ traces: [{
1575
+ type: 'ibc',
1576
+ counterparty: {
1577
+ channel_id: 'channel-140',
1578
+ base_denom: 'usdx',
1579
+ chain_name: 'kava'
1580
+ },
1581
+ chain: {
1582
+ channel_id: 'channel-13'
1583
+ }
1584
+ }]
1585
+ }, {
1586
+ denom_units: [{
1587
+ denom: 'ibc/FAFF3F7B2FE30447544A27910DF77069763CF25472BFCF63A9E7C81F0AD545AC',
1588
+ exponent: 0,
1589
+ aliases: ['erc20/tether/usdt']
1590
+ }, {
1591
+ denom: 'usdt',
1592
+ exponent: 6
1593
+ }],
1594
+ base: 'ibc/FAFF3F7B2FE30447544A27910DF77069763CF25472BFCF63A9E7C81F0AD545AC',
1595
+ name: 'Tether USD',
1596
+ display: 'usdt',
1597
+ symbol: 'USDT',
1598
+ coingecko_id: 'tether',
1599
+ traces: [{
1600
+ type: 'ibc',
1601
+ counterparty: {
1602
+ channel_id: 'channel-140',
1603
+ base_denom: 'erc20/tether/usdt',
1604
+ chain_name: 'kava'
1605
+ },
1606
+ chain: {
1607
+ channel_id: 'channel-13'
1608
+ }
1609
+ }],
1610
+ images: [{
1611
+ image_sync: {
1612
+ chain_name: 'ethereum',
1613
+ base_denom: '0xdac17f958d2ee523a2206206994597c13d831ec7'
1614
+ },
1615
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
1616
+ }],
1617
+ logo_URIs: {
1618
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
1619
+ }
1620
+ }, {
1621
+ description: 'The native token of Neutron chain.',
1622
+ denom_units: [{
1623
+ denom: 'ibc/A020C9A03670A74D9BAD0E914FB4C0FC8AC9E762808BDB0EE4A0F6840297014B',
1624
+ exponent: 0,
1625
+ aliases: ['untrn']
1626
+ }, {
1627
+ denom: 'ntrn',
1628
+ exponent: 6
1629
+ }],
1630
+ base: 'ibc/A020C9A03670A74D9BAD0E914FB4C0FC8AC9E762808BDB0EE4A0F6840297014B',
1631
+ name: 'Neutron',
1632
+ display: 'ntrn',
1633
+ symbol: 'NTRN',
1634
+ logo_URIs: {
1635
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
1636
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg'
1637
+ },
1638
+ coingecko_id: 'neutron-3',
1639
+ images: [{
1640
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
1641
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg'
1642
+ }],
1643
+ traces: [{
1644
+ type: 'ibc',
1645
+ counterparty: {
1646
+ channel_id: 'channel-35',
1647
+ base_denom: 'untrn',
1648
+ chain_name: 'neutron'
1649
+ },
1650
+ chain: {
1651
+ channel_id: 'channel-8'
1652
+ }
1653
+ }]
1654
+ }, {
1655
+ description: 'IBC uatom through cosmoshub-4 transfer/channel-1',
1656
+ denom_units: [{
1657
+ denom: 'ibc/B77705179C4A73A08114A4CAAF2AD159DCA8D678D34553F236840939E30F3850',
1658
+ exponent: 0,
1659
+ aliases: ['ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9']
1660
+ }, {
1661
+ denom: 'atom',
1662
+ exponent: 6
1663
+ }],
1664
+ type_asset: 'ics20',
1665
+ base: 'ibc/B77705179C4A73A08114A4CAAF2AD159DCA8D678D34553F236840939E30F3850',
1666
+ name: 'IBC atom',
1667
+ display: 'atom',
1668
+ symbol: 'ATOM',
1669
+ traces: [{
1670
+ type: 'ibc',
1671
+ counterparty: {
1672
+ channel_id: 'channel-35',
1673
+ base_denom: 'ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9',
1674
+ chain_name: 'neutron'
1675
+ },
1676
+ chain: {
1677
+ channel_id: 'channel-8'
1678
+ }
1679
+ }],
1680
+ images: [{
1681
+ image_sync: {
1682
+ chain_name: 'cosmoshub',
1683
+ base_denom: 'uatom'
1684
+ },
1685
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
1686
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
1687
+ }],
1688
+ logo_URIs: {
1689
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
1690
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
1691
+ }
1692
+ }, {
1693
+ description: 'IBC Axelar uusdc through axelar-dojo-1 transfer/channel-2',
1694
+ denom_units: [{
1695
+ denom: 'ibc/371CCF3843CAE5649165E4B1414C9038B1DC7C7757E0BB4CE6C5694B2BBBE947',
1696
+ exponent: 0,
1697
+ aliases: ['ibc/F082B65C88E4B6D5EF1DB243CDA1D331D002759E938A0F5CD3FFDC5D53B3E349']
1698
+ }, {
1699
+ denom: 'usdc',
1700
+ exponent: 6
1701
+ }],
1702
+ type_asset: 'ics20',
1703
+ base: 'ibc/371CCF3843CAE5649165E4B1414C9038B1DC7C7757E0BB4CE6C5694B2BBBE947',
1704
+ name: 'IBC usdc',
1705
+ display: 'usdc',
1706
+ symbol: 'USDC',
1707
+ traces: [{
1708
+ type: 'ibc',
1709
+ counterparty: {
1710
+ channel_id: 'channel-35',
1711
+ base_denom: 'ibc/F082B65C88E4B6D5EF1DB243CDA1D331D002759E938A0F5CD3FFDC5D53B3E349',
1712
+ chain_name: 'neutron'
1713
+ },
1714
+ chain: {
1715
+ channel_id: 'channel-8'
1716
+ }
1717
+ }],
1718
+ images: [{
1719
+ image_sync: {
1720
+ chain_name: 'axelar',
1721
+ base_denom: 'uusdc'
1722
+ },
1723
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.png',
1724
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg'
1725
+ }],
1726
+ logo_URIs: {
1727
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.png',
1728
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg'
1729
+ }
1730
+ }, {
1731
+ description: 'Tia on Neutron',
1732
+ denom_units: [{
1733
+ denom: 'ibc/BDE6A5DC1027B6D055A7A34B44DAEF475089A41402D73A512A4CBB09A04D8816',
1734
+ exponent: 0,
1735
+ aliases: ['ibc/773B4D0A3CD667B2275D5A4A7A2F0909C0BA0F4059C0B9181E680DDF4965DCC7']
1736
+ }, {
1737
+ denom: 'tia',
1738
+ exponent: 6
1739
+ }],
1740
+ type_asset: 'ics20',
1741
+ base: 'ibc/BDE6A5DC1027B6D055A7A34B44DAEF475089A41402D73A512A4CBB09A04D8816',
1742
+ name: 'Celestia TIA',
1743
+ display: 'tia',
1744
+ symbol: 'TIA',
1745
+ traces: [{
1746
+ type: 'ibc',
1747
+ counterparty: {
1748
+ channel_id: 'channel-35',
1749
+ base_denom: 'ibc/773B4D0A3CD667B2275D5A4A7A2F0909C0BA0F4059C0B9181E680DDF4965DCC7',
1750
+ chain_name: 'neutron'
1751
+ },
1752
+ chain: {
1753
+ channel_id: 'channel-8'
1754
+ }
1755
+ }],
1756
+ images: [{
1757
+ image_sync: {
1758
+ chain_name: 'celestia',
1759
+ base_denom: 'utia'
1760
+ },
1761
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png',
1762
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg'
1763
+ }],
1764
+ logo_URIs: {
1765
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png',
1766
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg'
1767
+ }
1768
+ }, {
1769
+ description: 'Astropepe meme coin',
1770
+ denom_units: [{
1771
+ denom: 'ibc/163DB871A2B0768CA8214C80BA67DC36C8CBE9FC47A0E65276EFFAEBC4A1EBAB',
1772
+ exponent: 0,
1773
+ aliases: ['factory/neutron14henrqx9y328fjrdvz6l6d92r0t7g5hk86q5nd/uastropepe']
1774
+ }, {
1775
+ denom: 'ASTROPEPE',
1776
+ exponent: 6
1777
+ }],
1778
+ base: 'ibc/163DB871A2B0768CA8214C80BA67DC36C8CBE9FC47A0E65276EFFAEBC4A1EBAB',
1779
+ name: 'AstroPepe',
1780
+ display: 'ASTROPEPE',
1781
+ symbol: 'ASTROPEPE',
1782
+ logo_URIs: {
1783
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astropepe.png'
1784
+ },
1785
+ images: [{
1786
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astropepe.png'
1787
+ }],
1788
+ traces: [{
1789
+ type: 'ibc',
1790
+ counterparty: {
1791
+ channel_id: 'channel-35',
1792
+ base_denom: 'factory/neutron14henrqx9y328fjrdvz6l6d92r0t7g5hk86q5nd/uastropepe',
1793
+ chain_name: 'neutron'
1794
+ },
1795
+ chain: {
1796
+ channel_id: 'channel-8'
1797
+ }
1798
+ }]
1799
+ }, {
1800
+ description: 'wstETH on Neutron',
1801
+ denom_units: [{
1802
+ denom: 'ibc/FF7D5B7216D58C267063FBB7AB9CE0B3217901692CADCCF546986708AAB6780C',
1803
+ exponent: 0,
1804
+ aliases: ['factory/neutron1ug740qrkquxzrk2hh29qrlx3sktkfml3je7juusc2te7xmvsscns0n2wry/wstETH']
1805
+ }, {
1806
+ denom: 'wstETH',
1807
+ exponent: 18
1808
+ }],
1809
+ base: 'ibc/FF7D5B7216D58C267063FBB7AB9CE0B3217901692CADCCF546986708AAB6780C',
1810
+ name: 'wstETH',
1811
+ display: 'wstETH',
1812
+ symbol: 'wstETH',
1813
+ traces: [{
1814
+ type: 'ibc',
1815
+ counterparty: {
1816
+ channel_id: 'channel-35',
1817
+ base_denom: 'factory/neutron1ug740qrkquxzrk2hh29qrlx3sktkfml3je7juusc2te7xmvsscns0n2wry/wstETH',
1818
+ chain_name: 'neutron'
1819
+ },
1820
+ chain: {
1821
+ channel_id: 'channel-8'
1822
+ }
1823
+ }],
1824
+ images: [{
1825
+ image_sync: {
1826
+ chain_name: 'ethereum',
1827
+ base_denom: '0x7f39c581f595b53c5cb19bd0b3f8da6c935e2ca0'
1828
+ },
1829
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wsteth.svg'
1830
+ }],
1831
+ logo_URIs: {
1832
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wsteth.svg'
1833
+ }
1834
+ }, {
1835
+ description: 'NBTC on Neutron',
1836
+ denom_units: [{
1837
+ denom: 'ibc/996B055F15A5DCE8E5A73913EB02220447B33D75F3BA11A3EE85429C915B5090',
1838
+ exponent: 0,
1839
+ aliases: ['ibc/DDC3C60EE82BF544F1A0C6A983FF500EF1C14DE20071A5E1E7C0FB470E36E920']
1840
+ }, {
1841
+ denom: 'sat',
1842
+ exponent: 6
1843
+ }],
1844
+ type_asset: 'ics20',
1845
+ base: 'ibc/996B055F15A5DCE8E5A73913EB02220447B33D75F3BA11A3EE85429C915B5090',
1846
+ name: 'Nomic NBTC',
1847
+ display: 'sat',
1848
+ symbol: 'SAT',
1849
+ traces: [{
1850
+ type: 'ibc',
1851
+ counterparty: {
1852
+ channel_id: 'channel-35',
1853
+ base_denom: 'ibc/DDC3C60EE82BF544F1A0C6A983FF500EF1C14DE20071A5E1E7C0FB470E36E920',
1854
+ chain_name: 'neutron'
1855
+ },
1856
+ chain: {
1857
+ channel_id: 'channel-8'
1858
+ }
1859
+ }],
1860
+ images: [{
1861
+ image_sync: {
1862
+ chain_name: 'nomic',
1863
+ base_denom: 'usat'
1864
+ },
1865
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nbtc.png',
1866
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nbtc.svg'
1867
+ }],
1868
+ logo_URIs: {
1869
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nbtc.png',
1870
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nbtc.svg'
1871
+ }
1872
+ }, {
1873
+ description: 'DYDX on Neutron',
1874
+ denom_units: [{
1875
+ denom: 'ibc/3EDA02A6C2EBFFCD9FD982BB581D5E526207D4FF6460A8911FC0BC7D3B7490E2',
1876
+ exponent: 0,
1877
+ aliases: ['ibc/2CB87BCE0937B1D1DFCEE79BE4501AAF3C265E923509AEAC410AD85D27F35130']
1878
+ }, {
1879
+ denom: 'dydx',
1880
+ exponent: 18
1881
+ }],
1882
+ type_asset: 'ics20',
1883
+ base: 'ibc/3EDA02A6C2EBFFCD9FD982BB581D5E526207D4FF6460A8911FC0BC7D3B7490E2',
1884
+ name: 'DYDX',
1885
+ display: 'dydx',
1886
+ symbol: 'DYDX',
1887
+ traces: [{
1888
+ type: 'ibc',
1889
+ counterparty: {
1890
+ channel_id: 'channel-35',
1891
+ base_denom: 'ibc/2CB87BCE0937B1D1DFCEE79BE4501AAF3C265E923509AEAC410AD85D27F35130',
1892
+ chain_name: 'neutron'
1893
+ },
1894
+ chain: {
1895
+ channel_id: 'channel-8'
1896
+ }
1897
+ }],
1898
+ images: [{
1899
+ image_sync: {
1900
+ chain_name: 'dydx',
1901
+ base_denom: 'adydx'
1902
+ },
1903
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png',
1904
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg'
1905
+ }],
1906
+ logo_URIs: {
1907
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png',
1908
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg'
1909
+ }
1910
+ }, {
1911
+ description: 'The cutest NEWT token on Neutron chain.',
1912
+ denom_units: [{
1913
+ denom: 'ibc/34392F64BCBEA5542B08BE0F2782527891C320CFADCE2DFE0B696914C3496A36',
1914
+ exponent: 0,
1915
+ aliases: ['factory/neutron1p8d89wvxyjcnawmgw72klknr3lg9gwwl6ypxda/newt']
1916
+ }, {
1917
+ denom: 'newt',
1918
+ exponent: 6
1919
+ }],
1920
+ base: 'ibc/34392F64BCBEA5542B08BE0F2782527891C320CFADCE2DFE0B696914C3496A36',
1921
+ name: 'Newt',
1922
+ display: 'newt',
1923
+ symbol: 'NEWT',
1924
+ logo_URIs: {
1925
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/newt.png'
1926
+ },
1927
+ coingecko_id: 'newt',
1928
+ images: [{
1929
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/newt.png'
1930
+ }],
1931
+ traces: [{
1932
+ type: 'ibc',
1933
+ counterparty: {
1934
+ channel_id: 'channel-35',
1935
+ base_denom: 'factory/neutron1p8d89wvxyjcnawmgw72klknr3lg9gwwl6ypxda/newt',
1936
+ chain_name: 'neutron'
1937
+ },
1938
+ chain: {
1939
+ channel_id: 'channel-8'
1940
+ }
1941
+ }]
1942
+ }, {
1943
+ description: 'ASTRO on Neutron',
1944
+ denom_units: [{
1945
+ denom: 'ibc/F77655EE13EF6ABE00858EE3BE9519AE7F7B7A05724D6E6935862A273D68DB06',
1946
+ exponent: 0,
1947
+ aliases: ['ibc/5751B8BCDA688FD0A8EC0B292EEF1CDEAB4B766B63EC632778B196D317C40C3A']
1948
+ }, {
1949
+ denom: 'astro',
1950
+ exponent: 6
1951
+ }],
1952
+ type_asset: 'ics20',
1953
+ base: 'ibc/F77655EE13EF6ABE00858EE3BE9519AE7F7B7A05724D6E6935862A273D68DB06',
1954
+ name: 'Astroport token',
1955
+ display: 'astro',
1956
+ symbol: 'ASTRO',
1957
+ traces: [{
1958
+ type: 'ibc',
1959
+ counterparty: {
1960
+ channel_id: 'channel-35',
1961
+ base_denom: 'ibc/5751B8BCDA688FD0A8EC0B292EEF1CDEAB4B766B63EC632778B196D317C40C3A',
1962
+ chain_name: 'neutron'
1963
+ },
1964
+ chain: {
1965
+ channel_id: 'channel-8'
1966
+ }
1967
+ }],
1968
+ images: [{
1969
+ image_sync: {
1970
+ chain_name: 'terra2',
1971
+ base_denom: 'cw20:terra1nsuqsk6kh58ulczatwev87ttq2z6r3pusulg9r24mfj2fvtzd4uq3exn26'
1972
+ },
1973
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro.png',
1974
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro.svg'
1975
+ }],
1976
+ logo_URIs: {
1977
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro.png',
1978
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro.svg'
1979
+ }
1980
+ }, {
1981
+ description: 'Baby Corgi is the real doggo of Neutron!',
1982
+ denom_units: [{
1983
+ denom: 'ibc/3D0FA15E123299BE29801C4A37E1482AE03B07D6351DDC5C044874494D1DC223',
1984
+ exponent: 0,
1985
+ aliases: ['factory/neutron1tklm6cvr2wxg8k65t8gh5ewslnzdfd5fsk0w3f/corgi']
1986
+ }, {
1987
+ denom: 'corgi',
1988
+ exponent: 6
1989
+ }],
1990
+ base: 'ibc/3D0FA15E123299BE29801C4A37E1482AE03B07D6351DDC5C044874494D1DC223',
1991
+ name: 'Baby Corgi',
1992
+ display: 'corgi',
1993
+ symbol: 'CORGI',
1994
+ logo_URIs: {
1995
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/babycorgi.png'
1996
+ },
1997
+ images: [{
1998
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/babycorgi.png'
1999
+ }],
2000
+ traces: [{
2001
+ type: 'ibc',
2002
+ counterparty: {
2003
+ channel_id: 'channel-35',
2004
+ base_denom: 'factory/neutron1tklm6cvr2wxg8k65t8gh5ewslnzdfd5fsk0w3f/corgi',
2005
+ chain_name: 'neutron'
2006
+ },
2007
+ chain: {
2008
+ channel_id: 'channel-8'
2009
+ }
2010
+ }]
2011
+ }, {
2012
+ description: 'clownmaxxed store of value',
2013
+ denom_units: [{
2014
+ denom: 'ibc/87BF948D10C35B65E5F0CDA18A1369792052EC1C5189A0356E1D34277E69441F',
2015
+ exponent: 0,
2016
+ aliases: ['factory/neutron170v88vrtnedesyfytuku257cggxc79rd7lwt7q/ucircus']
2017
+ }, {
2018
+ denom: 'circus',
2019
+ exponent: 6
2020
+ }],
2021
+ base: 'ibc/87BF948D10C35B65E5F0CDA18A1369792052EC1C5189A0356E1D34277E69441F',
2022
+ name: 'AtomEconomicZone69JaeKwonInu',
2023
+ display: 'circus',
2024
+ symbol: 'CIRCUS',
2025
+ logo_URIs: {
2026
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/circus.png'
2027
+ },
2028
+ images: [{
2029
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/circus.png'
2030
+ }],
2031
+ traces: [{
2032
+ type: 'ibc',
2033
+ counterparty: {
2034
+ channel_id: 'channel-35',
2035
+ base_denom: 'factory/neutron170v88vrtnedesyfytuku257cggxc79rd7lwt7q/ucircus',
2036
+ chain_name: 'neutron'
2037
+ },
2038
+ chain: {
2039
+ channel_id: 'channel-8'
2040
+ }
2041
+ }]
2042
+ }, {
2043
+ description: 'Jimmy Neutron Finance',
2044
+ denom_units: [{
2045
+ denom: 'ibc/73EC4E7B7D948E6C3C02FAA45D8B6C2AAB0654C0892A644EA97FF844BB5DC94F',
2046
+ exponent: 0,
2047
+ aliases: ['factory/neutron108x7vp9zv22d6wxrs9as8dshd3pd5vsga463yd/JIMMY']
2048
+ }, {
2049
+ denom: 'jimmy',
2050
+ exponent: 6
2051
+ }],
2052
+ base: 'ibc/73EC4E7B7D948E6C3C02FAA45D8B6C2AAB0654C0892A644EA97FF844BB5DC94F',
2053
+ name: 'jimmy',
2054
+ display: 'jimmy',
2055
+ symbol: 'JIMMY',
2056
+ logo_URIs: {
2057
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/jimmy.png'
2058
+ },
2059
+ images: [{
2060
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/jimmy.png'
2061
+ }],
2062
+ traces: [{
2063
+ type: 'ibc',
2064
+ counterparty: {
2065
+ channel_id: 'channel-35',
2066
+ base_denom: 'factory/neutron108x7vp9zv22d6wxrs9as8dshd3pd5vsga463yd/JIMMY',
2067
+ chain_name: 'neutron'
2068
+ },
2069
+ chain: {
2070
+ channel_id: 'channel-8'
2071
+ }
2072
+ }]
2073
+ }, {
2074
+ description: 'Baddest coin on Cosmos',
2075
+ denom_units: [{
2076
+ denom: 'ibc/E0EDE14588FE538887ED85BAB81DADBC1A46CF2CEA86E1AD837C63A9CE61E58B',
2077
+ exponent: 0,
2078
+ aliases: ['factory/neutron143wp6g8paqasnuuey6zyapucknwy9rhnld8hkr/bad']
2079
+ }, {
2080
+ denom: 'bad',
2081
+ exponent: 6
2082
+ }],
2083
+ base: 'ibc/E0EDE14588FE538887ED85BAB81DADBC1A46CF2CEA86E1AD837C63A9CE61E58B',
2084
+ name: 'Badcoin',
2085
+ display: 'bad',
2086
+ symbol: 'BAD',
2087
+ logo_URIs: {
2088
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/bad.png'
2089
+ },
2090
+ images: [{
2091
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/bad.png'
2092
+ }],
2093
+ traces: [{
2094
+ type: 'ibc',
2095
+ counterparty: {
2096
+ channel_id: 'channel-35',
2097
+ base_denom: 'factory/neutron143wp6g8paqasnuuey6zyapucknwy9rhnld8hkr/bad',
2098
+ chain_name: 'neutron'
2099
+ },
2100
+ chain: {
2101
+ channel_id: 'channel-8'
2102
+ }
2103
+ }]
2104
+ }, {
2105
+ description: 'BITCOSMOS',
2106
+ denom_units: [{
2107
+ denom: 'ibc/9F972735788701AC6BEA3F75B25E47316DF9B6261B427557520818BB120BD648',
2108
+ exponent: 0,
2109
+ aliases: ['neutron1fjzg7fmv770hsvahqm0nwnu6grs3rjnd2wa6fvm9unv6vedkzekqpw44qj']
2110
+ }, {
2111
+ denom: 'bitcosmos',
2112
+ exponent: 6
2113
+ }],
2114
+ base: 'ibc/9F972735788701AC6BEA3F75B25E47316DF9B6261B427557520818BB120BD648',
2115
+ name: 'Bitcosmos',
2116
+ display: 'bitcosmos',
2117
+ symbol: 'BTC',
2118
+ logo_URIs: {
2119
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/bitcosmos.png'
2120
+ },
2121
+ images: [{
2122
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/bitcosmos.png'
2123
+ }],
2124
+ traces: [{
2125
+ type: 'ibc',
2126
+ counterparty: {
2127
+ channel_id: 'channel-35',
2128
+ base_denom: 'neutron1fjzg7fmv770hsvahqm0nwnu6grs3rjnd2wa6fvm9unv6vedkzekqpw44qj',
2129
+ chain_name: 'neutron'
2130
+ },
2131
+ chain: {
2132
+ channel_id: 'channel-8'
2133
+ }
2134
+ }]
2135
+ }, {
2136
+ description: 'What the Fuck',
2137
+ denom_units: [{
2138
+ denom: 'ibc/F45CB3152E94668155744CA84B6DF1E980B3752BBB32881DF9EDB2B1C9D02E40',
2139
+ exponent: 0,
2140
+ aliases: ['neutron12h09p8hq5y4xpsmcuxxzsn9juef4f6jvekp8yefc6xnlwm6uumnsdk29wf']
2141
+ }, {
2142
+ denom: 'wtf',
2143
+ exponent: 6
2144
+ }],
2145
+ base: 'ibc/F45CB3152E94668155744CA84B6DF1E980B3752BBB32881DF9EDB2B1C9D02E40',
2146
+ name: 'wtf',
2147
+ display: 'wtf',
2148
+ symbol: 'WTF',
2149
+ logo_URIs: {
2150
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/WTF.png'
2151
+ },
2152
+ images: [{
2153
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/WTF.png'
2154
+ }],
2155
+ traces: [{
2156
+ type: 'ibc',
2157
+ counterparty: {
2158
+ channel_id: 'channel-35',
2159
+ base_denom: 'neutron12h09p8hq5y4xpsmcuxxzsn9juef4f6jvekp8yefc6xnlwm6uumnsdk29wf',
2160
+ chain_name: 'neutron'
2161
+ },
2162
+ chain: {
2163
+ channel_id: 'channel-8'
2164
+ }
2165
+ }]
2166
+ }, {
2167
+ description: 'NLS on Neutron',
2168
+ denom_units: [{
2169
+ denom: 'ibc/8E9E3B1E391EFC33BDACBC30AD95F6F4E315E5867E4AB5C3272D621EEF2BEE56',
2170
+ exponent: 0,
2171
+ aliases: ['ibc/6C9E6701AC217C0FC7D74B0F7A6265B9B4E3C3CDA6E80AADE5F950A8F52F9972']
2172
+ }, {
2173
+ denom: 'nls',
2174
+ exponent: 6
2175
+ }],
2176
+ type_asset: 'ics20',
2177
+ base: 'ibc/8E9E3B1E391EFC33BDACBC30AD95F6F4E315E5867E4AB5C3272D621EEF2BEE56',
2178
+ name: 'Nolus NLS',
2179
+ display: 'nls',
2180
+ symbol: 'NLS',
2181
+ traces: [{
2182
+ type: 'ibc',
2183
+ counterparty: {
2184
+ channel_id: 'channel-35',
2185
+ base_denom: 'ibc/6C9E6701AC217C0FC7D74B0F7A6265B9B4E3C3CDA6E80AADE5F950A8F52F9972',
2186
+ chain_name: 'neutron'
2187
+ },
2188
+ chain: {
2189
+ channel_id: 'channel-8'
2190
+ }
2191
+ }],
2192
+ images: [{
2193
+ image_sync: {
2194
+ chain_name: 'nolus',
2195
+ base_denom: 'unls'
2196
+ },
2197
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.png',
2198
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.svg'
2199
+ }],
2200
+ logo_URIs: {
2201
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.png',
2202
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.svg'
2203
+ }
2204
+ }, {
2205
+ description: 'A Mechanical Canine',
2206
+ denom_units: [{
2207
+ denom: 'ibc/E9F95C4A1B911AFC3E028A0EE92E5D103CB73477A4F19E0CBEDC5A9E350E8D0E',
2208
+ exponent: 0,
2209
+ aliases: ['factory/neutron1t5qrjtyryh8gzt800qr5vylhh2f8cmx4wmz9mc/ugoddard']
2210
+ }, {
2211
+ denom: 'goddard',
2212
+ exponent: 6
2213
+ }],
2214
+ base: 'ibc/E9F95C4A1B911AFC3E028A0EE92E5D103CB73477A4F19E0CBEDC5A9E350E8D0E',
2215
+ name: 'Goddard',
2216
+ display: 'goddard',
2217
+ symbol: 'GODRD',
2218
+ logo_URIs: {
2219
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/goddardntrn.png'
2220
+ },
2221
+ images: [{
2222
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/goddardntrn.png'
2223
+ }],
2224
+ traces: [{
2225
+ type: 'ibc',
2226
+ counterparty: {
2227
+ channel_id: 'channel-35',
2228
+ base_denom: 'factory/neutron1t5qrjtyryh8gzt800qr5vylhh2f8cmx4wmz9mc/ugoddard',
2229
+ chain_name: 'neutron'
2230
+ },
2231
+ chain: {
2232
+ channel_id: 'channel-8'
2233
+ }
2234
+ }]
2235
+ }, {
2236
+ description: 'The deflationary utility token of the Apollo DAO project',
2237
+ denom_units: [{
2238
+ denom: 'ibc/73346C5DA88930DC1AD67AB05F1C009E3C7DE1FD84ABAFEE16ED59E6F98CA59B',
2239
+ exponent: 0,
2240
+ aliases: ['factory/neutron154gg0wtm2v4h9ur8xg32ep64e8ef0g5twlsgvfeajqwghdryvyqsqhgk8e/APOLLO']
2241
+ }, {
2242
+ denom: 'apollo',
2243
+ exponent: 6
2244
+ }],
2245
+ base: 'ibc/73346C5DA88930DC1AD67AB05F1C009E3C7DE1FD84ABAFEE16ED59E6F98CA59B',
2246
+ name: 'Apollo DAO',
2247
+ display: 'apollo',
2248
+ symbol: 'APOLLO',
2249
+ logo_URIs: {
2250
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/apollo.svg'
2251
+ },
2252
+ images: [{
2253
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/apollo.svg'
2254
+ }],
2255
+ traces: [{
2256
+ type: 'ibc',
2257
+ counterparty: {
2258
+ channel_id: 'channel-35',
2259
+ base_denom: 'factory/neutron154gg0wtm2v4h9ur8xg32ep64e8ef0g5twlsgvfeajqwghdryvyqsqhgk8e/APOLLO',
2260
+ chain_name: 'neutron'
2261
+ },
2262
+ chain: {
2263
+ channel_id: 'channel-8'
2264
+ }
2265
+ }]
2266
+ }, {
2267
+ description: 'NEWTROLL',
2268
+ denom_units: [{
2269
+ denom: 'ibc/4C123F36A85F5661844E9FA515AC0F041E45413DBDF9443765BD86E1B66B95C5',
2270
+ exponent: 0,
2271
+ aliases: ['factory/neutron1ume2n42r5j0660gegrr28fzdze7aqf7r5cd9y6/newtroll']
2272
+ }, {
2273
+ denom: 'newtroll',
2274
+ exponent: 6
2275
+ }],
2276
+ base: 'ibc/4C123F36A85F5661844E9FA515AC0F041E45413DBDF9443765BD86E1B66B95C5',
2277
+ name: 'Newtroll',
2278
+ display: 'newtroll',
2279
+ symbol: 'NTRL',
2280
+ logo_URIs: {
2281
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/newtroll.svg'
2282
+ },
2283
+ images: [{
2284
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/newtroll.svg'
2285
+ }],
2286
+ traces: [{
2287
+ type: 'ibc',
2288
+ counterparty: {
2289
+ channel_id: 'channel-35',
2290
+ base_denom: 'factory/neutron1ume2n42r5j0660gegrr28fzdze7aqf7r5cd9y6/newtroll',
2291
+ chain_name: 'neutron'
2292
+ },
2293
+ chain: {
2294
+ channel_id: 'channel-8'
2295
+ }
2296
+ }]
2297
+ }, {
2298
+ description: 'Retro Game',
2299
+ denom_units: [{
2300
+ denom: 'ibc/435EBCB1727E17E3F121FB417D7E8FDD9954A0713CB6102025CEF403DFE52E72',
2301
+ exponent: 0,
2302
+ aliases: ['factory/neutron1t24nc7whl77relnu3taxyg3p66pjyuk82png2y/uretro']
2303
+ }, {
2304
+ denom: 'retro',
2305
+ exponent: 6
2306
+ }],
2307
+ base: 'ibc/435EBCB1727E17E3F121FB417D7E8FDD9954A0713CB6102025CEF403DFE52E72',
2308
+ name: 'Retro',
2309
+ display: 'retro',
2310
+ symbol: 'RETRO',
2311
+ logo_URIs: {
2312
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/retro.svg'
2313
+ },
2314
+ images: [{
2315
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/retro.svg'
2316
+ }],
2317
+ traces: [{
2318
+ type: 'ibc',
2319
+ counterparty: {
2320
+ channel_id: 'channel-35',
2321
+ base_denom: 'factory/neutron1t24nc7whl77relnu3taxyg3p66pjyuk82png2y/uretro',
2322
+ chain_name: 'neutron'
2323
+ },
2324
+ chain: {
2325
+ channel_id: 'channel-8'
2326
+ }
2327
+ }]
2328
+ }, {
2329
+ description: 'The native token of Osmosis',
2330
+ denom_units: [{
2331
+ denom: 'ibc/13B2C536BB057AC79D5616B8EA1B9540EC1F2170718CAFF6F0083C966FFFED0B',
2332
+ exponent: 0,
2333
+ aliases: ['uosmo']
2334
+ }, {
2335
+ denom: 'osmo',
2336
+ exponent: 6
2337
+ }],
2338
+ base: 'ibc/13B2C536BB057AC79D5616B8EA1B9540EC1F2170718CAFF6F0083C966FFFED0B',
2339
+ name: 'Osmosis',
2340
+ display: 'osmo',
2341
+ symbol: 'OSMO',
2342
+ logo_URIs: {
2343
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
2344
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
2345
+ },
2346
+ coingecko_id: 'osmosis',
2347
+ keywords: ['dex', 'staking'],
2348
+ images: [{
2349
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
2350
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
2351
+ }],
2352
+ traces: [{
2353
+ type: 'ibc',
2354
+ counterparty: {
2355
+ channel_id: 'channel-6994',
2356
+ base_denom: 'uosmo',
2357
+ chain_name: 'osmosis'
2358
+ },
2359
+ chain: {
2360
+ channel_id: 'channel-2'
2361
+ }
2362
+ }]
2363
+ }, {
2364
+ denom_units: [{
2365
+ denom: 'ibc/6FA7B62692FBCA2E51F567947035DE3C5D7333D49D13B85A25F358E80DF4E991',
2366
+ exponent: 0,
2367
+ aliases: ['uion']
2368
+ }, {
2369
+ denom: 'ion',
2370
+ exponent: 6
2371
+ }],
2372
+ base: 'ibc/6FA7B62692FBCA2E51F567947035DE3C5D7333D49D13B85A25F358E80DF4E991',
2373
+ name: 'Ion DAO',
2374
+ display: 'ion',
2375
+ symbol: 'ION',
2376
+ logo_URIs: {
2377
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
2378
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
2379
+ },
2380
+ coingecko_id: 'ion',
2381
+ keywords: ['memecoin'],
2382
+ images: [{
2383
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
2384
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
2385
+ }],
2386
+ traces: [{
2387
+ type: 'ibc',
2388
+ counterparty: {
2389
+ channel_id: 'channel-6994',
2390
+ base_denom: 'uion',
2391
+ chain_name: 'osmosis'
2392
+ },
2393
+ chain: {
2394
+ channel_id: 'channel-2'
2395
+ }
2396
+ }]
2397
+ }, {
2398
+ denom_units: [{
2399
+ denom: 'ibc/2C050CF57DE908B3E90585A944F564DFD5E3AA6AA7668BA853CE00D527CDE1E6',
2400
+ exponent: 0,
2401
+ aliases: ['factory/osmo14klwqgkmackvx2tqa0trtg69dmy0nrg4ntq4gjgw2za4734r5seqjqm4gm/uibcx']
2402
+ }, {
2403
+ denom: 'ibcx',
2404
+ exponent: 6
2405
+ }],
2406
+ address: 'osmo14klwqgkmackvx2tqa0trtg69dmy0nrg4ntq4gjgw2za4734r5seqjqm4gm',
2407
+ base: 'ibc/2C050CF57DE908B3E90585A944F564DFD5E3AA6AA7668BA853CE00D527CDE1E6',
2408
+ name: 'IBC Index',
2409
+ display: 'ibcx',
2410
+ symbol: 'IBCX',
2411
+ logo_URIs: {
2412
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ibcx.svg'
2413
+ },
2414
+ coingecko_id: 'ibc-index',
2415
+ images: [{
2416
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ibcx.svg'
2417
+ }],
2418
+ traces: [{
2419
+ type: 'ibc',
2420
+ counterparty: {
2421
+ channel_id: 'channel-6994',
2422
+ base_denom: 'factory/osmo14klwqgkmackvx2tqa0trtg69dmy0nrg4ntq4gjgw2za4734r5seqjqm4gm/uibcx',
2423
+ chain_name: 'osmosis'
2424
+ },
2425
+ chain: {
2426
+ channel_id: 'channel-2'
2427
+ }
2428
+ }]
2429
+ }, {
2430
+ denom_units: [{
2431
+ denom: 'ibc/37EB0BEEB1902310C0CDCA69E548CCD3CB8CF6EAB002B7D2F1A2647E16A63B51',
2432
+ exponent: 0,
2433
+ aliases: ['factory/osmo1xqw2sl9zk8a6pch0csaw78n4swg5ws8t62wc5qta4gnjxfqg6v2qcs243k/stuibcx']
2434
+ }, {
2435
+ denom: 'stibcx',
2436
+ exponent: 6
2437
+ }],
2438
+ address: 'osmo1xqw2sl9zk8a6pch0csaw78n4swg5ws8t62wc5qta4gnjxfqg6v2qcs243k',
2439
+ base: 'ibc/37EB0BEEB1902310C0CDCA69E548CCD3CB8CF6EAB002B7D2F1A2647E16A63B51',
2440
+ name: 'Staked IBCX',
2441
+ display: 'stibcx',
2442
+ symbol: 'stIBCX',
2443
+ logo_URIs: {
2444
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/stibcx.png',
2445
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/stibcx.svg'
2446
+ },
2447
+ images: [{
2448
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/stibcx.png',
2449
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/stibcx.svg'
2450
+ }],
2451
+ traces: [{
2452
+ type: 'ibc',
2453
+ counterparty: {
2454
+ channel_id: 'channel-6994',
2455
+ base_denom: 'factory/osmo1xqw2sl9zk8a6pch0csaw78n4swg5ws8t62wc5qta4gnjxfqg6v2qcs243k/stuibcx',
2456
+ chain_name: 'osmosis'
2457
+ },
2458
+ chain: {
2459
+ channel_id: 'channel-2'
2460
+ }
2461
+ }]
2462
+ }, {
2463
+ denom_units: [{
2464
+ denom: 'ibc/13DF61376C08483555C6D4C9203612086A1B23218EB5EBDBE609EEC7EFF2D82D',
2465
+ exponent: 0,
2466
+ aliases: ['ibc/D189335C6E4A68B513C10AB227BF1C1D38C746766278BA3EEB4FB14124F1D858']
2467
+ }, {
2468
+ denom: 'usdc',
2469
+ exponent: 6
2470
+ }],
2471
+ type_asset: 'ics20',
2472
+ base: 'ibc/13DF61376C08483555C6D4C9203612086A1B23218EB5EBDBE609EEC7EFF2D82D',
2473
+ name: 'Axelar USD Coin',
2474
+ display: 'usdc',
2475
+ symbol: 'USDC.axl',
2476
+ traces: [{
2477
+ type: 'ibc',
2478
+ counterparty: {
2479
+ channel_id: 'channel-6994',
2480
+ base_denom: 'ibc/D189335C6E4A68B513C10AB227BF1C1D38C746766278BA3EEB4FB14124F1D858',
2481
+ chain_name: 'osmosis'
2482
+ },
2483
+ chain: {
2484
+ channel_id: 'channel-2'
2485
+ }
2486
+ }],
2487
+ images: [{
2488
+ image_sync: {
2489
+ chain_name: 'axelar',
2490
+ base_denom: 'uusdc'
2491
+ },
2492
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.png',
2493
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg'
2494
+ }],
2495
+ logo_URIs: {
2496
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.png',
2497
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg'
2498
+ }
2499
+ }, {
2500
+ denom_units: [{
2501
+ denom: 'ibc/D548681BAC4DB2735D6F17E191FBB1DF8AF2A1ACA481D37CCB7E385C45351DE0',
2502
+ exponent: 0,
2503
+ aliases: ['ibc/0B3C3D06228578334B66B57FBFBA4033216CEB8119B27ACDEE18D92DA5B28D43']
2504
+ }, {
2505
+ denom: 'avalanche-usdc',
2506
+ exponent: 6
2507
+ }],
2508
+ type_asset: 'ics20',
2509
+ base: 'ibc/D548681BAC4DB2735D6F17E191FBB1DF8AF2A1ACA481D37CCB7E385C45351DE0',
2510
+ name: 'Wormhole USDC(Avalanche)',
2511
+ display: 'avalanche-usdc',
2512
+ symbol: 'avalanche.USDC.wh',
2513
+ traces: [{
2514
+ type: 'ibc',
2515
+ counterparty: {
2516
+ channel_id: 'channel-6994',
2517
+ base_denom: 'ibc/0B3C3D06228578334B66B57FBFBA4033216CEB8119B27ACDEE18D92DA5B28D43',
2518
+ chain_name: 'osmosis'
2519
+ },
2520
+ chain: {
2521
+ channel_id: 'channel-2'
2522
+ }
2523
+ }],
2524
+ images: [{
2525
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.hole.png',
2526
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.hole.svg'
2527
+ }],
2528
+ logo_URIs: {
2529
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.hole.png',
2530
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.hole.svg'
2531
+ }
2532
+ }, {
2533
+ denom_units: [{
2534
+ denom: 'ibc/0E8595C44285144325A131C9A451E63B8E7467914DA5BC194F191151ED27DF30',
2535
+ exponent: 0,
2536
+ aliases: ['ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4']
2537
+ }, {
2538
+ denom: 'usdc',
2539
+ exponent: 6
2540
+ }],
2541
+ type_asset: 'ics20',
2542
+ base: 'ibc/0E8595C44285144325A131C9A451E63B8E7467914DA5BC194F191151ED27DF30',
2543
+ name: 'Noble USD Coin',
2544
+ display: 'usdc',
2545
+ symbol: 'USDC',
2546
+ traces: [{
2547
+ type: 'ibc',
2548
+ counterparty: {
2549
+ channel_id: 'channel-6994',
2550
+ base_denom: 'ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4',
2551
+ chain_name: 'osmosis'
2552
+ },
2553
+ chain: {
2554
+ channel_id: 'channel-2'
2555
+ }
2556
+ }],
2557
+ images: [{
2558
+ image_sync: {
2559
+ chain_name: 'noble',
2560
+ base_denom: 'uusdc'
2561
+ },
2562
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png',
2563
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg'
2564
+ }],
2565
+ logo_URIs: {
2566
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png',
2567
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg'
2568
+ }
2569
+ }, {
2570
+ denom_units: [{
2571
+ denom: 'ibc/B76B340588564A49387A7B22A24CFFE3F873B61B461AD95A242E1D76138B6BBD',
2572
+ exponent: 0,
2573
+ aliases: ['ibc/D176154B0C63D1F9C6DCFB4F70349EBF2E2B5A87A05902F57A6AE92B863E9AEC']
2574
+ }, {
2575
+ denom: 'stosmo',
2576
+ exponent: 6
2577
+ }],
2578
+ type_asset: 'ics20',
2579
+ base: 'ibc/B76B340588564A49387A7B22A24CFFE3F873B61B461AD95A242E1D76138B6BBD',
2580
+ name: 'stOSMO',
2581
+ display: 'stosmo',
2582
+ symbol: 'stOSMO',
2583
+ traces: [{
2584
+ type: 'ibc',
2585
+ counterparty: {
2586
+ channel_id: 'channel-6994',
2587
+ base_denom: 'ibc/D176154B0C63D1F9C6DCFB4F70349EBF2E2B5A87A05902F57A6AE92B863E9AEC',
2588
+ chain_name: 'osmosis'
2589
+ },
2590
+ chain: {
2591
+ channel_id: 'channel-2'
2592
+ }
2593
+ }],
2594
+ images: [{
2595
+ image_sync: {
2596
+ chain_name: 'stride',
2597
+ base_denom: 'stuosmo'
2598
+ },
2599
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.png',
2600
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.svg'
2601
+ }],
2602
+ logo_URIs: {
2603
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.png',
2604
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.svg'
2605
+ }
2606
+ }, {
2607
+ denom_units: [{
2608
+ denom: 'ibc/5F78C42BCC76287AE6B3185C6C1455DFFF8D805B1847F94B9B625384B93885C7',
2609
+ exponent: 0,
2610
+ aliases: ['ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2']
2611
+ }, {
2612
+ denom: 'atom',
2613
+ exponent: 6
2614
+ }],
2615
+ type_asset: 'ics20',
2616
+ base: 'ibc/5F78C42BCC76287AE6B3185C6C1455DFFF8D805B1847F94B9B625384B93885C7',
2617
+ name: 'Cosmos Hub Atom',
2618
+ display: 'atom',
2619
+ symbol: 'ATOM',
2620
+ traces: [{
2621
+ type: 'ibc',
2622
+ counterparty: {
2623
+ channel_id: 'channel-6994',
2624
+ base_denom: 'ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2',
2625
+ chain_name: 'osmosis'
2626
+ },
2627
+ chain: {
2628
+ channel_id: 'channel-2'
2629
+ }
2630
+ }],
2631
+ images: [{
2632
+ image_sync: {
2633
+ chain_name: 'cosmoshub',
2634
+ base_denom: 'uatom'
2635
+ },
2636
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
2637
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
2638
+ }],
2639
+ logo_URIs: {
2640
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
2641
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
2642
+ }
2643
+ }, {
2644
+ denom_units: [{
2645
+ denom: 'ibc/0F7930B63244CA4BCC01C08F85697131884A24CD87A8DD970DE968E4477035F8',
2646
+ exponent: 0,
2647
+ aliases: ['ibc/C140AFD542AE77BD7DCC83F13FDD8C5E5BB8C4929785E6EC2F4C636F98F17901']
2648
+ }, {
2649
+ denom: 'statom',
2650
+ exponent: 6
2651
+ }],
2652
+ type_asset: 'ics20',
2653
+ base: 'ibc/0F7930B63244CA4BCC01C08F85697131884A24CD87A8DD970DE968E4477035F8',
2654
+ name: 'stATOM',
2655
+ display: 'statom',
2656
+ symbol: 'stATOM',
2657
+ traces: [{
2658
+ type: 'ibc',
2659
+ counterparty: {
2660
+ channel_id: 'channel-6994',
2661
+ base_denom: 'ibc/C140AFD542AE77BD7DCC83F13FDD8C5E5BB8C4929785E6EC2F4C636F98F17901',
2662
+ chain_name: 'osmosis'
2663
+ },
2664
+ chain: {
2665
+ channel_id: 'channel-2'
2666
+ }
2667
+ }],
2668
+ images: [{
2669
+ image_sync: {
2670
+ chain_name: 'stride',
2671
+ base_denom: 'stuatom'
2672
+ },
2673
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.png',
2674
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.svg'
2675
+ }],
2676
+ logo_URIs: {
2677
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.png',
2678
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.svg'
2679
+ }
2680
+ }, {
2681
+ denom_units: [{
2682
+ denom: 'ibc/EAFC16C9228D3D8423D93CB2259B7AE7F504B8454060A3E43E5A5D5E595C4854',
2683
+ exponent: 0,
2684
+ aliases: ['ibc/EA1D43981D5C9A1C4AAEA9C23BB1D4FA126BA9BC7020A25E0AE4AA841EA25DC5']
2685
+ }, {
2686
+ denom: 'weth',
2687
+ exponent: 18
2688
+ }],
2689
+ type_asset: 'ics20',
2690
+ base: 'ibc/EAFC16C9228D3D8423D93CB2259B7AE7F504B8454060A3E43E5A5D5E595C4854',
2691
+ name: 'Wrapped Ether',
2692
+ display: 'weth',
2693
+ symbol: 'ETH',
2694
+ traces: [{
2695
+ type: 'ibc',
2696
+ counterparty: {
2697
+ channel_id: 'channel-6994',
2698
+ base_denom: 'ibc/EA1D43981D5C9A1C4AAEA9C23BB1D4FA126BA9BC7020A25E0AE4AA841EA25DC5',
2699
+ chain_name: 'osmosis'
2700
+ },
2701
+ chain: {
2702
+ channel_id: 'channel-2'
2703
+ }
2704
+ }],
2705
+ images: [{
2706
+ image_sync: {
2707
+ chain_name: 'axelar',
2708
+ base_denom: 'weth-wei'
2709
+ },
2710
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/weth.png'
2711
+ }],
2712
+ logo_URIs: {
2713
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/weth.png'
2714
+ }
2715
+ }, {
2716
+ denom_units: [{
2717
+ denom: 'ibc/9BF31153F7E37F687C75A2F310E7A4DB6E0512B065F709B5EB69FE828133AFAC',
2718
+ exponent: 0,
2719
+ aliases: ['ibc/D1542AA8762DB13087D8364F3EA6509FD6F009A34F00426AF9E4F9FA85CBBF1F']
2720
+ }, {
2721
+ denom: 'wbtc',
2722
+ exponent: 8
2723
+ }],
2724
+ type_asset: 'ics20',
2725
+ base: 'ibc/9BF31153F7E37F687C75A2F310E7A4DB6E0512B065F709B5EB69FE828133AFAC',
2726
+ name: 'Wrapped Bitcoin (Axelar)',
2727
+ display: 'wbtc',
2728
+ symbol: 'WBTC.axl',
2729
+ traces: [{
2730
+ type: 'ibc',
2731
+ counterparty: {
2732
+ channel_id: 'channel-6994',
2733
+ base_denom: 'ibc/D1542AA8762DB13087D8364F3EA6509FD6F009A34F00426AF9E4F9FA85CBBF1F',
2734
+ chain_name: 'osmosis'
2735
+ },
2736
+ chain: {
2737
+ channel_id: 'channel-2'
2738
+ }
2739
+ }],
2740
+ images: [{
2741
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.svg',
2742
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.png'
2743
+ }, {
2744
+ image_sync: {
2745
+ chain_name: 'axelar',
2746
+ base_denom: 'wbtc-satoshi'
2747
+ },
2748
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/wbtc.png'
2749
+ }],
2750
+ logo_URIs: {
2751
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.svg',
2752
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.png'
2753
+ }
2754
+ }, {
2755
+ description: 'ERIS liquid staked OSMO',
2756
+ denom_units: [{
2757
+ denom: 'ibc/591EFBCEDAE6CE54652FD099434D57E054CF0302697DB44C75271E197B3DDCCB',
2758
+ exponent: 0,
2759
+ aliases: ['factory/osmo1dv8wz09tckslr2wy5z86r46dxvegylhpt97r9yd6qc3kyc6tv42qa89dr9/ampOSMO']
2760
+ }, {
2761
+ denom: 'ampOSMO',
2762
+ exponent: 6
2763
+ }],
2764
+ address: 'osmo1dv8wz09tckslr2wy5z86r46dxvegylhpt97r9yd6qc3kyc6tv42qa89dr9',
2765
+ base: 'ibc/591EFBCEDAE6CE54652FD099434D57E054CF0302697DB44C75271E197B3DDCCB',
2766
+ name: 'ERIS Amplified OSMO',
2767
+ display: 'ampOSMO',
2768
+ symbol: 'ampOSMO',
2769
+ logo_URIs: {
2770
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/amposmo.png'
2771
+ },
2772
+ images: [{
2773
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/amposmo.png'
2774
+ }],
2775
+ traces: [{
2776
+ type: 'ibc',
2777
+ counterparty: {
2778
+ channel_id: 'channel-6994',
2779
+ base_denom: 'factory/osmo1dv8wz09tckslr2wy5z86r46dxvegylhpt97r9yd6qc3kyc6tv42qa89dr9/ampOSMO',
2780
+ chain_name: 'osmosis'
2781
+ },
2782
+ chain: {
2783
+ channel_id: 'channel-2'
2784
+ }
2785
+ }]
2786
+ }, {
2787
+ description: 'Tether USDT on Osmosis',
2788
+ denom_units: [{
2789
+ denom: 'ibc/CC9501809531F9BCB844563C21CC434C8BB202B4F66F8F5371BF940AF098E207',
2790
+ exponent: 0,
2791
+ aliases: ['ibc/4ABBEF4C8926DDDB320AE5188CFD63267ABBCEFC0583E4AE05D6E5AA2401DDAB']
2792
+ }, {
2793
+ denom: 'usdt',
2794
+ exponent: 6
2795
+ }],
2796
+ type_asset: 'ics20',
2797
+ base: 'ibc/CC9501809531F9BCB844563C21CC434C8BB202B4F66F8F5371BF940AF098E207',
2798
+ name: 'Tether USDT',
2799
+ display: 'usdt',
2800
+ symbol: 'USDT',
2801
+ traces: [{
2802
+ type: 'ibc',
2803
+ counterparty: {
2804
+ channel_id: 'channel-6994',
2805
+ base_denom: 'ibc/4ABBEF4C8926DDDB320AE5188CFD63267ABBCEFC0583E4AE05D6E5AA2401DDAB',
2806
+ chain_name: 'osmosis'
2807
+ },
2808
+ chain: {
2809
+ channel_id: 'channel-2'
2810
+ }
2811
+ }],
2812
+ images: [{
2813
+ image_sync: {
2814
+ chain_name: 'kava',
2815
+ base_denom: 'erc20/tether/usdt'
2816
+ },
2817
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
2818
+ }],
2819
+ logo_URIs: {
2820
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
2821
+ }
2822
+ }, {
2823
+ description: "Membrane's CDP-style stablecoin called CDT",
2824
+ denom_units: [{
2825
+ denom: 'ibc/2E4E61E6E600E2E3ABA83A65179D9F36CFA98AD6EDDD52A9E45A4D2C842E4016',
2826
+ exponent: 0,
2827
+ aliases: ['factory/osmo1s794h9rxggytja3a4pmwul53u98k06zy2qtrdvjnfuxruh7s8yjs6cyxgd/ucdt']
2828
+ }, {
2829
+ denom: 'cdt',
2830
+ exponent: 6
2831
+ }],
2832
+ base: 'ibc/2E4E61E6E600E2E3ABA83A65179D9F36CFA98AD6EDDD52A9E45A4D2C842E4016',
2833
+ name: 'CDT Stablecoin',
2834
+ display: 'cdt',
2835
+ symbol: 'CDT',
2836
+ logo_URIs: {
2837
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/CDT.svg'
2838
+ },
2839
+ coingecko_id: 'collateralized-debt-token',
2840
+ images: [{
2841
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/CDT.svg'
2842
+ }],
2843
+ traces: [{
2844
+ type: 'ibc',
2845
+ counterparty: {
2846
+ channel_id: 'channel-6994',
2847
+ base_denom: 'factory/osmo1s794h9rxggytja3a4pmwul53u98k06zy2qtrdvjnfuxruh7s8yjs6cyxgd/ucdt',
2848
+ chain_name: 'osmosis'
2849
+ },
2850
+ chain: {
2851
+ channel_id: 'channel-2'
2852
+ }
2853
+ }]
2854
+ }, {
2855
+ description: "Membrane's protocol token",
2856
+ denom_units: [{
2857
+ denom: 'ibc/A38747EE1A3E2A3DEF42FDA5E177C6B59FC72EB00DE705956EFBAFA41BBE106D',
2858
+ exponent: 0,
2859
+ aliases: ['factory/osmo1s794h9rxggytja3a4pmwul53u98k06zy2qtrdvjnfuxruh7s8yjs6cyxgd/umbrn']
2860
+ }, {
2861
+ denom: 'mbrn',
2862
+ exponent: 6
2863
+ }],
2864
+ base: 'ibc/A38747EE1A3E2A3DEF42FDA5E177C6B59FC72EB00DE705956EFBAFA41BBE106D',
2865
+ name: 'Membrane',
2866
+ display: 'mbrn',
2867
+ symbol: 'MBRN',
2868
+ logo_URIs: {
2869
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/MBRN.svg'
2870
+ },
2871
+ coingecko_id: 'membrane',
2872
+ images: [{
2873
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/MBRN.svg'
2874
+ }],
2875
+ traces: [{
2876
+ type: 'ibc',
2877
+ counterparty: {
2878
+ channel_id: 'channel-6994',
2879
+ base_denom: 'factory/osmo1s794h9rxggytja3a4pmwul53u98k06zy2qtrdvjnfuxruh7s8yjs6cyxgd/umbrn',
2880
+ chain_name: 'osmosis'
2881
+ },
2882
+ chain: {
2883
+ channel_id: 'channel-2'
2884
+ }
2885
+ }]
2886
+ }, {
2887
+ description: 'TIA on Osmosis',
2888
+ denom_units: [{
2889
+ denom: 'ibc/DC5A969358D9155B238B0822BE34CC216FE6B94D39975216DE5501365DFD0C84',
2890
+ exponent: 0,
2891
+ aliases: ['ibc/D79E7D83AB399BFFF93433E54FAA480C191248FC556924A2A8351AE2638B3877']
2892
+ }, {
2893
+ denom: 'tia',
2894
+ exponent: 6
2895
+ }],
2896
+ type_asset: 'ics20',
2897
+ base: 'ibc/DC5A969358D9155B238B0822BE34CC216FE6B94D39975216DE5501365DFD0C84',
2898
+ name: 'Celestia TIA',
2899
+ display: 'tia',
2900
+ symbol: 'TIA',
2901
+ traces: [{
2902
+ type: 'ibc',
2903
+ counterparty: {
2904
+ channel_id: 'channel-6994',
2905
+ base_denom: 'ibc/D79E7D83AB399BFFF93433E54FAA480C191248FC556924A2A8351AE2638B3877',
2906
+ chain_name: 'osmosis'
2907
+ },
2908
+ chain: {
2909
+ channel_id: 'channel-2'
2910
+ }
2911
+ }],
2912
+ images: [{
2913
+ image_sync: {
2914
+ chain_name: 'celestia',
2915
+ base_denom: 'utia'
2916
+ },
2917
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png',
2918
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg'
2919
+ }],
2920
+ logo_URIs: {
2921
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png',
2922
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg'
2923
+ }
2924
+ }, {
2925
+ description: 'Margined Power Token sqOSMO',
2926
+ denom_units: [{
2927
+ denom: 'ibc/6906B8D2981F8CA4FB77E73658967BFC8185BEAAFCE966B81A07AA4EA813C3BE',
2928
+ exponent: 0,
2929
+ aliases: ['factory/osmo1g8qypve6l95xmhgc0fddaecerffymsl7kn9muw/squosmo']
2930
+ }, {
2931
+ denom: 'sqosmo',
2932
+ exponent: 6
2933
+ }],
2934
+ base: 'ibc/6906B8D2981F8CA4FB77E73658967BFC8185BEAAFCE966B81A07AA4EA813C3BE',
2935
+ name: 'OSMO Squared',
2936
+ display: 'sqosmo',
2937
+ symbol: 'sqOSMO',
2938
+ logo_URIs: {
2939
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sqosmo.svg'
2940
+ },
2941
+ images: [{
2942
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sqosmo.svg'
2943
+ }],
2944
+ traces: [{
2945
+ type: 'ibc',
2946
+ counterparty: {
2947
+ channel_id: 'channel-6994',
2948
+ base_denom: 'factory/osmo1g8qypve6l95xmhgc0fddaecerffymsl7kn9muw/squosmo',
2949
+ chain_name: 'osmosis'
2950
+ },
2951
+ chain: {
2952
+ channel_id: 'channel-2'
2953
+ }
2954
+ }]
2955
+ }, {
2956
+ description: 'NOIS on Osmosis',
2957
+ denom_units: [{
2958
+ denom: 'ibc/C6A97D88DC642F9B8420D09BB333C60F89F672827D9795ED84003A2774DA1601',
2959
+ exponent: 0,
2960
+ aliases: ['ibc/6928AFA9EA721938FED13B051F9DBF1272B16393D20C49EA5E4901BB76D94A90']
2961
+ }, {
2962
+ denom: 'nois',
2963
+ exponent: 6
2964
+ }],
2965
+ type_asset: 'ics20',
2966
+ base: 'ibc/C6A97D88DC642F9B8420D09BB333C60F89F672827D9795ED84003A2774DA1601',
2967
+ name: 'Nois NOIS',
2968
+ display: 'nois',
2969
+ symbol: 'NOIS',
2970
+ traces: [{
2971
+ type: 'ibc',
2972
+ counterparty: {
2973
+ channel_id: 'channel-6994',
2974
+ base_denom: 'ibc/6928AFA9EA721938FED13B051F9DBF1272B16393D20C49EA5E4901BB76D94A90',
2975
+ chain_name: 'osmosis'
2976
+ },
2977
+ chain: {
2978
+ channel_id: 'channel-2'
2979
+ }
2980
+ }],
2981
+ images: [{
2982
+ image_sync: {
2983
+ chain_name: 'nois',
2984
+ base_denom: 'unois'
2985
+ },
2986
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.png',
2987
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.svg'
2988
+ }],
2989
+ logo_URIs: {
2990
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.png',
2991
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.svg'
2992
+ }
2993
+ }, {
2994
+ description: 'Margined Power Token sqBTC',
2995
+ denom_units: [{
2996
+ denom: 'ibc/2B80C6D67DBD4A2BCB068AEA6D920A689F51BFF1A5DF9AA2CB6B730B2A094083',
2997
+ exponent: 0,
2998
+ aliases: ['factory/osmo1g8qypve6l95xmhgc0fddaecerffymsl7kn9muw/sqbtc']
2999
+ }, {
3000
+ denom: 'sqbtc',
3001
+ exponent: 6
3002
+ }],
3003
+ base: 'ibc/2B80C6D67DBD4A2BCB068AEA6D920A689F51BFF1A5DF9AA2CB6B730B2A094083',
3004
+ name: 'BTC Squared',
3005
+ display: 'sqbtc',
3006
+ symbol: 'sqBTC',
3007
+ logo_URIs: {
3008
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sqbtc.svg'
3009
+ },
3010
+ images: [{
3011
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sqbtc.svg'
3012
+ }],
3013
+ traces: [{
3014
+ type: 'ibc',
3015
+ counterparty: {
3016
+ channel_id: 'channel-6994',
3017
+ base_denom: 'factory/osmo1g8qypve6l95xmhgc0fddaecerffymsl7kn9muw/sqbtc',
3018
+ chain_name: 'osmosis'
3019
+ },
3020
+ chain: {
3021
+ channel_id: 'channel-2'
3022
+ }
3023
+ }]
3024
+ }, {
3025
+ description: 'Margined Power Token sqATOM',
3026
+ denom_units: [{
3027
+ denom: 'ibc/39CFEA876435224EDD79A0D392D94C0A549B0072FDAB518F6812D8531D98F983',
3028
+ exponent: 0,
3029
+ aliases: ['factory/osmo1g8qypve6l95xmhgc0fddaecerffymsl7kn9muw/sqatom']
3030
+ }, {
3031
+ denom: 'sqatom',
3032
+ exponent: 6
3033
+ }],
3034
+ base: 'ibc/39CFEA876435224EDD79A0D392D94C0A549B0072FDAB518F6812D8531D98F983',
3035
+ name: 'ATOM Squared',
3036
+ display: 'sqatom',
3037
+ symbol: 'sqATOM',
3038
+ logo_URIs: {
3039
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sqatom.svg'
3040
+ },
3041
+ images: [{
3042
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sqatom.svg'
3043
+ }],
3044
+ traces: [{
3045
+ type: 'ibc',
3046
+ counterparty: {
3047
+ channel_id: 'channel-6994',
3048
+ base_denom: 'factory/osmo1g8qypve6l95xmhgc0fddaecerffymsl7kn9muw/sqatom',
3049
+ chain_name: 'osmosis'
3050
+ },
3051
+ chain: {
3052
+ channel_id: 'channel-2'
3053
+ }
3054
+ }]
3055
+ }, {
3056
+ description: 'CRO is the native token of the Crypto.org Chain, referred to as Native CRO.',
3057
+ denom_units: [{
3058
+ denom: 'ibc/3D7EBE58FD23398381555EDB0AF2E4EF98287D5F8CA210C9E0DA5C240FD60A42',
3059
+ exponent: 0,
3060
+ aliases: ['ibc/E6931F78057F7CC5DA0FD6CEF82FF39373A6E0452BF1FD76910B93292CF356C1']
3061
+ }, {
3062
+ denom: 'cro',
3063
+ exponent: 8
3064
+ }],
3065
+ type_asset: 'ics20',
3066
+ base: 'ibc/3D7EBE58FD23398381555EDB0AF2E4EF98287D5F8CA210C9E0DA5C240FD60A42',
3067
+ name: 'Cronos',
3068
+ display: 'cro',
3069
+ symbol: 'CRO',
3070
+ traces: [{
3071
+ type: 'ibc',
3072
+ counterparty: {
3073
+ channel_id: 'channel-6994',
3074
+ base_denom: 'ibc/E6931F78057F7CC5DA0FD6CEF82FF39373A6E0452BF1FD76910B93292CF356C1',
3075
+ chain_name: 'osmosis'
3076
+ },
3077
+ chain: {
3078
+ channel_id: 'channel-2'
3079
+ }
3080
+ }],
3081
+ images: [{
3082
+ image_sync: {
3083
+ chain_name: 'cryptoorgchain',
3084
+ base_denom: 'basecro'
3085
+ },
3086
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro.svg'
3087
+ }],
3088
+ logo_URIs: {
3089
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro.svg'
3090
+ }
3091
+ }, {
3092
+ description: 'The native token of Stargaze',
3093
+ denom_units: [{
3094
+ denom: 'ibc/5B5C6253F505A05809C899CDB26FAD6464657889F15D5699DC6F6B6AFFE9FDA4',
3095
+ exponent: 0,
3096
+ aliases: ['ibc/987C17B11ABC2B20019178ACE62929FE9840202CE79498E29FE8E5CB02B7C0A4']
3097
+ }, {
3098
+ denom: 'stars',
3099
+ exponent: 6
3100
+ }],
3101
+ type_asset: 'ics20',
3102
+ base: 'ibc/5B5C6253F505A05809C899CDB26FAD6464657889F15D5699DC6F6B6AFFE9FDA4',
3103
+ name: 'Stargaze',
3104
+ display: 'stars',
3105
+ symbol: 'STARS',
3106
+ traces: [{
3107
+ type: 'ibc',
3108
+ counterparty: {
3109
+ channel_id: 'channel-6994',
3110
+ base_denom: 'ibc/987C17B11ABC2B20019178ACE62929FE9840202CE79498E29FE8E5CB02B7C0A4',
3111
+ chain_name: 'osmosis'
3112
+ },
3113
+ chain: {
3114
+ channel_id: 'channel-2'
3115
+ }
3116
+ }],
3117
+ images: [{
3118
+ image_sync: {
3119
+ chain_name: 'stargaze',
3120
+ base_denom: 'ustars'
3121
+ },
3122
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
3123
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg'
3124
+ }],
3125
+ logo_URIs: {
3126
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
3127
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg'
3128
+ }
3129
+ }, {
3130
+ description: 'Maximize ETH yield through leveraged staking across Aave, Compound and Morpho and liquidity provision of ETH liquid staking tokens on Uniswap V3.',
3131
+ denom_units: [{
3132
+ denom: 'ibc/19A959F35B4ABA76C9FC9C8585FD2D098FB1C366D14D07FBE4D1F9F4E3FE671C',
3133
+ exponent: 0,
3134
+ aliases: ['ibc/FBB3FEF80ED2344D821D4F95C31DBFD33E4E31D5324CAD94EF756E67B749F668']
3135
+ }, {
3136
+ denom: 'YieldETH',
3137
+ exponent: 18
3138
+ }],
3139
+ type_asset: 'ics20',
3140
+ base: 'ibc/19A959F35B4ABA76C9FC9C8585FD2D098FB1C366D14D07FBE4D1F9F4E3FE671C',
3141
+ name: 'Real Yield Eth',
3142
+ display: 'YieldETH',
3143
+ symbol: 'YieldETH',
3144
+ traces: [{
3145
+ type: 'ibc',
3146
+ counterparty: {
3147
+ channel_id: 'channel-6994',
3148
+ base_denom: 'ibc/FBB3FEF80ED2344D821D4F95C31DBFD33E4E31D5324CAD94EF756E67B749F668',
3149
+ chain_name: 'osmosis'
3150
+ },
3151
+ chain: {
3152
+ channel_id: 'channel-2'
3153
+ }
3154
+ }],
3155
+ images: [{
3156
+ image_sync: {
3157
+ chain_name: 'ethereum',
3158
+ base_denom: 'wei'
3159
+ },
3160
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
3161
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg'
3162
+ }],
3163
+ logo_URIs: {
3164
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
3165
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg'
3166
+ }
3167
+ }, {
3168
+ description: 'The native staking token of dYdX Protocol.',
3169
+ denom_units: [{
3170
+ denom: 'ibc/CCD578A6F703C6230B7870C9D1DC77E30005FA8B811765901233983830810DE6',
3171
+ exponent: 0,
3172
+ aliases: ['ibc/831F0B1BBB1D08A2B75311892876D71565478C532967545476DF4C2D7492E48C']
3173
+ }, {
3174
+ denom: 'dydx',
3175
+ exponent: 18
3176
+ }],
3177
+ type_asset: 'ics20',
3178
+ base: 'ibc/CCD578A6F703C6230B7870C9D1DC77E30005FA8B811765901233983830810DE6',
3179
+ name: 'dYdX',
3180
+ display: 'dydx',
3181
+ symbol: 'DYDX',
3182
+ traces: [{
3183
+ type: 'ibc',
3184
+ counterparty: {
3185
+ channel_id: 'channel-6994',
3186
+ base_denom: 'ibc/831F0B1BBB1D08A2B75311892876D71565478C532967545476DF4C2D7492E48C',
3187
+ chain_name: 'osmosis'
3188
+ },
3189
+ chain: {
3190
+ channel_id: 'channel-2'
3191
+ }
3192
+ }],
3193
+ images: [{
3194
+ image_sync: {
3195
+ chain_name: 'dydx',
3196
+ base_denom: 'adydx'
3197
+ },
3198
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png',
3199
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg'
3200
+ }],
3201
+ logo_URIs: {
3202
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png',
3203
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg'
3204
+ }
3205
+ }, {
3206
+ description: 'The native token of Quasar',
3207
+ denom_units: [{
3208
+ denom: 'ibc/C9CF6E1969B29459234D0576C0FB324AA0C93E94A483E842A5E162502980D800',
3209
+ exponent: 0,
3210
+ aliases: ['ibc/1B708808D372E959CD4839C594960309283424C775F4A038AAEBE7F83A988477']
3211
+ }, {
3212
+ denom: 'qsr',
3213
+ exponent: 6
3214
+ }],
3215
+ type_asset: 'ics20',
3216
+ base: 'ibc/C9CF6E1969B29459234D0576C0FB324AA0C93E94A483E842A5E162502980D800',
3217
+ name: 'Quasar',
3218
+ display: 'qsr',
3219
+ symbol: 'QSR',
3220
+ traces: [{
3221
+ type: 'ibc',
3222
+ counterparty: {
3223
+ channel_id: 'channel-6994',
3224
+ base_denom: 'ibc/1B708808D372E959CD4839C594960309283424C775F4A038AAEBE7F83A988477',
3225
+ chain_name: 'osmosis'
3226
+ },
3227
+ chain: {
3228
+ channel_id: 'channel-2'
3229
+ }
3230
+ }],
3231
+ images: [{
3232
+ image_sync: {
3233
+ chain_name: 'quasar',
3234
+ base_denom: 'uqsr'
3235
+ },
3236
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quasar/images/quasar.png'
3237
+ }],
3238
+ logo_URIs: {
3239
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quasar/images/quasar.png'
3240
+ }
3241
+ }, {
3242
+ description: 'Levana native token',
3243
+ denom_units: [{
3244
+ denom: 'ibc/EBF2E86CF9F2344EA3EAFE6A97E46CC935B48EFEE312D58A120337B2DDC84E56',
3245
+ exponent: 0,
3246
+ aliases: ['factory/osmo1mlng7pz4pnyxtpq0akfwall37czyk9lukaucsrn30ameplhhshtqdvfm5c/ulvn']
3247
+ }, {
3248
+ denom: 'lvn',
3249
+ exponent: 6
3250
+ }],
3251
+ base: 'ibc/EBF2E86CF9F2344EA3EAFE6A97E46CC935B48EFEE312D58A120337B2DDC84E56',
3252
+ name: 'Levana',
3253
+ display: 'lvn',
3254
+ symbol: 'LVN',
3255
+ logo_URIs: {
3256
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/levana.png',
3257
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/levana.svg'
3258
+ },
3259
+ coingecko_id: 'levana-protocol',
3260
+ images: [{
3261
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/levana.png',
3262
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/levana.svg'
3263
+ }, {
3264
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/levana.png'
3265
+ }],
3266
+ traces: [{
3267
+ type: 'ibc',
3268
+ counterparty: {
3269
+ channel_id: 'channel-6994',
3270
+ base_denom: 'factory/osmo1mlng7pz4pnyxtpq0akfwall37czyk9lukaucsrn30ameplhhshtqdvfm5c/ulvn',
3271
+ chain_name: 'osmosis'
3272
+ },
3273
+ chain: {
3274
+ channel_id: 'channel-2'
3275
+ }
3276
+ }]
3277
+ }, {
3278
+ description: "MilkyWay's liquid staked TIA",
3279
+ denom_units: [{
3280
+ denom: 'ibc/F428C5D24BEF8CA22EE74810A583422C12F02865ADAC185678C73015A88227B3',
3281
+ exponent: 0,
3282
+ aliases: ['factory/osmo1f5vfcph2dvfeqcqkhetwv75fda69z7e5c2dldm3kvgj23crkv6wqcn47a0/umilkTIA']
3283
+ }, {
3284
+ denom: 'milkTIA',
3285
+ exponent: 6
3286
+ }],
3287
+ base: 'ibc/F428C5D24BEF8CA22EE74810A583422C12F02865ADAC185678C73015A88227B3',
3288
+ name: 'milkTIA',
3289
+ display: 'milkTIA',
3290
+ symbol: 'milkTIA',
3291
+ traces: [{
3292
+ type: 'ibc',
3293
+ counterparty: {
3294
+ channel_id: 'channel-6994',
3295
+ base_denom: 'factory/osmo1f5vfcph2dvfeqcqkhetwv75fda69z7e5c2dldm3kvgj23crkv6wqcn47a0/umilkTIA',
3296
+ chain_name: 'osmosis'
3297
+ },
3298
+ chain: {
3299
+ channel_id: 'channel-2'
3300
+ }
3301
+ }],
3302
+ logo_URIs: {
3303
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/milktia.png',
3304
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/milktia.svg'
3305
+ },
3306
+ coingecko_id: 'milkyway-staked-tia',
3307
+ images: [{
3308
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/milktia.png',
3309
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/milktia.svg'
3310
+ }]
3311
+ }, {
3312
+ denom_units: [{
3313
+ denom: 'ibc/9F05D96E65285EAE5F596D94D6A6C80A78B5D189027BD024D6C2BF6E2475A8F0',
3314
+ exponent: 0,
3315
+ aliases: ['ibc/ECBE78BF7677320A93E7BA1761D144BCBF0CBC247C290C049655E106FE5DC68E']
3316
+ }, {
3317
+ denom: 'stkosmo',
3318
+ exponent: 6,
3319
+ aliases: ['stk/osmo']
3320
+ }],
3321
+ type_asset: 'ics20',
3322
+ base: 'ibc/9F05D96E65285EAE5F596D94D6A6C80A78B5D189027BD024D6C2BF6E2475A8F0',
3323
+ name: 'PSTAKE staked OSMO',
3324
+ display: 'stkosmo',
3325
+ symbol: 'stkOSMO',
3326
+ traces: [{
3327
+ type: 'ibc',
3328
+ counterparty: {
3329
+ channel_id: 'channel-6994',
3330
+ base_denom: 'ibc/ECBE78BF7677320A93E7BA1761D144BCBF0CBC247C290C049655E106FE5DC68E',
3331
+ chain_name: 'osmosis'
3332
+ },
3333
+ chain: {
3334
+ channel_id: 'channel-2'
3335
+ }
3336
+ }],
3337
+ images: [{
3338
+ image_sync: {
3339
+ chain_name: 'persistence',
3340
+ base_denom: 'stk/uosmo'
3341
+ },
3342
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkosmo.png',
3343
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkosmo.svg'
3344
+ }],
3345
+ logo_URIs: {
3346
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkosmo.png',
3347
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkosmo.svg'
3348
+ }
3349
+ }, {
3350
+ description: 'The PAGE token is used for actions in the PageDAO NFT literary ecosystem and for DAO governance.',
3351
+ denom_units: [{
3352
+ denom: 'ibc/E0EA9ACB7BF9F82819EEF4F2B20982B674F7BD927D0753672A4D78425265C21B',
3353
+ exponent: 0,
3354
+ aliases: ['ibc/23A62409E4AD8133116C249B1FA38EED30E500A115D7B153109462CD82C1CD99']
3355
+ }, {
3356
+ denom: 'page',
3357
+ exponent: 8
3358
+ }],
3359
+ type_asset: 'ics20',
3360
+ base: 'ibc/E0EA9ACB7BF9F82819EEF4F2B20982B674F7BD927D0753672A4D78425265C21B',
3361
+ name: 'PageDAO',
3362
+ display: 'page',
3363
+ symbol: 'PAGE.grv',
3364
+ traces: [{
3365
+ type: 'ibc',
3366
+ counterparty: {
3367
+ channel_id: 'channel-6994',
3368
+ base_denom: 'ibc/23A62409E4AD8133116C249B1FA38EED30E500A115D7B153109462CD82C1CD99',
3369
+ chain_name: 'osmosis'
3370
+ },
3371
+ chain: {
3372
+ channel_id: 'channel-2'
3373
+ }
3374
+ }],
3375
+ images: [{
3376
+ image_sync: {
3377
+ chain_name: 'gravitybridge',
3378
+ base_denom: 'gravity0x60e683C6514Edd5F758A55b6f393BeBBAfaA8d5e'
3379
+ },
3380
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/page.png',
3381
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/page.svg'
3382
+ }],
3383
+ logo_URIs: {
3384
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/page.png',
3385
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/page.svg'
3386
+ }
3387
+ }, {
3388
+ description: "Nomic's native token.",
3389
+ denom_units: [{
3390
+ denom: 'ibc/9F43B05C2700AD85E2233F3FEFAA3262AA70FF1F23DC09B01FB188DB0A64A1FA',
3391
+ exponent: 0,
3392
+ aliases: ['ibc/F49DFB3BC8105C57EE7F17EC2402438825B31212CFDD81681EB87911E934F32C']
3393
+ }, {
3394
+ denom: 'nom',
3395
+ exponent: 6
3396
+ }],
3397
+ type_asset: 'ics20',
3398
+ base: 'ibc/9F43B05C2700AD85E2233F3FEFAA3262AA70FF1F23DC09B01FB188DB0A64A1FA',
3399
+ name: 'Nomic',
3400
+ display: 'nomic',
3401
+ symbol: 'NOM',
3402
+ traces: [{
3403
+ type: 'ibc',
3404
+ counterparty: {
3405
+ channel_id: 'channel-6994',
3406
+ base_denom: 'ibc/F49DFB3BC8105C57EE7F17EC2402438825B31212CFDD81681EB87911E934F32C',
3407
+ chain_name: 'osmosis'
3408
+ },
3409
+ chain: {
3410
+ channel_id: 'channel-2'
3411
+ }
3412
+ }],
3413
+ images: [{
3414
+ image_sync: {
3415
+ chain_name: 'nomic',
3416
+ base_denom: 'unom'
3417
+ },
3418
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nom.png',
3419
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nom.svg'
3420
+ }],
3421
+ logo_URIs: {
3422
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nom.png',
3423
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nom.svg'
3424
+ }
3425
+ }, {
3426
+ description: 'Bitcoin. On Cosmos.',
3427
+ denom_units: [{
3428
+ denom: 'ibc/F92661AA1B265A25242F148ADAB6FC709D648679EE71B57D3E511E91AF5B4227',
3429
+ exponent: 0,
3430
+ aliases: ['ibc/75345531D87BD90BF108BE7240BD721CB2CB0A1F16D4EBA71B09EC3C43E15C8F']
3431
+ }, {
3432
+ denom: 'nbtc',
3433
+ exponent: 14
3434
+ }],
3435
+ type_asset: 'ics20',
3436
+ base: 'ibc/F92661AA1B265A25242F148ADAB6FC709D648679EE71B57D3E511E91AF5B4227',
3437
+ name: 'Nomic Bitcoin',
3438
+ display: 'nbtc',
3439
+ symbol: 'nBTC',
3440
+ traces: [{
3441
+ type: 'ibc',
3442
+ counterparty: {
3443
+ channel_id: 'channel-6994',
3444
+ base_denom: 'ibc/75345531D87BD90BF108BE7240BD721CB2CB0A1F16D4EBA71B09EC3C43E15C8F',
3445
+ chain_name: 'osmosis'
3446
+ },
3447
+ chain: {
3448
+ channel_id: 'channel-2'
3449
+ }
3450
+ }],
3451
+ images: [{
3452
+ image_sync: {
3453
+ chain_name: 'nomic',
3454
+ base_denom: 'usat'
3455
+ },
3456
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nbtc.png',
3457
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nbtc.svg'
3458
+ }],
3459
+ logo_URIs: {
3460
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nbtc.png',
3461
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nbtc.svg'
3462
+ }
3463
+ }, {
3464
+ description: 'AUTISM on Osmosis',
3465
+ denom_units: [{
3466
+ denom: 'ibc/6489DAAD6DAF49BFDEE385F8BBACED1CDF04ECA51528EDB9A586D6CA44CA1232',
3467
+ exponent: 0,
3468
+ aliases: ['ibc/9DDF52A334F92BC57A9E0D59DFF9984EAC61D2A14E5162605DF601AA58FDFC6D']
3469
+ }, {
3470
+ denom: 'autism',
3471
+ exponent: 6
3472
+ }],
3473
+ type_asset: 'ics20',
3474
+ base: 'ibc/6489DAAD6DAF49BFDEE385F8BBACED1CDF04ECA51528EDB9A586D6CA44CA1232',
3475
+ name: 'Injective AUTISM',
3476
+ display: 'autism',
3477
+ symbol: 'AUTISM',
3478
+ traces: [{
3479
+ type: 'ibc',
3480
+ counterparty: {
3481
+ channel_id: 'channel-6994',
3482
+ base_denom: 'ibc/9DDF52A334F92BC57A9E0D59DFF9984EAC61D2A14E5162605DF601AA58FDFC6D',
3483
+ chain_name: 'osmosis'
3484
+ },
3485
+ chain: {
3486
+ channel_id: 'channel-2'
3487
+ }
3488
+ }],
3489
+ images: [{
3490
+ image_sync: {
3491
+ chain_name: 'injective',
3492
+ base_denom: 'factory/inj14lf8xm6fcvlggpa7guxzjqwjmtr24gnvf56hvz/autism'
3493
+ },
3494
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/autism.png'
3495
+ }],
3496
+ logo_URIs: {
3497
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/autism.png'
3498
+ }
3499
+ }, {
3500
+ description: 'Woof on Osmosis',
3501
+ denom_units: [{
3502
+ denom: 'ibc/EA62784B1F801D2C82AD27A1FA2DD2E2449ABCA9DD39A68C99A9BF057C725BD7',
3503
+ exponent: 0,
3504
+ aliases: ['ibc/9B8EC667B6DF55387DC0F3ACC4F187DA6921B0806ED35DE6B04DE96F5AB81F53']
3505
+ }, {
3506
+ denom: 'WOOF',
3507
+ exponent: 6
3508
+ }],
3509
+ type_asset: 'ics20',
3510
+ base: 'ibc/EA62784B1F801D2C82AD27A1FA2DD2E2449ABCA9DD39A68C99A9BF057C725BD7',
3511
+ name: 'WOOF chihuahua',
3512
+ display: 'WOOF',
3513
+ symbol: 'WOOF',
3514
+ traces: [{
3515
+ type: 'ibc',
3516
+ counterparty: {
3517
+ channel_id: 'channel-6994',
3518
+ base_denom: 'ibc/9B8EC667B6DF55387DC0F3ACC4F187DA6921B0806ED35DE6B04DE96F5AB81F53',
3519
+ chain_name: 'osmosis'
3520
+ },
3521
+ chain: {
3522
+ channel_id: 'channel-2'
3523
+ }
3524
+ }],
3525
+ logo_URIs: {
3526
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/woof.png'
3527
+ },
3528
+ images: [{
3529
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/woof.png'
3530
+ }]
3531
+ }, {
3532
+ description: 'The native coin of Sneaky Productions.',
3533
+ denom_units: [{
3534
+ denom: 'ibc/E5A4A837E98EAF9272701F8B2CDAC46B48BA0B72018B3C6D3298A467D4AAE876',
3535
+ exponent: 0,
3536
+ aliases: ['ibc/94ED1F172BC633DFC56D7E26551D8B101ADCCC69052AC44FED89F97FF658138F']
3537
+ }, {
3538
+ denom: 'sneaky',
3539
+ exponent: 6
3540
+ }],
3541
+ type_asset: 'ics20',
3542
+ base: 'ibc/E5A4A837E98EAF9272701F8B2CDAC46B48BA0B72018B3C6D3298A467D4AAE876',
3543
+ name: 'Sneaky Productions',
3544
+ display: 'sneaky',
3545
+ symbol: 'SNEAKY',
3546
+ traces: [{
3547
+ type: 'ibc',
3548
+ counterparty: {
3549
+ channel_id: 'channel-6994',
3550
+ base_denom: 'ibc/94ED1F172BC633DFC56D7E26551D8B101ADCCC69052AC44FED89F97FF658138F',
3551
+ chain_name: 'osmosis'
3552
+ },
3553
+ chain: {
3554
+ channel_id: 'channel-2'
3555
+ }
3556
+ }],
3557
+ logo_URIs: {
3558
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/sneaky.png'
3559
+ },
3560
+ images: [{
3561
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/sneaky.png'
3562
+ }]
3563
+ }, {
3564
+ denom_units: [{
3565
+ denom: 'ibc/BEE9A8F835D60717548FFE9AC9E90F18AB8096574EB1211F88074CB3511B7860',
3566
+ exponent: 0,
3567
+ aliases: ['factory/osmo1z0qrq605sjgcqpylfl4aa6s90x738j7m58wyatt0tdzflg2ha26q67k743/wbtc']
3568
+ }, {
3569
+ denom: 'wbtc',
3570
+ exponent: 8
3571
+ }],
3572
+ address: 'osmo1z0qrq605sjgcqpylfl4aa6s90x738j7m58wyatt0tdzflg2ha26q67k743',
3573
+ type_asset: 'sdk.coin',
3574
+ base: 'ibc/BEE9A8F835D60717548FFE9AC9E90F18AB8096574EB1211F88074CB3511B7860',
3575
+ name: 'Wrapped Bitcoin',
3576
+ display: 'wbtc',
3577
+ symbol: 'WBTC',
3578
+ traces: [{
3579
+ type: 'ibc',
3580
+ counterparty: {
3581
+ channel_id: 'channel-6994',
3582
+ base_denom: 'factory/osmo1z0qrq605sjgcqpylfl4aa6s90x738j7m58wyatt0tdzflg2ha26q67k743/wbtc',
3583
+ chain_name: 'osmosis'
3584
+ },
3585
+ chain: {
3586
+ channel_id: 'channel-2'
3587
+ }
3588
+ }],
3589
+ images: [{
3590
+ image_sync: {
3591
+ chain_name: 'ethereum',
3592
+ base_denom: '0x2260fac5e5542a773aa44fbcfedf7c193bc2c599'
3593
+ },
3594
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.png',
3595
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.svg'
3596
+ }],
3597
+ logo_URIs: {
3598
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.png',
3599
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.svg'
3600
+ }
3601
+ }, {
3602
+ 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.",
3603
+ denom_units: [{
3604
+ denom: 'ibc/061226CF8A346CB5B5F0AFA10BEE31D1AACC48723E4E4781C5D7606BE9D8C21A',
3605
+ exponent: 0,
3606
+ aliases: ['factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO']
3607
+ }, {
3608
+ denom: 'WOSMO',
3609
+ exponent: 6
3610
+ }],
3611
+ address: 'osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3',
3612
+ base: 'ibc/061226CF8A346CB5B5F0AFA10BEE31D1AACC48723E4E4781C5D7606BE9D8C21A',
3613
+ name: 'WOSMO',
3614
+ display: 'WOSMO',
3615
+ symbol: 'WOSMO',
3616
+ logo_URIs: {
3617
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/WOSMO.png'
3618
+ },
3619
+ images: [{
3620
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/WOSMO.png'
3621
+ }],
3622
+ traces: [{
3623
+ type: 'ibc',
3624
+ counterparty: {
3625
+ channel_id: 'channel-6994',
3626
+ base_denom: 'factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO',
3627
+ chain_name: 'osmosis'
3628
+ },
3629
+ chain: {
3630
+ channel_id: 'channel-2'
3631
+ }
3632
+ }]
3633
+ }, {
3634
+ description: 'NLS on Osmosis',
3635
+ denom_units: [{
3636
+ denom: 'ibc/9F9C7A8536694BA28EC379AF050DAB2D274A2548E054C8B2687E975E3536B8F5',
3637
+ exponent: 0,
3638
+ aliases: ['ibc/D9AFCECDD361D38302AA66EB3BAC23B95234832C51D12489DC451FA2B7C72782']
3639
+ }, {
3640
+ denom: 'nls',
3641
+ exponent: 6
3642
+ }],
3643
+ type_asset: 'ics20',
3644
+ base: 'ibc/9F9C7A8536694BA28EC379AF050DAB2D274A2548E054C8B2687E975E3536B8F5',
3645
+ name: 'Nolus',
3646
+ display: 'nls',
3647
+ symbol: 'NLS',
3648
+ traces: [{
3649
+ type: 'ibc',
3650
+ counterparty: {
3651
+ channel_id: 'channel-6994',
3652
+ base_denom: 'ibc/D9AFCECDD361D38302AA66EB3BAC23B95234832C51D12489DC451FA2B7C72782',
3653
+ chain_name: 'osmosis'
3654
+ },
3655
+ chain: {
3656
+ channel_id: 'channel-2'
3657
+ }
3658
+ }],
3659
+ images: [{
3660
+ image_sync: {
3661
+ chain_name: 'nolus',
3662
+ base_denom: 'unls'
3663
+ },
3664
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.png',
3665
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.svg'
3666
+ }],
3667
+ logo_URIs: {
3668
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.png',
3669
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.svg'
3670
+ }
3671
+ }, {
3672
+ description: 'STRD on Osmosis',
3673
+ denom_units: [{
3674
+ denom: 'ibc/6D3E5319A182C24AD22A5CCED97B040B29C8F6213262AF551E4AF66F2B93DF62',
3675
+ exponent: 0,
3676
+ aliases: ['ibc/A8CA5EE328FA10C9519DF6057DA1F69682D28F7D0F5CCC7ECB72E3DCA2D157A4']
3677
+ }, {
3678
+ denom: 'strd',
3679
+ exponent: 6
3680
+ }],
3681
+ type_asset: 'ics20',
3682
+ base: 'ibc/6D3E5319A182C24AD22A5CCED97B040B29C8F6213262AF551E4AF66F2B93DF62',
3683
+ name: 'Stride',
3684
+ display: 'strd',
3685
+ symbol: 'STRD',
3686
+ traces: [{
3687
+ type: 'ibc',
3688
+ counterparty: {
3689
+ channel_id: 'channel-6994',
3690
+ base_denom: 'ibc/A8CA5EE328FA10C9519DF6057DA1F69682D28F7D0F5CCC7ECB72E3DCA2D157A4',
3691
+ chain_name: 'osmosis'
3692
+ },
3693
+ chain: {
3694
+ channel_id: 'channel-2'
3695
+ }
3696
+ }],
3697
+ images: [{
3698
+ image_sync: {
3699
+ chain_name: 'stride',
3700
+ base_denom: 'ustrd'
3701
+ },
3702
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.png',
3703
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg'
3704
+ }],
3705
+ logo_URIs: {
3706
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.png',
3707
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg'
3708
+ }
3709
+ }, {
3710
+ description: 'Margined Power Token sqTIA',
3711
+ denom_units: [{
3712
+ denom: 'ibc/EF40E3F76FBD1F60543F71CC8F56F3276C6AB765A090BF048C4B4D6A265525F4',
3713
+ exponent: 0,
3714
+ aliases: ['factory/osmo1g8qypve6l95xmhgc0fddaecerffymsl7kn9muw/sqtia']
3715
+ }, {
3716
+ denom: 'sqtia',
3717
+ exponent: 6
3718
+ }],
3719
+ base: 'ibc/EF40E3F76FBD1F60543F71CC8F56F3276C6AB765A090BF048C4B4D6A265525F4',
3720
+ name: 'TIA Squared',
3721
+ display: 'sqtia',
3722
+ symbol: 'sqTIA',
3723
+ logo_URIs: {
3724
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sqtia.svg'
3725
+ },
3726
+ images: [{
3727
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sqtia.svg'
3728
+ }],
3729
+ traces: [{
3730
+ type: 'ibc',
3731
+ counterparty: {
3732
+ channel_id: 'channel-6994',
3733
+ base_denom: 'factory/osmo1g8qypve6l95xmhgc0fddaecerffymsl7kn9muw/sqtia',
3734
+ chain_name: 'osmosis'
3735
+ },
3736
+ chain: {
3737
+ channel_id: 'channel-2'
3738
+ }
3739
+ }]
3740
+ }, {
3741
+ description: 'Sail DAO Token',
3742
+ denom_units: [{
3743
+ denom: 'ibc/C87A988C60DE234F90AC945ED00B894893C9CD60CEB221E7C76CE61B86CB14DB',
3744
+ exponent: 0,
3745
+ aliases: ['factory/osmo1rckme96ptawr4zwexxj5g5gej9s2dmud8r2t9j0k0prn5mch5g4snzzwjv/sail']
3746
+ }, {
3747
+ denom: 'sail',
3748
+ exponent: 6
3749
+ }],
3750
+ base: 'ibc/C87A988C60DE234F90AC945ED00B894893C9CD60CEB221E7C76CE61B86CB14DB',
3751
+ name: 'Sail',
3752
+ display: 'sail',
3753
+ symbol: 'SAIL',
3754
+ logo_URIs: {
3755
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sail.png'
3756
+ },
3757
+ images: [{
3758
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sail.png'
3759
+ }],
3760
+ traces: [{
3761
+ type: 'ibc',
3762
+ counterparty: {
3763
+ channel_id: 'channel-6994',
3764
+ base_denom: 'factory/osmo1rckme96ptawr4zwexxj5g5gej9s2dmud8r2t9j0k0prn5mch5g4snzzwjv/sail',
3765
+ chain_name: 'osmosis'
3766
+ },
3767
+ chain: {
3768
+ channel_id: 'channel-2'
3769
+ }
3770
+ }]
3771
+ }, {
3772
+ description: 'The native token of Secret Network',
3773
+ denom_units: [{
3774
+ denom: 'ibc/E3459360643C2555C57C7DAB0567FA762B42D5D6D45A76615EA7D99D933AEC04',
3775
+ exponent: 0,
3776
+ aliases: ['uscrt']
3777
+ }, {
3778
+ denom: 'scrt',
3779
+ exponent: 6
3780
+ }],
3781
+ base: 'ibc/E3459360643C2555C57C7DAB0567FA762B42D5D6D45A76615EA7D99D933AEC04',
3782
+ name: 'Secret Network',
3783
+ display: 'scrt',
3784
+ symbol: 'SCRT',
3785
+ logo_URIs: {
3786
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
3787
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
3788
+ },
3789
+ coingecko_id: 'secret',
3790
+ images: [{
3791
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
3792
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
3793
+ }],
3794
+ traces: [{
3795
+ type: 'ibc',
3796
+ counterparty: {
3797
+ channel_id: 'channel-91',
3798
+ base_denom: 'uscrt',
3799
+ chain_name: 'secretnetwork'
3800
+ },
3801
+ chain: {
3802
+ channel_id: 'channel-14'
3803
+ }
3804
+ }]
3805
+ }, {
3806
+ description: 'The native token of Stride',
3807
+ denom_units: [{
3808
+ denom: 'ibc/CE9455F316C89EF327D7C92B20DD3A0FC9ED0F218BE46F341C6D140104980B4F',
3809
+ exponent: 0,
3810
+ aliases: ['ustrd']
3811
+ }, {
3812
+ denom: 'strd',
3813
+ exponent: 6
3814
+ }],
3815
+ base: 'ibc/CE9455F316C89EF327D7C92B20DD3A0FC9ED0F218BE46F341C6D140104980B4F',
3816
+ name: 'Stride',
3817
+ display: 'strd',
3818
+ symbol: 'STRD',
3819
+ logo_URIs: {
3820
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.png',
3821
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg'
3822
+ },
3823
+ coingecko_id: 'stride',
3824
+ images: [{
3825
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.png',
3826
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg'
3827
+ }],
3828
+ traces: [{
3829
+ type: 'ibc',
3830
+ counterparty: {
3831
+ channel_id: 'channel-162',
3832
+ base_denom: 'ustrd',
3833
+ chain_name: 'stride'
3834
+ },
3835
+ chain: {
3836
+ channel_id: 'channel-4'
3837
+ }
3838
+ }]
3839
+ }, {
3840
+ denom_units: [{
3841
+ denom: 'ibc/94A161EACA407A39889F340889397FA023A8E18DBC9CF0C66E17235A4DBF21FB',
3842
+ exponent: 0,
3843
+ aliases: ['stuatom']
3844
+ }, {
3845
+ denom: 'statom',
3846
+ exponent: 6
3847
+ }],
3848
+ base: 'ibc/94A161EACA407A39889F340889397FA023A8E18DBC9CF0C66E17235A4DBF21FB',
3849
+ name: 'Stride Staked ATOM',
3850
+ display: 'statom',
3851
+ symbol: 'stATOM',
3852
+ traces: [{
3853
+ type: 'ibc',
3854
+ counterparty: {
3855
+ channel_id: 'channel-162',
3856
+ base_denom: 'stuatom',
3857
+ chain_name: 'stride'
3858
+ },
3859
+ chain: {
3860
+ channel_id: 'channel-4'
3861
+ }
3862
+ }],
3863
+ logo_URIs: {
3864
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.png',
3865
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.svg'
3866
+ },
3867
+ coingecko_id: 'stride-staked-atom',
3868
+ images: [{
3869
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.png',
3870
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.svg'
3871
+ }]
3872
+ }, {
3873
+ denom_units: [{
3874
+ denom: 'ibc/B7300D0CD9C05F7C2564E0C9001A32708F3C80366B5876CE0C2B738F9AD89F32',
3875
+ exponent: 0,
3876
+ aliases: ['stustars']
3877
+ }, {
3878
+ denom: 'ststars',
3879
+ exponent: 6
3880
+ }],
3881
+ base: 'ibc/B7300D0CD9C05F7C2564E0C9001A32708F3C80366B5876CE0C2B738F9AD89F32',
3882
+ name: 'Stride Staked STARS',
3883
+ display: 'ststars',
3884
+ symbol: 'stSTARS',
3885
+ traces: [{
3886
+ type: 'ibc',
3887
+ counterparty: {
3888
+ channel_id: 'channel-162',
3889
+ base_denom: 'stustars',
3890
+ chain_name: 'stride'
3891
+ },
3892
+ chain: {
3893
+ channel_id: 'channel-4'
3894
+ }
3895
+ }],
3896
+ logo_URIs: {
3897
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/ststars.png',
3898
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/ststars.svg'
3899
+ },
3900
+ coingecko_id: 'stride-staked-stars',
3901
+ images: [{
3902
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/ststars.png',
3903
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/ststars.svg'
3904
+ }]
3905
+ }, {
3906
+ denom_units: [{
3907
+ denom: 'ibc/7B6F0D13075610B5F794D30673CD1F4875B92F8389C56B91D714E8D879DCA143',
3908
+ exponent: 0,
3909
+ aliases: ['stuosmo']
3910
+ }, {
3911
+ denom: 'stosmo',
3912
+ exponent: 6
3913
+ }],
3914
+ base: 'ibc/7B6F0D13075610B5F794D30673CD1F4875B92F8389C56B91D714E8D879DCA143',
3915
+ name: 'Stride Staked OSMO',
3916
+ display: 'stosmo',
3917
+ symbol: 'stOSMO',
3918
+ traces: [{
3919
+ type: 'ibc',
3920
+ counterparty: {
3921
+ channel_id: 'channel-162',
3922
+ base_denom: 'stuosmo',
3923
+ chain_name: 'stride'
3924
+ },
3925
+ chain: {
3926
+ channel_id: 'channel-4'
3927
+ }
3928
+ }],
3929
+ logo_URIs: {
3930
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.png',
3931
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.svg'
3932
+ },
3933
+ coingecko_id: 'stride-staked-osmo',
3934
+ images: [{
3935
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.png',
3936
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.svg'
3937
+ }]
3938
+ }, {
3939
+ denom_units: [{
3940
+ denom: 'ibc/1C05FA4892344D49B509691AC4127BB961B17BE9E6E87B0E751D2E8FC380EFF3',
3941
+ exponent: 0,
3942
+ aliases: ['stujuno']
3943
+ }, {
3944
+ denom: 'stjuno',
3945
+ exponent: 6
3946
+ }],
3947
+ base: 'ibc/1C05FA4892344D49B509691AC4127BB961B17BE9E6E87B0E751D2E8FC380EFF3',
3948
+ name: 'Stride Staked JUNO',
3949
+ display: 'stjuno',
3950
+ symbol: 'stJUNO',
3951
+ traces: [{
3952
+ type: 'ibc',
3953
+ counterparty: {
3954
+ channel_id: 'channel-162',
3955
+ base_denom: 'stujuno',
3956
+ chain_name: 'stride'
3957
+ },
3958
+ chain: {
3959
+ channel_id: 'channel-4'
3960
+ }
3961
+ }],
3962
+ logo_URIs: {
3963
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stjuno.png',
3964
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stjuno.svg'
3965
+ },
3966
+ coingecko_id: 'stride-staked-juno',
3967
+ images: [{
3968
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stjuno.png',
3969
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stjuno.svg'
3970
+ }]
3971
+ }, {
3972
+ denom_units: [{
3973
+ denom: 'ibc/AE9636F988EB21C7B210FB59BADCB379C12C64E0237E3CCB20029213D8063624',
3974
+ exponent: 0,
3975
+ aliases: ['stuluna']
3976
+ }, {
3977
+ denom: 'stluna',
3978
+ exponent: 6
3979
+ }],
3980
+ base: 'ibc/AE9636F988EB21C7B210FB59BADCB379C12C64E0237E3CCB20029213D8063624',
3981
+ name: 'Stride Staked LUNA',
3982
+ display: 'stluna',
3983
+ symbol: 'stLUNA',
3984
+ traces: [{
3985
+ type: 'ibc',
3986
+ counterparty: {
3987
+ channel_id: 'channel-162',
3988
+ base_denom: 'stuluna',
3989
+ chain_name: 'stride'
3990
+ },
3991
+ chain: {
3992
+ channel_id: 'channel-4'
3993
+ }
3994
+ }],
3995
+ logo_URIs: {
3996
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stluna.png',
3997
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stluna.svg'
3998
+ },
3999
+ coingecko_id: 'stride-staked-luna',
4000
+ images: [{
4001
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stluna.png',
4002
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stluna.svg'
4003
+ }]
4004
+ }, {
4005
+ denom_units: [{
4006
+ denom: 'ibc/98CD8220D455FD16234135B4B8E05D94A4C5F160F43011784B9032C7D161E042',
4007
+ exponent: 0,
4008
+ aliases: ['stinj']
4009
+ }, {
4010
+ denom: 'stINJ',
4011
+ exponent: 18
4012
+ }],
4013
+ base: 'ibc/98CD8220D455FD16234135B4B8E05D94A4C5F160F43011784B9032C7D161E042',
4014
+ name: 'Stride Staked INJ',
4015
+ display: 'stINJ',
4016
+ symbol: 'stINJ',
4017
+ traces: [{
4018
+ type: 'ibc',
4019
+ counterparty: {
4020
+ channel_id: 'channel-162',
4021
+ base_denom: 'stinj',
4022
+ chain_name: 'stride'
4023
+ },
4024
+ chain: {
4025
+ channel_id: 'channel-4'
4026
+ }
4027
+ }],
4028
+ logo_URIs: {
4029
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stinj.png',
4030
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stinj.svg'
4031
+ },
4032
+ images: [{
4033
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stinj.png',
4034
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stinj.svg'
4035
+ }]
4036
+ }, {
4037
+ denom_units: [{
4038
+ denom: 'ibc/8E12F60604AA84A8BD7E83A7B336A90AB7606E1F2C05B8B6E683A5C2938C58AC',
4039
+ exponent: 0,
4040
+ aliases: ['staevmos']
4041
+ }, {
4042
+ denom: 'stevmos',
4043
+ exponent: 18
4044
+ }],
4045
+ base: 'ibc/8E12F60604AA84A8BD7E83A7B336A90AB7606E1F2C05B8B6E683A5C2938C58AC',
4046
+ name: 'Stride Staked EVMOS',
4047
+ display: 'stevmos',
4048
+ symbol: 'stEVMOS',
4049
+ traces: [{
4050
+ type: 'ibc',
4051
+ counterparty: {
4052
+ channel_id: 'channel-162',
4053
+ base_denom: 'staevmos',
4054
+ chain_name: 'stride'
4055
+ },
4056
+ chain: {
4057
+ channel_id: 'channel-4'
4058
+ }
4059
+ }],
4060
+ logo_URIs: {
4061
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stevmos.png',
4062
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stevmos.svg'
4063
+ },
4064
+ coingecko_id: 'stride-staked-evmos',
4065
+ images: [{
4066
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stevmos.png',
4067
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stevmos.svg'
4068
+ }]
4069
+ }, {
4070
+ denom_units: [{
4071
+ denom: 'ibc/BBD9E8FA457315748D084E397AC6959759AFB4224F554FF2FFC353654932FCBC',
4072
+ exponent: 0,
4073
+ aliases: ['stuumee']
4074
+ }, {
4075
+ denom: 'stumee',
4076
+ exponent: 6
4077
+ }],
4078
+ base: 'ibc/BBD9E8FA457315748D084E397AC6959759AFB4224F554FF2FFC353654932FCBC',
4079
+ name: 'Stride Staked UMEE',
4080
+ display: 'stumee',
4081
+ symbol: 'stUMEE',
4082
+ traces: [{
4083
+ type: 'ibc',
4084
+ counterparty: {
4085
+ channel_id: 'channel-162',
4086
+ base_denom: 'stuumee',
4087
+ chain_name: 'stride'
4088
+ },
4089
+ chain: {
4090
+ channel_id: 'channel-4'
4091
+ }
4092
+ }],
4093
+ logo_URIs: {
4094
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stumee.png',
4095
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stumee.svg'
4096
+ },
4097
+ coingecko_id: 'stride-staked-umee',
4098
+ images: [{
4099
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stumee.png',
4100
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stumee.svg'
4101
+ }]
4102
+ }, {
4103
+ denom_units: [{
4104
+ denom: 'ibc/9C5009B23D5272B1033ABEA2DECCC9CA7D76F2E1D3345DAAD35AF6FD23A701A8',
4105
+ exponent: 0,
4106
+ aliases: ['stucmdx']
4107
+ }, {
4108
+ denom: 'stcmdx',
4109
+ exponent: 6
4110
+ }],
4111
+ base: 'ibc/9C5009B23D5272B1033ABEA2DECCC9CA7D76F2E1D3345DAAD35AF6FD23A701A8',
4112
+ name: 'Stride Staked CMDX',
4113
+ display: 'stcmdx',
4114
+ symbol: 'stCMDX',
4115
+ traces: [{
4116
+ type: 'ibc',
4117
+ counterparty: {
4118
+ channel_id: 'channel-162',
4119
+ base_denom: 'stucmdx',
4120
+ chain_name: 'stride'
4121
+ },
4122
+ chain: {
4123
+ channel_id: 'channel-4'
4124
+ }
4125
+ }],
4126
+ logo_URIs: {
4127
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stcmdx.png',
4128
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stcmdx.svg'
4129
+ },
4130
+ images: [{
4131
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stcmdx.png',
4132
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stcmdx.svg'
4133
+ }]
4134
+ }, {
4135
+ denom_units: [{
4136
+ denom: 'ibc/BBFBD191D6780767E8252AE89C8A6D6D051014B5BF917EA3EBD8A25DA4A3AB8A',
4137
+ exponent: 0,
4138
+ aliases: ['stusomm']
4139
+ }, {
4140
+ denom: 'stsomm',
4141
+ exponent: 6
4142
+ }],
4143
+ base: 'ibc/BBFBD191D6780767E8252AE89C8A6D6D051014B5BF917EA3EBD8A25DA4A3AB8A',
4144
+ name: 'Stride Staked SOMM',
4145
+ display: 'stsomm',
4146
+ symbol: 'stSOMM',
4147
+ traces: [{
4148
+ type: 'ibc',
4149
+ counterparty: {
4150
+ channel_id: 'channel-162',
4151
+ base_denom: 'stusomm',
4152
+ chain_name: 'stride'
4153
+ },
4154
+ chain: {
4155
+ channel_id: 'channel-4'
4156
+ }
4157
+ }],
4158
+ logo_URIs: {
4159
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stsomm.png',
4160
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stsomm.svg'
4161
+ },
4162
+ coingecko_id: 'stride-staked-sommelier',
4163
+ images: [{
4164
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stsomm.png',
4165
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stsomm.svg'
4166
+ }]
4167
+ }, {
4168
+ description: 'The native staking token of Terra.',
4169
+ denom_units: [{
4170
+ denom: 'ibc/70541FE5CA74E84F51753FC9CABC86E88FBC8874EF554882F4E0407137C2E0E3',
4171
+ exponent: 0,
4172
+ aliases: ['uluna']
4173
+ }, {
4174
+ denom: 'luna',
4175
+ exponent: 6
4176
+ }],
4177
+ base: 'ibc/70541FE5CA74E84F51753FC9CABC86E88FBC8874EF554882F4E0407137C2E0E3',
4178
+ name: 'Luna',
4179
+ display: 'luna',
4180
+ symbol: 'LUNA',
4181
+ logo_URIs: {
4182
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.png',
4183
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.svg'
4184
+ },
4185
+ coingecko_id: 'terra-luna-2',
4186
+ images: [{
4187
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.png',
4188
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.svg'
4189
+ }],
4190
+ traces: [{
4191
+ type: 'ibc',
4192
+ counterparty: {
4193
+ channel_id: 'channel-300',
4194
+ base_denom: 'uluna',
4195
+ chain_name: 'terra2'
4196
+ },
4197
+ chain: {
4198
+ channel_id: 'channel-15'
4199
+ }
4200
+ }]
4201
+ }, {
4202
+ description: 'ERIS Alliance Staked ampWHALE on Terra',
4203
+ denom_units: [{
4204
+ denom: 'ibc/D1E44E6850916F9052E6C7494E710F42FF6C17AC8A199310F651B0661CE9A8DB',
4205
+ exponent: 0,
4206
+ aliases: ['factory/terra1j35ta0llaxcf55auv2cjqau5a7aee6g8fz7md7my7005cvh23jfsaw83dy/ampWHALEt']
4207
+ }, {
4208
+ denom: 'ampWHALEt',
4209
+ exponent: 6
4210
+ }],
4211
+ base: 'ibc/D1E44E6850916F9052E6C7494E710F42FF6C17AC8A199310F651B0661CE9A8DB',
4212
+ name: 'ERIS Alliance Staked ampWHALE',
4213
+ display: 'ampWHALEt',
4214
+ symbol: 'ampWHALEt',
4215
+ logo_URIs: {
4216
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/ampwhalet.svg'
4217
+ },
4218
+ images: [{
4219
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/ampwhalet.svg'
4220
+ }],
4221
+ traces: [{
4222
+ type: 'ibc',
4223
+ counterparty: {
4224
+ channel_id: 'channel-300',
4225
+ base_denom: 'factory/terra1j35ta0llaxcf55auv2cjqau5a7aee6g8fz7md7my7005cvh23jfsaw83dy/ampWHALEt',
4226
+ chain_name: 'terra2'
4227
+ },
4228
+ chain: {
4229
+ channel_id: 'channel-15'
4230
+ }
4231
+ }]
4232
+ }, {
4233
+ description: 'ERIS Alliance Staked boneWHALE on Terra',
4234
+ denom_units: [{
4235
+ denom: 'ibc/928776E0F53BE2D60795101A22499A15E61DDCDE5BEF765431F4192CB03A8A8E',
4236
+ exponent: 0,
4237
+ aliases: ['factory/terra10j3zrymfrkta2pxe0gklc79gu06tqyuy8c3kh6tqdsrrprsjqkrqzfl4df/boneWHALEt']
4238
+ }, {
4239
+ denom: 'boneWHALEt',
4240
+ exponent: 6
4241
+ }],
4242
+ base: 'ibc/928776E0F53BE2D60795101A22499A15E61DDCDE5BEF765431F4192CB03A8A8E',
4243
+ name: 'ERIS Alliance Staked boneWHALE',
4244
+ display: 'boneWHALEt',
4245
+ symbol: 'boneWHALEt',
4246
+ logo_URIs: {
4247
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/bonewhalet.svg'
4248
+ },
4249
+ images: [{
4250
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/bonewhalet.svg'
4251
+ }],
4252
+ traces: [{
4253
+ type: 'ibc',
4254
+ counterparty: {
4255
+ channel_id: 'channel-300',
4256
+ base_denom: 'factory/terra10j3zrymfrkta2pxe0gklc79gu06tqyuy8c3kh6tqdsrrprsjqkrqzfl4df/boneWHALEt',
4257
+ chain_name: 'terra2'
4258
+ },
4259
+ chain: {
4260
+ channel_id: 'channel-15'
4261
+ }
4262
+ }]
4263
+ }, {
4264
+ description: 'ERIS Liquid Enterprise Staked ROAR',
4265
+ denom_units: [{
4266
+ denom: 'ibc/7D66BB2F9DC8FF7DF3A0FDC4DEA020587A4C27343821AC23A12942EE5B2BEF9B',
4267
+ exponent: 0,
4268
+ aliases: ['factory/terra1vklefn7n6cchn0u962w3gaszr4vf52wjvd4y95t2sydwpmpdtszsqvk9wy/ampROAR']
4269
+ }, {
4270
+ denom: 'ampROAR',
4271
+ exponent: 6
4272
+ }],
4273
+ base: 'ibc/7D66BB2F9DC8FF7DF3A0FDC4DEA020587A4C27343821AC23A12942EE5B2BEF9B',
4274
+ name: 'ERIS Amplified ROAR',
4275
+ display: 'ampROAR',
4276
+ symbol: 'ampROAR',
4277
+ logo_URIs: {
4278
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/amproar.png'
4279
+ },
4280
+ images: [{
4281
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/amproar.png'
4282
+ }],
4283
+ traces: [{
4284
+ type: 'ibc',
4285
+ counterparty: {
4286
+ channel_id: 'channel-300',
4287
+ base_denom: 'factory/terra1vklefn7n6cchn0u962w3gaszr4vf52wjvd4y95t2sydwpmpdtszsqvk9wy/ampROAR',
4288
+ chain_name: 'terra2'
4289
+ },
4290
+ chain: {
4291
+ channel_id: 'channel-15'
4292
+ }
4293
+ }]
4294
+ }, {
4295
+ denom_units: [{
4296
+ denom: 'ibc/A5713E2635624815A7B63EAE7DE6739BD79EB02E3DC462366B87E90CAC1B00D7',
4297
+ exponent: 0,
4298
+ aliases: ['ibc/A356EC90DC3AE43D485514DA7260EDC7ABB5CFAA0654CE2524C739392975AD3C']
4299
+ }, {
4300
+ denom: 'factory/neutron1ug740qrkquxzrk2hh29qrlx3sktkfml3je7juusc2te7xmvsscns0n2wry/wstETH',
4301
+ exponent: 18
4302
+ }],
4303
+ type_asset: 'ics20',
4304
+ base: 'ibc/A5713E2635624815A7B63EAE7DE6739BD79EB02E3DC462366B87E90CAC1B00D7',
4305
+ name: 'Wrapped Lido Staked Ether',
4306
+ display: 'wstETH',
4307
+ symbol: 'wstETH',
4308
+ traces: [{
4309
+ type: 'ibc',
4310
+ counterparty: {
4311
+ channel_id: 'channel-300',
4312
+ base_denom: 'ibc/A356EC90DC3AE43D485514DA7260EDC7ABB5CFAA0654CE2524C739392975AD3C',
4313
+ chain_name: 'terra2'
4314
+ },
4315
+ chain: {
4316
+ channel_id: 'channel-15'
4317
+ }
4318
+ }],
4319
+ images: [{
4320
+ image_sync: {
4321
+ chain_name: 'neutron',
4322
+ base_denom: 'factory/neutron1ug740qrkquxzrk2hh29qrlx3sktkfml3je7juusc2te7xmvsscns0n2wry/wstETH'
4323
+ },
4324
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wsteth.svg'
4325
+ }],
4326
+ logo_URIs: {
4327
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wsteth.svg'
4328
+ }
4329
+ }]
4330
+ };
4331
+ var _default = exports["default"] = assets;