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