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