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