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