@chain-registry/assets 1.27.0 → 1.29.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (160) hide show
  1. package/CHANGELOG.md +536 -0
  2. package/main/asset_lists.js +13 -1
  3. package/main/index.js +41 -3
  4. package/main/mainnet/8ball.js +1454 -0
  5. package/main/mainnet/acrechain.js +5752 -0
  6. package/main/mainnet/agoric.js +4889 -0
  7. package/main/mainnet/aioz.js +1559 -0
  8. package/main/mainnet/akash.js +3628 -0
  9. package/main/mainnet/andromeda.js +1254 -0
  10. package/main/mainnet/archway.js +5657 -0
  11. package/main/mainnet/arkh.js +1454 -0
  12. package/main/mainnet/assetmantle.js +2692 -0
  13. package/main/mainnet/assets.js +127 -0
  14. package/main/mainnet/aura.js +3207 -0
  15. package/main/mainnet/axelar.js +6074 -0
  16. package/main/mainnet/bandchain.js +1489 -0
  17. package/main/mainnet/beezee.js +1454 -0
  18. package/main/mainnet/bitcanna.js +2292 -0
  19. package/main/mainnet/bitsong.js +1789 -0
  20. package/main/mainnet/bluzelle.js +1454 -0
  21. package/main/mainnet/bostrom.js +1454 -0
  22. package/main/mainnet/canto.js +1996 -0
  23. package/main/mainnet/carbon.js +4273 -0
  24. package/main/mainnet/celestia.js +4331 -0
  25. package/main/mainnet/cerberus.js +1454 -0
  26. package/main/mainnet/cheqd.js +1953 -0
  27. package/main/mainnet/chihuahua.js +2908 -0
  28. package/main/mainnet/comdex.js +3901 -0
  29. package/main/mainnet/composable.js +6383 -0
  30. package/main/mainnet/coreum.js +4757 -0
  31. package/main/mainnet/cosmoshub.js +9108 -0
  32. package/main/mainnet/crescent.js +7152 -0
  33. package/main/mainnet/cronos.js +182 -0
  34. package/main/mainnet/cryptoorgchain.js +2295 -0
  35. package/main/mainnet/cudos.js +1454 -0
  36. package/main/mainnet/decentr.js +1653 -0
  37. package/main/mainnet/desmos.js +1454 -0
  38. package/main/mainnet/dig.js +1650 -0
  39. package/main/mainnet/doravota.js +2670 -0
  40. package/main/mainnet/dydx.js +4361 -0
  41. package/main/mainnet/dyson.js +1454 -0
  42. package/main/mainnet/echelon.js +1454 -0
  43. package/main/mainnet/emoney.js +1789 -0
  44. package/main/mainnet/empowerchain.js +2663 -0
  45. package/main/mainnet/evmos.js +6529 -0
  46. package/main/mainnet/fetchhub.js +1454 -0
  47. package/main/mainnet/furya.js +2822 -0
  48. package/main/mainnet/fxcore.js +2737 -0
  49. package/main/mainnet/galaxy.js +1454 -0
  50. package/main/mainnet/gateway.js +2567 -0
  51. package/main/mainnet/genesisl1.js +1454 -0
  52. package/main/mainnet/gitopia.js +1454 -0
  53. package/main/mainnet/gravitybridge.js +3401 -0
  54. package/main/mainnet/haqq.js +3306 -0
  55. package/main/mainnet/impacthub.js +2832 -0
  56. package/main/mainnet/imversed.js +1454 -0
  57. package/main/mainnet/index.js +246 -0
  58. package/main/mainnet/injective.js +6344 -0
  59. package/main/mainnet/irisnet.js +2991 -0
  60. package/main/mainnet/jackal.js +3707 -0
  61. package/main/mainnet/juno.js +8171 -0
  62. package/main/mainnet/kava.js +4832 -0
  63. package/main/mainnet/kichain.js +1559 -0
  64. package/main/mainnet/konstellation.js +1454 -0
  65. package/main/mainnet/kujira.js +9086 -0
  66. package/main/mainnet/kyve.js +2558 -0
  67. package/main/mainnet/lambda.js +1454 -0
  68. package/main/mainnet/likecoin.js +1559 -0
  69. package/main/mainnet/lumenx.js +1454 -0
  70. package/main/mainnet/lumnetwork.js +1559 -0
  71. package/main/mainnet/mars.js +3598 -0
  72. package/main/mainnet/medasdigital.js +1488 -0
  73. package/main/mainnet/meme.js +1454 -0
  74. package/main/mainnet/microtick.js +1454 -0
  75. package/main/mainnet/migaloo.js +5951 -0
  76. package/main/mainnet/neutron.js +7834 -0
  77. package/main/mainnet/noble.js +5521 -0
  78. package/main/mainnet/nois.js +2281 -0
  79. package/main/mainnet/nolus.js +2195 -0
  80. package/main/mainnet/nomic.js +3172 -0
  81. package/main/mainnet/nyx.js +1791 -0
  82. package/main/mainnet/odin.js +2558 -0
  83. package/main/mainnet/okexchain.js +563 -0
  84. package/main/mainnet/omniflixhub.js +2741 -0
  85. package/main/mainnet/onomy.js +1454 -0
  86. package/main/mainnet/oraichain.js +1555 -0
  87. package/main/mainnet/osmosis.js +1 -0
  88. package/main/mainnet/panacea.js +1454 -0
  89. package/main/mainnet/passage.js +1454 -0
  90. package/main/mainnet/persistence.js +4490 -0
  91. package/main/mainnet/planq.js +2056 -0
  92. package/main/mainnet/point.js +116 -0
  93. package/main/mainnet/provenance.js +1454 -0
  94. package/main/mainnet/pundix.js +1523 -0
  95. package/main/mainnet/quasar.js +1454 -0
  96. package/main/mainnet/quicksilver.js +2563 -0
  97. package/main/mainnet/qwoyn.js +1491 -0
  98. package/main/mainnet/realio.js +2569 -0
  99. package/main/mainnet/rebus.js +1454 -0
  100. package/main/mainnet/regen.js +3303 -0
  101. package/main/mainnet/rizon.js +1454 -0
  102. package/main/mainnet/secretnetwork.js +10382 -0
  103. package/main/mainnet/sei.js +4466 -0
  104. package/main/mainnet/sentinel.js +2192 -0
  105. package/main/mainnet/sge.js +1454 -0
  106. package/main/mainnet/shareledger.js +1454 -0
  107. package/main/mainnet/shentu.js +1454 -0
  108. package/main/mainnet/sifchain.js +2354 -0
  109. package/main/mainnet/sommelier.js +4126 -0
  110. package/main/mainnet/source.js +1454 -0
  111. package/main/mainnet/stafihub.js +2985 -0
  112. package/main/mainnet/stargaze.js +5470 -0
  113. package/main/mainnet/starname.js +2090 -0
  114. package/main/mainnet/stride.js +6791 -0
  115. package/main/mainnet/teritori.js +2738 -0
  116. package/main/mainnet/terra.js +2015 -0
  117. package/main/mainnet/terra2.js +8134 -0
  118. package/main/mainnet/tgrade.js +1557 -0
  119. package/main/mainnet/umee.js +4119 -0
  120. package/main/mainnet/unification.js +1791 -0
  121. package/main/mainnet/uptick.js +150 -0
  122. package/main/mainnet/vidulum.js +1486 -0
  123. package/main/mainnet/xpla.js +1650 -0
  124. package/main/noncosmos/assets.js +11 -0
  125. package/main/noncosmos/composablepolkadot.js +140 -0
  126. package/main/noncosmos/index.js +13 -0
  127. package/main/noncosmos/picasso.js +185 -0
  128. package/main/testnet/akashtestnet.js +109 -0
  129. package/main/testnet/archwaytestnet.js +395 -0
  130. package/main/testnet/assets.js +38 -0
  131. package/main/testnet/axelartestnet.js +533 -0
  132. package/main/testnet/celestiatestnet3.js +147 -0
  133. package/main/testnet/chain4energytestnet.js +81 -0
  134. package/main/testnet/composabletestnet.js +81 -0
  135. package/main/testnet/cosmoshubtestnet.js +281 -0
  136. package/main/testnet/doravotatestnet.js +81 -0
  137. package/main/testnet/dydxtestnet.js +292 -0
  138. package/main/testnet/empowertestnet.js +146 -0
  139. package/main/testnet/entrypointtestnet.js +81 -0
  140. package/main/testnet/impacthubtestnet.js +81 -0
  141. package/main/testnet/index.js +67 -0
  142. package/main/testnet/injectivetestnet.js +115 -0
  143. package/main/testnet/junotestnet.js +185 -0
  144. package/main/testnet/kyvetestnet.js +81 -0
  145. package/main/testnet/likecointestnet.js +81 -0
  146. package/main/testnet/marstestnet.js +151 -0
  147. package/main/testnet/neutrontestnet.js +181 -0
  148. package/main/testnet/nobletestnet.js +296 -0
  149. package/main/testnet/noistestnet.js +175 -0
  150. package/main/testnet/nolustestnet.js +114 -0
  151. package/main/testnet/osmosistestnet.js +1438 -0
  152. package/main/testnet/osmosistestnet4.js +504 -0
  153. package/main/testnet/persistencetestnet2.js +395 -0
  154. package/main/testnet/quicksilvertestnet.js +81 -0
  155. package/main/testnet/sagatestnet.js +362 -0
  156. package/main/testnet/sgetestnet.js +81 -0
  157. package/main/testnet/stargazetestnet.js +146 -0
  158. package/main/testnet/xiontestnet.js +476 -0
  159. package/package.json +10 -11
  160. package/types/index.d.ts +1 -1
@@ -0,0 +1,1489 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports["default"] = void 0;
7
+ var assets = {
8
+ chain_name: 'bandchain',
9
+ assets: [{
10
+ description: 'The native token of Coreum',
11
+ denom_units: [{
12
+ denom: 'ibc/B1C1F38CD3DD068952FE0A274450F02019BC0CA7852B65D13269C2CAAD371B99',
13
+ exponent: 0,
14
+ aliases: ['ucore']
15
+ }, {
16
+ denom: 'core',
17
+ exponent: 6
18
+ }],
19
+ base: 'ibc/B1C1F38CD3DD068952FE0A274450F02019BC0CA7852B65D13269C2CAAD371B99',
20
+ name: 'Coreum',
21
+ display: 'core',
22
+ symbol: 'COREUM',
23
+ logo_URIs: {
24
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.png',
25
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.svg'
26
+ },
27
+ coingecko_id: 'coreum',
28
+ keywords: ['dex', 'staking', 'wasm', 'assets', 'nft'],
29
+ images: [{
30
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.png',
31
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.svg'
32
+ }],
33
+ traces: [{
34
+ type: 'ibc',
35
+ counterparty: {
36
+ channel_id: 'channel-20',
37
+ base_denom: 'ucore',
38
+ chain_name: 'coreum'
39
+ },
40
+ chain: {
41
+ channel_id: 'channel-159'
42
+ }
43
+ }]
44
+ }, {
45
+ description: 'The native token of Osmosis',
46
+ denom_units: [{
47
+ denom: 'ibc/6B8531505147C9FF2AC90BC096AEC5D8E77EE3582874640FA5FE4E4FB382D2AC',
48
+ exponent: 0,
49
+ aliases: ['uosmo']
50
+ }, {
51
+ denom: 'osmo',
52
+ exponent: 6
53
+ }],
54
+ base: 'ibc/6B8531505147C9FF2AC90BC096AEC5D8E77EE3582874640FA5FE4E4FB382D2AC',
55
+ name: 'Osmosis',
56
+ display: 'osmo',
57
+ symbol: 'OSMO',
58
+ logo_URIs: {
59
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
60
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
61
+ },
62
+ coingecko_id: 'osmosis',
63
+ keywords: ['dex', 'staking'],
64
+ images: [{
65
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
66
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
67
+ }],
68
+ traces: [{
69
+ type: 'ibc',
70
+ counterparty: {
71
+ channel_id: 'channel-148',
72
+ base_denom: 'uosmo',
73
+ chain_name: 'osmosis'
74
+ },
75
+ chain: {
76
+ channel_id: 'channel-83'
77
+ }
78
+ }]
79
+ }, {
80
+ denom_units: [{
81
+ denom: 'ibc/1005CD468908E4EB83A7E3D4A68E90128D073E3A85611B8B424320F306C508E1',
82
+ exponent: 0,
83
+ aliases: ['uion']
84
+ }, {
85
+ denom: 'ion',
86
+ exponent: 6
87
+ }],
88
+ base: 'ibc/1005CD468908E4EB83A7E3D4A68E90128D073E3A85611B8B424320F306C508E1',
89
+ name: 'Ion DAO',
90
+ display: 'ion',
91
+ symbol: 'ION',
92
+ logo_URIs: {
93
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
94
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
95
+ },
96
+ coingecko_id: 'ion',
97
+ keywords: ['memecoin'],
98
+ images: [{
99
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
100
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
101
+ }],
102
+ traces: [{
103
+ type: 'ibc',
104
+ counterparty: {
105
+ channel_id: 'channel-148',
106
+ base_denom: 'uion',
107
+ chain_name: 'osmosis'
108
+ },
109
+ chain: {
110
+ channel_id: 'channel-83'
111
+ }
112
+ }]
113
+ }, {
114
+ denom_units: [{
115
+ denom: 'ibc/0965EC2EBA2FC28E43A1917CEBF75AAA49735C338CA82A9988C89E5384E3F1D0',
116
+ exponent: 0,
117
+ aliases: ['factory/osmo14klwqgkmackvx2tqa0trtg69dmy0nrg4ntq4gjgw2za4734r5seqjqm4gm/uibcx']
118
+ }, {
119
+ denom: 'ibcx',
120
+ exponent: 6
121
+ }],
122
+ address: 'osmo14klwqgkmackvx2tqa0trtg69dmy0nrg4ntq4gjgw2za4734r5seqjqm4gm',
123
+ base: 'ibc/0965EC2EBA2FC28E43A1917CEBF75AAA49735C338CA82A9988C89E5384E3F1D0',
124
+ name: 'IBC Index',
125
+ display: 'ibcx',
126
+ symbol: 'IBCX',
127
+ logo_URIs: {
128
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ibcx.svg'
129
+ },
130
+ coingecko_id: 'ibc-index',
131
+ images: [{
132
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ibcx.svg'
133
+ }],
134
+ traces: [{
135
+ type: 'ibc',
136
+ counterparty: {
137
+ channel_id: 'channel-148',
138
+ base_denom: 'factory/osmo14klwqgkmackvx2tqa0trtg69dmy0nrg4ntq4gjgw2za4734r5seqjqm4gm/uibcx',
139
+ chain_name: 'osmosis'
140
+ },
141
+ chain: {
142
+ channel_id: 'channel-83'
143
+ }
144
+ }]
145
+ }, {
146
+ denom_units: [{
147
+ denom: 'ibc/3DF15274E3AB88D86EC9AF1D6E7338163919020DFAFB1A1DFA4792363E5AB0D0',
148
+ exponent: 0,
149
+ aliases: ['factory/osmo1xqw2sl9zk8a6pch0csaw78n4swg5ws8t62wc5qta4gnjxfqg6v2qcs243k/stuibcx']
150
+ }, {
151
+ denom: 'stibcx',
152
+ exponent: 6
153
+ }],
154
+ address: 'osmo1xqw2sl9zk8a6pch0csaw78n4swg5ws8t62wc5qta4gnjxfqg6v2qcs243k',
155
+ base: 'ibc/3DF15274E3AB88D86EC9AF1D6E7338163919020DFAFB1A1DFA4792363E5AB0D0',
156
+ name: 'Staked IBCX',
157
+ display: 'stibcx',
158
+ symbol: 'stIBCX',
159
+ logo_URIs: {
160
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/stibcx.png',
161
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/stibcx.svg'
162
+ },
163
+ images: [{
164
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/stibcx.png',
165
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/stibcx.svg'
166
+ }],
167
+ traces: [{
168
+ type: 'ibc',
169
+ counterparty: {
170
+ channel_id: 'channel-148',
171
+ base_denom: 'factory/osmo1xqw2sl9zk8a6pch0csaw78n4swg5ws8t62wc5qta4gnjxfqg6v2qcs243k/stuibcx',
172
+ chain_name: 'osmosis'
173
+ },
174
+ chain: {
175
+ channel_id: 'channel-83'
176
+ }
177
+ }]
178
+ }, {
179
+ denom_units: [{
180
+ denom: 'ibc/19AB326FD34DA84A279EADF91977955CF12BE777DCC60945461FACBB84E5D2AC',
181
+ exponent: 0,
182
+ aliases: ['ibc/D189335C6E4A68B513C10AB227BF1C1D38C746766278BA3EEB4FB14124F1D858']
183
+ }, {
184
+ denom: 'usdc',
185
+ exponent: 6
186
+ }],
187
+ type_asset: 'ics20',
188
+ base: 'ibc/19AB326FD34DA84A279EADF91977955CF12BE777DCC60945461FACBB84E5D2AC',
189
+ name: 'Axelar USD Coin',
190
+ display: 'usdc',
191
+ symbol: 'USDC.axl',
192
+ traces: [{
193
+ type: 'ibc',
194
+ counterparty: {
195
+ channel_id: 'channel-148',
196
+ base_denom: 'ibc/D189335C6E4A68B513C10AB227BF1C1D38C746766278BA3EEB4FB14124F1D858',
197
+ chain_name: 'osmosis'
198
+ },
199
+ chain: {
200
+ channel_id: 'channel-83'
201
+ }
202
+ }],
203
+ images: [{
204
+ image_sync: {
205
+ chain_name: 'axelar',
206
+ base_denom: 'uusdc'
207
+ },
208
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.png',
209
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg'
210
+ }],
211
+ logo_URIs: {
212
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.png',
213
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg'
214
+ }
215
+ }, {
216
+ denom_units: [{
217
+ denom: 'ibc/10574510CC9E0AD8EB6ED3B0450FB1691414E9FCDB73408AFDBF675FC58D53AF',
218
+ exponent: 0,
219
+ aliases: ['ibc/0B3C3D06228578334B66B57FBFBA4033216CEB8119B27ACDEE18D92DA5B28D43']
220
+ }, {
221
+ denom: 'avalanche-usdc',
222
+ exponent: 6
223
+ }],
224
+ type_asset: 'ics20',
225
+ base: 'ibc/10574510CC9E0AD8EB6ED3B0450FB1691414E9FCDB73408AFDBF675FC58D53AF',
226
+ name: 'Wormhole USDC(Avalanche)',
227
+ display: 'avalanche-usdc',
228
+ symbol: 'avalanche.USDC.wh',
229
+ traces: [{
230
+ type: 'ibc',
231
+ counterparty: {
232
+ channel_id: 'channel-148',
233
+ base_denom: 'ibc/0B3C3D06228578334B66B57FBFBA4033216CEB8119B27ACDEE18D92DA5B28D43',
234
+ chain_name: 'osmosis'
235
+ },
236
+ chain: {
237
+ channel_id: 'channel-83'
238
+ }
239
+ }],
240
+ images: [{
241
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.hole.png',
242
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.hole.svg'
243
+ }],
244
+ logo_URIs: {
245
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.hole.png',
246
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.hole.svg'
247
+ }
248
+ }, {
249
+ denom_units: [{
250
+ denom: 'ibc/0035397DE25CE814AEA47AA8E930E33918AB008B642B40E85EAAB4EFA6FBB029',
251
+ exponent: 0,
252
+ aliases: ['ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4']
253
+ }, {
254
+ denom: 'usdc',
255
+ exponent: 6
256
+ }],
257
+ type_asset: 'ics20',
258
+ base: 'ibc/0035397DE25CE814AEA47AA8E930E33918AB008B642B40E85EAAB4EFA6FBB029',
259
+ name: 'Noble USD Coin',
260
+ display: 'usdc',
261
+ symbol: 'USDC',
262
+ traces: [{
263
+ type: 'ibc',
264
+ counterparty: {
265
+ channel_id: 'channel-148',
266
+ base_denom: 'ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4',
267
+ chain_name: 'osmosis'
268
+ },
269
+ chain: {
270
+ channel_id: 'channel-83'
271
+ }
272
+ }],
273
+ images: [{
274
+ image_sync: {
275
+ chain_name: 'noble',
276
+ base_denom: 'uusdc'
277
+ },
278
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png',
279
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg'
280
+ }],
281
+ logo_URIs: {
282
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png',
283
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg'
284
+ }
285
+ }, {
286
+ denom_units: [{
287
+ denom: 'ibc/7ABDEDA6745F7438410348C0D43EAF8C203C390951D2970A2D49F938266BDDEF',
288
+ exponent: 0,
289
+ aliases: ['ibc/D176154B0C63D1F9C6DCFB4F70349EBF2E2B5A87A05902F57A6AE92B863E9AEC']
290
+ }, {
291
+ denom: 'stosmo',
292
+ exponent: 6
293
+ }],
294
+ type_asset: 'ics20',
295
+ base: 'ibc/7ABDEDA6745F7438410348C0D43EAF8C203C390951D2970A2D49F938266BDDEF',
296
+ name: 'stOSMO',
297
+ display: 'stosmo',
298
+ symbol: 'stOSMO',
299
+ traces: [{
300
+ type: 'ibc',
301
+ counterparty: {
302
+ channel_id: 'channel-148',
303
+ base_denom: 'ibc/D176154B0C63D1F9C6DCFB4F70349EBF2E2B5A87A05902F57A6AE92B863E9AEC',
304
+ chain_name: 'osmosis'
305
+ },
306
+ chain: {
307
+ channel_id: 'channel-83'
308
+ }
309
+ }],
310
+ images: [{
311
+ image_sync: {
312
+ chain_name: 'stride',
313
+ base_denom: 'stuosmo'
314
+ },
315
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.png',
316
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.svg'
317
+ }],
318
+ logo_URIs: {
319
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.png',
320
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.svg'
321
+ }
322
+ }, {
323
+ denom_units: [{
324
+ denom: 'ibc/6BFAF9CA209F639EAF47C78F332C14D04706BDA0988133731E0D7C301D9FD794',
325
+ exponent: 0,
326
+ aliases: ['ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2']
327
+ }, {
328
+ denom: 'atom',
329
+ exponent: 6
330
+ }],
331
+ type_asset: 'ics20',
332
+ base: 'ibc/6BFAF9CA209F639EAF47C78F332C14D04706BDA0988133731E0D7C301D9FD794',
333
+ name: 'Cosmos Hub Atom',
334
+ display: 'atom',
335
+ symbol: 'ATOM',
336
+ traces: [{
337
+ type: 'ibc',
338
+ counterparty: {
339
+ channel_id: 'channel-148',
340
+ base_denom: 'ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2',
341
+ chain_name: 'osmosis'
342
+ },
343
+ chain: {
344
+ channel_id: 'channel-83'
345
+ }
346
+ }],
347
+ images: [{
348
+ image_sync: {
349
+ chain_name: 'cosmoshub',
350
+ base_denom: 'uatom'
351
+ },
352
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
353
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
354
+ }],
355
+ logo_URIs: {
356
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
357
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
358
+ }
359
+ }, {
360
+ denom_units: [{
361
+ denom: 'ibc/81C7E1C39B40CE7C37FDE847CC1A3F0F366F93B83B57CAECDF009ACEBBCEDB34',
362
+ exponent: 0,
363
+ aliases: ['ibc/C140AFD542AE77BD7DCC83F13FDD8C5E5BB8C4929785E6EC2F4C636F98F17901']
364
+ }, {
365
+ denom: 'statom',
366
+ exponent: 6
367
+ }],
368
+ type_asset: 'ics20',
369
+ base: 'ibc/81C7E1C39B40CE7C37FDE847CC1A3F0F366F93B83B57CAECDF009ACEBBCEDB34',
370
+ name: 'stATOM',
371
+ display: 'statom',
372
+ symbol: 'stATOM',
373
+ traces: [{
374
+ type: 'ibc',
375
+ counterparty: {
376
+ channel_id: 'channel-148',
377
+ base_denom: 'ibc/C140AFD542AE77BD7DCC83F13FDD8C5E5BB8C4929785E6EC2F4C636F98F17901',
378
+ chain_name: 'osmosis'
379
+ },
380
+ chain: {
381
+ channel_id: 'channel-83'
382
+ }
383
+ }],
384
+ images: [{
385
+ image_sync: {
386
+ chain_name: 'stride',
387
+ base_denom: 'stuatom'
388
+ },
389
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.png',
390
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.svg'
391
+ }],
392
+ logo_URIs: {
393
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.png',
394
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.svg'
395
+ }
396
+ }, {
397
+ denom_units: [{
398
+ denom: 'ibc/C64EB2CD1BDFA3BB2B15139FDECD2F7A5CDF7B90BE15C81ACAE58931FB61A966',
399
+ exponent: 0,
400
+ aliases: ['ibc/EA1D43981D5C9A1C4AAEA9C23BB1D4FA126BA9BC7020A25E0AE4AA841EA25DC5']
401
+ }, {
402
+ denom: 'weth',
403
+ exponent: 18
404
+ }],
405
+ type_asset: 'ics20',
406
+ base: 'ibc/C64EB2CD1BDFA3BB2B15139FDECD2F7A5CDF7B90BE15C81ACAE58931FB61A966',
407
+ name: 'Wrapped Ether',
408
+ display: 'weth',
409
+ symbol: 'ETH',
410
+ traces: [{
411
+ type: 'ibc',
412
+ counterparty: {
413
+ channel_id: 'channel-148',
414
+ base_denom: 'ibc/EA1D43981D5C9A1C4AAEA9C23BB1D4FA126BA9BC7020A25E0AE4AA841EA25DC5',
415
+ chain_name: 'osmosis'
416
+ },
417
+ chain: {
418
+ channel_id: 'channel-83'
419
+ }
420
+ }],
421
+ images: [{
422
+ image_sync: {
423
+ chain_name: 'axelar',
424
+ base_denom: 'weth-wei'
425
+ },
426
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/weth.png'
427
+ }],
428
+ logo_URIs: {
429
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/weth.png'
430
+ }
431
+ }, {
432
+ denom_units: [{
433
+ denom: 'ibc/9B1661AFC614486D2B3B3330A4523A6E9BAEF57510013BFEFD1C18EB389C73FF',
434
+ exponent: 0,
435
+ aliases: ['ibc/D1542AA8762DB13087D8364F3EA6509FD6F009A34F00426AF9E4F9FA85CBBF1F']
436
+ }, {
437
+ denom: 'wbtc',
438
+ exponent: 8
439
+ }],
440
+ type_asset: 'ics20',
441
+ base: 'ibc/9B1661AFC614486D2B3B3330A4523A6E9BAEF57510013BFEFD1C18EB389C73FF',
442
+ name: 'Wrapped Bitcoin (Axelar)',
443
+ display: 'wbtc',
444
+ symbol: 'WBTC.axl',
445
+ traces: [{
446
+ type: 'ibc',
447
+ counterparty: {
448
+ channel_id: 'channel-148',
449
+ base_denom: 'ibc/D1542AA8762DB13087D8364F3EA6509FD6F009A34F00426AF9E4F9FA85CBBF1F',
450
+ chain_name: 'osmosis'
451
+ },
452
+ chain: {
453
+ channel_id: 'channel-83'
454
+ }
455
+ }],
456
+ images: [{
457
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.svg',
458
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.png'
459
+ }, {
460
+ image_sync: {
461
+ chain_name: 'axelar',
462
+ base_denom: 'wbtc-satoshi'
463
+ },
464
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/wbtc.png'
465
+ }],
466
+ logo_URIs: {
467
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.svg',
468
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.png'
469
+ }
470
+ }, {
471
+ description: 'ERIS liquid staked OSMO',
472
+ denom_units: [{
473
+ denom: 'ibc/9DC1A94011DD675C98681D144F344E3EAC9EB0D1C50FFD7408E7FC4EDF3A437A',
474
+ exponent: 0,
475
+ aliases: ['factory/osmo1dv8wz09tckslr2wy5z86r46dxvegylhpt97r9yd6qc3kyc6tv42qa89dr9/ampOSMO']
476
+ }, {
477
+ denom: 'ampOSMO',
478
+ exponent: 6
479
+ }],
480
+ address: 'osmo1dv8wz09tckslr2wy5z86r46dxvegylhpt97r9yd6qc3kyc6tv42qa89dr9',
481
+ base: 'ibc/9DC1A94011DD675C98681D144F344E3EAC9EB0D1C50FFD7408E7FC4EDF3A437A',
482
+ name: 'ERIS Amplified OSMO',
483
+ display: 'ampOSMO',
484
+ symbol: 'ampOSMO',
485
+ logo_URIs: {
486
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/amposmo.png'
487
+ },
488
+ images: [{
489
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/amposmo.png'
490
+ }],
491
+ traces: [{
492
+ type: 'ibc',
493
+ counterparty: {
494
+ channel_id: 'channel-148',
495
+ base_denom: 'factory/osmo1dv8wz09tckslr2wy5z86r46dxvegylhpt97r9yd6qc3kyc6tv42qa89dr9/ampOSMO',
496
+ chain_name: 'osmosis'
497
+ },
498
+ chain: {
499
+ channel_id: 'channel-83'
500
+ }
501
+ }]
502
+ }, {
503
+ description: 'Tether USDT on Osmosis',
504
+ denom_units: [{
505
+ denom: 'ibc/D6F125712F3750AAF43B68861874DC4F5FD8B86F66EFC7CDD6C8E08B8075F6CA',
506
+ exponent: 0,
507
+ aliases: ['ibc/4ABBEF4C8926DDDB320AE5188CFD63267ABBCEFC0583E4AE05D6E5AA2401DDAB']
508
+ }, {
509
+ denom: 'usdt',
510
+ exponent: 6
511
+ }],
512
+ type_asset: 'ics20',
513
+ base: 'ibc/D6F125712F3750AAF43B68861874DC4F5FD8B86F66EFC7CDD6C8E08B8075F6CA',
514
+ name: 'Tether USDT',
515
+ display: 'usdt',
516
+ symbol: 'USDT',
517
+ traces: [{
518
+ type: 'ibc',
519
+ counterparty: {
520
+ channel_id: 'channel-148',
521
+ base_denom: 'ibc/4ABBEF4C8926DDDB320AE5188CFD63267ABBCEFC0583E4AE05D6E5AA2401DDAB',
522
+ chain_name: 'osmosis'
523
+ },
524
+ chain: {
525
+ channel_id: 'channel-83'
526
+ }
527
+ }],
528
+ images: [{
529
+ image_sync: {
530
+ chain_name: 'kava',
531
+ base_denom: 'erc20/tether/usdt'
532
+ },
533
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
534
+ }],
535
+ logo_URIs: {
536
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
537
+ }
538
+ }, {
539
+ description: "Membrane's CDP-style stablecoin called CDT",
540
+ denom_units: [{
541
+ denom: 'ibc/67E15DEDB237DBDF62286F4273522588B7772251E2262FB7FBA644D4752C1CD0',
542
+ exponent: 0,
543
+ aliases: ['factory/osmo1s794h9rxggytja3a4pmwul53u98k06zy2qtrdvjnfuxruh7s8yjs6cyxgd/ucdt']
544
+ }, {
545
+ denom: 'cdt',
546
+ exponent: 6
547
+ }],
548
+ base: 'ibc/67E15DEDB237DBDF62286F4273522588B7772251E2262FB7FBA644D4752C1CD0',
549
+ name: 'CDT Stablecoin',
550
+ display: 'cdt',
551
+ symbol: 'CDT',
552
+ logo_URIs: {
553
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/CDT.svg'
554
+ },
555
+ coingecko_id: 'collateralized-debt-token',
556
+ images: [{
557
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/CDT.svg'
558
+ }],
559
+ traces: [{
560
+ type: 'ibc',
561
+ counterparty: {
562
+ channel_id: 'channel-148',
563
+ base_denom: 'factory/osmo1s794h9rxggytja3a4pmwul53u98k06zy2qtrdvjnfuxruh7s8yjs6cyxgd/ucdt',
564
+ chain_name: 'osmosis'
565
+ },
566
+ chain: {
567
+ channel_id: 'channel-83'
568
+ }
569
+ }]
570
+ }, {
571
+ description: "Membrane's protocol token",
572
+ denom_units: [{
573
+ denom: 'ibc/3D9FAA98C15C9F7EA33122F2CA14956FEA0B307C48629A6BC9A5B413E2743F1A',
574
+ exponent: 0,
575
+ aliases: ['factory/osmo1s794h9rxggytja3a4pmwul53u98k06zy2qtrdvjnfuxruh7s8yjs6cyxgd/umbrn']
576
+ }, {
577
+ denom: 'mbrn',
578
+ exponent: 6
579
+ }],
580
+ base: 'ibc/3D9FAA98C15C9F7EA33122F2CA14956FEA0B307C48629A6BC9A5B413E2743F1A',
581
+ name: 'Membrane',
582
+ display: 'mbrn',
583
+ symbol: 'MBRN',
584
+ logo_URIs: {
585
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/MBRN.svg'
586
+ },
587
+ coingecko_id: 'membrane',
588
+ images: [{
589
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/MBRN.svg'
590
+ }],
591
+ traces: [{
592
+ type: 'ibc',
593
+ counterparty: {
594
+ channel_id: 'channel-148',
595
+ base_denom: 'factory/osmo1s794h9rxggytja3a4pmwul53u98k06zy2qtrdvjnfuxruh7s8yjs6cyxgd/umbrn',
596
+ chain_name: 'osmosis'
597
+ },
598
+ chain: {
599
+ channel_id: 'channel-83'
600
+ }
601
+ }]
602
+ }, {
603
+ description: 'TIA on Osmosis',
604
+ denom_units: [{
605
+ denom: 'ibc/52C60346B7C19C8267E4CF26A305BDFACF998E37EC4455BC73351FFBA023AD86',
606
+ exponent: 0,
607
+ aliases: ['ibc/D79E7D83AB399BFFF93433E54FAA480C191248FC556924A2A8351AE2638B3877']
608
+ }, {
609
+ denom: 'tia',
610
+ exponent: 6
611
+ }],
612
+ type_asset: 'ics20',
613
+ base: 'ibc/52C60346B7C19C8267E4CF26A305BDFACF998E37EC4455BC73351FFBA023AD86',
614
+ name: 'Celestia TIA',
615
+ display: 'tia',
616
+ symbol: 'TIA',
617
+ traces: [{
618
+ type: 'ibc',
619
+ counterparty: {
620
+ channel_id: 'channel-148',
621
+ base_denom: 'ibc/D79E7D83AB399BFFF93433E54FAA480C191248FC556924A2A8351AE2638B3877',
622
+ chain_name: 'osmosis'
623
+ },
624
+ chain: {
625
+ channel_id: 'channel-83'
626
+ }
627
+ }],
628
+ images: [{
629
+ image_sync: {
630
+ chain_name: 'celestia',
631
+ base_denom: 'utia'
632
+ },
633
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png',
634
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg'
635
+ }],
636
+ logo_URIs: {
637
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png',
638
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg'
639
+ }
640
+ }, {
641
+ description: 'Margined Power Token sqOSMO',
642
+ denom_units: [{
643
+ denom: 'ibc/147B11D0E46FA8744991CC8A7C6D5F2FA488C939443C00AEC81FC312102F2B0C',
644
+ exponent: 0,
645
+ aliases: ['factory/osmo1g8qypve6l95xmhgc0fddaecerffymsl7kn9muw/squosmo']
646
+ }, {
647
+ denom: 'sqosmo',
648
+ exponent: 6
649
+ }],
650
+ base: 'ibc/147B11D0E46FA8744991CC8A7C6D5F2FA488C939443C00AEC81FC312102F2B0C',
651
+ name: 'OSMO Squared',
652
+ display: 'sqosmo',
653
+ symbol: 'sqOSMO',
654
+ logo_URIs: {
655
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sqosmo.svg'
656
+ },
657
+ images: [{
658
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sqosmo.svg'
659
+ }],
660
+ traces: [{
661
+ type: 'ibc',
662
+ counterparty: {
663
+ channel_id: 'channel-148',
664
+ base_denom: 'factory/osmo1g8qypve6l95xmhgc0fddaecerffymsl7kn9muw/squosmo',
665
+ chain_name: 'osmosis'
666
+ },
667
+ chain: {
668
+ channel_id: 'channel-83'
669
+ }
670
+ }]
671
+ }, {
672
+ description: 'NOIS on Osmosis',
673
+ denom_units: [{
674
+ denom: 'ibc/8B9D11585FFF571D4018BF329B834CC4E7E5667D80FDA745566906B9C6CD5716',
675
+ exponent: 0,
676
+ aliases: ['ibc/6928AFA9EA721938FED13B051F9DBF1272B16393D20C49EA5E4901BB76D94A90']
677
+ }, {
678
+ denom: 'nois',
679
+ exponent: 6
680
+ }],
681
+ type_asset: 'ics20',
682
+ base: 'ibc/8B9D11585FFF571D4018BF329B834CC4E7E5667D80FDA745566906B9C6CD5716',
683
+ name: 'Nois NOIS',
684
+ display: 'nois',
685
+ symbol: 'NOIS',
686
+ traces: [{
687
+ type: 'ibc',
688
+ counterparty: {
689
+ channel_id: 'channel-148',
690
+ base_denom: 'ibc/6928AFA9EA721938FED13B051F9DBF1272B16393D20C49EA5E4901BB76D94A90',
691
+ chain_name: 'osmosis'
692
+ },
693
+ chain: {
694
+ channel_id: 'channel-83'
695
+ }
696
+ }],
697
+ images: [{
698
+ image_sync: {
699
+ chain_name: 'nois',
700
+ base_denom: 'unois'
701
+ },
702
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.png',
703
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.svg'
704
+ }],
705
+ logo_URIs: {
706
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.png',
707
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.svg'
708
+ }
709
+ }, {
710
+ description: 'Margined Power Token sqBTC',
711
+ denom_units: [{
712
+ denom: 'ibc/28AB9D6A7D84BA792745FE5418064C41A8A22F8425C8465AFE24C3D554A86AF2',
713
+ exponent: 0,
714
+ aliases: ['factory/osmo1g8qypve6l95xmhgc0fddaecerffymsl7kn9muw/sqbtc']
715
+ }, {
716
+ denom: 'sqbtc',
717
+ exponent: 6
718
+ }],
719
+ base: 'ibc/28AB9D6A7D84BA792745FE5418064C41A8A22F8425C8465AFE24C3D554A86AF2',
720
+ name: 'BTC Squared',
721
+ display: 'sqbtc',
722
+ symbol: 'sqBTC',
723
+ logo_URIs: {
724
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sqbtc.svg'
725
+ },
726
+ images: [{
727
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sqbtc.svg'
728
+ }],
729
+ traces: [{
730
+ type: 'ibc',
731
+ counterparty: {
732
+ channel_id: 'channel-148',
733
+ base_denom: 'factory/osmo1g8qypve6l95xmhgc0fddaecerffymsl7kn9muw/sqbtc',
734
+ chain_name: 'osmosis'
735
+ },
736
+ chain: {
737
+ channel_id: 'channel-83'
738
+ }
739
+ }]
740
+ }, {
741
+ description: 'Margined Power Token sqATOM',
742
+ denom_units: [{
743
+ denom: 'ibc/94CD6F7290C1328013F2A3AC6AAADBD110FD44D51EDC130DD3D6DD92123BB7EC',
744
+ exponent: 0,
745
+ aliases: ['factory/osmo1g8qypve6l95xmhgc0fddaecerffymsl7kn9muw/sqatom']
746
+ }, {
747
+ denom: 'sqatom',
748
+ exponent: 6
749
+ }],
750
+ base: 'ibc/94CD6F7290C1328013F2A3AC6AAADBD110FD44D51EDC130DD3D6DD92123BB7EC',
751
+ name: 'ATOM Squared',
752
+ display: 'sqatom',
753
+ symbol: 'sqATOM',
754
+ logo_URIs: {
755
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sqatom.svg'
756
+ },
757
+ images: [{
758
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sqatom.svg'
759
+ }],
760
+ traces: [{
761
+ type: 'ibc',
762
+ counterparty: {
763
+ channel_id: 'channel-148',
764
+ base_denom: 'factory/osmo1g8qypve6l95xmhgc0fddaecerffymsl7kn9muw/sqatom',
765
+ chain_name: 'osmosis'
766
+ },
767
+ chain: {
768
+ channel_id: 'channel-83'
769
+ }
770
+ }]
771
+ }, {
772
+ description: 'CRO is the native token of the Crypto.org Chain, referred to as Native CRO.',
773
+ denom_units: [{
774
+ denom: 'ibc/12724BBF9CD0A67D0A67718BB9ADA47D4E80201720EDF43E52C0BE6FD67F3400',
775
+ exponent: 0,
776
+ aliases: ['ibc/E6931F78057F7CC5DA0FD6CEF82FF39373A6E0452BF1FD76910B93292CF356C1']
777
+ }, {
778
+ denom: 'cro',
779
+ exponent: 8
780
+ }],
781
+ type_asset: 'ics20',
782
+ base: 'ibc/12724BBF9CD0A67D0A67718BB9ADA47D4E80201720EDF43E52C0BE6FD67F3400',
783
+ name: 'Cronos',
784
+ display: 'cro',
785
+ symbol: 'CRO',
786
+ traces: [{
787
+ type: 'ibc',
788
+ counterparty: {
789
+ channel_id: 'channel-148',
790
+ base_denom: 'ibc/E6931F78057F7CC5DA0FD6CEF82FF39373A6E0452BF1FD76910B93292CF356C1',
791
+ chain_name: 'osmosis'
792
+ },
793
+ chain: {
794
+ channel_id: 'channel-83'
795
+ }
796
+ }],
797
+ images: [{
798
+ image_sync: {
799
+ chain_name: 'cryptoorgchain',
800
+ base_denom: 'basecro'
801
+ },
802
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro.svg'
803
+ }],
804
+ logo_URIs: {
805
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro.svg'
806
+ }
807
+ }, {
808
+ description: 'The native token of Stargaze',
809
+ denom_units: [{
810
+ denom: 'ibc/DC1FABAF34A583016C1AECFA42BEF2408F39250EE360AEAB9660A0450303D206',
811
+ exponent: 0,
812
+ aliases: ['ibc/987C17B11ABC2B20019178ACE62929FE9840202CE79498E29FE8E5CB02B7C0A4']
813
+ }, {
814
+ denom: 'stars',
815
+ exponent: 6
816
+ }],
817
+ type_asset: 'ics20',
818
+ base: 'ibc/DC1FABAF34A583016C1AECFA42BEF2408F39250EE360AEAB9660A0450303D206',
819
+ name: 'Stargaze',
820
+ display: 'stars',
821
+ symbol: 'STARS',
822
+ traces: [{
823
+ type: 'ibc',
824
+ counterparty: {
825
+ channel_id: 'channel-148',
826
+ base_denom: 'ibc/987C17B11ABC2B20019178ACE62929FE9840202CE79498E29FE8E5CB02B7C0A4',
827
+ chain_name: 'osmosis'
828
+ },
829
+ chain: {
830
+ channel_id: 'channel-83'
831
+ }
832
+ }],
833
+ images: [{
834
+ image_sync: {
835
+ chain_name: 'stargaze',
836
+ base_denom: 'ustars'
837
+ },
838
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
839
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg'
840
+ }],
841
+ logo_URIs: {
842
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
843
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg'
844
+ }
845
+ }, {
846
+ description: 'Maximize ETH yield through leveraged staking across Aave, Compound and Morpho and liquidity provision of ETH liquid staking tokens on Uniswap V3.',
847
+ denom_units: [{
848
+ denom: 'ibc/81A983D2BBB217511FA3554839689E881F51F79EBE1BAC5868048BE66E593D20',
849
+ exponent: 0,
850
+ aliases: ['ibc/FBB3FEF80ED2344D821D4F95C31DBFD33E4E31D5324CAD94EF756E67B749F668']
851
+ }, {
852
+ denom: 'YieldETH',
853
+ exponent: 18
854
+ }],
855
+ type_asset: 'ics20',
856
+ base: 'ibc/81A983D2BBB217511FA3554839689E881F51F79EBE1BAC5868048BE66E593D20',
857
+ name: 'Real Yield Eth',
858
+ display: 'YieldETH',
859
+ symbol: 'YieldETH',
860
+ traces: [{
861
+ type: 'ibc',
862
+ counterparty: {
863
+ channel_id: 'channel-148',
864
+ base_denom: 'ibc/FBB3FEF80ED2344D821D4F95C31DBFD33E4E31D5324CAD94EF756E67B749F668',
865
+ chain_name: 'osmosis'
866
+ },
867
+ chain: {
868
+ channel_id: 'channel-83'
869
+ }
870
+ }],
871
+ images: [{
872
+ image_sync: {
873
+ chain_name: 'ethereum',
874
+ base_denom: 'wei'
875
+ },
876
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
877
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg'
878
+ }],
879
+ logo_URIs: {
880
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
881
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg'
882
+ }
883
+ }, {
884
+ description: 'The native staking token of dYdX Protocol.',
885
+ denom_units: [{
886
+ denom: 'ibc/E6C5CA483191C97BECAC84EAB6C356C7222B2BD2B1F61F7BDCF2F4058E2FFC82',
887
+ exponent: 0,
888
+ aliases: ['ibc/831F0B1BBB1D08A2B75311892876D71565478C532967545476DF4C2D7492E48C']
889
+ }, {
890
+ denom: 'dydx',
891
+ exponent: 18
892
+ }],
893
+ type_asset: 'ics20',
894
+ base: 'ibc/E6C5CA483191C97BECAC84EAB6C356C7222B2BD2B1F61F7BDCF2F4058E2FFC82',
895
+ name: 'dYdX',
896
+ display: 'dydx',
897
+ symbol: 'DYDX',
898
+ traces: [{
899
+ type: 'ibc',
900
+ counterparty: {
901
+ channel_id: 'channel-148',
902
+ base_denom: 'ibc/831F0B1BBB1D08A2B75311892876D71565478C532967545476DF4C2D7492E48C',
903
+ chain_name: 'osmosis'
904
+ },
905
+ chain: {
906
+ channel_id: 'channel-83'
907
+ }
908
+ }],
909
+ images: [{
910
+ image_sync: {
911
+ chain_name: 'dydx',
912
+ base_denom: 'adydx'
913
+ },
914
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png',
915
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg'
916
+ }],
917
+ logo_URIs: {
918
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png',
919
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg'
920
+ }
921
+ }, {
922
+ description: 'The native token of Quasar',
923
+ denom_units: [{
924
+ denom: 'ibc/5D9D6CC14599FEDECCED15FDE6EB1A23BE81124B144DDD2F435562CE3A4431DB',
925
+ exponent: 0,
926
+ aliases: ['ibc/1B708808D372E959CD4839C594960309283424C775F4A038AAEBE7F83A988477']
927
+ }, {
928
+ denom: 'qsr',
929
+ exponent: 6
930
+ }],
931
+ type_asset: 'ics20',
932
+ base: 'ibc/5D9D6CC14599FEDECCED15FDE6EB1A23BE81124B144DDD2F435562CE3A4431DB',
933
+ name: 'Quasar',
934
+ display: 'qsr',
935
+ symbol: 'QSR',
936
+ traces: [{
937
+ type: 'ibc',
938
+ counterparty: {
939
+ channel_id: 'channel-148',
940
+ base_denom: 'ibc/1B708808D372E959CD4839C594960309283424C775F4A038AAEBE7F83A988477',
941
+ chain_name: 'osmosis'
942
+ },
943
+ chain: {
944
+ channel_id: 'channel-83'
945
+ }
946
+ }],
947
+ images: [{
948
+ image_sync: {
949
+ chain_name: 'quasar',
950
+ base_denom: 'uqsr'
951
+ },
952
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quasar/images/quasar.png'
953
+ }],
954
+ logo_URIs: {
955
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quasar/images/quasar.png'
956
+ }
957
+ }, {
958
+ description: 'Levana native token',
959
+ denom_units: [{
960
+ denom: 'ibc/AF364DC17AD24FA44A2FFF4CBC78CF969844D2E0EFBBE435AAB0BD6AFD603A1B',
961
+ exponent: 0,
962
+ aliases: ['factory/osmo1mlng7pz4pnyxtpq0akfwall37czyk9lukaucsrn30ameplhhshtqdvfm5c/ulvn']
963
+ }, {
964
+ denom: 'lvn',
965
+ exponent: 6
966
+ }],
967
+ base: 'ibc/AF364DC17AD24FA44A2FFF4CBC78CF969844D2E0EFBBE435AAB0BD6AFD603A1B',
968
+ name: 'Levana',
969
+ display: 'lvn',
970
+ symbol: 'LVN',
971
+ logo_URIs: {
972
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/levana.png',
973
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/levana.svg'
974
+ },
975
+ coingecko_id: 'levana-protocol',
976
+ images: [{
977
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/levana.png',
978
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/levana.svg'
979
+ }, {
980
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/levana.png'
981
+ }],
982
+ traces: [{
983
+ type: 'ibc',
984
+ counterparty: {
985
+ channel_id: 'channel-148',
986
+ base_denom: 'factory/osmo1mlng7pz4pnyxtpq0akfwall37czyk9lukaucsrn30ameplhhshtqdvfm5c/ulvn',
987
+ chain_name: 'osmosis'
988
+ },
989
+ chain: {
990
+ channel_id: 'channel-83'
991
+ }
992
+ }]
993
+ }, {
994
+ description: "MilkyWay's liquid staked TIA",
995
+ denom_units: [{
996
+ denom: 'ibc/F207A5D000156163E1E422748FD8EA3534A4502BD18BE54BDAE22477AB6A7CD3',
997
+ exponent: 0,
998
+ aliases: ['factory/osmo1f5vfcph2dvfeqcqkhetwv75fda69z7e5c2dldm3kvgj23crkv6wqcn47a0/umilkTIA']
999
+ }, {
1000
+ denom: 'milkTIA',
1001
+ exponent: 6
1002
+ }],
1003
+ base: 'ibc/F207A5D000156163E1E422748FD8EA3534A4502BD18BE54BDAE22477AB6A7CD3',
1004
+ name: 'milkTIA',
1005
+ display: 'milkTIA',
1006
+ symbol: 'milkTIA',
1007
+ traces: [{
1008
+ type: 'ibc',
1009
+ counterparty: {
1010
+ channel_id: 'channel-148',
1011
+ base_denom: 'factory/osmo1f5vfcph2dvfeqcqkhetwv75fda69z7e5c2dldm3kvgj23crkv6wqcn47a0/umilkTIA',
1012
+ chain_name: 'osmosis'
1013
+ },
1014
+ chain: {
1015
+ channel_id: 'channel-83'
1016
+ }
1017
+ }],
1018
+ logo_URIs: {
1019
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/milktia.png',
1020
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/milktia.svg'
1021
+ },
1022
+ coingecko_id: 'milkyway-staked-tia',
1023
+ images: [{
1024
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/milktia.png',
1025
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/milktia.svg'
1026
+ }]
1027
+ }, {
1028
+ denom_units: [{
1029
+ denom: 'ibc/2F15F7B4472E930B5F40B1C44CD5725D3BD575B9FF12E1EAC58A70D3CD9DB224',
1030
+ exponent: 0,
1031
+ aliases: ['ibc/ECBE78BF7677320A93E7BA1761D144BCBF0CBC247C290C049655E106FE5DC68E']
1032
+ }, {
1033
+ denom: 'stkosmo',
1034
+ exponent: 6,
1035
+ aliases: ['stk/osmo']
1036
+ }],
1037
+ type_asset: 'ics20',
1038
+ base: 'ibc/2F15F7B4472E930B5F40B1C44CD5725D3BD575B9FF12E1EAC58A70D3CD9DB224',
1039
+ name: 'PSTAKE staked OSMO',
1040
+ display: 'stkosmo',
1041
+ symbol: 'stkOSMO',
1042
+ traces: [{
1043
+ type: 'ibc',
1044
+ counterparty: {
1045
+ channel_id: 'channel-148',
1046
+ base_denom: 'ibc/ECBE78BF7677320A93E7BA1761D144BCBF0CBC247C290C049655E106FE5DC68E',
1047
+ chain_name: 'osmosis'
1048
+ },
1049
+ chain: {
1050
+ channel_id: 'channel-83'
1051
+ }
1052
+ }],
1053
+ images: [{
1054
+ image_sync: {
1055
+ chain_name: 'persistence',
1056
+ base_denom: 'stk/uosmo'
1057
+ },
1058
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkosmo.png',
1059
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkosmo.svg'
1060
+ }],
1061
+ logo_URIs: {
1062
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkosmo.png',
1063
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkosmo.svg'
1064
+ }
1065
+ }, {
1066
+ description: 'The PAGE token is used for actions in the PageDAO NFT literary ecosystem and for DAO governance.',
1067
+ denom_units: [{
1068
+ denom: 'ibc/A498643A8A807CD88C82CEEE9943E7177E8FDC6D77A1253E3E949E0A070B7152',
1069
+ exponent: 0,
1070
+ aliases: ['ibc/23A62409E4AD8133116C249B1FA38EED30E500A115D7B153109462CD82C1CD99']
1071
+ }, {
1072
+ denom: 'page',
1073
+ exponent: 8
1074
+ }],
1075
+ type_asset: 'ics20',
1076
+ base: 'ibc/A498643A8A807CD88C82CEEE9943E7177E8FDC6D77A1253E3E949E0A070B7152',
1077
+ name: 'PageDAO',
1078
+ display: 'page',
1079
+ symbol: 'PAGE.grv',
1080
+ traces: [{
1081
+ type: 'ibc',
1082
+ counterparty: {
1083
+ channel_id: 'channel-148',
1084
+ base_denom: 'ibc/23A62409E4AD8133116C249B1FA38EED30E500A115D7B153109462CD82C1CD99',
1085
+ chain_name: 'osmosis'
1086
+ },
1087
+ chain: {
1088
+ channel_id: 'channel-83'
1089
+ }
1090
+ }],
1091
+ images: [{
1092
+ image_sync: {
1093
+ chain_name: 'gravitybridge',
1094
+ base_denom: 'gravity0x60e683C6514Edd5F758A55b6f393BeBBAfaA8d5e'
1095
+ },
1096
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/page.png',
1097
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/page.svg'
1098
+ }],
1099
+ logo_URIs: {
1100
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/page.png',
1101
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/page.svg'
1102
+ }
1103
+ }, {
1104
+ description: "Nomic's native token.",
1105
+ denom_units: [{
1106
+ denom: 'ibc/84106EB18672698687118F5810A1BC5FB6E414EDBAB5142CC2077928DA1316A9',
1107
+ exponent: 0,
1108
+ aliases: ['ibc/F49DFB3BC8105C57EE7F17EC2402438825B31212CFDD81681EB87911E934F32C']
1109
+ }, {
1110
+ denom: 'nom',
1111
+ exponent: 6
1112
+ }],
1113
+ type_asset: 'ics20',
1114
+ base: 'ibc/84106EB18672698687118F5810A1BC5FB6E414EDBAB5142CC2077928DA1316A9',
1115
+ name: 'Nomic',
1116
+ display: 'nomic',
1117
+ symbol: 'NOM',
1118
+ traces: [{
1119
+ type: 'ibc',
1120
+ counterparty: {
1121
+ channel_id: 'channel-148',
1122
+ base_denom: 'ibc/F49DFB3BC8105C57EE7F17EC2402438825B31212CFDD81681EB87911E934F32C',
1123
+ chain_name: 'osmosis'
1124
+ },
1125
+ chain: {
1126
+ channel_id: 'channel-83'
1127
+ }
1128
+ }],
1129
+ images: [{
1130
+ image_sync: {
1131
+ chain_name: 'nomic',
1132
+ base_denom: 'unom'
1133
+ },
1134
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nom.png',
1135
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nom.svg'
1136
+ }],
1137
+ logo_URIs: {
1138
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nom.png',
1139
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nom.svg'
1140
+ }
1141
+ }, {
1142
+ description: 'Bitcoin. On Cosmos.',
1143
+ denom_units: [{
1144
+ denom: 'ibc/C54E3A32DC278A69B364DBA62F84B73BD5B40C5F238EAF68616CE80631B8E565',
1145
+ exponent: 0,
1146
+ aliases: ['ibc/75345531D87BD90BF108BE7240BD721CB2CB0A1F16D4EBA71B09EC3C43E15C8F']
1147
+ }, {
1148
+ denom: 'nbtc',
1149
+ exponent: 14
1150
+ }],
1151
+ type_asset: 'ics20',
1152
+ base: 'ibc/C54E3A32DC278A69B364DBA62F84B73BD5B40C5F238EAF68616CE80631B8E565',
1153
+ name: 'Nomic Bitcoin',
1154
+ display: 'nbtc',
1155
+ symbol: 'nBTC',
1156
+ traces: [{
1157
+ type: 'ibc',
1158
+ counterparty: {
1159
+ channel_id: 'channel-148',
1160
+ base_denom: 'ibc/75345531D87BD90BF108BE7240BD721CB2CB0A1F16D4EBA71B09EC3C43E15C8F',
1161
+ chain_name: 'osmosis'
1162
+ },
1163
+ chain: {
1164
+ channel_id: 'channel-83'
1165
+ }
1166
+ }],
1167
+ images: [{
1168
+ image_sync: {
1169
+ chain_name: 'nomic',
1170
+ base_denom: 'usat'
1171
+ },
1172
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nbtc.png',
1173
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nbtc.svg'
1174
+ }],
1175
+ logo_URIs: {
1176
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nbtc.png',
1177
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nbtc.svg'
1178
+ }
1179
+ }, {
1180
+ description: 'AUTISM on Osmosis',
1181
+ denom_units: [{
1182
+ denom: 'ibc/B4E77025A150C7465EB8F67EF7C65987A854310D22F6D1CF424403048BC3E152',
1183
+ exponent: 0,
1184
+ aliases: ['ibc/9DDF52A334F92BC57A9E0D59DFF9984EAC61D2A14E5162605DF601AA58FDFC6D']
1185
+ }, {
1186
+ denom: 'autism',
1187
+ exponent: 6
1188
+ }],
1189
+ type_asset: 'ics20',
1190
+ base: 'ibc/B4E77025A150C7465EB8F67EF7C65987A854310D22F6D1CF424403048BC3E152',
1191
+ name: 'Injective AUTISM',
1192
+ display: 'autism',
1193
+ symbol: 'AUTISM',
1194
+ traces: [{
1195
+ type: 'ibc',
1196
+ counterparty: {
1197
+ channel_id: 'channel-148',
1198
+ base_denom: 'ibc/9DDF52A334F92BC57A9E0D59DFF9984EAC61D2A14E5162605DF601AA58FDFC6D',
1199
+ chain_name: 'osmosis'
1200
+ },
1201
+ chain: {
1202
+ channel_id: 'channel-83'
1203
+ }
1204
+ }],
1205
+ images: [{
1206
+ image_sync: {
1207
+ chain_name: 'injective',
1208
+ base_denom: 'factory/inj14lf8xm6fcvlggpa7guxzjqwjmtr24gnvf56hvz/autism'
1209
+ },
1210
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/autism.png'
1211
+ }],
1212
+ logo_URIs: {
1213
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/autism.png'
1214
+ }
1215
+ }, {
1216
+ description: 'Woof on Osmosis',
1217
+ denom_units: [{
1218
+ denom: 'ibc/604C07AF9AE772FCEECE905B177854987B42A63681E07E30F39EBB77A34F7592',
1219
+ exponent: 0,
1220
+ aliases: ['ibc/9B8EC667B6DF55387DC0F3ACC4F187DA6921B0806ED35DE6B04DE96F5AB81F53']
1221
+ }, {
1222
+ denom: 'WOOF',
1223
+ exponent: 6
1224
+ }],
1225
+ type_asset: 'ics20',
1226
+ base: 'ibc/604C07AF9AE772FCEECE905B177854987B42A63681E07E30F39EBB77A34F7592',
1227
+ name: 'WOOF chihuahua',
1228
+ display: 'WOOF',
1229
+ symbol: 'WOOF',
1230
+ traces: [{
1231
+ type: 'ibc',
1232
+ counterparty: {
1233
+ channel_id: 'channel-148',
1234
+ base_denom: 'ibc/9B8EC667B6DF55387DC0F3ACC4F187DA6921B0806ED35DE6B04DE96F5AB81F53',
1235
+ chain_name: 'osmosis'
1236
+ },
1237
+ chain: {
1238
+ channel_id: 'channel-83'
1239
+ }
1240
+ }],
1241
+ logo_URIs: {
1242
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/woof.png'
1243
+ },
1244
+ images: [{
1245
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/woof.png'
1246
+ }]
1247
+ }, {
1248
+ description: 'The native coin of Sneaky Productions.',
1249
+ denom_units: [{
1250
+ denom: 'ibc/3BED3169C82B7694870A2388C4CBFF5A895CF5F8C577B69C7585F759E25EED01',
1251
+ exponent: 0,
1252
+ aliases: ['ibc/94ED1F172BC633DFC56D7E26551D8B101ADCCC69052AC44FED89F97FF658138F']
1253
+ }, {
1254
+ denom: 'sneaky',
1255
+ exponent: 6
1256
+ }],
1257
+ type_asset: 'ics20',
1258
+ base: 'ibc/3BED3169C82B7694870A2388C4CBFF5A895CF5F8C577B69C7585F759E25EED01',
1259
+ name: 'Sneaky Productions',
1260
+ display: 'sneaky',
1261
+ symbol: 'SNEAKY',
1262
+ traces: [{
1263
+ type: 'ibc',
1264
+ counterparty: {
1265
+ channel_id: 'channel-148',
1266
+ base_denom: 'ibc/94ED1F172BC633DFC56D7E26551D8B101ADCCC69052AC44FED89F97FF658138F',
1267
+ chain_name: 'osmosis'
1268
+ },
1269
+ chain: {
1270
+ channel_id: 'channel-83'
1271
+ }
1272
+ }],
1273
+ logo_URIs: {
1274
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/sneaky.png'
1275
+ },
1276
+ images: [{
1277
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/sneaky.png'
1278
+ }]
1279
+ }, {
1280
+ denom_units: [{
1281
+ denom: 'ibc/06647ED731061F9AD3C0BBAECA480B291931EA932992D44A6CFC9031708CF56B',
1282
+ exponent: 0,
1283
+ aliases: ['factory/osmo1z0qrq605sjgcqpylfl4aa6s90x738j7m58wyatt0tdzflg2ha26q67k743/wbtc']
1284
+ }, {
1285
+ denom: 'wbtc',
1286
+ exponent: 8
1287
+ }],
1288
+ address: 'osmo1z0qrq605sjgcqpylfl4aa6s90x738j7m58wyatt0tdzflg2ha26q67k743',
1289
+ type_asset: 'sdk.coin',
1290
+ base: 'ibc/06647ED731061F9AD3C0BBAECA480B291931EA932992D44A6CFC9031708CF56B',
1291
+ name: 'Wrapped Bitcoin',
1292
+ display: 'wbtc',
1293
+ symbol: 'WBTC',
1294
+ traces: [{
1295
+ type: 'ibc',
1296
+ counterparty: {
1297
+ channel_id: 'channel-148',
1298
+ base_denom: 'factory/osmo1z0qrq605sjgcqpylfl4aa6s90x738j7m58wyatt0tdzflg2ha26q67k743/wbtc',
1299
+ chain_name: 'osmosis'
1300
+ },
1301
+ chain: {
1302
+ channel_id: 'channel-83'
1303
+ }
1304
+ }],
1305
+ images: [{
1306
+ image_sync: {
1307
+ chain_name: 'ethereum',
1308
+ base_denom: '0x2260fac5e5542a773aa44fbcfedf7c193bc2c599'
1309
+ },
1310
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.png',
1311
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.svg'
1312
+ }],
1313
+ logo_URIs: {
1314
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.png',
1315
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.svg'
1316
+ }
1317
+ }, {
1318
+ 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.",
1319
+ denom_units: [{
1320
+ denom: 'ibc/F5A0E1F96672D618693FC09780D998A2674672F193218985A2FED10E098E602A',
1321
+ exponent: 0,
1322
+ aliases: ['factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO']
1323
+ }, {
1324
+ denom: 'WOSMO',
1325
+ exponent: 6
1326
+ }],
1327
+ address: 'osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3',
1328
+ base: 'ibc/F5A0E1F96672D618693FC09780D998A2674672F193218985A2FED10E098E602A',
1329
+ name: 'WOSMO',
1330
+ display: 'WOSMO',
1331
+ symbol: 'WOSMO',
1332
+ logo_URIs: {
1333
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/WOSMO.png'
1334
+ },
1335
+ images: [{
1336
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/WOSMO.png'
1337
+ }],
1338
+ traces: [{
1339
+ type: 'ibc',
1340
+ counterparty: {
1341
+ channel_id: 'channel-148',
1342
+ base_denom: 'factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO',
1343
+ chain_name: 'osmosis'
1344
+ },
1345
+ chain: {
1346
+ channel_id: 'channel-83'
1347
+ }
1348
+ }]
1349
+ }, {
1350
+ description: 'NLS on Osmosis',
1351
+ denom_units: [{
1352
+ denom: 'ibc/30FAC8485749BCA4600BBDC5AB596F1F7049D31DC46DC2D040B7FF09A7D8B0F0',
1353
+ exponent: 0,
1354
+ aliases: ['ibc/D9AFCECDD361D38302AA66EB3BAC23B95234832C51D12489DC451FA2B7C72782']
1355
+ }, {
1356
+ denom: 'nls',
1357
+ exponent: 6
1358
+ }],
1359
+ type_asset: 'ics20',
1360
+ base: 'ibc/30FAC8485749BCA4600BBDC5AB596F1F7049D31DC46DC2D040B7FF09A7D8B0F0',
1361
+ name: 'Nolus',
1362
+ display: 'nls',
1363
+ symbol: 'NLS',
1364
+ traces: [{
1365
+ type: 'ibc',
1366
+ counterparty: {
1367
+ channel_id: 'channel-148',
1368
+ base_denom: 'ibc/D9AFCECDD361D38302AA66EB3BAC23B95234832C51D12489DC451FA2B7C72782',
1369
+ chain_name: 'osmosis'
1370
+ },
1371
+ chain: {
1372
+ channel_id: 'channel-83'
1373
+ }
1374
+ }],
1375
+ images: [{
1376
+ image_sync: {
1377
+ chain_name: 'nolus',
1378
+ base_denom: 'unls'
1379
+ },
1380
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.png',
1381
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.svg'
1382
+ }],
1383
+ logo_URIs: {
1384
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.png',
1385
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.svg'
1386
+ }
1387
+ }, {
1388
+ description: 'STRD on Osmosis',
1389
+ denom_units: [{
1390
+ denom: 'ibc/C9BB15CF2F523CD68897F60D450EEDC99F0C04237218177188580D2DAFAC056E',
1391
+ exponent: 0,
1392
+ aliases: ['ibc/A8CA5EE328FA10C9519DF6057DA1F69682D28F7D0F5CCC7ECB72E3DCA2D157A4']
1393
+ }, {
1394
+ denom: 'strd',
1395
+ exponent: 6
1396
+ }],
1397
+ type_asset: 'ics20',
1398
+ base: 'ibc/C9BB15CF2F523CD68897F60D450EEDC99F0C04237218177188580D2DAFAC056E',
1399
+ name: 'Stride',
1400
+ display: 'strd',
1401
+ symbol: 'STRD',
1402
+ traces: [{
1403
+ type: 'ibc',
1404
+ counterparty: {
1405
+ channel_id: 'channel-148',
1406
+ base_denom: 'ibc/A8CA5EE328FA10C9519DF6057DA1F69682D28F7D0F5CCC7ECB72E3DCA2D157A4',
1407
+ chain_name: 'osmosis'
1408
+ },
1409
+ chain: {
1410
+ channel_id: 'channel-83'
1411
+ }
1412
+ }],
1413
+ images: [{
1414
+ image_sync: {
1415
+ chain_name: 'stride',
1416
+ base_denom: 'ustrd'
1417
+ },
1418
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.png',
1419
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg'
1420
+ }],
1421
+ logo_URIs: {
1422
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.png',
1423
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg'
1424
+ }
1425
+ }, {
1426
+ description: 'Margined Power Token sqTIA',
1427
+ denom_units: [{
1428
+ denom: 'ibc/D0A6D119B75FEAFA3199F34524CCE197CBAD4EA82077FFA323A88DE4C1E1906D',
1429
+ exponent: 0,
1430
+ aliases: ['factory/osmo1g8qypve6l95xmhgc0fddaecerffymsl7kn9muw/sqtia']
1431
+ }, {
1432
+ denom: 'sqtia',
1433
+ exponent: 6
1434
+ }],
1435
+ base: 'ibc/D0A6D119B75FEAFA3199F34524CCE197CBAD4EA82077FFA323A88DE4C1E1906D',
1436
+ name: 'TIA Squared',
1437
+ display: 'sqtia',
1438
+ symbol: 'sqTIA',
1439
+ logo_URIs: {
1440
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sqtia.svg'
1441
+ },
1442
+ images: [{
1443
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sqtia.svg'
1444
+ }],
1445
+ traces: [{
1446
+ type: 'ibc',
1447
+ counterparty: {
1448
+ channel_id: 'channel-148',
1449
+ base_denom: 'factory/osmo1g8qypve6l95xmhgc0fddaecerffymsl7kn9muw/sqtia',
1450
+ chain_name: 'osmosis'
1451
+ },
1452
+ chain: {
1453
+ channel_id: 'channel-83'
1454
+ }
1455
+ }]
1456
+ }, {
1457
+ description: 'Sail DAO Token',
1458
+ denom_units: [{
1459
+ denom: 'ibc/942ED68D0A2E5E75A2127F132D3B3C7E1E1BEDECD18F500C146432A4FA0F3099',
1460
+ exponent: 0,
1461
+ aliases: ['factory/osmo1rckme96ptawr4zwexxj5g5gej9s2dmud8r2t9j0k0prn5mch5g4snzzwjv/sail']
1462
+ }, {
1463
+ denom: 'sail',
1464
+ exponent: 6
1465
+ }],
1466
+ base: 'ibc/942ED68D0A2E5E75A2127F132D3B3C7E1E1BEDECD18F500C146432A4FA0F3099',
1467
+ name: 'Sail',
1468
+ display: 'sail',
1469
+ symbol: 'SAIL',
1470
+ logo_URIs: {
1471
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sail.png'
1472
+ },
1473
+ images: [{
1474
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sail.png'
1475
+ }],
1476
+ traces: [{
1477
+ type: 'ibc',
1478
+ counterparty: {
1479
+ channel_id: 'channel-148',
1480
+ base_denom: 'factory/osmo1rckme96ptawr4zwexxj5g5gej9s2dmud8r2t9j0k0prn5mch5g4snzzwjv/sail',
1481
+ chain_name: 'osmosis'
1482
+ },
1483
+ chain: {
1484
+ channel_id: 'channel-83'
1485
+ }
1486
+ }]
1487
+ }]
1488
+ };
1489
+ var _default = exports["default"] = assets;