@chain-registry/assets 1.28.0 → 1.29.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (160) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/main/asset_lists.js +13 -1
  3. package/main/index.js +41 -3
  4. package/main/mainnet/8ball.js +1454 -0
  5. package/main/mainnet/acrechain.js +5752 -0
  6. package/main/mainnet/agoric.js +4889 -0
  7. package/main/mainnet/aioz.js +1559 -0
  8. package/main/mainnet/akash.js +3628 -0
  9. package/main/mainnet/andromeda.js +1254 -0
  10. package/main/mainnet/archway.js +5657 -0
  11. package/main/mainnet/arkh.js +1454 -0
  12. package/main/mainnet/assetmantle.js +2692 -0
  13. package/main/mainnet/assets.js +127 -0
  14. package/main/mainnet/aura.js +3207 -0
  15. package/main/mainnet/axelar.js +6074 -0
  16. package/main/mainnet/bandchain.js +1489 -0
  17. package/main/mainnet/beezee.js +1454 -0
  18. package/main/mainnet/bitcanna.js +2292 -0
  19. package/main/mainnet/bitsong.js +1789 -0
  20. package/main/mainnet/bluzelle.js +1454 -0
  21. package/main/mainnet/bostrom.js +1454 -0
  22. package/main/mainnet/canto.js +1996 -0
  23. package/main/mainnet/carbon.js +4273 -0
  24. package/main/mainnet/celestia.js +4331 -0
  25. package/main/mainnet/cerberus.js +1454 -0
  26. package/main/mainnet/cheqd.js +1953 -0
  27. package/main/mainnet/chihuahua.js +2908 -0
  28. package/main/mainnet/comdex.js +3901 -0
  29. package/main/mainnet/composable.js +6383 -0
  30. package/main/mainnet/coreum.js +4757 -0
  31. package/main/mainnet/cosmoshub.js +9108 -0
  32. package/main/mainnet/crescent.js +7152 -0
  33. package/main/mainnet/cronos.js +182 -0
  34. package/main/mainnet/cryptoorgchain.js +2295 -0
  35. package/main/mainnet/cudos.js +1454 -0
  36. package/main/mainnet/decentr.js +1653 -0
  37. package/main/mainnet/desmos.js +1454 -0
  38. package/main/mainnet/dig.js +1650 -0
  39. package/main/mainnet/doravota.js +2670 -0
  40. package/main/mainnet/dydx.js +4361 -0
  41. package/main/mainnet/dyson.js +1454 -0
  42. package/main/mainnet/echelon.js +1454 -0
  43. package/main/mainnet/emoney.js +1789 -0
  44. package/main/mainnet/empowerchain.js +2663 -0
  45. package/main/mainnet/evmos.js +6529 -0
  46. package/main/mainnet/fetchhub.js +1454 -0
  47. package/main/mainnet/furya.js +2822 -0
  48. package/main/mainnet/fxcore.js +2737 -0
  49. package/main/mainnet/galaxy.js +1454 -0
  50. package/main/mainnet/gateway.js +2567 -0
  51. package/main/mainnet/genesisl1.js +1454 -0
  52. package/main/mainnet/gitopia.js +1454 -0
  53. package/main/mainnet/gravitybridge.js +3401 -0
  54. package/main/mainnet/haqq.js +3306 -0
  55. package/main/mainnet/impacthub.js +2832 -0
  56. package/main/mainnet/imversed.js +1454 -0
  57. package/main/mainnet/index.js +246 -0
  58. package/main/mainnet/injective.js +6344 -0
  59. package/main/mainnet/irisnet.js +2991 -0
  60. package/main/mainnet/jackal.js +3707 -0
  61. package/main/mainnet/juno.js +8171 -0
  62. package/main/mainnet/kava.js +4832 -0
  63. package/main/mainnet/kichain.js +1559 -0
  64. package/main/mainnet/konstellation.js +1454 -0
  65. package/main/mainnet/kujira.js +9086 -0
  66. package/main/mainnet/kyve.js +2558 -0
  67. package/main/mainnet/lambda.js +1454 -0
  68. package/main/mainnet/likecoin.js +1559 -0
  69. package/main/mainnet/lumenx.js +1454 -0
  70. package/main/mainnet/lumnetwork.js +1559 -0
  71. package/main/mainnet/mars.js +3598 -0
  72. package/main/mainnet/medasdigital.js +1488 -0
  73. package/main/mainnet/meme.js +1454 -0
  74. package/main/mainnet/microtick.js +1454 -0
  75. package/main/mainnet/migaloo.js +5951 -0
  76. package/main/mainnet/neutron.js +7834 -0
  77. package/main/mainnet/noble.js +5521 -0
  78. package/main/mainnet/nois.js +2281 -0
  79. package/main/mainnet/nolus.js +2195 -0
  80. package/main/mainnet/nomic.js +3172 -0
  81. package/main/mainnet/nyx.js +1791 -0
  82. package/main/mainnet/odin.js +2558 -0
  83. package/main/mainnet/okexchain.js +563 -0
  84. package/main/mainnet/omniflixhub.js +2741 -0
  85. package/main/mainnet/onomy.js +1454 -0
  86. package/main/mainnet/oraichain.js +1555 -0
  87. package/main/mainnet/osmosis.js +1 -0
  88. package/main/mainnet/panacea.js +1454 -0
  89. package/main/mainnet/passage.js +1454 -0
  90. package/main/mainnet/persistence.js +4490 -0
  91. package/main/mainnet/planq.js +2056 -0
  92. package/main/mainnet/point.js +116 -0
  93. package/main/mainnet/provenance.js +1454 -0
  94. package/main/mainnet/pundix.js +1523 -0
  95. package/main/mainnet/quasar.js +1454 -0
  96. package/main/mainnet/quicksilver.js +2563 -0
  97. package/main/mainnet/qwoyn.js +1491 -0
  98. package/main/mainnet/realio.js +2569 -0
  99. package/main/mainnet/rebus.js +1454 -0
  100. package/main/mainnet/regen.js +3303 -0
  101. package/main/mainnet/rizon.js +1454 -0
  102. package/main/mainnet/secretnetwork.js +10382 -0
  103. package/main/mainnet/sei.js +4466 -0
  104. package/main/mainnet/sentinel.js +2192 -0
  105. package/main/mainnet/sge.js +1454 -0
  106. package/main/mainnet/shareledger.js +1454 -0
  107. package/main/mainnet/shentu.js +1454 -0
  108. package/main/mainnet/sifchain.js +2354 -0
  109. package/main/mainnet/sommelier.js +4126 -0
  110. package/main/mainnet/source.js +1454 -0
  111. package/main/mainnet/stafihub.js +2985 -0
  112. package/main/mainnet/stargaze.js +5470 -0
  113. package/main/mainnet/starname.js +2090 -0
  114. package/main/mainnet/stride.js +6791 -0
  115. package/main/mainnet/teritori.js +2738 -0
  116. package/main/mainnet/terra.js +2015 -0
  117. package/main/mainnet/terra2.js +8134 -0
  118. package/main/mainnet/tgrade.js +1557 -0
  119. package/main/mainnet/umee.js +4119 -0
  120. package/main/mainnet/unification.js +1791 -0
  121. package/main/mainnet/uptick.js +150 -0
  122. package/main/mainnet/vidulum.js +1486 -0
  123. package/main/mainnet/xpla.js +1650 -0
  124. package/main/noncosmos/assets.js +11 -0
  125. package/main/noncosmos/composablepolkadot.js +140 -0
  126. package/main/noncosmos/index.js +13 -0
  127. package/main/noncosmos/picasso.js +185 -0
  128. package/main/testnet/akashtestnet.js +109 -0
  129. package/main/testnet/archwaytestnet.js +395 -0
  130. package/main/testnet/assets.js +38 -0
  131. package/main/testnet/axelartestnet.js +533 -0
  132. package/main/testnet/celestiatestnet3.js +147 -0
  133. package/main/testnet/chain4energytestnet.js +81 -0
  134. package/main/testnet/composabletestnet.js +81 -0
  135. package/main/testnet/cosmoshubtestnet.js +281 -0
  136. package/main/testnet/doravotatestnet.js +81 -0
  137. package/main/testnet/dydxtestnet.js +292 -0
  138. package/main/testnet/empowertestnet.js +146 -0
  139. package/main/testnet/entrypointtestnet.js +81 -0
  140. package/main/testnet/impacthubtestnet.js +81 -0
  141. package/main/testnet/index.js +67 -0
  142. package/main/testnet/injectivetestnet.js +115 -0
  143. package/main/testnet/junotestnet.js +185 -0
  144. package/main/testnet/kyvetestnet.js +81 -0
  145. package/main/testnet/likecointestnet.js +81 -0
  146. package/main/testnet/marstestnet.js +151 -0
  147. package/main/testnet/neutrontestnet.js +181 -0
  148. package/main/testnet/nobletestnet.js +296 -0
  149. package/main/testnet/noistestnet.js +175 -0
  150. package/main/testnet/nolustestnet.js +114 -0
  151. package/main/testnet/osmosistestnet.js +1438 -0
  152. package/main/testnet/osmosistestnet4.js +504 -0
  153. package/main/testnet/persistencetestnet2.js +395 -0
  154. package/main/testnet/quicksilvertestnet.js +81 -0
  155. package/main/testnet/sagatestnet.js +362 -0
  156. package/main/testnet/sgetestnet.js +81 -0
  157. package/main/testnet/stargazetestnet.js +146 -0
  158. package/main/testnet/xiontestnet.js +476 -0
  159. package/package.json +8 -9
  160. package/types/index.d.ts +1 -1
@@ -0,0 +1,3303 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports["default"] = void 0;
7
+ var assets = {
8
+ chain_name: 'regen',
9
+ assets: [{
10
+ description: "Akash Token (AKT) is the Akash Network's native utility token, used as the primary means to govern, secure the blockchain, incentivize participants, and provide a default mechanism to store and exchange value.",
11
+ denom_units: [{
12
+ denom: 'ibc/95762EB27E57BC8916A4EB9C37E20919C8B61025461CED7CA6EF71A38FD51C4E',
13
+ exponent: 0,
14
+ aliases: ['uakt']
15
+ }, {
16
+ denom: 'akt',
17
+ exponent: 6
18
+ }],
19
+ base: 'ibc/95762EB27E57BC8916A4EB9C37E20919C8B61025461CED7CA6EF71A38FD51C4E',
20
+ name: 'Akash Network',
21
+ display: 'akt',
22
+ symbol: 'AKT',
23
+ logo_URIs: {
24
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.png',
25
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.svg'
26
+ },
27
+ coingecko_id: 'akash-network',
28
+ images: [{
29
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.png',
30
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.svg'
31
+ }],
32
+ traces: [{
33
+ type: 'ibc',
34
+ counterparty: {
35
+ channel_id: 'channel-13',
36
+ base_denom: 'uakt',
37
+ chain_name: 'akash'
38
+ },
39
+ chain: {
40
+ channel_id: 'channel-7'
41
+ }
42
+ }]
43
+ }, {
44
+ description: 'Tether USDt on Akash',
45
+ denom_units: [{
46
+ denom: 'ibc/A95EBDF88AC1E3FDECAA1D6E250B07C0C86475A3E2BFA2E7DC94A6CDE23DF6D6',
47
+ exponent: 0,
48
+ aliases: ['ibc/05DB6975261B805B6F6A157A4386C627F8A70BF8118D411655EFEDCA82BFABA5']
49
+ }, {
50
+ denom: 'usdt',
51
+ exponent: 6
52
+ }],
53
+ type_asset: 'ics20',
54
+ base: 'ibc/A95EBDF88AC1E3FDECAA1D6E250B07C0C86475A3E2BFA2E7DC94A6CDE23DF6D6',
55
+ name: 'Tether USDt',
56
+ display: 'usdt',
57
+ symbol: 'USDt',
58
+ traces: [{
59
+ type: 'ibc',
60
+ counterparty: {
61
+ channel_id: 'channel-13',
62
+ base_denom: 'ibc/05DB6975261B805B6F6A157A4386C627F8A70BF8118D411655EFEDCA82BFABA5',
63
+ chain_name: 'akash'
64
+ },
65
+ chain: {
66
+ channel_id: 'channel-7'
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: 'The native staking and governance token of the Cosmos Hub.',
81
+ denom_units: [{
82
+ denom: 'ibc/5FEB332D2B121921C792F1A0DBF7C3163FF205337B4AFE6E14F69E8E49545F49',
83
+ exponent: 0,
84
+ aliases: ['uatom']
85
+ }, {
86
+ denom: 'atom',
87
+ exponent: 6
88
+ }],
89
+ base: 'ibc/5FEB332D2B121921C792F1A0DBF7C3163FF205337B4AFE6E14F69E8E49545F49',
90
+ name: 'Cosmos Hub Atom',
91
+ display: 'atom',
92
+ symbol: 'ATOM',
93
+ logo_URIs: {
94
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
95
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
96
+ },
97
+ coingecko_id: 'cosmos',
98
+ images: [{
99
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
100
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
101
+ }],
102
+ traces: [{
103
+ type: 'ibc',
104
+ counterparty: {
105
+ channel_id: 'channel-185',
106
+ base_denom: 'uatom',
107
+ chain_name: 'cosmoshub'
108
+ },
109
+ chain: {
110
+ channel_id: 'channel-11'
111
+ }
112
+ }]
113
+ }, {
114
+ description: 'Tether USDt on the Cosmos Hub',
115
+ denom_units: [{
116
+ denom: 'ibc/F0D109D2A4908893CF896EC019C0636EB75D925486D6E58B9E562510266E2613',
117
+ exponent: 0,
118
+ aliases: ['ibc/F04D72CF9B5D9C849BB278B691CDFA2241813327430EC9CDC83F8F4CA4CDC2B0']
119
+ }, {
120
+ denom: 'usdt',
121
+ exponent: 6
122
+ }],
123
+ type_asset: 'ics20',
124
+ base: 'ibc/F0D109D2A4908893CF896EC019C0636EB75D925486D6E58B9E562510266E2613',
125
+ name: 'Tether USDt',
126
+ display: 'usdt',
127
+ symbol: 'USDt',
128
+ traces: [{
129
+ type: 'ibc',
130
+ counterparty: {
131
+ channel_id: 'channel-185',
132
+ base_denom: 'ibc/F04D72CF9B5D9C849BB278B691CDFA2241813327430EC9CDC83F8F4CA4CDC2B0',
133
+ chain_name: 'cosmoshub'
134
+ },
135
+ chain: {
136
+ channel_id: 'channel-11'
137
+ }
138
+ }],
139
+ images: [{
140
+ image_sync: {
141
+ chain_name: 'kava',
142
+ base_denom: 'erc20/tether/usdt'
143
+ },
144
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
145
+ }],
146
+ logo_URIs: {
147
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
148
+ }
149
+ }, {
150
+ description: 'FX on Cosmos Hub',
151
+ denom_units: [{
152
+ denom: 'ibc/3780E33313C719F252E308C37622B575616968A30DBDBA13D093F7D7B3544540',
153
+ exponent: 0,
154
+ aliases: ['ibc/4925E6ABA571A44D2BE0286D2D29AF42A294D0FF2BB16490149A1B26EAD33729']
155
+ }],
156
+ type_asset: 'ics20',
157
+ base: 'ibc/3780E33313C719F252E308C37622B575616968A30DBDBA13D093F7D7B3544540',
158
+ name: 'Function X',
159
+ display: 'FX',
160
+ symbol: 'FX',
161
+ traces: [{
162
+ type: 'ibc',
163
+ counterparty: {
164
+ channel_id: 'channel-185',
165
+ base_denom: 'ibc/4925E6ABA571A44D2BE0286D2D29AF42A294D0FF2BB16490149A1B26EAD33729',
166
+ chain_name: 'cosmoshub'
167
+ },
168
+ chain: {
169
+ channel_id: 'channel-11'
170
+ }
171
+ }],
172
+ images: [{
173
+ image_sync: {
174
+ chain_name: 'fxcore',
175
+ base_denom: 'FX'
176
+ },
177
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.png',
178
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.svg'
179
+ }],
180
+ logo_URIs: {
181
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.png',
182
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.svg'
183
+ }
184
+ }, {
185
+ description: 'CRO is the native token of the Crypto.org Chain, referred to as Native CRO.',
186
+ denom_units: [{
187
+ denom: 'ibc/DF0C9DDE8ECD399ABD80A39B2562837CDA1C49777F514355CA16E194EBAAB3D7',
188
+ exponent: 0,
189
+ aliases: ['basecro']
190
+ }, {
191
+ denom: 'cro',
192
+ exponent: 8
193
+ }],
194
+ base: 'ibc/DF0C9DDE8ECD399ABD80A39B2562837CDA1C49777F514355CA16E194EBAAB3D7',
195
+ name: 'Cronos',
196
+ display: 'cro',
197
+ symbol: 'CRO',
198
+ logo_URIs: {
199
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro.svg'
200
+ },
201
+ coingecko_id: 'crypto-com-chain',
202
+ images: [{
203
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro.svg'
204
+ }, {
205
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cronos.png'
206
+ }],
207
+ traces: [{
208
+ type: 'ibc',
209
+ counterparty: {
210
+ channel_id: 'channel-25',
211
+ base_denom: 'basecro',
212
+ chain_name: 'cryptoorgchain'
213
+ },
214
+ chain: {
215
+ channel_id: 'channel-12'
216
+ }
217
+ }]
218
+ }, {
219
+ description: 'The IRIS token is the native governance token for the IrisNet chain.',
220
+ denom_units: [{
221
+ denom: 'ibc/AC23F67B4F1EB50F6E0AC67BFAEA442505A601FDA51182C9E821FD6CDB110F23',
222
+ exponent: 0,
223
+ aliases: ['uiris']
224
+ }, {
225
+ denom: 'iris',
226
+ exponent: 6
227
+ }],
228
+ base: 'ibc/AC23F67B4F1EB50F6E0AC67BFAEA442505A601FDA51182C9E821FD6CDB110F23',
229
+ name: 'IRISnet',
230
+ display: 'iris',
231
+ symbol: 'IRIS',
232
+ logo_URIs: {
233
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/irisnet/images/iris.png',
234
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/irisnet/images/iris.svg'
235
+ },
236
+ coingecko_id: 'iris-network',
237
+ images: [{
238
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/irisnet/images/iris.png',
239
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/irisnet/images/iris.svg'
240
+ }],
241
+ traces: [{
242
+ type: 'ibc',
243
+ counterparty: {
244
+ channel_id: 'channel-16',
245
+ base_denom: 'uiris',
246
+ chain_name: 'irisnet'
247
+ },
248
+ chain: {
249
+ channel_id: 'channel-9'
250
+ }
251
+ }]
252
+ }, {
253
+ description: 'The native staking and governance token of the Kujira chain.',
254
+ denom_units: [{
255
+ denom: 'ibc/2C36BD1A8484EF8C711F40B07DD2627F8B94D9975BF420FC4E0D5265A852FB93',
256
+ exponent: 0,
257
+ aliases: ['ukuji']
258
+ }, {
259
+ denom: 'kuji',
260
+ exponent: 6
261
+ }],
262
+ base: 'ibc/2C36BD1A8484EF8C711F40B07DD2627F8B94D9975BF420FC4E0D5265A852FB93',
263
+ name: 'Kujira',
264
+ display: 'kuji',
265
+ symbol: 'KUJI',
266
+ coingecko_id: 'kujira',
267
+ logo_URIs: {
268
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.png',
269
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.svg'
270
+ },
271
+ images: [{
272
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.png',
273
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.svg'
274
+ }],
275
+ traces: [{
276
+ type: 'ibc',
277
+ counterparty: {
278
+ channel_id: 'channel-68',
279
+ base_denom: 'ukuji',
280
+ chain_name: 'kujira'
281
+ },
282
+ chain: {
283
+ channel_id: 'channel-100'
284
+ }
285
+ }]
286
+ }, {
287
+ description: 'The native over-collateralized stablecoin from the Kujira chain.',
288
+ denom_units: [{
289
+ denom: 'ibc/D5CBD304EDB7113E42344BA31A57A16380685AB6BFD5E89842B52445234337E2',
290
+ exponent: 0,
291
+ aliases: ['factory/kujira1qk00h5atutpsv900x202pxx42npjr9thg58dnqpa72f2p7m2luase444a7/uusk']
292
+ }, {
293
+ denom: 'usk',
294
+ exponent: 6
295
+ }],
296
+ base: 'ibc/D5CBD304EDB7113E42344BA31A57A16380685AB6BFD5E89842B52445234337E2',
297
+ name: 'USK',
298
+ display: 'usk',
299
+ symbol: 'USK',
300
+ coingecko_id: 'usk',
301
+ logo_URIs: {
302
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/usk.png',
303
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/usk.svg'
304
+ },
305
+ images: [{
306
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/usk.png',
307
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/usk.svg'
308
+ }],
309
+ traces: [{
310
+ type: 'ibc',
311
+ counterparty: {
312
+ channel_id: 'channel-68',
313
+ base_denom: 'factory/kujira1qk00h5atutpsv900x202pxx42npjr9thg58dnqpa72f2p7m2luase444a7/uusk',
314
+ chain_name: 'kujira'
315
+ },
316
+ chain: {
317
+ channel_id: 'channel-100'
318
+ }
319
+ }]
320
+ }, {
321
+ description: "Quark's auto-compounding KUJI derivative",
322
+ denom_units: [{
323
+ denom: 'ibc/6AFAE980257A46E6CCF9DB658490BB7352EE4F64371AEAB8929B3AFD0B5A7C13',
324
+ exponent: 0,
325
+ aliases: ['factory/kujira1m96ucsfpt2yy72w09z2rxjdj38y5qd8lqx5jtggnejmdua2ynpnsxyvjex/urcpt']
326
+ }, {
327
+ denom: 'qcKUJI',
328
+ exponent: 6
329
+ }],
330
+ base: 'ibc/6AFAE980257A46E6CCF9DB658490BB7352EE4F64371AEAB8929B3AFD0B5A7C13',
331
+ name: 'qcKUJI',
332
+ display: 'qcKUJI',
333
+ symbol: 'qcKUJI',
334
+ logo_URIs: {
335
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/qckuji.svg'
336
+ },
337
+ images: [{
338
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/qckuji.svg'
339
+ }],
340
+ traces: [{
341
+ type: 'ibc',
342
+ counterparty: {
343
+ channel_id: 'channel-68',
344
+ base_denom: 'factory/kujira1m96ucsfpt2yy72w09z2rxjdj38y5qd8lqx5jtggnejmdua2ynpnsxyvjex/urcpt',
345
+ chain_name: 'kujira'
346
+ },
347
+ chain: {
348
+ channel_id: 'channel-100'
349
+ }
350
+ }]
351
+ }, {
352
+ description: 'ampKUJI',
353
+ denom_units: [{
354
+ denom: 'ibc/8BB2BC7A2620CCFABF8F02067F46317A866EDA9FE85A753AD15D36C5FDF3AAC7',
355
+ exponent: 0,
356
+ aliases: ['factory/kujira1n3fr5f56r2ce0s37wdvwrk98yhhq3unnxgcqus8nzsfxvllk0yxquurqty/ampKUJI']
357
+ }, {
358
+ denom: 'ampKUJI',
359
+ exponent: 6
360
+ }],
361
+ base: 'ibc/8BB2BC7A2620CCFABF8F02067F46317A866EDA9FE85A753AD15D36C5FDF3AAC7',
362
+ name: 'ampKUJI',
363
+ display: 'ampKUJI',
364
+ symbol: 'ampKUJI',
365
+ logo_URIs: {
366
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/ampkuji.png',
367
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/ampkuji.svg'
368
+ },
369
+ images: [{
370
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/ampkuji.png',
371
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/ampkuji.svg'
372
+ }],
373
+ traces: [{
374
+ type: 'ibc',
375
+ counterparty: {
376
+ channel_id: 'channel-68',
377
+ base_denom: 'factory/kujira1n3fr5f56r2ce0s37wdvwrk98yhhq3unnxgcqus8nzsfxvllk0yxquurqty/ampKUJI',
378
+ chain_name: 'kujira'
379
+ },
380
+ chain: {
381
+ channel_id: 'channel-100'
382
+ }
383
+ }]
384
+ }, {
385
+ description: 'MantaDAO Governance Token',
386
+ denom_units: [{
387
+ denom: 'ibc/B96D5CF7AA27F6BEBC6FC3EC5574476A7EC6CC2B8D11CD444EA1C91B0C3789CD',
388
+ exponent: 0,
389
+ aliases: ['factory/kujira1643jxg8wasy5cfcn7xm8rd742yeazcksqlg4d7/umnta']
390
+ }, {
391
+ denom: 'mnta',
392
+ exponent: 6
393
+ }],
394
+ base: 'ibc/B96D5CF7AA27F6BEBC6FC3EC5574476A7EC6CC2B8D11CD444EA1C91B0C3789CD',
395
+ name: 'MantaDAO',
396
+ display: 'mnta',
397
+ symbol: 'MNTA',
398
+ coingecko_id: 'mantadao',
399
+ logo_URIs: {
400
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/mnta.png',
401
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/mnta.svg'
402
+ },
403
+ images: [{
404
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/mnta.png',
405
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/mnta.svg'
406
+ }],
407
+ traces: [{
408
+ type: 'ibc',
409
+ counterparty: {
410
+ channel_id: 'channel-68',
411
+ base_denom: 'factory/kujira1643jxg8wasy5cfcn7xm8rd742yeazcksqlg4d7/umnta',
412
+ chain_name: 'kujira'
413
+ },
414
+ chain: {
415
+ channel_id: 'channel-100'
416
+ }
417
+ }]
418
+ }, {
419
+ description: "Quark's auto-compounding MNTA derivative",
420
+ denom_units: [{
421
+ denom: 'ibc/0C77651DD17760E9A2E8C9A7391FC513B06ADA4BFF3E8FB526C57611EC97AB01',
422
+ exponent: 0,
423
+ aliases: ['factory/kujira1qzu3up50auxhqyzfq56znuj8n38q2ra7daaf9ef7vg8gu66jh4fqd2wd2y/urcpt']
424
+ }, {
425
+ denom: 'qcMNTA',
426
+ exponent: 6
427
+ }],
428
+ base: 'ibc/0C77651DD17760E9A2E8C9A7391FC513B06ADA4BFF3E8FB526C57611EC97AB01',
429
+ name: 'qcMNTA',
430
+ display: 'qcMNTA',
431
+ symbol: 'qcMNTA',
432
+ logo_URIs: {
433
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/qcmnta.svg'
434
+ },
435
+ images: [{
436
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/qcmnta.svg'
437
+ }],
438
+ traces: [{
439
+ type: 'ibc',
440
+ counterparty: {
441
+ channel_id: 'channel-68',
442
+ base_denom: 'factory/kujira1qzu3up50auxhqyzfq56znuj8n38q2ra7daaf9ef7vg8gu66jh4fqd2wd2y/urcpt',
443
+ chain_name: 'kujira'
444
+ },
445
+ chain: {
446
+ channel_id: 'channel-100'
447
+ }
448
+ }]
449
+ }, {
450
+ description: 'ERIS Liquid Staked MNTA',
451
+ denom_units: [{
452
+ denom: 'ibc/41D0675BBEF7E88F99C8F222C2C88D6E6A7EA6B5BD3BFD6356C17CF2BE73276C',
453
+ exponent: 0,
454
+ aliases: ['factory/kujira175yatpvkpgw07w0chhzuks3zrrae9z9g2y6r7u5pzqesyau4x9eqqyv0rr/ampMNTA']
455
+ }, {
456
+ denom: 'ampMNTA',
457
+ exponent: 6
458
+ }],
459
+ base: 'ibc/41D0675BBEF7E88F99C8F222C2C88D6E6A7EA6B5BD3BFD6356C17CF2BE73276C',
460
+ name: 'ERIS Amplified MNTA',
461
+ display: 'ampMNTA',
462
+ symbol: 'ampMNTA',
463
+ logo_URIs: {
464
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/ampmnta.png'
465
+ },
466
+ images: [{
467
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/ampmnta.png'
468
+ }],
469
+ traces: [{
470
+ type: 'ibc',
471
+ counterparty: {
472
+ channel_id: 'channel-68',
473
+ base_denom: 'factory/kujira175yatpvkpgw07w0chhzuks3zrrae9z9g2y6r7u5pzqesyau4x9eqqyv0rr/ampMNTA',
474
+ chain_name: 'kujira'
475
+ },
476
+ chain: {
477
+ channel_id: 'channel-100'
478
+ }
479
+ }]
480
+ }, {
481
+ description: 'The content house of Kujira',
482
+ denom_units: [{
483
+ denom: 'ibc/BC2CD07CEE067D2A496CCF3C694C83434930DD82A7929C561C332A6B3AA398C4',
484
+ exponent: 0,
485
+ aliases: ['factory/kujira12cjjeytrqcj25uv349thltcygnp9k0kukpct0e/uwink']
486
+ }, {
487
+ denom: 'wink',
488
+ exponent: 6
489
+ }],
490
+ base: 'ibc/BC2CD07CEE067D2A496CCF3C694C83434930DD82A7929C561C332A6B3AA398C4',
491
+ name: 'WINK',
492
+ display: 'wink',
493
+ symbol: 'WINK',
494
+ logo_URIs: {
495
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/wink.png',
496
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/wink.svg'
497
+ },
498
+ images: [{
499
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/wink.png',
500
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/wink.svg'
501
+ }],
502
+ traces: [{
503
+ type: 'ibc',
504
+ counterparty: {
505
+ channel_id: 'channel-68',
506
+ base_denom: 'factory/kujira12cjjeytrqcj25uv349thltcygnp9k0kukpct0e/uwink',
507
+ chain_name: 'kujira'
508
+ },
509
+ chain: {
510
+ channel_id: 'channel-100'
511
+ }
512
+ }]
513
+ }, {
514
+ description: 'Blend Token',
515
+ denom_units: [{
516
+ denom: 'ibc/DB2E1A6DD91F07E387EC8CBE6BBE9FE492421C32DB91163161294F8D028091D5',
517
+ exponent: 0,
518
+ aliases: ['factory/kujira1slueerjz7mx9jp45u3y0rjwtvhcf8a68wf2mjt/ublend']
519
+ }, {
520
+ denom: 'blend',
521
+ exponent: 6
522
+ }],
523
+ base: 'ibc/DB2E1A6DD91F07E387EC8CBE6BBE9FE492421C32DB91163161294F8D028091D5',
524
+ name: 'BLEND',
525
+ display: 'blend',
526
+ symbol: 'BLEND',
527
+ logo_URIs: {
528
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/blend.svg'
529
+ },
530
+ images: [{
531
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/blend.svg'
532
+ }],
533
+ traces: [{
534
+ type: 'ibc',
535
+ counterparty: {
536
+ channel_id: 'channel-68',
537
+ base_denom: 'factory/kujira1slueerjz7mx9jp45u3y0rjwtvhcf8a68wf2mjt/ublend',
538
+ chain_name: 'kujira'
539
+ },
540
+ chain: {
541
+ channel_id: 'channel-100'
542
+ }
543
+ }]
544
+ }, {
545
+ description: 'Tether USDt on Kujira',
546
+ denom_units: [{
547
+ denom: 'ibc/F1BD6BC8AE25601BCB642CB76E4D0C390055F8A45BFA7C8671687D088212A685',
548
+ exponent: 0,
549
+ aliases: ['ibc/20014F963CC9E6488B299622F87B60C6DE71632864859EC08B4753478DAB2BB8']
550
+ }, {
551
+ denom: 'usdt',
552
+ exponent: 6
553
+ }],
554
+ type_asset: 'ics20',
555
+ base: 'ibc/F1BD6BC8AE25601BCB642CB76E4D0C390055F8A45BFA7C8671687D088212A685',
556
+ name: 'Tether USD',
557
+ display: 'usdt',
558
+ symbol: 'USDT',
559
+ traces: [{
560
+ type: 'ibc',
561
+ counterparty: {
562
+ channel_id: 'channel-68',
563
+ base_denom: 'ibc/20014F963CC9E6488B299622F87B60C6DE71632864859EC08B4753478DAB2BB8',
564
+ chain_name: 'kujira'
565
+ },
566
+ chain: {
567
+ channel_id: 'channel-100'
568
+ }
569
+ }],
570
+ images: [{
571
+ image_sync: {
572
+ chain_name: 'kava',
573
+ base_denom: 'erc20/tether/usdt'
574
+ },
575
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
576
+ }],
577
+ logo_URIs: {
578
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
579
+ }
580
+ }, {
581
+ description: 'The staking and governance token of Fuzion',
582
+ denom_units: [{
583
+ denom: 'ibc/DC5767F38FD80D723B58DD44557A5F442B0B0B7D2AE111865B69CC97C8AE3654',
584
+ exponent: 0,
585
+ aliases: ['factory/kujira1sc6a0347cc5q3k890jj0pf3ylx2s38rh4sza4t/ufuzn']
586
+ }, {
587
+ denom: 'fuzn',
588
+ exponent: 6
589
+ }],
590
+ base: 'ibc/DC5767F38FD80D723B58DD44557A5F442B0B0B7D2AE111865B69CC97C8AE3654',
591
+ name: 'Fuzion',
592
+ display: 'fuzn',
593
+ symbol: 'FUZN',
594
+ logo_URIs: {
595
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuzion.png',
596
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuzion.svg'
597
+ },
598
+ images: [{
599
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuzion.png',
600
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuzion.svg'
601
+ }],
602
+ traces: [{
603
+ type: 'ibc',
604
+ counterparty: {
605
+ channel_id: 'channel-68',
606
+ base_denom: 'factory/kujira1sc6a0347cc5q3k890jj0pf3ylx2s38rh4sza4t/ufuzn',
607
+ chain_name: 'kujira'
608
+ },
609
+ chain: {
610
+ channel_id: 'channel-100'
611
+ }
612
+ }]
613
+ }, {
614
+ description: 'The receipt token of Fuzion',
615
+ denom_units: [{
616
+ denom: 'ibc/F42A70CF81B251732CD0C41560AB261B8DA73F87D032EDC63DAF806010A5C604',
617
+ exponent: 0,
618
+ aliases: ['factory/kujira1sc6a0347cc5q3k890jj0pf3ylx2s38rh4sza4t/urfuzn']
619
+ }, {
620
+ denom: 'rfuzn',
621
+ exponent: 6
622
+ }],
623
+ base: 'ibc/F42A70CF81B251732CD0C41560AB261B8DA73F87D032EDC63DAF806010A5C604',
624
+ name: 'Fuzion Receipt',
625
+ display: 'rfuzn',
626
+ symbol: 'rFUZN',
627
+ logo_URIs: {
628
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuzionr.png'
629
+ },
630
+ images: [{
631
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuzionr.png'
632
+ }],
633
+ traces: [{
634
+ type: 'ibc',
635
+ counterparty: {
636
+ channel_id: 'channel-68',
637
+ base_denom: 'factory/kujira1sc6a0347cc5q3k890jj0pf3ylx2s38rh4sza4t/urfuzn',
638
+ chain_name: 'kujira'
639
+ },
640
+ chain: {
641
+ channel_id: 'channel-100'
642
+ }
643
+ }]
644
+ }, {
645
+ description: 'The yield token of Fuzion',
646
+ denom_units: [{
647
+ denom: 'ibc/C4C21C5208F86A6E6B2C7DC3D6113127567A5C455284A19C5E89A8615853E2F5',
648
+ exponent: 0,
649
+ aliases: ['factory/kujira1sc6a0347cc5q3k890jj0pf3ylx2s38rh4sza4t/uyfuzn']
650
+ }, {
651
+ denom: 'yfuzn',
652
+ exponent: 6
653
+ }],
654
+ base: 'ibc/C4C21C5208F86A6E6B2C7DC3D6113127567A5C455284A19C5E89A8615853E2F5',
655
+ name: 'Fuzion Yield',
656
+ display: 'yfuzn',
657
+ symbol: 'yFUZN',
658
+ logo_URIs: {
659
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuziony.svg'
660
+ },
661
+ images: [{
662
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuziony.svg'
663
+ }],
664
+ traces: [{
665
+ type: 'ibc',
666
+ counterparty: {
667
+ channel_id: 'channel-68',
668
+ base_denom: 'factory/kujira1sc6a0347cc5q3k890jj0pf3ylx2s38rh4sza4t/uyfuzn',
669
+ chain_name: 'kujira'
670
+ },
671
+ chain: {
672
+ channel_id: 'channel-100'
673
+ }
674
+ }]
675
+ }, {
676
+ description: "Quark's auto-compounding FUZN derivative",
677
+ denom_units: [{
678
+ denom: 'ibc/8BEE24276FF324D9342C6A6D9F2E807616A5D065926616FD547D0B421279F174',
679
+ exponent: 0,
680
+ aliases: ['factory/kujira1l04ged98c7a7s9tllu62ld09ztylwf442qgm4thfgmadrvngeumsz4zrh2/urcpt']
681
+ }, {
682
+ denom: 'qcFUZN',
683
+ exponent: 6
684
+ }],
685
+ base: 'ibc/8BEE24276FF324D9342C6A6D9F2E807616A5D065926616FD547D0B421279F174',
686
+ name: 'qcFUZN',
687
+ display: 'qcFUZN',
688
+ symbol: 'qcFUZN',
689
+ logo_URIs: {
690
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/qcfuzn.svg'
691
+ },
692
+ images: [{
693
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/qcfuzn.svg'
694
+ }],
695
+ traces: [{
696
+ type: 'ibc',
697
+ counterparty: {
698
+ channel_id: 'channel-68',
699
+ base_denom: 'factory/kujira1l04ged98c7a7s9tllu62ld09ztylwf442qgm4thfgmadrvngeumsz4zrh2/urcpt',
700
+ chain_name: 'kujira'
701
+ },
702
+ chain: {
703
+ channel_id: 'channel-100'
704
+ }
705
+ }]
706
+ }, {
707
+ description: 'The Revenue & Governance token of Unstake.fi',
708
+ denom_units: [{
709
+ denom: 'ibc/13488996BB63D20572DCEC84D07046DDDB2E402C905E60A9A2FDDF07B4F781B8',
710
+ exponent: 0,
711
+ aliases: ['factory/kujira1aaudpfr9y23lt9d45hrmskphpdfaq9ajxd3ukh/unstk']
712
+ }, {
713
+ denom: 'nstk',
714
+ exponent: 6
715
+ }],
716
+ base: 'ibc/13488996BB63D20572DCEC84D07046DDDB2E402C905E60A9A2FDDF07B4F781B8',
717
+ name: 'Unstake Fi',
718
+ display: 'nstk',
719
+ symbol: 'NSTK',
720
+ logo_URIs: {
721
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/nstk.svg'
722
+ },
723
+ coingecko_id: 'unstake-fi',
724
+ images: [{
725
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/nstk.svg'
726
+ }],
727
+ traces: [{
728
+ type: 'ibc',
729
+ counterparty: {
730
+ channel_id: 'channel-68',
731
+ base_denom: 'factory/kujira1aaudpfr9y23lt9d45hrmskphpdfaq9ajxd3ukh/unstk',
732
+ chain_name: 'kujira'
733
+ },
734
+ chain: {
735
+ channel_id: 'channel-100'
736
+ }
737
+ }]
738
+ }, {
739
+ description: 'Local Money',
740
+ denom_units: [{
741
+ denom: 'ibc/D9791CA14D89F046E5CE1BFB541D762C1482394D6293A490B2EC4C41479232D6',
742
+ exponent: 0,
743
+ aliases: ['factory/kujira1swkuyt08z74n5jl7zr6hx0ru5sa2yev5v896p6/local']
744
+ }, {
745
+ denom: 'local',
746
+ exponent: 6
747
+ }],
748
+ base: 'ibc/D9791CA14D89F046E5CE1BFB541D762C1482394D6293A490B2EC4C41479232D6',
749
+ name: 'LOCAL',
750
+ display: 'local',
751
+ symbol: 'LOCAL',
752
+ logo_URIs: {
753
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/local.png'
754
+ },
755
+ images: [{
756
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/local.png'
757
+ }],
758
+ traces: [{
759
+ type: 'ibc',
760
+ counterparty: {
761
+ channel_id: 'channel-68',
762
+ base_denom: 'factory/kujira1swkuyt08z74n5jl7zr6hx0ru5sa2yev5v896p6/local',
763
+ chain_name: 'kujira'
764
+ },
765
+ chain: {
766
+ channel_id: 'channel-100'
767
+ }
768
+ }]
769
+ }, {
770
+ description: 'Food for whales',
771
+ denom_units: [{
772
+ denom: 'ibc/F35C1C2BF96661CEAA854F6FEB58A18238E620A46041E6647ABF1828430D28DF',
773
+ exponent: 0,
774
+ aliases: ['factory/kujira166ysf07ze5suazfzj0r05tv8amk2yn8zvsfuu7/uplnk']
775
+ }, {
776
+ denom: 'PLNK',
777
+ exponent: 6
778
+ }],
779
+ base: 'ibc/F35C1C2BF96661CEAA854F6FEB58A18238E620A46041E6647ABF1828430D28DF',
780
+ name: 'Plankton',
781
+ display: 'PLNK',
782
+ symbol: 'PLNK',
783
+ logo_URIs: {
784
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/PLNK_drk.png'
785
+ },
786
+ images: [{
787
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/PLNK_drk.png'
788
+ }],
789
+ traces: [{
790
+ type: 'ibc',
791
+ counterparty: {
792
+ channel_id: 'channel-68',
793
+ base_denom: 'factory/kujira166ysf07ze5suazfzj0r05tv8amk2yn8zvsfuu7/uplnk',
794
+ chain_name: 'kujira'
795
+ },
796
+ chain: {
797
+ channel_id: 'channel-100'
798
+ }
799
+ }]
800
+ }, {
801
+ denom_units: [{
802
+ denom: 'ibc/4CCDA7D06EB353E59110F82922797B3077FD0DBF44AC69527AB9736163A8E278',
803
+ exponent: 0,
804
+ aliases: ['ibc/E5CA126979E2FFB4C70C072F8094D07ECF27773B37623AD2BF7582AD0726F0F3']
805
+ }, {
806
+ denom: 'sol',
807
+ exponent: 8
808
+ }],
809
+ base: 'ibc/4CCDA7D06EB353E59110F82922797B3077FD0DBF44AC69527AB9736163A8E278',
810
+ name: 'Wormhole Solana',
811
+ display: 'sol',
812
+ symbol: 'whSOL',
813
+ traces: [{
814
+ type: 'ibc',
815
+ counterparty: {
816
+ channel_id: 'channel-68',
817
+ base_denom: 'ibc/E5CA126979E2FFB4C70C072F8094D07ECF27773B37623AD2BF7582AD0726F0F3',
818
+ chain_name: 'kujira'
819
+ },
820
+ chain: {
821
+ channel_id: 'channel-100'
822
+ }
823
+ }],
824
+ images: [{
825
+ image_sync: {
826
+ chain_name: 'gateway',
827
+ base_denom: 'factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/8sYgCzLRJC3J7qPn2bNbx6PiGcarhyx8rBhVaNnfvHCA'
828
+ },
829
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol.svg'
830
+ }],
831
+ logo_URIs: {
832
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol.svg'
833
+ }
834
+ }, {
835
+ denom_units: [{
836
+ denom: 'ibc/BD00563DFC5DC73461F72D3A8EC41A6855872ED9152FE3A22A1C88AB78A4357D',
837
+ exponent: 0,
838
+ aliases: ['ibc/F3AA7EF362EC5E791FE78A0F4CCC69FEE1F9A7485EB1A8CAB3F6601C00522F10']
839
+ }, {
840
+ denom: 'evmos',
841
+ exponent: 18
842
+ }],
843
+ base: 'ibc/BD00563DFC5DC73461F72D3A8EC41A6855872ED9152FE3A22A1C88AB78A4357D',
844
+ name: 'Evmos',
845
+ display: 'evmos',
846
+ symbol: 'EVMOS',
847
+ traces: [{
848
+ type: 'ibc',
849
+ counterparty: {
850
+ channel_id: 'channel-68',
851
+ base_denom: 'ibc/F3AA7EF362EC5E791FE78A0F4CCC69FEE1F9A7485EB1A8CAB3F6601C00522F10',
852
+ chain_name: 'kujira'
853
+ },
854
+ chain: {
855
+ channel_id: 'channel-100'
856
+ }
857
+ }],
858
+ images: [{
859
+ image_sync: {
860
+ chain_name: 'evmos',
861
+ base_denom: 'aevmos'
862
+ },
863
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.png',
864
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.svg'
865
+ }],
866
+ logo_URIs: {
867
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.png',
868
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.svg'
869
+ }
870
+ }, {
871
+ denom_units: [{
872
+ denom: 'ibc/C5F99C772E4C2269BC2D34574B0D0172F7782B2FB2FB561CF5751C64943C8529',
873
+ exponent: 0,
874
+ aliases: ['ibc/004EBF085BBED1029326D56BE8A2E67C08CECE670A94AC1947DF413EF5130EB2']
875
+ }, {
876
+ denom: 'avax',
877
+ exponent: 18
878
+ }],
879
+ type_asset: 'ics20',
880
+ base: 'ibc/C5F99C772E4C2269BC2D34574B0D0172F7782B2FB2FB561CF5751C64943C8529',
881
+ name: 'Axelar Wrapped AVAX',
882
+ display: 'avax',
883
+ symbol: 'wAVAX',
884
+ traces: [{
885
+ type: 'ibc',
886
+ counterparty: {
887
+ channel_id: 'channel-68',
888
+ base_denom: 'ibc/004EBF085BBED1029326D56BE8A2E67C08CECE670A94AC1947DF413EF5130EB2',
889
+ chain_name: 'kujira'
890
+ },
891
+ chain: {
892
+ channel_id: 'channel-100'
893
+ }
894
+ }],
895
+ images: [{
896
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/avalanche/images/wavax.svg'
897
+ }],
898
+ logo_URIs: {
899
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/avalanche/images/wavax.svg'
900
+ }
901
+ }, {
902
+ denom_units: [{
903
+ denom: 'ibc/FFB905E3F01B1A09F719E10346E9DA1FF21173DCA589C2B68C84C93918C472F3',
904
+ exponent: 0,
905
+ aliases: ['ibc/FE98AAD68F02F03565E9FA39A5E627946699B2B07115889ED812D8BA639576A9']
906
+ }, {
907
+ denom: 'usdc',
908
+ exponent: 6
909
+ }],
910
+ type_asset: 'ics20',
911
+ base: 'ibc/FFB905E3F01B1A09F719E10346E9DA1FF21173DCA589C2B68C84C93918C472F3',
912
+ name: 'Noble USD Coin',
913
+ display: 'usdc',
914
+ symbol: 'USDC',
915
+ traces: [{
916
+ type: 'ibc',
917
+ counterparty: {
918
+ channel_id: 'channel-68',
919
+ base_denom: 'ibc/FE98AAD68F02F03565E9FA39A5E627946699B2B07115889ED812D8BA639576A9',
920
+ chain_name: 'kujira'
921
+ },
922
+ chain: {
923
+ channel_id: 'channel-100'
924
+ }
925
+ }],
926
+ images: [{
927
+ image_sync: {
928
+ chain_name: 'noble',
929
+ base_denom: 'uusdc'
930
+ },
931
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png',
932
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg'
933
+ }],
934
+ logo_URIs: {
935
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png',
936
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg'
937
+ }
938
+ }, {
939
+ denom_units: [{
940
+ denom: 'ibc/18ACDD28A88A03CB469D6A1DE73925488AFAF46EC0DC2D954AD31226BA535C4E',
941
+ exponent: 0,
942
+ aliases: ['ibc/47BD209179859CDE4A2806763D7189B6E6FE13A17880FE2B42DE1E6C1E329E23']
943
+ }, {
944
+ denom: 'osmo',
945
+ exponent: 6
946
+ }],
947
+ type_asset: 'ics20',
948
+ base: 'ibc/18ACDD28A88A03CB469D6A1DE73925488AFAF46EC0DC2D954AD31226BA535C4E',
949
+ name: 'Osmosis',
950
+ display: 'osmo',
951
+ symbol: 'OSMO',
952
+ traces: [{
953
+ type: 'ibc',
954
+ counterparty: {
955
+ channel_id: 'channel-68',
956
+ base_denom: 'ibc/47BD209179859CDE4A2806763D7189B6E6FE13A17880FE2B42DE1E6C1E329E23',
957
+ chain_name: 'kujira'
958
+ },
959
+ chain: {
960
+ channel_id: 'channel-100'
961
+ }
962
+ }],
963
+ images: [{
964
+ image_sync: {
965
+ chain_name: 'osmosis',
966
+ base_denom: 'uosmo'
967
+ },
968
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
969
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
970
+ }],
971
+ logo_URIs: {
972
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
973
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
974
+ }
975
+ }, {
976
+ denom_units: [{
977
+ denom: 'ibc/044A108DC8EE7DDA00230985881A0B7E84769B728CA2A0F2B2D9A26681659A59',
978
+ exponent: 0,
979
+ aliases: ['ibc/295548A78785A1007F232DE286149A6FF512F180AF5657780FC89C009E2C348F']
980
+ }, {
981
+ denom: 'usdc',
982
+ exponent: 6
983
+ }],
984
+ type_asset: 'ics20',
985
+ base: 'ibc/044A108DC8EE7DDA00230985881A0B7E84769B728CA2A0F2B2D9A26681659A59',
986
+ name: 'Axelar USD Coin',
987
+ display: 'usdc',
988
+ symbol: 'axlUSDC',
989
+ traces: [{
990
+ type: 'ibc',
991
+ counterparty: {
992
+ channel_id: 'channel-68',
993
+ base_denom: 'ibc/295548A78785A1007F232DE286149A6FF512F180AF5657780FC89C009E2C348F',
994
+ chain_name: 'kujira'
995
+ },
996
+ chain: {
997
+ channel_id: 'channel-100'
998
+ }
999
+ }],
1000
+ images: [{
1001
+ image_sync: {
1002
+ chain_name: 'axelar',
1003
+ base_denom: 'uusdc'
1004
+ },
1005
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.png',
1006
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg'
1007
+ }],
1008
+ logo_URIs: {
1009
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.png',
1010
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg'
1011
+ }
1012
+ }, {
1013
+ denom_units: [{
1014
+ denom: 'ibc/138F2939DD6F1BE2D89EEC09C9F0385021F45E78668BC99D517902BDC134625B',
1015
+ exponent: 0,
1016
+ aliases: ['ibc/3607EB5B5E64DD1C0E12E07F077FF470D5BC4706AFCBC98FE1BA960E5AE4CE07']
1017
+ }, {
1018
+ denom: 'cmdx',
1019
+ exponent: 6
1020
+ }],
1021
+ type_asset: 'ics20',
1022
+ base: 'ibc/138F2939DD6F1BE2D89EEC09C9F0385021F45E78668BC99D517902BDC134625B',
1023
+ name: 'Comdex',
1024
+ display: 'cmdx',
1025
+ symbol: 'CMDX',
1026
+ traces: [{
1027
+ type: 'ibc',
1028
+ counterparty: {
1029
+ channel_id: 'channel-68',
1030
+ base_denom: 'ibc/3607EB5B5E64DD1C0E12E07F077FF470D5BC4706AFCBC98FE1BA960E5AE4CE07',
1031
+ chain_name: 'kujira'
1032
+ },
1033
+ chain: {
1034
+ channel_id: 'channel-100'
1035
+ }
1036
+ }],
1037
+ images: [{
1038
+ image_sync: {
1039
+ chain_name: 'comdex',
1040
+ base_denom: 'ucmdx'
1041
+ },
1042
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmdx.png',
1043
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmdx.svg'
1044
+ }],
1045
+ logo_URIs: {
1046
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmdx.png',
1047
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmdx.svg'
1048
+ }
1049
+ }, {
1050
+ denom_units: [{
1051
+ denom: 'ibc/50E2E51933A76237E11CE4562663F1F1C358BC07329FA28CE74CFA2A19AAD80A',
1052
+ exponent: 0,
1053
+ aliases: ['ibc/EFF323CC632EC4F747C61BCE238A758EFDB7699C3226565F7C20DA06509D59A5']
1054
+ }, {
1055
+ denom: 'juno',
1056
+ exponent: 6
1057
+ }],
1058
+ base: 'ibc/50E2E51933A76237E11CE4562663F1F1C358BC07329FA28CE74CFA2A19AAD80A',
1059
+ name: 'Juno',
1060
+ display: 'juno',
1061
+ symbol: 'JUNO',
1062
+ traces: [{
1063
+ type: 'ibc',
1064
+ counterparty: {
1065
+ channel_id: 'channel-68',
1066
+ base_denom: 'ibc/EFF323CC632EC4F747C61BCE238A758EFDB7699C3226565F7C20DA06509D59A5',
1067
+ chain_name: 'kujira'
1068
+ },
1069
+ chain: {
1070
+ channel_id: 'channel-100'
1071
+ }
1072
+ }],
1073
+ images: [{
1074
+ image_sync: {
1075
+ chain_name: 'juno',
1076
+ base_denom: 'ujuno'
1077
+ },
1078
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.png',
1079
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.svg'
1080
+ }],
1081
+ logo_URIs: {
1082
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.png',
1083
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.svg'
1084
+ }
1085
+ }, {
1086
+ denom_units: [{
1087
+ denom: 'ibc/F4F250A35BEBC056B0513AB5A7FC5A7D8343EB561E0DF9E466B1E3E1C3881D1B',
1088
+ exponent: 0,
1089
+ aliases: ['ibc/1B38805B1C75352B28169284F96DF56BDEBD9E8FAC005BDCC8CF0378C82AA8E7']
1090
+ }, {
1091
+ denom: 'weth',
1092
+ exponent: 18
1093
+ }],
1094
+ type_asset: 'ics20',
1095
+ base: 'ibc/F4F250A35BEBC056B0513AB5A7FC5A7D8343EB561E0DF9E466B1E3E1C3881D1B',
1096
+ name: 'Axelar Wrapped Ether',
1097
+ display: 'weth',
1098
+ symbol: 'wETH',
1099
+ traces: [{
1100
+ type: 'ibc',
1101
+ counterparty: {
1102
+ channel_id: 'channel-68',
1103
+ base_denom: 'ibc/1B38805B1C75352B28169284F96DF56BDEBD9E8FAC005BDCC8CF0378C82AA8E7',
1104
+ chain_name: 'kujira'
1105
+ },
1106
+ chain: {
1107
+ channel_id: 'channel-100'
1108
+ }
1109
+ }],
1110
+ images: [{
1111
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/weth.png'
1112
+ }],
1113
+ logo_URIs: {
1114
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/weth.png'
1115
+ }
1116
+ }, {
1117
+ denom_units: [{
1118
+ denom: 'ibc/F7C46192712384686FACE08C78965A04DA3759D6BDFCFA1B5519CE0F47600052',
1119
+ exponent: 0,
1120
+ aliases: ['ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2']
1121
+ }, {
1122
+ denom: 'atom',
1123
+ exponent: 6
1124
+ }],
1125
+ type_asset: 'ics20',
1126
+ base: 'ibc/F7C46192712384686FACE08C78965A04DA3759D6BDFCFA1B5519CE0F47600052',
1127
+ name: 'Cosmos Hub Atom',
1128
+ display: 'atom',
1129
+ symbol: 'ATOM',
1130
+ traces: [{
1131
+ type: 'ibc',
1132
+ counterparty: {
1133
+ channel_id: 'channel-68',
1134
+ base_denom: 'ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2',
1135
+ chain_name: 'kujira'
1136
+ },
1137
+ chain: {
1138
+ channel_id: 'channel-100'
1139
+ }
1140
+ }],
1141
+ images: [{
1142
+ image_sync: {
1143
+ chain_name: 'cosmoshub',
1144
+ base_denom: 'uatom'
1145
+ },
1146
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
1147
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
1148
+ }],
1149
+ logo_URIs: {
1150
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
1151
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
1152
+ }
1153
+ }, {
1154
+ denom_units: [{
1155
+ denom: 'ibc/33F49081DC55F425C4FE89A25E9997340C717A38AD88F990B17DB8EA8AF171AA',
1156
+ exponent: 0,
1157
+ aliases: ['ibc/DA59C009A0B3B95E0549E6BF7B075C8239285989FF457A8EDDBB56F10B2A6986']
1158
+ }, {
1159
+ denom: 'luna',
1160
+ exponent: 6
1161
+ }],
1162
+ base: 'ibc/33F49081DC55F425C4FE89A25E9997340C717A38AD88F990B17DB8EA8AF171AA',
1163
+ name: 'Luna',
1164
+ display: 'luna',
1165
+ symbol: 'LUNA',
1166
+ traces: [{
1167
+ type: 'ibc',
1168
+ counterparty: {
1169
+ channel_id: 'channel-68',
1170
+ base_denom: 'ibc/DA59C009A0B3B95E0549E6BF7B075C8239285989FF457A8EDDBB56F10B2A6986',
1171
+ chain_name: 'kujira'
1172
+ },
1173
+ chain: {
1174
+ channel_id: 'channel-100'
1175
+ }
1176
+ }],
1177
+ images: [{
1178
+ image_sync: {
1179
+ chain_name: 'luna',
1180
+ base_denom: 'uluna'
1181
+ },
1182
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.png',
1183
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.svg'
1184
+ }],
1185
+ logo_URIs: {
1186
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.png',
1187
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.svg'
1188
+ }
1189
+ }, {
1190
+ denom_units: [{
1191
+ denom: 'ibc/BC63059934FBAAD255ADF25AE1E2CC589EBA02A27ADF7DFF2B7D1F36B4178883',
1192
+ exponent: 0,
1193
+ aliases: ['ibc/4F393C3FCA4190C0A6756CE7F6D897D5D1BE57D6CCB80D0BC87393566A7B6602']
1194
+ }, {
1195
+ denom: 'stars',
1196
+ exponent: 6
1197
+ }],
1198
+ type_asset: 'ics20',
1199
+ base: 'ibc/BC63059934FBAAD255ADF25AE1E2CC589EBA02A27ADF7DFF2B7D1F36B4178883',
1200
+ name: 'Stargaze',
1201
+ display: 'stars',
1202
+ symbol: 'STARS',
1203
+ traces: [{
1204
+ type: 'ibc',
1205
+ counterparty: {
1206
+ channel_id: 'channel-68',
1207
+ base_denom: 'ibc/4F393C3FCA4190C0A6756CE7F6D897D5D1BE57D6CCB80D0BC87393566A7B6602',
1208
+ chain_name: 'kujira'
1209
+ },
1210
+ chain: {
1211
+ channel_id: 'channel-100'
1212
+ }
1213
+ }],
1214
+ images: [{
1215
+ image_sync: {
1216
+ chain_name: 'stargaze',
1217
+ base_denom: 'ustars'
1218
+ },
1219
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
1220
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg'
1221
+ }],
1222
+ logo_URIs: {
1223
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
1224
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg'
1225
+ }
1226
+ }, {
1227
+ denom_units: [{
1228
+ denom: 'ibc/9B094276EA0FA221E09DE80B07A805E002293AF02E9F2C7F062AEDE1FC0E74CD',
1229
+ exponent: 0,
1230
+ aliases: ['ibc/A358D7F19237777AF6D8AD0E0F53268F8B18AE8A53ED318095C14D6D7F3B2DB5']
1231
+ }, {
1232
+ denom: 'scrt',
1233
+ exponent: 6
1234
+ }],
1235
+ base: 'ibc/9B094276EA0FA221E09DE80B07A805E002293AF02E9F2C7F062AEDE1FC0E74CD',
1236
+ name: 'Secret Network',
1237
+ display: 'scrt',
1238
+ symbol: 'SCRT',
1239
+ traces: [{
1240
+ type: 'ibc',
1241
+ counterparty: {
1242
+ channel_id: 'channel-68',
1243
+ base_denom: 'ibc/A358D7F19237777AF6D8AD0E0F53268F8B18AE8A53ED318095C14D6D7F3B2DB5',
1244
+ chain_name: 'kujira'
1245
+ },
1246
+ chain: {
1247
+ channel_id: 'channel-100'
1248
+ }
1249
+ }],
1250
+ images: [{
1251
+ image_sync: {
1252
+ chain_name: 'scrt',
1253
+ base_denom: 'uscrt'
1254
+ },
1255
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
1256
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
1257
+ }],
1258
+ logo_URIs: {
1259
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
1260
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
1261
+ }
1262
+ }, {
1263
+ description: 'The native token of Osmosis',
1264
+ denom_units: [{
1265
+ denom: 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B',
1266
+ exponent: 0,
1267
+ aliases: ['uosmo']
1268
+ }, {
1269
+ denom: 'osmo',
1270
+ exponent: 6
1271
+ }],
1272
+ base: 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B',
1273
+ name: 'Osmosis',
1274
+ display: 'osmo',
1275
+ symbol: 'OSMO',
1276
+ logo_URIs: {
1277
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
1278
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
1279
+ },
1280
+ coingecko_id: 'osmosis',
1281
+ keywords: ['dex', 'staking'],
1282
+ images: [{
1283
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
1284
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
1285
+ }],
1286
+ traces: [{
1287
+ type: 'ibc',
1288
+ counterparty: {
1289
+ channel_id: 'channel-8',
1290
+ base_denom: 'uosmo',
1291
+ chain_name: 'osmosis'
1292
+ },
1293
+ chain: {
1294
+ channel_id: 'channel-1'
1295
+ }
1296
+ }]
1297
+ }, {
1298
+ denom_units: [{
1299
+ denom: 'ibc/EA7DF7F779C7F14E07172E5713E07356B55F01496CA649DDE46CF8FBF1A8466D',
1300
+ exponent: 0,
1301
+ aliases: ['uion']
1302
+ }, {
1303
+ denom: 'ion',
1304
+ exponent: 6
1305
+ }],
1306
+ base: 'ibc/EA7DF7F779C7F14E07172E5713E07356B55F01496CA649DDE46CF8FBF1A8466D',
1307
+ name: 'Ion DAO',
1308
+ display: 'ion',
1309
+ symbol: 'ION',
1310
+ logo_URIs: {
1311
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
1312
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
1313
+ },
1314
+ coingecko_id: 'ion',
1315
+ keywords: ['memecoin'],
1316
+ images: [{
1317
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
1318
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
1319
+ }],
1320
+ traces: [{
1321
+ type: 'ibc',
1322
+ counterparty: {
1323
+ channel_id: 'channel-8',
1324
+ base_denom: 'uion',
1325
+ chain_name: 'osmosis'
1326
+ },
1327
+ chain: {
1328
+ channel_id: 'channel-1'
1329
+ }
1330
+ }]
1331
+ }, {
1332
+ denom_units: [{
1333
+ denom: 'ibc/4FBFB92ED8EBA5AB1454C1215D1FE536BB09393A58E27E3891FD5D9AE18B6A37',
1334
+ exponent: 0,
1335
+ aliases: ['factory/osmo14klwqgkmackvx2tqa0trtg69dmy0nrg4ntq4gjgw2za4734r5seqjqm4gm/uibcx']
1336
+ }, {
1337
+ denom: 'ibcx',
1338
+ exponent: 6
1339
+ }],
1340
+ address: 'osmo14klwqgkmackvx2tqa0trtg69dmy0nrg4ntq4gjgw2za4734r5seqjqm4gm',
1341
+ base: 'ibc/4FBFB92ED8EBA5AB1454C1215D1FE536BB09393A58E27E3891FD5D9AE18B6A37',
1342
+ name: 'IBC Index',
1343
+ display: 'ibcx',
1344
+ symbol: 'IBCX',
1345
+ logo_URIs: {
1346
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ibcx.svg'
1347
+ },
1348
+ coingecko_id: 'ibc-index',
1349
+ images: [{
1350
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ibcx.svg'
1351
+ }],
1352
+ traces: [{
1353
+ type: 'ibc',
1354
+ counterparty: {
1355
+ channel_id: 'channel-8',
1356
+ base_denom: 'factory/osmo14klwqgkmackvx2tqa0trtg69dmy0nrg4ntq4gjgw2za4734r5seqjqm4gm/uibcx',
1357
+ chain_name: 'osmosis'
1358
+ },
1359
+ chain: {
1360
+ channel_id: 'channel-1'
1361
+ }
1362
+ }]
1363
+ }, {
1364
+ denom_units: [{
1365
+ denom: 'ibc/6D0DCE67DFE046EC06CC24175C7AB225A9C083BB7F01EA597A343870D38C158A',
1366
+ exponent: 0,
1367
+ aliases: ['factory/osmo1xqw2sl9zk8a6pch0csaw78n4swg5ws8t62wc5qta4gnjxfqg6v2qcs243k/stuibcx']
1368
+ }, {
1369
+ denom: 'stibcx',
1370
+ exponent: 6
1371
+ }],
1372
+ address: 'osmo1xqw2sl9zk8a6pch0csaw78n4swg5ws8t62wc5qta4gnjxfqg6v2qcs243k',
1373
+ base: 'ibc/6D0DCE67DFE046EC06CC24175C7AB225A9C083BB7F01EA597A343870D38C158A',
1374
+ name: 'Staked IBCX',
1375
+ display: 'stibcx',
1376
+ symbol: 'stIBCX',
1377
+ logo_URIs: {
1378
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/stibcx.png',
1379
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/stibcx.svg'
1380
+ },
1381
+ images: [{
1382
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/stibcx.png',
1383
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/stibcx.svg'
1384
+ }],
1385
+ traces: [{
1386
+ type: 'ibc',
1387
+ counterparty: {
1388
+ channel_id: 'channel-8',
1389
+ base_denom: 'factory/osmo1xqw2sl9zk8a6pch0csaw78n4swg5ws8t62wc5qta4gnjxfqg6v2qcs243k/stuibcx',
1390
+ chain_name: 'osmosis'
1391
+ },
1392
+ chain: {
1393
+ channel_id: 'channel-1'
1394
+ }
1395
+ }]
1396
+ }, {
1397
+ denom_units: [{
1398
+ denom: 'ibc/FA7775734CC73176B7425910DE001A1D2AD9B6D9E93129A5D0750EAD13E4E63A',
1399
+ exponent: 0,
1400
+ aliases: ['ibc/D189335C6E4A68B513C10AB227BF1C1D38C746766278BA3EEB4FB14124F1D858']
1401
+ }, {
1402
+ denom: 'usdc',
1403
+ exponent: 6
1404
+ }],
1405
+ type_asset: 'ics20',
1406
+ base: 'ibc/FA7775734CC73176B7425910DE001A1D2AD9B6D9E93129A5D0750EAD13E4E63A',
1407
+ name: 'Axelar USD Coin',
1408
+ display: 'usdc',
1409
+ symbol: 'USDC.axl',
1410
+ traces: [{
1411
+ type: 'ibc',
1412
+ counterparty: {
1413
+ channel_id: 'channel-8',
1414
+ base_denom: 'ibc/D189335C6E4A68B513C10AB227BF1C1D38C746766278BA3EEB4FB14124F1D858',
1415
+ chain_name: 'osmosis'
1416
+ },
1417
+ chain: {
1418
+ channel_id: 'channel-1'
1419
+ }
1420
+ }],
1421
+ images: [{
1422
+ image_sync: {
1423
+ chain_name: 'axelar',
1424
+ base_denom: 'uusdc'
1425
+ },
1426
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.png',
1427
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg'
1428
+ }],
1429
+ logo_URIs: {
1430
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.png',
1431
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg'
1432
+ }
1433
+ }, {
1434
+ denom_units: [{
1435
+ denom: 'ibc/BD9451F387367AA88FA3D18333B2F1D56607449F20B15B4557042DA869703E25',
1436
+ exponent: 0,
1437
+ aliases: ['ibc/0B3C3D06228578334B66B57FBFBA4033216CEB8119B27ACDEE18D92DA5B28D43']
1438
+ }, {
1439
+ denom: 'avalanche-usdc',
1440
+ exponent: 6
1441
+ }],
1442
+ type_asset: 'ics20',
1443
+ base: 'ibc/BD9451F387367AA88FA3D18333B2F1D56607449F20B15B4557042DA869703E25',
1444
+ name: 'Wormhole USDC(Avalanche)',
1445
+ display: 'avalanche-usdc',
1446
+ symbol: 'avalanche.USDC.wh',
1447
+ traces: [{
1448
+ type: 'ibc',
1449
+ counterparty: {
1450
+ channel_id: 'channel-8',
1451
+ base_denom: 'ibc/0B3C3D06228578334B66B57FBFBA4033216CEB8119B27ACDEE18D92DA5B28D43',
1452
+ chain_name: 'osmosis'
1453
+ },
1454
+ chain: {
1455
+ channel_id: 'channel-1'
1456
+ }
1457
+ }],
1458
+ images: [{
1459
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.hole.png',
1460
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.hole.svg'
1461
+ }],
1462
+ logo_URIs: {
1463
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.hole.png',
1464
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.hole.svg'
1465
+ }
1466
+ }, {
1467
+ denom_units: [{
1468
+ denom: 'ibc/6B199312B29CF047BF8B1337450EF3AA0475FE0C312DB94055F2D5B22CD1E71A',
1469
+ exponent: 0,
1470
+ aliases: ['ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4']
1471
+ }, {
1472
+ denom: 'usdc',
1473
+ exponent: 6
1474
+ }],
1475
+ type_asset: 'ics20',
1476
+ base: 'ibc/6B199312B29CF047BF8B1337450EF3AA0475FE0C312DB94055F2D5B22CD1E71A',
1477
+ name: 'Noble USD Coin',
1478
+ display: 'usdc',
1479
+ symbol: 'USDC',
1480
+ traces: [{
1481
+ type: 'ibc',
1482
+ counterparty: {
1483
+ channel_id: 'channel-8',
1484
+ base_denom: 'ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4',
1485
+ chain_name: 'osmosis'
1486
+ },
1487
+ chain: {
1488
+ channel_id: 'channel-1'
1489
+ }
1490
+ }],
1491
+ images: [{
1492
+ image_sync: {
1493
+ chain_name: 'noble',
1494
+ base_denom: 'uusdc'
1495
+ },
1496
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png',
1497
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg'
1498
+ }],
1499
+ logo_URIs: {
1500
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png',
1501
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg'
1502
+ }
1503
+ }, {
1504
+ denom_units: [{
1505
+ denom: 'ibc/9E58E47857A51FFB728EDB7DD54CDFC2AB5E8FF358B9B010BF0A92AB18930BEA',
1506
+ exponent: 0,
1507
+ aliases: ['ibc/D176154B0C63D1F9C6DCFB4F70349EBF2E2B5A87A05902F57A6AE92B863E9AEC']
1508
+ }, {
1509
+ denom: 'stosmo',
1510
+ exponent: 6
1511
+ }],
1512
+ type_asset: 'ics20',
1513
+ base: 'ibc/9E58E47857A51FFB728EDB7DD54CDFC2AB5E8FF358B9B010BF0A92AB18930BEA',
1514
+ name: 'stOSMO',
1515
+ display: 'stosmo',
1516
+ symbol: 'stOSMO',
1517
+ traces: [{
1518
+ type: 'ibc',
1519
+ counterparty: {
1520
+ channel_id: 'channel-8',
1521
+ base_denom: 'ibc/D176154B0C63D1F9C6DCFB4F70349EBF2E2B5A87A05902F57A6AE92B863E9AEC',
1522
+ chain_name: 'osmosis'
1523
+ },
1524
+ chain: {
1525
+ channel_id: 'channel-1'
1526
+ }
1527
+ }],
1528
+ images: [{
1529
+ image_sync: {
1530
+ chain_name: 'stride',
1531
+ base_denom: 'stuosmo'
1532
+ },
1533
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.png',
1534
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.svg'
1535
+ }],
1536
+ logo_URIs: {
1537
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.png',
1538
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.svg'
1539
+ }
1540
+ }, {
1541
+ denom_units: [{
1542
+ denom: 'ibc/FA0006F056DB6719B8C16C551FC392B62F5729978FC0B125AC9A432DBB2AA1A5',
1543
+ exponent: 0,
1544
+ aliases: ['ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2']
1545
+ }, {
1546
+ denom: 'atom',
1547
+ exponent: 6
1548
+ }],
1549
+ type_asset: 'ics20',
1550
+ base: 'ibc/FA0006F056DB6719B8C16C551FC392B62F5729978FC0B125AC9A432DBB2AA1A5',
1551
+ name: 'Cosmos Hub Atom',
1552
+ display: 'atom',
1553
+ symbol: 'ATOM',
1554
+ traces: [{
1555
+ type: 'ibc',
1556
+ counterparty: {
1557
+ channel_id: 'channel-8',
1558
+ base_denom: 'ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2',
1559
+ chain_name: 'osmosis'
1560
+ },
1561
+ chain: {
1562
+ channel_id: 'channel-1'
1563
+ }
1564
+ }],
1565
+ images: [{
1566
+ image_sync: {
1567
+ chain_name: 'cosmoshub',
1568
+ base_denom: 'uatom'
1569
+ },
1570
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
1571
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
1572
+ }],
1573
+ logo_URIs: {
1574
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
1575
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
1576
+ }
1577
+ }, {
1578
+ denom_units: [{
1579
+ denom: 'ibc/74B0BDD3C0941166F5E96BFBC847219BBE609535F3A0D941C22342A60BD43A08',
1580
+ exponent: 0,
1581
+ aliases: ['ibc/C140AFD542AE77BD7DCC83F13FDD8C5E5BB8C4929785E6EC2F4C636F98F17901']
1582
+ }, {
1583
+ denom: 'statom',
1584
+ exponent: 6
1585
+ }],
1586
+ type_asset: 'ics20',
1587
+ base: 'ibc/74B0BDD3C0941166F5E96BFBC847219BBE609535F3A0D941C22342A60BD43A08',
1588
+ name: 'stATOM',
1589
+ display: 'statom',
1590
+ symbol: 'stATOM',
1591
+ traces: [{
1592
+ type: 'ibc',
1593
+ counterparty: {
1594
+ channel_id: 'channel-8',
1595
+ base_denom: 'ibc/C140AFD542AE77BD7DCC83F13FDD8C5E5BB8C4929785E6EC2F4C636F98F17901',
1596
+ chain_name: 'osmosis'
1597
+ },
1598
+ chain: {
1599
+ channel_id: 'channel-1'
1600
+ }
1601
+ }],
1602
+ images: [{
1603
+ image_sync: {
1604
+ chain_name: 'stride',
1605
+ base_denom: 'stuatom'
1606
+ },
1607
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.png',
1608
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.svg'
1609
+ }],
1610
+ logo_URIs: {
1611
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.png',
1612
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.svg'
1613
+ }
1614
+ }, {
1615
+ denom_units: [{
1616
+ denom: 'ibc/37B7C1AABC243067278C28C77973A28D7844EF5465ACD0EBE6E506BE4C6816C2',
1617
+ exponent: 0,
1618
+ aliases: ['ibc/EA1D43981D5C9A1C4AAEA9C23BB1D4FA126BA9BC7020A25E0AE4AA841EA25DC5']
1619
+ }, {
1620
+ denom: 'weth',
1621
+ exponent: 18
1622
+ }],
1623
+ type_asset: 'ics20',
1624
+ base: 'ibc/37B7C1AABC243067278C28C77973A28D7844EF5465ACD0EBE6E506BE4C6816C2',
1625
+ name: 'Wrapped Ether',
1626
+ display: 'weth',
1627
+ symbol: 'ETH',
1628
+ traces: [{
1629
+ type: 'ibc',
1630
+ counterparty: {
1631
+ channel_id: 'channel-8',
1632
+ base_denom: 'ibc/EA1D43981D5C9A1C4AAEA9C23BB1D4FA126BA9BC7020A25E0AE4AA841EA25DC5',
1633
+ chain_name: 'osmosis'
1634
+ },
1635
+ chain: {
1636
+ channel_id: 'channel-1'
1637
+ }
1638
+ }],
1639
+ images: [{
1640
+ image_sync: {
1641
+ chain_name: 'axelar',
1642
+ base_denom: 'weth-wei'
1643
+ },
1644
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/weth.png'
1645
+ }],
1646
+ logo_URIs: {
1647
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/weth.png'
1648
+ }
1649
+ }, {
1650
+ denom_units: [{
1651
+ denom: 'ibc/DA1BE182A23423A7031255C608B68D1E54AD30087AEB7F25B48D2CF8A5FE1DDB',
1652
+ exponent: 0,
1653
+ aliases: ['ibc/D1542AA8762DB13087D8364F3EA6509FD6F009A34F00426AF9E4F9FA85CBBF1F']
1654
+ }, {
1655
+ denom: 'wbtc',
1656
+ exponent: 8
1657
+ }],
1658
+ type_asset: 'ics20',
1659
+ base: 'ibc/DA1BE182A23423A7031255C608B68D1E54AD30087AEB7F25B48D2CF8A5FE1DDB',
1660
+ name: 'Wrapped Bitcoin (Axelar)',
1661
+ display: 'wbtc',
1662
+ symbol: 'WBTC.axl',
1663
+ traces: [{
1664
+ type: 'ibc',
1665
+ counterparty: {
1666
+ channel_id: 'channel-8',
1667
+ base_denom: 'ibc/D1542AA8762DB13087D8364F3EA6509FD6F009A34F00426AF9E4F9FA85CBBF1F',
1668
+ chain_name: 'osmosis'
1669
+ },
1670
+ chain: {
1671
+ channel_id: 'channel-1'
1672
+ }
1673
+ }],
1674
+ images: [{
1675
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.svg',
1676
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.png'
1677
+ }, {
1678
+ image_sync: {
1679
+ chain_name: 'axelar',
1680
+ base_denom: 'wbtc-satoshi'
1681
+ },
1682
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/wbtc.png'
1683
+ }],
1684
+ logo_URIs: {
1685
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.svg',
1686
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.png'
1687
+ }
1688
+ }, {
1689
+ description: 'ERIS liquid staked OSMO',
1690
+ denom_units: [{
1691
+ denom: 'ibc/E0687047EA2BDEFC10A211E27502C2A78441684F624B41FD2FCFDEFDFB5AA569',
1692
+ exponent: 0,
1693
+ aliases: ['factory/osmo1dv8wz09tckslr2wy5z86r46dxvegylhpt97r9yd6qc3kyc6tv42qa89dr9/ampOSMO']
1694
+ }, {
1695
+ denom: 'ampOSMO',
1696
+ exponent: 6
1697
+ }],
1698
+ address: 'osmo1dv8wz09tckslr2wy5z86r46dxvegylhpt97r9yd6qc3kyc6tv42qa89dr9',
1699
+ base: 'ibc/E0687047EA2BDEFC10A211E27502C2A78441684F624B41FD2FCFDEFDFB5AA569',
1700
+ name: 'ERIS Amplified OSMO',
1701
+ display: 'ampOSMO',
1702
+ symbol: 'ampOSMO',
1703
+ logo_URIs: {
1704
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/amposmo.png'
1705
+ },
1706
+ images: [{
1707
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/amposmo.png'
1708
+ }],
1709
+ traces: [{
1710
+ type: 'ibc',
1711
+ counterparty: {
1712
+ channel_id: 'channel-8',
1713
+ base_denom: 'factory/osmo1dv8wz09tckslr2wy5z86r46dxvegylhpt97r9yd6qc3kyc6tv42qa89dr9/ampOSMO',
1714
+ chain_name: 'osmosis'
1715
+ },
1716
+ chain: {
1717
+ channel_id: 'channel-1'
1718
+ }
1719
+ }]
1720
+ }, {
1721
+ description: 'Tether USDT on Osmosis',
1722
+ denom_units: [{
1723
+ denom: 'ibc/C3131D228C3163DFD9068B14B920F10A4D37BE10E76CDC6C847B80AA83E40D40',
1724
+ exponent: 0,
1725
+ aliases: ['ibc/4ABBEF4C8926DDDB320AE5188CFD63267ABBCEFC0583E4AE05D6E5AA2401DDAB']
1726
+ }, {
1727
+ denom: 'usdt',
1728
+ exponent: 6
1729
+ }],
1730
+ type_asset: 'ics20',
1731
+ base: 'ibc/C3131D228C3163DFD9068B14B920F10A4D37BE10E76CDC6C847B80AA83E40D40',
1732
+ name: 'Tether USDT',
1733
+ display: 'usdt',
1734
+ symbol: 'USDT',
1735
+ traces: [{
1736
+ type: 'ibc',
1737
+ counterparty: {
1738
+ channel_id: 'channel-8',
1739
+ base_denom: 'ibc/4ABBEF4C8926DDDB320AE5188CFD63267ABBCEFC0583E4AE05D6E5AA2401DDAB',
1740
+ chain_name: 'osmosis'
1741
+ },
1742
+ chain: {
1743
+ channel_id: 'channel-1'
1744
+ }
1745
+ }],
1746
+ images: [{
1747
+ image_sync: {
1748
+ chain_name: 'kava',
1749
+ base_denom: 'erc20/tether/usdt'
1750
+ },
1751
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
1752
+ }],
1753
+ logo_URIs: {
1754
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
1755
+ }
1756
+ }, {
1757
+ description: "Membrane's CDP-style stablecoin called CDT",
1758
+ denom_units: [{
1759
+ denom: 'ibc/9F977CFD6084FD4B83DF6BD27CECC0F805D0F6D95ED099650F330D94510F7F19',
1760
+ exponent: 0,
1761
+ aliases: ['factory/osmo1s794h9rxggytja3a4pmwul53u98k06zy2qtrdvjnfuxruh7s8yjs6cyxgd/ucdt']
1762
+ }, {
1763
+ denom: 'cdt',
1764
+ exponent: 6
1765
+ }],
1766
+ base: 'ibc/9F977CFD6084FD4B83DF6BD27CECC0F805D0F6D95ED099650F330D94510F7F19',
1767
+ name: 'CDT Stablecoin',
1768
+ display: 'cdt',
1769
+ symbol: 'CDT',
1770
+ logo_URIs: {
1771
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/CDT.svg'
1772
+ },
1773
+ coingecko_id: 'collateralized-debt-token',
1774
+ images: [{
1775
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/CDT.svg'
1776
+ }],
1777
+ traces: [{
1778
+ type: 'ibc',
1779
+ counterparty: {
1780
+ channel_id: 'channel-8',
1781
+ base_denom: 'factory/osmo1s794h9rxggytja3a4pmwul53u98k06zy2qtrdvjnfuxruh7s8yjs6cyxgd/ucdt',
1782
+ chain_name: 'osmosis'
1783
+ },
1784
+ chain: {
1785
+ channel_id: 'channel-1'
1786
+ }
1787
+ }]
1788
+ }, {
1789
+ description: "Membrane's protocol token",
1790
+ denom_units: [{
1791
+ denom: 'ibc/CC0A5E28C584A93AB762E71DD3D5991928637042AC3E900EE94E19E46CBFE935',
1792
+ exponent: 0,
1793
+ aliases: ['factory/osmo1s794h9rxggytja3a4pmwul53u98k06zy2qtrdvjnfuxruh7s8yjs6cyxgd/umbrn']
1794
+ }, {
1795
+ denom: 'mbrn',
1796
+ exponent: 6
1797
+ }],
1798
+ base: 'ibc/CC0A5E28C584A93AB762E71DD3D5991928637042AC3E900EE94E19E46CBFE935',
1799
+ name: 'Membrane',
1800
+ display: 'mbrn',
1801
+ symbol: 'MBRN',
1802
+ logo_URIs: {
1803
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/MBRN.svg'
1804
+ },
1805
+ coingecko_id: 'membrane',
1806
+ images: [{
1807
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/MBRN.svg'
1808
+ }],
1809
+ traces: [{
1810
+ type: 'ibc',
1811
+ counterparty: {
1812
+ channel_id: 'channel-8',
1813
+ base_denom: 'factory/osmo1s794h9rxggytja3a4pmwul53u98k06zy2qtrdvjnfuxruh7s8yjs6cyxgd/umbrn',
1814
+ chain_name: 'osmosis'
1815
+ },
1816
+ chain: {
1817
+ channel_id: 'channel-1'
1818
+ }
1819
+ }]
1820
+ }, {
1821
+ description: 'TIA on Osmosis',
1822
+ denom_units: [{
1823
+ denom: 'ibc/EB7702F7862428669576938CD8DD19FBF39F6516F1F94A1B02AC8CBAFF06858B',
1824
+ exponent: 0,
1825
+ aliases: ['ibc/D79E7D83AB399BFFF93433E54FAA480C191248FC556924A2A8351AE2638B3877']
1826
+ }, {
1827
+ denom: 'tia',
1828
+ exponent: 6
1829
+ }],
1830
+ type_asset: 'ics20',
1831
+ base: 'ibc/EB7702F7862428669576938CD8DD19FBF39F6516F1F94A1B02AC8CBAFF06858B',
1832
+ name: 'Celestia TIA',
1833
+ display: 'tia',
1834
+ symbol: 'TIA',
1835
+ traces: [{
1836
+ type: 'ibc',
1837
+ counterparty: {
1838
+ channel_id: 'channel-8',
1839
+ base_denom: 'ibc/D79E7D83AB399BFFF93433E54FAA480C191248FC556924A2A8351AE2638B3877',
1840
+ chain_name: 'osmosis'
1841
+ },
1842
+ chain: {
1843
+ channel_id: 'channel-1'
1844
+ }
1845
+ }],
1846
+ images: [{
1847
+ image_sync: {
1848
+ chain_name: 'celestia',
1849
+ base_denom: 'utia'
1850
+ },
1851
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png',
1852
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg'
1853
+ }],
1854
+ logo_URIs: {
1855
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png',
1856
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg'
1857
+ }
1858
+ }, {
1859
+ description: 'Margined Power Token sqOSMO',
1860
+ denom_units: [{
1861
+ denom: 'ibc/03FB4E4D1043755015ABF1A84773EA334B2726EF464CF90D926C888ECE2D64FD',
1862
+ exponent: 0,
1863
+ aliases: ['factory/osmo1g8qypve6l95xmhgc0fddaecerffymsl7kn9muw/squosmo']
1864
+ }, {
1865
+ denom: 'sqosmo',
1866
+ exponent: 6
1867
+ }],
1868
+ base: 'ibc/03FB4E4D1043755015ABF1A84773EA334B2726EF464CF90D926C888ECE2D64FD',
1869
+ name: 'OSMO Squared',
1870
+ display: 'sqosmo',
1871
+ symbol: 'sqOSMO',
1872
+ logo_URIs: {
1873
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sqosmo.svg'
1874
+ },
1875
+ images: [{
1876
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sqosmo.svg'
1877
+ }],
1878
+ traces: [{
1879
+ type: 'ibc',
1880
+ counterparty: {
1881
+ channel_id: 'channel-8',
1882
+ base_denom: 'factory/osmo1g8qypve6l95xmhgc0fddaecerffymsl7kn9muw/squosmo',
1883
+ chain_name: 'osmosis'
1884
+ },
1885
+ chain: {
1886
+ channel_id: 'channel-1'
1887
+ }
1888
+ }]
1889
+ }, {
1890
+ description: 'NOIS on Osmosis',
1891
+ denom_units: [{
1892
+ denom: 'ibc/8349192BE84F63ECBCDE2E0195DAC22453C9AAC740971FE95D382CA8075E6A1C',
1893
+ exponent: 0,
1894
+ aliases: ['ibc/6928AFA9EA721938FED13B051F9DBF1272B16393D20C49EA5E4901BB76D94A90']
1895
+ }, {
1896
+ denom: 'nois',
1897
+ exponent: 6
1898
+ }],
1899
+ type_asset: 'ics20',
1900
+ base: 'ibc/8349192BE84F63ECBCDE2E0195DAC22453C9AAC740971FE95D382CA8075E6A1C',
1901
+ name: 'Nois NOIS',
1902
+ display: 'nois',
1903
+ symbol: 'NOIS',
1904
+ traces: [{
1905
+ type: 'ibc',
1906
+ counterparty: {
1907
+ channel_id: 'channel-8',
1908
+ base_denom: 'ibc/6928AFA9EA721938FED13B051F9DBF1272B16393D20C49EA5E4901BB76D94A90',
1909
+ chain_name: 'osmosis'
1910
+ },
1911
+ chain: {
1912
+ channel_id: 'channel-1'
1913
+ }
1914
+ }],
1915
+ images: [{
1916
+ image_sync: {
1917
+ chain_name: 'nois',
1918
+ base_denom: 'unois'
1919
+ },
1920
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.png',
1921
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.svg'
1922
+ }],
1923
+ logo_URIs: {
1924
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.png',
1925
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.svg'
1926
+ }
1927
+ }, {
1928
+ description: 'Margined Power Token sqBTC',
1929
+ denom_units: [{
1930
+ denom: 'ibc/EA3D1D169CAF4C6A1B813D41337614C5785DD018514333C301B92B981A46CE02',
1931
+ exponent: 0,
1932
+ aliases: ['factory/osmo1g8qypve6l95xmhgc0fddaecerffymsl7kn9muw/sqbtc']
1933
+ }, {
1934
+ denom: 'sqbtc',
1935
+ exponent: 6
1936
+ }],
1937
+ base: 'ibc/EA3D1D169CAF4C6A1B813D41337614C5785DD018514333C301B92B981A46CE02',
1938
+ name: 'BTC Squared',
1939
+ display: 'sqbtc',
1940
+ symbol: 'sqBTC',
1941
+ logo_URIs: {
1942
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sqbtc.svg'
1943
+ },
1944
+ images: [{
1945
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sqbtc.svg'
1946
+ }],
1947
+ traces: [{
1948
+ type: 'ibc',
1949
+ counterparty: {
1950
+ channel_id: 'channel-8',
1951
+ base_denom: 'factory/osmo1g8qypve6l95xmhgc0fddaecerffymsl7kn9muw/sqbtc',
1952
+ chain_name: 'osmosis'
1953
+ },
1954
+ chain: {
1955
+ channel_id: 'channel-1'
1956
+ }
1957
+ }]
1958
+ }, {
1959
+ description: 'Margined Power Token sqATOM',
1960
+ denom_units: [{
1961
+ denom: 'ibc/8ACFBDDF77DA174672D246AA2083FC83067F2FB669D9F6BB00632A3F635EBAF9',
1962
+ exponent: 0,
1963
+ aliases: ['factory/osmo1g8qypve6l95xmhgc0fddaecerffymsl7kn9muw/sqatom']
1964
+ }, {
1965
+ denom: 'sqatom',
1966
+ exponent: 6
1967
+ }],
1968
+ base: 'ibc/8ACFBDDF77DA174672D246AA2083FC83067F2FB669D9F6BB00632A3F635EBAF9',
1969
+ name: 'ATOM Squared',
1970
+ display: 'sqatom',
1971
+ symbol: 'sqATOM',
1972
+ logo_URIs: {
1973
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sqatom.svg'
1974
+ },
1975
+ images: [{
1976
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sqatom.svg'
1977
+ }],
1978
+ traces: [{
1979
+ type: 'ibc',
1980
+ counterparty: {
1981
+ channel_id: 'channel-8',
1982
+ base_denom: 'factory/osmo1g8qypve6l95xmhgc0fddaecerffymsl7kn9muw/sqatom',
1983
+ chain_name: 'osmosis'
1984
+ },
1985
+ chain: {
1986
+ channel_id: 'channel-1'
1987
+ }
1988
+ }]
1989
+ }, {
1990
+ description: 'CRO is the native token of the Crypto.org Chain, referred to as Native CRO.',
1991
+ denom_units: [{
1992
+ denom: 'ibc/FBA34C2BCE61066AED99D1797EB05A419F5FDB523E36F30F6C254BE61BCCAE29',
1993
+ exponent: 0,
1994
+ aliases: ['ibc/E6931F78057F7CC5DA0FD6CEF82FF39373A6E0452BF1FD76910B93292CF356C1']
1995
+ }, {
1996
+ denom: 'cro',
1997
+ exponent: 8
1998
+ }],
1999
+ type_asset: 'ics20',
2000
+ base: 'ibc/FBA34C2BCE61066AED99D1797EB05A419F5FDB523E36F30F6C254BE61BCCAE29',
2001
+ name: 'Cronos',
2002
+ display: 'cro',
2003
+ symbol: 'CRO',
2004
+ traces: [{
2005
+ type: 'ibc',
2006
+ counterparty: {
2007
+ channel_id: 'channel-8',
2008
+ base_denom: 'ibc/E6931F78057F7CC5DA0FD6CEF82FF39373A6E0452BF1FD76910B93292CF356C1',
2009
+ chain_name: 'osmosis'
2010
+ },
2011
+ chain: {
2012
+ channel_id: 'channel-1'
2013
+ }
2014
+ }],
2015
+ images: [{
2016
+ image_sync: {
2017
+ chain_name: 'cryptoorgchain',
2018
+ base_denom: 'basecro'
2019
+ },
2020
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro.svg'
2021
+ }],
2022
+ logo_URIs: {
2023
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro.svg'
2024
+ }
2025
+ }, {
2026
+ description: 'The native token of Stargaze',
2027
+ denom_units: [{
2028
+ denom: 'ibc/BE9116F49581FF59F018C64FB4A445B307332F77381640AAB05380473D0D7642',
2029
+ exponent: 0,
2030
+ aliases: ['ibc/987C17B11ABC2B20019178ACE62929FE9840202CE79498E29FE8E5CB02B7C0A4']
2031
+ }, {
2032
+ denom: 'stars',
2033
+ exponent: 6
2034
+ }],
2035
+ type_asset: 'ics20',
2036
+ base: 'ibc/BE9116F49581FF59F018C64FB4A445B307332F77381640AAB05380473D0D7642',
2037
+ name: 'Stargaze',
2038
+ display: 'stars',
2039
+ symbol: 'STARS',
2040
+ traces: [{
2041
+ type: 'ibc',
2042
+ counterparty: {
2043
+ channel_id: 'channel-8',
2044
+ base_denom: 'ibc/987C17B11ABC2B20019178ACE62929FE9840202CE79498E29FE8E5CB02B7C0A4',
2045
+ chain_name: 'osmosis'
2046
+ },
2047
+ chain: {
2048
+ channel_id: 'channel-1'
2049
+ }
2050
+ }],
2051
+ images: [{
2052
+ image_sync: {
2053
+ chain_name: 'stargaze',
2054
+ base_denom: 'ustars'
2055
+ },
2056
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
2057
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg'
2058
+ }],
2059
+ logo_URIs: {
2060
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
2061
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg'
2062
+ }
2063
+ }, {
2064
+ description: 'Maximize ETH yield through leveraged staking across Aave, Compound and Morpho and liquidity provision of ETH liquid staking tokens on Uniswap V3.',
2065
+ denom_units: [{
2066
+ denom: 'ibc/03B109DEE70C41E7D69206D670E3839BFB72891FF2FB5D7D980703953CB8E62B',
2067
+ exponent: 0,
2068
+ aliases: ['ibc/FBB3FEF80ED2344D821D4F95C31DBFD33E4E31D5324CAD94EF756E67B749F668']
2069
+ }, {
2070
+ denom: 'YieldETH',
2071
+ exponent: 18
2072
+ }],
2073
+ type_asset: 'ics20',
2074
+ base: 'ibc/03B109DEE70C41E7D69206D670E3839BFB72891FF2FB5D7D980703953CB8E62B',
2075
+ name: 'Real Yield Eth',
2076
+ display: 'YieldETH',
2077
+ symbol: 'YieldETH',
2078
+ traces: [{
2079
+ type: 'ibc',
2080
+ counterparty: {
2081
+ channel_id: 'channel-8',
2082
+ base_denom: 'ibc/FBB3FEF80ED2344D821D4F95C31DBFD33E4E31D5324CAD94EF756E67B749F668',
2083
+ chain_name: 'osmosis'
2084
+ },
2085
+ chain: {
2086
+ channel_id: 'channel-1'
2087
+ }
2088
+ }],
2089
+ images: [{
2090
+ image_sync: {
2091
+ chain_name: 'ethereum',
2092
+ base_denom: 'wei'
2093
+ },
2094
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
2095
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg'
2096
+ }],
2097
+ logo_URIs: {
2098
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
2099
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg'
2100
+ }
2101
+ }, {
2102
+ description: 'The native staking token of dYdX Protocol.',
2103
+ denom_units: [{
2104
+ denom: 'ibc/A6FAB4141ECE6F85BAAC00989FDF7F96409673735B845DE730645EC67335E1C0',
2105
+ exponent: 0,
2106
+ aliases: ['ibc/831F0B1BBB1D08A2B75311892876D71565478C532967545476DF4C2D7492E48C']
2107
+ }, {
2108
+ denom: 'dydx',
2109
+ exponent: 18
2110
+ }],
2111
+ type_asset: 'ics20',
2112
+ base: 'ibc/A6FAB4141ECE6F85BAAC00989FDF7F96409673735B845DE730645EC67335E1C0',
2113
+ name: 'dYdX',
2114
+ display: 'dydx',
2115
+ symbol: 'DYDX',
2116
+ traces: [{
2117
+ type: 'ibc',
2118
+ counterparty: {
2119
+ channel_id: 'channel-8',
2120
+ base_denom: 'ibc/831F0B1BBB1D08A2B75311892876D71565478C532967545476DF4C2D7492E48C',
2121
+ chain_name: 'osmosis'
2122
+ },
2123
+ chain: {
2124
+ channel_id: 'channel-1'
2125
+ }
2126
+ }],
2127
+ images: [{
2128
+ image_sync: {
2129
+ chain_name: 'dydx',
2130
+ base_denom: 'adydx'
2131
+ },
2132
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png',
2133
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg'
2134
+ }],
2135
+ logo_URIs: {
2136
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png',
2137
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg'
2138
+ }
2139
+ }, {
2140
+ description: 'The native token of Quasar',
2141
+ denom_units: [{
2142
+ denom: 'ibc/74C6A071817288DE90F3FC2555B4C18816F327437EB0E825F05A6E3C62DAA2A6',
2143
+ exponent: 0,
2144
+ aliases: ['ibc/1B708808D372E959CD4839C594960309283424C775F4A038AAEBE7F83A988477']
2145
+ }, {
2146
+ denom: 'qsr',
2147
+ exponent: 6
2148
+ }],
2149
+ type_asset: 'ics20',
2150
+ base: 'ibc/74C6A071817288DE90F3FC2555B4C18816F327437EB0E825F05A6E3C62DAA2A6',
2151
+ name: 'Quasar',
2152
+ display: 'qsr',
2153
+ symbol: 'QSR',
2154
+ traces: [{
2155
+ type: 'ibc',
2156
+ counterparty: {
2157
+ channel_id: 'channel-8',
2158
+ base_denom: 'ibc/1B708808D372E959CD4839C594960309283424C775F4A038AAEBE7F83A988477',
2159
+ chain_name: 'osmosis'
2160
+ },
2161
+ chain: {
2162
+ channel_id: 'channel-1'
2163
+ }
2164
+ }],
2165
+ images: [{
2166
+ image_sync: {
2167
+ chain_name: 'quasar',
2168
+ base_denom: 'uqsr'
2169
+ },
2170
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quasar/images/quasar.png'
2171
+ }],
2172
+ logo_URIs: {
2173
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quasar/images/quasar.png'
2174
+ }
2175
+ }, {
2176
+ description: 'Levana native token',
2177
+ denom_units: [{
2178
+ denom: 'ibc/6A9571DE6A3F60D7703C3290E2944E806C15A47C1EA6D4AFCD3AE4DC8AF080B1',
2179
+ exponent: 0,
2180
+ aliases: ['factory/osmo1mlng7pz4pnyxtpq0akfwall37czyk9lukaucsrn30ameplhhshtqdvfm5c/ulvn']
2181
+ }, {
2182
+ denom: 'lvn',
2183
+ exponent: 6
2184
+ }],
2185
+ base: 'ibc/6A9571DE6A3F60D7703C3290E2944E806C15A47C1EA6D4AFCD3AE4DC8AF080B1',
2186
+ name: 'Levana',
2187
+ display: 'lvn',
2188
+ symbol: 'LVN',
2189
+ logo_URIs: {
2190
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/levana.png',
2191
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/levana.svg'
2192
+ },
2193
+ coingecko_id: 'levana-protocol',
2194
+ images: [{
2195
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/levana.png',
2196
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/levana.svg'
2197
+ }, {
2198
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/levana.png'
2199
+ }],
2200
+ traces: [{
2201
+ type: 'ibc',
2202
+ counterparty: {
2203
+ channel_id: 'channel-8',
2204
+ base_denom: 'factory/osmo1mlng7pz4pnyxtpq0akfwall37czyk9lukaucsrn30ameplhhshtqdvfm5c/ulvn',
2205
+ chain_name: 'osmosis'
2206
+ },
2207
+ chain: {
2208
+ channel_id: 'channel-1'
2209
+ }
2210
+ }]
2211
+ }, {
2212
+ description: "MilkyWay's liquid staked TIA",
2213
+ denom_units: [{
2214
+ denom: 'ibc/C0DB3E0C7F3CD32FA24FC031FD8B6833627A1C690B741BA85D7A4752D974A77F',
2215
+ exponent: 0,
2216
+ aliases: ['factory/osmo1f5vfcph2dvfeqcqkhetwv75fda69z7e5c2dldm3kvgj23crkv6wqcn47a0/umilkTIA']
2217
+ }, {
2218
+ denom: 'milkTIA',
2219
+ exponent: 6
2220
+ }],
2221
+ base: 'ibc/C0DB3E0C7F3CD32FA24FC031FD8B6833627A1C690B741BA85D7A4752D974A77F',
2222
+ name: 'milkTIA',
2223
+ display: 'milkTIA',
2224
+ symbol: 'milkTIA',
2225
+ traces: [{
2226
+ type: 'ibc',
2227
+ counterparty: {
2228
+ channel_id: 'channel-8',
2229
+ base_denom: 'factory/osmo1f5vfcph2dvfeqcqkhetwv75fda69z7e5c2dldm3kvgj23crkv6wqcn47a0/umilkTIA',
2230
+ chain_name: 'osmosis'
2231
+ },
2232
+ chain: {
2233
+ channel_id: 'channel-1'
2234
+ }
2235
+ }],
2236
+ logo_URIs: {
2237
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/milktia.png',
2238
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/milktia.svg'
2239
+ },
2240
+ coingecko_id: 'milkyway-staked-tia',
2241
+ images: [{
2242
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/milktia.png',
2243
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/milktia.svg'
2244
+ }]
2245
+ }, {
2246
+ denom_units: [{
2247
+ denom: 'ibc/814F2057808DF5C7C9F9E1A513D9E6669061FF1B010CED198B3352EBA29EFBF6',
2248
+ exponent: 0,
2249
+ aliases: ['ibc/ECBE78BF7677320A93E7BA1761D144BCBF0CBC247C290C049655E106FE5DC68E']
2250
+ }, {
2251
+ denom: 'stkosmo',
2252
+ exponent: 6,
2253
+ aliases: ['stk/osmo']
2254
+ }],
2255
+ type_asset: 'ics20',
2256
+ base: 'ibc/814F2057808DF5C7C9F9E1A513D9E6669061FF1B010CED198B3352EBA29EFBF6',
2257
+ name: 'PSTAKE staked OSMO',
2258
+ display: 'stkosmo',
2259
+ symbol: 'stkOSMO',
2260
+ traces: [{
2261
+ type: 'ibc',
2262
+ counterparty: {
2263
+ channel_id: 'channel-8',
2264
+ base_denom: 'ibc/ECBE78BF7677320A93E7BA1761D144BCBF0CBC247C290C049655E106FE5DC68E',
2265
+ chain_name: 'osmosis'
2266
+ },
2267
+ chain: {
2268
+ channel_id: 'channel-1'
2269
+ }
2270
+ }],
2271
+ images: [{
2272
+ image_sync: {
2273
+ chain_name: 'persistence',
2274
+ base_denom: 'stk/uosmo'
2275
+ },
2276
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkosmo.png',
2277
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkosmo.svg'
2278
+ }],
2279
+ logo_URIs: {
2280
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkosmo.png',
2281
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkosmo.svg'
2282
+ }
2283
+ }, {
2284
+ description: 'The PAGE token is used for actions in the PageDAO NFT literary ecosystem and for DAO governance.',
2285
+ denom_units: [{
2286
+ denom: 'ibc/A389921DD5551011E2176A1030D7DFA195CD82EA762C6E621964A0416CBFD836',
2287
+ exponent: 0,
2288
+ aliases: ['ibc/23A62409E4AD8133116C249B1FA38EED30E500A115D7B153109462CD82C1CD99']
2289
+ }, {
2290
+ denom: 'page',
2291
+ exponent: 8
2292
+ }],
2293
+ type_asset: 'ics20',
2294
+ base: 'ibc/A389921DD5551011E2176A1030D7DFA195CD82EA762C6E621964A0416CBFD836',
2295
+ name: 'PageDAO',
2296
+ display: 'page',
2297
+ symbol: 'PAGE.grv',
2298
+ traces: [{
2299
+ type: 'ibc',
2300
+ counterparty: {
2301
+ channel_id: 'channel-8',
2302
+ base_denom: 'ibc/23A62409E4AD8133116C249B1FA38EED30E500A115D7B153109462CD82C1CD99',
2303
+ chain_name: 'osmosis'
2304
+ },
2305
+ chain: {
2306
+ channel_id: 'channel-1'
2307
+ }
2308
+ }],
2309
+ images: [{
2310
+ image_sync: {
2311
+ chain_name: 'gravitybridge',
2312
+ base_denom: 'gravity0x60e683C6514Edd5F758A55b6f393BeBBAfaA8d5e'
2313
+ },
2314
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/page.png',
2315
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/page.svg'
2316
+ }],
2317
+ logo_URIs: {
2318
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/page.png',
2319
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/page.svg'
2320
+ }
2321
+ }, {
2322
+ description: "Nomic's native token.",
2323
+ denom_units: [{
2324
+ denom: 'ibc/F5D24D849000F1EA14946E9BED504C3736E3730FB9D7008C2D78CEFDC79061DE',
2325
+ exponent: 0,
2326
+ aliases: ['ibc/F49DFB3BC8105C57EE7F17EC2402438825B31212CFDD81681EB87911E934F32C']
2327
+ }, {
2328
+ denom: 'nom',
2329
+ exponent: 6
2330
+ }],
2331
+ type_asset: 'ics20',
2332
+ base: 'ibc/F5D24D849000F1EA14946E9BED504C3736E3730FB9D7008C2D78CEFDC79061DE',
2333
+ name: 'Nomic',
2334
+ display: 'nomic',
2335
+ symbol: 'NOM',
2336
+ traces: [{
2337
+ type: 'ibc',
2338
+ counterparty: {
2339
+ channel_id: 'channel-8',
2340
+ base_denom: 'ibc/F49DFB3BC8105C57EE7F17EC2402438825B31212CFDD81681EB87911E934F32C',
2341
+ chain_name: 'osmosis'
2342
+ },
2343
+ chain: {
2344
+ channel_id: 'channel-1'
2345
+ }
2346
+ }],
2347
+ images: [{
2348
+ image_sync: {
2349
+ chain_name: 'nomic',
2350
+ base_denom: 'unom'
2351
+ },
2352
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nom.png',
2353
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nom.svg'
2354
+ }],
2355
+ logo_URIs: {
2356
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nom.png',
2357
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nom.svg'
2358
+ }
2359
+ }, {
2360
+ description: 'Bitcoin. On Cosmos.',
2361
+ denom_units: [{
2362
+ denom: 'ibc/D5CDA64730157DB9928A8E3CEEA19526A94F933443503A90D375394CA173F829',
2363
+ exponent: 0,
2364
+ aliases: ['ibc/75345531D87BD90BF108BE7240BD721CB2CB0A1F16D4EBA71B09EC3C43E15C8F']
2365
+ }, {
2366
+ denom: 'nbtc',
2367
+ exponent: 14
2368
+ }],
2369
+ type_asset: 'ics20',
2370
+ base: 'ibc/D5CDA64730157DB9928A8E3CEEA19526A94F933443503A90D375394CA173F829',
2371
+ name: 'Nomic Bitcoin',
2372
+ display: 'nbtc',
2373
+ symbol: 'nBTC',
2374
+ traces: [{
2375
+ type: 'ibc',
2376
+ counterparty: {
2377
+ channel_id: 'channel-8',
2378
+ base_denom: 'ibc/75345531D87BD90BF108BE7240BD721CB2CB0A1F16D4EBA71B09EC3C43E15C8F',
2379
+ chain_name: 'osmosis'
2380
+ },
2381
+ chain: {
2382
+ channel_id: 'channel-1'
2383
+ }
2384
+ }],
2385
+ images: [{
2386
+ image_sync: {
2387
+ chain_name: 'nomic',
2388
+ base_denom: 'usat'
2389
+ },
2390
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nbtc.png',
2391
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nbtc.svg'
2392
+ }],
2393
+ logo_URIs: {
2394
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nbtc.png',
2395
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nbtc.svg'
2396
+ }
2397
+ }, {
2398
+ description: 'AUTISM on Osmosis',
2399
+ denom_units: [{
2400
+ denom: 'ibc/EB87F22692D3AFC92F6062F57E020FFCFB6399BEFF09329E839FBEAF0EE1942E',
2401
+ exponent: 0,
2402
+ aliases: ['ibc/9DDF52A334F92BC57A9E0D59DFF9984EAC61D2A14E5162605DF601AA58FDFC6D']
2403
+ }, {
2404
+ denom: 'autism',
2405
+ exponent: 6
2406
+ }],
2407
+ type_asset: 'ics20',
2408
+ base: 'ibc/EB87F22692D3AFC92F6062F57E020FFCFB6399BEFF09329E839FBEAF0EE1942E',
2409
+ name: 'Injective AUTISM',
2410
+ display: 'autism',
2411
+ symbol: 'AUTISM',
2412
+ traces: [{
2413
+ type: 'ibc',
2414
+ counterparty: {
2415
+ channel_id: 'channel-8',
2416
+ base_denom: 'ibc/9DDF52A334F92BC57A9E0D59DFF9984EAC61D2A14E5162605DF601AA58FDFC6D',
2417
+ chain_name: 'osmosis'
2418
+ },
2419
+ chain: {
2420
+ channel_id: 'channel-1'
2421
+ }
2422
+ }],
2423
+ images: [{
2424
+ image_sync: {
2425
+ chain_name: 'injective',
2426
+ base_denom: 'factory/inj14lf8xm6fcvlggpa7guxzjqwjmtr24gnvf56hvz/autism'
2427
+ },
2428
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/autism.png'
2429
+ }],
2430
+ logo_URIs: {
2431
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/autism.png'
2432
+ }
2433
+ }, {
2434
+ description: 'Woof on Osmosis',
2435
+ denom_units: [{
2436
+ denom: 'ibc/3679EB0FAF260324A44EF05260EB747D81CA61017AC7D2BCD1BFD29AC927DB7A',
2437
+ exponent: 0,
2438
+ aliases: ['ibc/9B8EC667B6DF55387DC0F3ACC4F187DA6921B0806ED35DE6B04DE96F5AB81F53']
2439
+ }, {
2440
+ denom: 'WOOF',
2441
+ exponent: 6
2442
+ }],
2443
+ type_asset: 'ics20',
2444
+ base: 'ibc/3679EB0FAF260324A44EF05260EB747D81CA61017AC7D2BCD1BFD29AC927DB7A',
2445
+ name: 'WOOF chihuahua',
2446
+ display: 'WOOF',
2447
+ symbol: 'WOOF',
2448
+ traces: [{
2449
+ type: 'ibc',
2450
+ counterparty: {
2451
+ channel_id: 'channel-8',
2452
+ base_denom: 'ibc/9B8EC667B6DF55387DC0F3ACC4F187DA6921B0806ED35DE6B04DE96F5AB81F53',
2453
+ chain_name: 'osmosis'
2454
+ },
2455
+ chain: {
2456
+ channel_id: 'channel-1'
2457
+ }
2458
+ }],
2459
+ logo_URIs: {
2460
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/woof.png'
2461
+ },
2462
+ images: [{
2463
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/woof.png'
2464
+ }]
2465
+ }, {
2466
+ description: 'The native coin of Sneaky Productions.',
2467
+ denom_units: [{
2468
+ denom: 'ibc/F89F635D97BC6400E17521B4220E3E08F44CE794EB80F5CABB356D3557E72637',
2469
+ exponent: 0,
2470
+ aliases: ['ibc/94ED1F172BC633DFC56D7E26551D8B101ADCCC69052AC44FED89F97FF658138F']
2471
+ }, {
2472
+ denom: 'sneaky',
2473
+ exponent: 6
2474
+ }],
2475
+ type_asset: 'ics20',
2476
+ base: 'ibc/F89F635D97BC6400E17521B4220E3E08F44CE794EB80F5CABB356D3557E72637',
2477
+ name: 'Sneaky Productions',
2478
+ display: 'sneaky',
2479
+ symbol: 'SNEAKY',
2480
+ traces: [{
2481
+ type: 'ibc',
2482
+ counterparty: {
2483
+ channel_id: 'channel-8',
2484
+ base_denom: 'ibc/94ED1F172BC633DFC56D7E26551D8B101ADCCC69052AC44FED89F97FF658138F',
2485
+ chain_name: 'osmosis'
2486
+ },
2487
+ chain: {
2488
+ channel_id: 'channel-1'
2489
+ }
2490
+ }],
2491
+ logo_URIs: {
2492
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/sneaky.png'
2493
+ },
2494
+ images: [{
2495
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/sneaky.png'
2496
+ }]
2497
+ }, {
2498
+ denom_units: [{
2499
+ denom: 'ibc/CF57A83CED6CEC7D706631B5DC53ABC21B7EDA7DF7490732B4361E6D5DD19C73',
2500
+ exponent: 0,
2501
+ aliases: ['factory/osmo1z0qrq605sjgcqpylfl4aa6s90x738j7m58wyatt0tdzflg2ha26q67k743/wbtc']
2502
+ }, {
2503
+ denom: 'wbtc',
2504
+ exponent: 8
2505
+ }],
2506
+ address: 'osmo1z0qrq605sjgcqpylfl4aa6s90x738j7m58wyatt0tdzflg2ha26q67k743',
2507
+ type_asset: 'sdk.coin',
2508
+ base: 'ibc/CF57A83CED6CEC7D706631B5DC53ABC21B7EDA7DF7490732B4361E6D5DD19C73',
2509
+ name: 'Wrapped Bitcoin',
2510
+ display: 'wbtc',
2511
+ symbol: 'WBTC',
2512
+ traces: [{
2513
+ type: 'ibc',
2514
+ counterparty: {
2515
+ channel_id: 'channel-8',
2516
+ base_denom: 'factory/osmo1z0qrq605sjgcqpylfl4aa6s90x738j7m58wyatt0tdzflg2ha26q67k743/wbtc',
2517
+ chain_name: 'osmosis'
2518
+ },
2519
+ chain: {
2520
+ channel_id: 'channel-1'
2521
+ }
2522
+ }],
2523
+ images: [{
2524
+ image_sync: {
2525
+ chain_name: 'ethereum',
2526
+ base_denom: '0x2260fac5e5542a773aa44fbcfedf7c193bc2c599'
2527
+ },
2528
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.png',
2529
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.svg'
2530
+ }],
2531
+ logo_URIs: {
2532
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.png',
2533
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.svg'
2534
+ }
2535
+ }, {
2536
+ 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.",
2537
+ denom_units: [{
2538
+ denom: 'ibc/7CB33A66F90533ED1E168CB3251253C719CF4B04FF1290AFD795F14CA1D67278',
2539
+ exponent: 0,
2540
+ aliases: ['factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO']
2541
+ }, {
2542
+ denom: 'WOSMO',
2543
+ exponent: 6
2544
+ }],
2545
+ address: 'osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3',
2546
+ base: 'ibc/7CB33A66F90533ED1E168CB3251253C719CF4B04FF1290AFD795F14CA1D67278',
2547
+ name: 'WOSMO',
2548
+ display: 'WOSMO',
2549
+ symbol: 'WOSMO',
2550
+ logo_URIs: {
2551
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/WOSMO.png'
2552
+ },
2553
+ images: [{
2554
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/WOSMO.png'
2555
+ }],
2556
+ traces: [{
2557
+ type: 'ibc',
2558
+ counterparty: {
2559
+ channel_id: 'channel-8',
2560
+ base_denom: 'factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO',
2561
+ chain_name: 'osmosis'
2562
+ },
2563
+ chain: {
2564
+ channel_id: 'channel-1'
2565
+ }
2566
+ }]
2567
+ }, {
2568
+ description: 'NLS on Osmosis',
2569
+ denom_units: [{
2570
+ denom: 'ibc/F722502EC90B3084DBD73589FC055E658EF9972A19ADDE61D3AA8BBF39B63883',
2571
+ exponent: 0,
2572
+ aliases: ['ibc/D9AFCECDD361D38302AA66EB3BAC23B95234832C51D12489DC451FA2B7C72782']
2573
+ }, {
2574
+ denom: 'nls',
2575
+ exponent: 6
2576
+ }],
2577
+ type_asset: 'ics20',
2578
+ base: 'ibc/F722502EC90B3084DBD73589FC055E658EF9972A19ADDE61D3AA8BBF39B63883',
2579
+ name: 'Nolus',
2580
+ display: 'nls',
2581
+ symbol: 'NLS',
2582
+ traces: [{
2583
+ type: 'ibc',
2584
+ counterparty: {
2585
+ channel_id: 'channel-8',
2586
+ base_denom: 'ibc/D9AFCECDD361D38302AA66EB3BAC23B95234832C51D12489DC451FA2B7C72782',
2587
+ chain_name: 'osmosis'
2588
+ },
2589
+ chain: {
2590
+ channel_id: 'channel-1'
2591
+ }
2592
+ }],
2593
+ images: [{
2594
+ image_sync: {
2595
+ chain_name: 'nolus',
2596
+ base_denom: 'unls'
2597
+ },
2598
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.png',
2599
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.svg'
2600
+ }],
2601
+ logo_URIs: {
2602
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.png',
2603
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.svg'
2604
+ }
2605
+ }, {
2606
+ description: 'STRD on Osmosis',
2607
+ denom_units: [{
2608
+ denom: 'ibc/38B29F6563DDADC81C9399EB5CDF140492CC2C58FB70048BC4430567A26ED193',
2609
+ exponent: 0,
2610
+ aliases: ['ibc/A8CA5EE328FA10C9519DF6057DA1F69682D28F7D0F5CCC7ECB72E3DCA2D157A4']
2611
+ }, {
2612
+ denom: 'strd',
2613
+ exponent: 6
2614
+ }],
2615
+ type_asset: 'ics20',
2616
+ base: 'ibc/38B29F6563DDADC81C9399EB5CDF140492CC2C58FB70048BC4430567A26ED193',
2617
+ name: 'Stride',
2618
+ display: 'strd',
2619
+ symbol: 'STRD',
2620
+ traces: [{
2621
+ type: 'ibc',
2622
+ counterparty: {
2623
+ channel_id: 'channel-8',
2624
+ base_denom: 'ibc/A8CA5EE328FA10C9519DF6057DA1F69682D28F7D0F5CCC7ECB72E3DCA2D157A4',
2625
+ chain_name: 'osmosis'
2626
+ },
2627
+ chain: {
2628
+ channel_id: 'channel-1'
2629
+ }
2630
+ }],
2631
+ images: [{
2632
+ image_sync: {
2633
+ chain_name: 'stride',
2634
+ base_denom: 'ustrd'
2635
+ },
2636
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.png',
2637
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg'
2638
+ }],
2639
+ logo_URIs: {
2640
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.png',
2641
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg'
2642
+ }
2643
+ }, {
2644
+ description: 'Margined Power Token sqTIA',
2645
+ denom_units: [{
2646
+ denom: 'ibc/C975417951A4AA121B7C0A137510DBEEF3008E1DB58A8129C439C0F4FF77F684',
2647
+ exponent: 0,
2648
+ aliases: ['factory/osmo1g8qypve6l95xmhgc0fddaecerffymsl7kn9muw/sqtia']
2649
+ }, {
2650
+ denom: 'sqtia',
2651
+ exponent: 6
2652
+ }],
2653
+ base: 'ibc/C975417951A4AA121B7C0A137510DBEEF3008E1DB58A8129C439C0F4FF77F684',
2654
+ name: 'TIA Squared',
2655
+ display: 'sqtia',
2656
+ symbol: 'sqTIA',
2657
+ logo_URIs: {
2658
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sqtia.svg'
2659
+ },
2660
+ images: [{
2661
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sqtia.svg'
2662
+ }],
2663
+ traces: [{
2664
+ type: 'ibc',
2665
+ counterparty: {
2666
+ channel_id: 'channel-8',
2667
+ base_denom: 'factory/osmo1g8qypve6l95xmhgc0fddaecerffymsl7kn9muw/sqtia',
2668
+ chain_name: 'osmosis'
2669
+ },
2670
+ chain: {
2671
+ channel_id: 'channel-1'
2672
+ }
2673
+ }]
2674
+ }, {
2675
+ description: 'Sail DAO Token',
2676
+ denom_units: [{
2677
+ denom: 'ibc/A42883E20767D7FF9D69D3CAF21FE2F8666AD1CCFA660CEF61AEB2A262085609',
2678
+ exponent: 0,
2679
+ aliases: ['factory/osmo1rckme96ptawr4zwexxj5g5gej9s2dmud8r2t9j0k0prn5mch5g4snzzwjv/sail']
2680
+ }, {
2681
+ denom: 'sail',
2682
+ exponent: 6
2683
+ }],
2684
+ base: 'ibc/A42883E20767D7FF9D69D3CAF21FE2F8666AD1CCFA660CEF61AEB2A262085609',
2685
+ name: 'Sail',
2686
+ display: 'sail',
2687
+ symbol: 'SAIL',
2688
+ logo_URIs: {
2689
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sail.png'
2690
+ },
2691
+ images: [{
2692
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sail.png'
2693
+ }],
2694
+ traces: [{
2695
+ type: 'ibc',
2696
+ counterparty: {
2697
+ channel_id: 'channel-8',
2698
+ base_denom: 'factory/osmo1rckme96ptawr4zwexxj5g5gej9s2dmud8r2t9j0k0prn5mch5g4snzzwjv/sail',
2699
+ chain_name: 'osmosis'
2700
+ },
2701
+ chain: {
2702
+ channel_id: 'channel-1'
2703
+ }
2704
+ }]
2705
+ }, {
2706
+ description: 'The XPRT token is primarily a governance token for the Persistence chain.',
2707
+ denom_units: [{
2708
+ denom: 'ibc/AAA241B0C1B237AA252F939C7CB7AB4C21A46BAA97464DDB8B5C92D4AF635E29',
2709
+ exponent: 0,
2710
+ aliases: ['uxprt']
2711
+ }, {
2712
+ denom: 'xprt',
2713
+ exponent: 6
2714
+ }],
2715
+ base: 'ibc/AAA241B0C1B237AA252F939C7CB7AB4C21A46BAA97464DDB8B5C92D4AF635E29',
2716
+ name: 'Persistence',
2717
+ display: 'xprt',
2718
+ symbol: 'XPRT',
2719
+ logo_URIs: {
2720
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
2721
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg'
2722
+ },
2723
+ coingecko_id: 'persistence',
2724
+ images: [{
2725
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
2726
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg'
2727
+ }],
2728
+ traces: [{
2729
+ type: 'ibc',
2730
+ counterparty: {
2731
+ channel_id: 'channel-21',
2732
+ base_denom: 'uxprt',
2733
+ chain_name: 'persistence'
2734
+ },
2735
+ chain: {
2736
+ channel_id: 'channel-14'
2737
+ }
2738
+ }]
2739
+ }, {
2740
+ description: 'PSTAKE Liquid-Staked ATOM',
2741
+ denom_units: [{
2742
+ denom: 'ibc/1C26DF406AB5AF699F1BAB9DDB6859F7C1736863437DA64A6FA8D998D0DD1DE3',
2743
+ exponent: 0,
2744
+ aliases: ['stk/uatom']
2745
+ }, {
2746
+ denom: 'stkatom',
2747
+ exponent: 6,
2748
+ aliases: ['stk/atom']
2749
+ }],
2750
+ base: 'ibc/1C26DF406AB5AF699F1BAB9DDB6859F7C1736863437DA64A6FA8D998D0DD1DE3',
2751
+ name: 'PSTAKE staked ATOM',
2752
+ display: 'stkatom',
2753
+ symbol: 'stkATOM',
2754
+ logo_URIs: {
2755
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.png',
2756
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.svg'
2757
+ },
2758
+ coingecko_id: 'stkatom',
2759
+ images: [{
2760
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.png',
2761
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.svg'
2762
+ }],
2763
+ traces: [{
2764
+ type: 'ibc',
2765
+ counterparty: {
2766
+ channel_id: 'channel-21',
2767
+ base_denom: 'stk/uatom',
2768
+ chain_name: 'persistence'
2769
+ },
2770
+ chain: {
2771
+ channel_id: 'channel-14'
2772
+ }
2773
+ }]
2774
+ }, {
2775
+ description: 'pSTAKE is a liquid staking protocol unlocking the liquidity of staked assets.',
2776
+ denom_units: [{
2777
+ denom: 'ibc/225BA4054768997F835DC4F32F3C82C4930D8884A02FDB67D43D9EB32A057BC3',
2778
+ exponent: 0,
2779
+ aliases: ['ibc/A6E3AF63B3C906416A9AF7A556C59EA4BD50E617EFFE6299B99700CCB780E444']
2780
+ }, {
2781
+ denom: 'pstake',
2782
+ exponent: 18
2783
+ }],
2784
+ type_asset: 'ics20',
2785
+ base: 'ibc/225BA4054768997F835DC4F32F3C82C4930D8884A02FDB67D43D9EB32A057BC3',
2786
+ name: 'pSTAKE Finance',
2787
+ display: 'pstake',
2788
+ symbol: 'PSTAKE',
2789
+ traces: [{
2790
+ type: 'ibc',
2791
+ counterparty: {
2792
+ channel_id: 'channel-21',
2793
+ base_denom: 'ibc/A6E3AF63B3C906416A9AF7A556C59EA4BD50E617EFFE6299B99700CCB780E444',
2794
+ chain_name: 'persistence'
2795
+ },
2796
+ chain: {
2797
+ channel_id: 'channel-14'
2798
+ }
2799
+ }],
2800
+ logo_URIs: {
2801
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/pstake.png',
2802
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/pstake.svg'
2803
+ },
2804
+ keywords: ['canon'],
2805
+ images: [{
2806
+ image_sync: {
2807
+ chain_name: 'ethereum',
2808
+ base_denom: '0xfB5c6815cA3AC72Ce9F5006869AE67f18bF77006'
2809
+ },
2810
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/pstake.png',
2811
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/pstake.svg'
2812
+ }]
2813
+ }, {
2814
+ denom_units: [{
2815
+ denom: 'ibc/0A6A7C6038B3A838333D74942B6591CB0AB93C831767437576E782F12C5E207C',
2816
+ exponent: 0,
2817
+ aliases: ['ibc/C8A74ABBE2AF892E15680D916A7C22130585CE5704F9B17A10F184A90D53BECA']
2818
+ }, {
2819
+ denom: 'atom',
2820
+ exponent: 6
2821
+ }],
2822
+ type_asset: 'ics20',
2823
+ base: 'ibc/0A6A7C6038B3A838333D74942B6591CB0AB93C831767437576E782F12C5E207C',
2824
+ name: 'Cosmos Hub Atom',
2825
+ display: 'atom',
2826
+ symbol: 'ATOM',
2827
+ traces: [{
2828
+ type: 'ibc',
2829
+ counterparty: {
2830
+ channel_id: 'channel-21',
2831
+ base_denom: 'ibc/C8A74ABBE2AF892E15680D916A7C22130585CE5704F9B17A10F184A90D53BECA',
2832
+ chain_name: 'persistence'
2833
+ },
2834
+ chain: {
2835
+ channel_id: 'channel-14'
2836
+ }
2837
+ }],
2838
+ images: [{
2839
+ image_sync: {
2840
+ chain_name: 'cosmoshub',
2841
+ base_denom: 'uatom'
2842
+ },
2843
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
2844
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
2845
+ }],
2846
+ logo_URIs: {
2847
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
2848
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
2849
+ }
2850
+ }, {
2851
+ description: 'Tether USDT on Persistence',
2852
+ denom_units: [{
2853
+ denom: 'ibc/021E63B0C271989C1C9F154A128552AC3EA3D1C1DDAE431C71AB86B80BF1CB2B',
2854
+ exponent: 0,
2855
+ aliases: ['ibc/C559977F5797BDC1D74C0836A10C379C991D664166CB60D776A83029852431B4']
2856
+ }, {
2857
+ denom: 'usdt',
2858
+ exponent: 6
2859
+ }],
2860
+ type_asset: 'ics20',
2861
+ base: 'ibc/021E63B0C271989C1C9F154A128552AC3EA3D1C1DDAE431C71AB86B80BF1CB2B',
2862
+ name: 'Tether USDT',
2863
+ display: 'usdt',
2864
+ symbol: 'USDT',
2865
+ traces: [{
2866
+ type: 'ibc',
2867
+ counterparty: {
2868
+ channel_id: 'channel-21',
2869
+ base_denom: 'ibc/C559977F5797BDC1D74C0836A10C379C991D664166CB60D776A83029852431B4',
2870
+ chain_name: 'persistence'
2871
+ },
2872
+ chain: {
2873
+ channel_id: 'channel-14'
2874
+ }
2875
+ }],
2876
+ images: [{
2877
+ image_sync: {
2878
+ chain_name: 'kava',
2879
+ base_denom: 'erc20/tether/usdt'
2880
+ },
2881
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
2882
+ }],
2883
+ logo_URIs: {
2884
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
2885
+ }
2886
+ }, {
2887
+ denom_units: [{
2888
+ denom: 'ibc/77382A5B05B332F0FE1086A6CE2A00EA42C8835C9D5213EB396BA370A674227C',
2889
+ exponent: 0,
2890
+ aliases: ['ibc/B3792E4A62DF4A934EF2DF5968556DB56F5776ED25BDE11188A4F58A7DD406F0']
2891
+ }, {
2892
+ denom: 'usdc',
2893
+ exponent: 6
2894
+ }],
2895
+ type_asset: 'ics20',
2896
+ base: 'ibc/77382A5B05B332F0FE1086A6CE2A00EA42C8835C9D5213EB396BA370A674227C',
2897
+ name: 'Noble USD Coin',
2898
+ display: 'usdc',
2899
+ symbol: 'USDC',
2900
+ traces: [{
2901
+ type: 'ibc',
2902
+ counterparty: {
2903
+ channel_id: 'channel-21',
2904
+ base_denom: 'ibc/B3792E4A62DF4A934EF2DF5968556DB56F5776ED25BDE11188A4F58A7DD406F0',
2905
+ chain_name: 'persistence'
2906
+ },
2907
+ chain: {
2908
+ channel_id: 'channel-14'
2909
+ }
2910
+ }],
2911
+ images: [{
2912
+ image_sync: {
2913
+ chain_name: 'noble',
2914
+ base_denom: 'uusdc'
2915
+ },
2916
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png',
2917
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg'
2918
+ }],
2919
+ logo_URIs: {
2920
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png',
2921
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg'
2922
+ }
2923
+ }, {
2924
+ description: 'dydx staking token',
2925
+ denom_units: [{
2926
+ denom: 'ibc/4B68DE42B318F233D6A747931F23AB82F0316F0178F0EBEE7E35CABB40A34BBD',
2927
+ exponent: 0,
2928
+ aliases: ['ibc/23DC3FF0E4CBB53A1915E4C62507CB7796956E84C68CA49707787CB8BDE90A1E']
2929
+ }, {
2930
+ denom: 'dydx',
2931
+ exponent: 18
2932
+ }],
2933
+ type_asset: 'ics20',
2934
+ base: 'ibc/4B68DE42B318F233D6A747931F23AB82F0316F0178F0EBEE7E35CABB40A34BBD',
2935
+ name: 'dYdX',
2936
+ display: 'dydx',
2937
+ symbol: 'DYDX',
2938
+ traces: [{
2939
+ type: 'ibc',
2940
+ counterparty: {
2941
+ channel_id: 'channel-21',
2942
+ base_denom: 'ibc/23DC3FF0E4CBB53A1915E4C62507CB7796956E84C68CA49707787CB8BDE90A1E',
2943
+ chain_name: 'persistence'
2944
+ },
2945
+ chain: {
2946
+ channel_id: 'channel-14'
2947
+ }
2948
+ }],
2949
+ images: [{
2950
+ image_sync: {
2951
+ chain_name: 'dydx',
2952
+ base_denom: 'adydx'
2953
+ },
2954
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png',
2955
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg'
2956
+ }],
2957
+ logo_URIs: {
2958
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png',
2959
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg'
2960
+ }
2961
+ }, {
2962
+ description: 'PSTAKE Liquid-Staked OSMO',
2963
+ denom_units: [{
2964
+ denom: 'ibc/8811E3EC99DC8942CA825E95678CCCFCC9B804735092D238EED725ECAAD21176',
2965
+ exponent: 0,
2966
+ aliases: ['stk/uosmo']
2967
+ }, {
2968
+ denom: 'stkosmo',
2969
+ exponent: 6,
2970
+ aliases: ['stk/osmo']
2971
+ }],
2972
+ base: 'ibc/8811E3EC99DC8942CA825E95678CCCFCC9B804735092D238EED725ECAAD21176',
2973
+ name: 'PSTAKE staked OSMO',
2974
+ display: 'stkosmo',
2975
+ symbol: 'stkOSMO',
2976
+ logo_URIs: {
2977
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkosmo.png',
2978
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkosmo.svg'
2979
+ },
2980
+ coingecko_id: 'pstake-staked-osmo',
2981
+ images: [{
2982
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkosmo.png',
2983
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkosmo.svg'
2984
+ }],
2985
+ traces: [{
2986
+ type: 'ibc',
2987
+ counterparty: {
2988
+ channel_id: 'channel-21',
2989
+ base_denom: 'stk/uosmo',
2990
+ chain_name: 'persistence'
2991
+ },
2992
+ chain: {
2993
+ channel_id: 'channel-14'
2994
+ }
2995
+ }]
2996
+ }, {
2997
+ description: 'QCK - native token of Quicksilver',
2998
+ denom_units: [{
2999
+ denom: 'ibc/DC834C6A70BF61E9F888DB112A7A0DFB07E97FB47C8D036F7CBBD7FACD7BF31D',
3000
+ exponent: 0,
3001
+ aliases: ['uqck']
3002
+ }, {
3003
+ denom: 'qck',
3004
+ exponent: 6,
3005
+ aliases: []
3006
+ }],
3007
+ base: 'ibc/DC834C6A70BF61E9F888DB112A7A0DFB07E97FB47C8D036F7CBBD7FACD7BF31D',
3008
+ name: 'Quicksilver',
3009
+ display: 'qck',
3010
+ symbol: 'QCK',
3011
+ logo_URIs: {
3012
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png'
3013
+ },
3014
+ coingecko_id: 'quicksilver',
3015
+ images: [{
3016
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png'
3017
+ }],
3018
+ traces: [{
3019
+ type: 'ibc',
3020
+ counterparty: {
3021
+ channel_id: 'channel-17',
3022
+ base_denom: 'uqck',
3023
+ chain_name: 'quicksilver'
3024
+ },
3025
+ chain: {
3026
+ channel_id: 'channel-61'
3027
+ }
3028
+ }]
3029
+ }, {
3030
+ description: 'Quicksilver Liquid Staked STARS',
3031
+ denom_units: [{
3032
+ denom: 'ibc/76E26C1002FB19A5218F54094A79B607605DC9F642763EE7A981EFA5CF28E922',
3033
+ exponent: 0,
3034
+ aliases: ['uqstars']
3035
+ }, {
3036
+ denom: 'qstars',
3037
+ exponent: 6,
3038
+ aliases: []
3039
+ }],
3040
+ base: 'ibc/76E26C1002FB19A5218F54094A79B607605DC9F642763EE7A981EFA5CF28E922',
3041
+ name: 'Quicksilver Liquid Staked STARS',
3042
+ display: 'qstars',
3043
+ symbol: 'qSTARS',
3044
+ traces: [{
3045
+ type: 'ibc',
3046
+ counterparty: {
3047
+ channel_id: 'channel-17',
3048
+ base_denom: 'uqstars',
3049
+ chain_name: 'quicksilver'
3050
+ },
3051
+ chain: {
3052
+ channel_id: 'channel-61'
3053
+ }
3054
+ }],
3055
+ logo_URIs: {
3056
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qstars.png',
3057
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qstars.svg'
3058
+ },
3059
+ images: [{
3060
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qstars.png',
3061
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qstars.svg'
3062
+ }]
3063
+ }, {
3064
+ description: 'Quicksilver Liquid Staked ATOM',
3065
+ denom_units: [{
3066
+ denom: 'ibc/0FB22080613D1ED13B404DC09AE5F132719EAD7E401B23673579337935D78190',
3067
+ exponent: 0,
3068
+ aliases: ['uqatom']
3069
+ }, {
3070
+ denom: 'qatom',
3071
+ exponent: 6,
3072
+ aliases: []
3073
+ }],
3074
+ base: 'ibc/0FB22080613D1ED13B404DC09AE5F132719EAD7E401B23673579337935D78190',
3075
+ name: 'Quicksilver Liquid Staked ATOM',
3076
+ display: 'qatom',
3077
+ symbol: 'qATOM',
3078
+ traces: [{
3079
+ type: 'ibc',
3080
+ counterparty: {
3081
+ channel_id: 'channel-17',
3082
+ base_denom: 'uqatom',
3083
+ chain_name: 'quicksilver'
3084
+ },
3085
+ chain: {
3086
+ channel_id: 'channel-61'
3087
+ }
3088
+ }],
3089
+ logo_URIs: {
3090
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qatom.png',
3091
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qatom.svg'
3092
+ },
3093
+ images: [{
3094
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qatom.png',
3095
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qatom.svg'
3096
+ }]
3097
+ }, {
3098
+ description: 'Quicksilver Liquid Staked REGEN',
3099
+ denom_units: [{
3100
+ denom: 'ibc/42AD37DC683CEB53249BD300D13B8D8C34D91014EE9DDBDF6D002011BC271B7B',
3101
+ exponent: 0,
3102
+ aliases: ['uqregen']
3103
+ }, {
3104
+ denom: 'qregen',
3105
+ exponent: 6,
3106
+ aliases: []
3107
+ }],
3108
+ base: 'ibc/42AD37DC683CEB53249BD300D13B8D8C34D91014EE9DDBDF6D002011BC271B7B',
3109
+ name: 'Quicksilver Liquid Staked Regen',
3110
+ display: 'qregen',
3111
+ symbol: 'qREGEN',
3112
+ traces: [{
3113
+ type: 'ibc',
3114
+ counterparty: {
3115
+ channel_id: 'channel-17',
3116
+ base_denom: 'uqregen',
3117
+ chain_name: 'quicksilver'
3118
+ },
3119
+ chain: {
3120
+ channel_id: 'channel-61'
3121
+ }
3122
+ }],
3123
+ logo_URIs: {
3124
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qregen.png',
3125
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qregen.svg'
3126
+ },
3127
+ images: [{
3128
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qregen.png',
3129
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qregen.svg'
3130
+ }]
3131
+ }, {
3132
+ description: 'Quicksilver Liquid Staked OSMO',
3133
+ denom_units: [{
3134
+ denom: 'ibc/806AD0A9E6360FC7F4B402441B01EFA48430115B226DC97EA42C48A253882BDB',
3135
+ exponent: 0,
3136
+ aliases: ['uqosmo']
3137
+ }, {
3138
+ denom: 'qosmo',
3139
+ exponent: 6,
3140
+ aliases: []
3141
+ }],
3142
+ base: 'ibc/806AD0A9E6360FC7F4B402441B01EFA48430115B226DC97EA42C48A253882BDB',
3143
+ name: 'Quicksilver Liquid Staked OSMO',
3144
+ display: 'qosmo',
3145
+ symbol: 'qOSMO',
3146
+ traces: [{
3147
+ type: 'ibc',
3148
+ counterparty: {
3149
+ channel_id: 'channel-17',
3150
+ base_denom: 'uqosmo',
3151
+ chain_name: 'quicksilver'
3152
+ },
3153
+ chain: {
3154
+ channel_id: 'channel-61'
3155
+ }
3156
+ }],
3157
+ logo_URIs: {
3158
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qosmo.png',
3159
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qosmo.svg'
3160
+ },
3161
+ images: [{
3162
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qosmo.png',
3163
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qosmo.svg'
3164
+ }]
3165
+ }, {
3166
+ description: 'Quicksilver Liquid Staked SOMM',
3167
+ denom_units: [{
3168
+ denom: 'ibc/D569232B850FA21265984EB9E3C80E6A926CF9BF9A9BCCF6AD4346A58024ACA5',
3169
+ exponent: 0,
3170
+ aliases: ['uqsomm']
3171
+ }, {
3172
+ denom: 'qsomm',
3173
+ exponent: 6,
3174
+ aliases: []
3175
+ }],
3176
+ base: 'ibc/D569232B850FA21265984EB9E3C80E6A926CF9BF9A9BCCF6AD4346A58024ACA5',
3177
+ name: 'Quicksilver Liquid Staked SOMM',
3178
+ display: 'qsomm',
3179
+ symbol: 'qSOMM',
3180
+ traces: [{
3181
+ type: 'ibc',
3182
+ counterparty: {
3183
+ channel_id: 'channel-17',
3184
+ base_denom: 'uqsomm',
3185
+ chain_name: 'quicksilver'
3186
+ },
3187
+ chain: {
3188
+ channel_id: 'channel-61'
3189
+ }
3190
+ }],
3191
+ logo_URIs: {
3192
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qsomm.png',
3193
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qsomm.svg'
3194
+ },
3195
+ images: [{
3196
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qsomm.png',
3197
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qsomm.svg'
3198
+ }]
3199
+ }, {
3200
+ description: 'DVPN is the native token of the Sentinel Hub.',
3201
+ denom_units: [{
3202
+ denom: 'ibc/6E2A72B5B5C2143E65069C2F8521094391330144DD85691DD443508BAFF9081D',
3203
+ exponent: 0,
3204
+ aliases: ['udvpn']
3205
+ }, {
3206
+ denom: 'dvpn',
3207
+ exponent: 6
3208
+ }],
3209
+ base: 'ibc/6E2A72B5B5C2143E65069C2F8521094391330144DD85691DD443508BAFF9081D',
3210
+ name: 'Sentinel',
3211
+ display: 'dvpn',
3212
+ symbol: 'DVPN',
3213
+ logo_URIs: {
3214
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.png',
3215
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.svg'
3216
+ },
3217
+ coingecko_id: 'sentinel',
3218
+ images: [{
3219
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.png',
3220
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.svg'
3221
+ }],
3222
+ traces: [{
3223
+ type: 'ibc',
3224
+ counterparty: {
3225
+ channel_id: 'channel-11',
3226
+ base_denom: 'udvpn',
3227
+ chain_name: 'sentinel'
3228
+ },
3229
+ chain: {
3230
+ channel_id: 'channel-15'
3231
+ }
3232
+ }]
3233
+ }, {
3234
+ description: "Rowan Token (ROWAN) is the Sifchain Network's native utility token, used as the primary means to govern, provide liquidity, secure the blockchain, incentivize participants, and provide a default mechanism to store and exchange value.",
3235
+ denom_units: [{
3236
+ denom: 'ibc/47646582AF7C3412762CE77704DDC6C233DF7C5A78850CD293787D03B339CC1F',
3237
+ exponent: 0,
3238
+ aliases: ['rowan']
3239
+ }, {
3240
+ denom: 'ROWAN',
3241
+ exponent: 18
3242
+ }],
3243
+ base: 'ibc/47646582AF7C3412762CE77704DDC6C233DF7C5A78850CD293787D03B339CC1F',
3244
+ name: 'Sifchain Rowan',
3245
+ display: 'ROWAN',
3246
+ symbol: 'ROWAN',
3247
+ logo_URIs: {
3248
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sifchain/images/rowan.png',
3249
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sifchain/images/rowan.svg'
3250
+ },
3251
+ coingecko_id: 'sifchain',
3252
+ images: [{
3253
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sifchain/images/rowan.png',
3254
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sifchain/images/rowan.svg'
3255
+ }],
3256
+ traces: [{
3257
+ type: 'ibc',
3258
+ counterparty: {
3259
+ channel_id: 'channel-10',
3260
+ base_denom: 'rowan',
3261
+ chain_name: 'sifchain'
3262
+ },
3263
+ chain: {
3264
+ channel_id: 'channel-28'
3265
+ }
3266
+ }]
3267
+ }, {
3268
+ description: 'IOV coin is the token for the Starname (IOV) Asset Name Service',
3269
+ denom_units: [{
3270
+ denom: 'ibc/F03BD5742985639DE77F85D961525508CE630352100F459211671DFB79850F56',
3271
+ exponent: 0,
3272
+ aliases: ['uiov']
3273
+ }, {
3274
+ denom: 'iov',
3275
+ exponent: 6
3276
+ }],
3277
+ base: 'ibc/F03BD5742985639DE77F85D961525508CE630352100F459211671DFB79850F56',
3278
+ name: 'Starname',
3279
+ display: 'iov',
3280
+ symbol: 'IOV',
3281
+ logo_URIs: {
3282
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/starname/images/iov.png',
3283
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/starname/images/iov.svg'
3284
+ },
3285
+ coingecko_id: 'starname',
3286
+ images: [{
3287
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/starname/images/iov.png',
3288
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/starname/images/iov.svg'
3289
+ }],
3290
+ traces: [{
3291
+ type: 'ibc',
3292
+ counterparty: {
3293
+ channel_id: 'channel-14',
3294
+ base_denom: 'uiov',
3295
+ chain_name: 'starname'
3296
+ },
3297
+ chain: {
3298
+ channel_id: 'channel-29'
3299
+ }
3300
+ }]
3301
+ }]
3302
+ };
3303
+ var _default = exports["default"] = assets;