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