@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,2295 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports["default"] = void 0;
7
+ var assets = {
8
+ chain_name: 'cryptoorgchain',
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/448B29AB9766D29CC09944EDF6A08573B45A37C55746A45FA3CF53F1B58DF98D',
13
+ exponent: 0,
14
+ aliases: ['uakt']
15
+ }, {
16
+ denom: 'akt',
17
+ exponent: 6
18
+ }],
19
+ base: 'ibc/448B29AB9766D29CC09944EDF6A08573B45A37C55746A45FA3CF53F1B58DF98D',
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-14',
36
+ base_denom: 'uakt',
37
+ chain_name: 'akash'
38
+ },
39
+ chain: {
40
+ channel_id: 'channel-21'
41
+ }
42
+ }]
43
+ }, {
44
+ description: 'Tether USDt on Akash',
45
+ denom_units: [{
46
+ denom: 'ibc/DA182B98898DA7F51325771FD7889D5B16C78F948D8DEE333DB34F95E5A2C0B5',
47
+ exponent: 0,
48
+ aliases: ['ibc/05DB6975261B805B6F6A157A4386C627F8A70BF8118D411655EFEDCA82BFABA5']
49
+ }, {
50
+ denom: 'usdt',
51
+ exponent: 6
52
+ }],
53
+ type_asset: 'ics20',
54
+ base: 'ibc/DA182B98898DA7F51325771FD7889D5B16C78F948D8DEE333DB34F95E5A2C0B5',
55
+ name: 'Tether USDt',
56
+ display: 'usdt',
57
+ symbol: 'USDt',
58
+ traces: [{
59
+ type: 'ibc',
60
+ counterparty: {
61
+ channel_id: 'channel-14',
62
+ base_denom: 'ibc/05DB6975261B805B6F6A157A4386C627F8A70BF8118D411655EFEDCA82BFABA5',
63
+ chain_name: 'akash'
64
+ },
65
+ chain: {
66
+ channel_id: 'channel-21'
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/B5919B1B65A79F595F71D2E8306FD1FB70B969A268230E745A6DBE86F1060D58',
83
+ exponent: 0,
84
+ aliases: ['uatom']
85
+ }, {
86
+ denom: 'atom',
87
+ exponent: 6
88
+ }],
89
+ base: 'ibc/B5919B1B65A79F595F71D2E8306FD1FB70B969A268230E745A6DBE86F1060D58',
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-187',
106
+ base_denom: 'uatom',
107
+ chain_name: 'cosmoshub'
108
+ },
109
+ chain: {
110
+ channel_id: 'channel-27'
111
+ }
112
+ }]
113
+ }, {
114
+ description: 'Tether USDt on the Cosmos Hub',
115
+ denom_units: [{
116
+ denom: 'ibc/04F2A370472860447D3C163C70E2E58C0C85F2590A88F88CC038722051028729',
117
+ exponent: 0,
118
+ aliases: ['ibc/F04D72CF9B5D9C849BB278B691CDFA2241813327430EC9CDC83F8F4CA4CDC2B0']
119
+ }, {
120
+ denom: 'usdt',
121
+ exponent: 6
122
+ }],
123
+ type_asset: 'ics20',
124
+ base: 'ibc/04F2A370472860447D3C163C70E2E58C0C85F2590A88F88CC038722051028729',
125
+ name: 'Tether USDt',
126
+ display: 'usdt',
127
+ symbol: 'USDt',
128
+ traces: [{
129
+ type: 'ibc',
130
+ counterparty: {
131
+ channel_id: 'channel-187',
132
+ base_denom: 'ibc/F04D72CF9B5D9C849BB278B691CDFA2241813327430EC9CDC83F8F4CA4CDC2B0',
133
+ chain_name: 'cosmoshub'
134
+ },
135
+ chain: {
136
+ channel_id: 'channel-27'
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/8BF3438C2A1EF413702716DE7B01C5EBE5B1D0D0EA7592D0CC12B0F214697365',
153
+ exponent: 0,
154
+ aliases: ['ibc/4925E6ABA571A44D2BE0286D2D29AF42A294D0FF2BB16490149A1B26EAD33729']
155
+ }],
156
+ type_asset: 'ics20',
157
+ base: 'ibc/8BF3438C2A1EF413702716DE7B01C5EBE5B1D0D0EA7592D0CC12B0F214697365',
158
+ name: 'Function X',
159
+ display: 'FX',
160
+ symbol: 'FX',
161
+ traces: [{
162
+ type: 'ibc',
163
+ counterparty: {
164
+ channel_id: 'channel-187',
165
+ base_denom: 'ibc/4925E6ABA571A44D2BE0286D2D29AF42A294D0FF2BB16490149A1B26EAD33729',
166
+ chain_name: 'cosmoshub'
167
+ },
168
+ chain: {
169
+ channel_id: 'channel-27'
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: 'The native token of Crescent',
186
+ denom_units: [{
187
+ denom: 'ibc/78D68F66DCFD8FA5536260BED1A118217B03D8D872B7D53489616D2CC8817A56',
188
+ exponent: 0,
189
+ aliases: ['ucre']
190
+ }, {
191
+ denom: 'cre',
192
+ exponent: 6
193
+ }],
194
+ base: 'ibc/78D68F66DCFD8FA5536260BED1A118217B03D8D872B7D53489616D2CC8817A56',
195
+ name: 'Crescent',
196
+ display: 'cre',
197
+ symbol: 'CRE',
198
+ logo_URIs: {
199
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.png',
200
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.svg'
201
+ },
202
+ coingecko_id: 'crescent-network',
203
+ images: [{
204
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.png',
205
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.svg'
206
+ }],
207
+ traces: [{
208
+ type: 'ibc',
209
+ counterparty: {
210
+ channel_id: 'channel-40',
211
+ base_denom: 'ucre',
212
+ chain_name: 'crescent'
213
+ },
214
+ chain: {
215
+ channel_id: 'channel-61'
216
+ }
217
+ }]
218
+ }, {
219
+ description: 'The bonded token of Crescent',
220
+ denom_units: [{
221
+ denom: 'ibc/30F8A8A47FDA18325D9CB43B65EC221568AF05EF39D8384225002768C8F4F4FA',
222
+ exponent: 0,
223
+ aliases: ['ubcre']
224
+ }, {
225
+ denom: 'bcre',
226
+ exponent: 6
227
+ }],
228
+ base: 'ibc/30F8A8A47FDA18325D9CB43B65EC221568AF05EF39D8384225002768C8F4F4FA',
229
+ name: 'Bonded Crescent',
230
+ display: 'bcre',
231
+ symbol: 'bCRE',
232
+ logo_URIs: {
233
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/bcre.png',
234
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/bcre.svg'
235
+ },
236
+ coingecko_id: 'liquid-staking-crescent',
237
+ images: [{
238
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/bcre.png',
239
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/bcre.svg'
240
+ }],
241
+ traces: [{
242
+ type: 'ibc',
243
+ counterparty: {
244
+ channel_id: 'channel-40',
245
+ base_denom: 'ubcre',
246
+ chain_name: 'crescent'
247
+ },
248
+ chain: {
249
+ channel_id: 'channel-61'
250
+ }
251
+ }]
252
+ }, {
253
+ description: 'The native EVM, governance and staking token of the Evmos Hub',
254
+ denom_units: [{
255
+ denom: 'ibc/80D5E86278CE910A7A9653CCA7DEB62C817E07AF9C0C657B43191C43DE60B107',
256
+ exponent: 0,
257
+ aliases: ['aevmos']
258
+ }, {
259
+ denom: 'evmos',
260
+ exponent: 18
261
+ }],
262
+ base: 'ibc/80D5E86278CE910A7A9653CCA7DEB62C817E07AF9C0C657B43191C43DE60B107',
263
+ name: 'Evmos',
264
+ display: 'evmos',
265
+ symbol: 'EVMOS',
266
+ logo_URIs: {
267
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.png',
268
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.svg'
269
+ },
270
+ coingecko_id: 'evmos',
271
+ images: [{
272
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.png',
273
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.svg'
274
+ }],
275
+ traces: [{
276
+ type: 'ibc',
277
+ counterparty: {
278
+ channel_id: 'channel-31',
279
+ base_denom: 'aevmos',
280
+ chain_name: 'evmos'
281
+ },
282
+ chain: {
283
+ channel_id: 'channel-57'
284
+ }
285
+ }]
286
+ }, {
287
+ description: 'Tether USDt on Evmos',
288
+ denom_units: [{
289
+ denom: 'ibc/36F010908C1ED95C092ACB53B548CDF18BABB494D78215E057A01EB475F1C654',
290
+ exponent: 0,
291
+ aliases: ['ibc/95F4898F70B1E3765715808C57E955034419200A7BB6DDECBEAA5FD3AA3DF7D5']
292
+ }, {
293
+ denom: 'usdt',
294
+ exponent: 6
295
+ }],
296
+ type_asset: 'ics20',
297
+ base: 'ibc/36F010908C1ED95C092ACB53B548CDF18BABB494D78215E057A01EB475F1C654',
298
+ name: 'Tether USDt',
299
+ display: 'usdt',
300
+ symbol: 'USDt',
301
+ traces: [{
302
+ type: 'ibc',
303
+ counterparty: {
304
+ channel_id: 'channel-31',
305
+ base_denom: 'ibc/95F4898F70B1E3765715808C57E955034419200A7BB6DDECBEAA5FD3AA3DF7D5',
306
+ chain_name: 'evmos'
307
+ },
308
+ chain: {
309
+ channel_id: 'channel-57'
310
+ }
311
+ }],
312
+ images: [{
313
+ image_sync: {
314
+ chain_name: 'kava',
315
+ base_denom: 'erc20/tether/usdt'
316
+ },
317
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
318
+ }],
319
+ logo_URIs: {
320
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
321
+ }
322
+ }, {
323
+ description: 'The token of Neokingdom DAO.',
324
+ denom_units: [{
325
+ denom: 'ibc/B44BF5AB79C7893A27BAFCF65702B3EBC6DD1E2CF0C8D43605ACDFD1F98229BB',
326
+ exponent: 0,
327
+ aliases: ['erc20/0x655ecB57432CC1370f65e5dc2309588b71b473A9']
328
+ }, {
329
+ denom: 'neok',
330
+ exponent: 18
331
+ }],
332
+ base: 'ibc/B44BF5AB79C7893A27BAFCF65702B3EBC6DD1E2CF0C8D43605ACDFD1F98229BB',
333
+ name: 'Neokingdom DAO',
334
+ display: 'neok',
335
+ symbol: 'NEOK',
336
+ logo_URIs: {
337
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
338
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
339
+ },
340
+ images: [{
341
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
342
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
343
+ }],
344
+ traces: [{
345
+ type: 'ibc',
346
+ counterparty: {
347
+ channel_id: 'channel-31',
348
+ base_denom: 'erc20/0x655ecB57432CC1370f65e5dc2309588b71b473A9',
349
+ chain_name: 'evmos'
350
+ },
351
+ chain: {
352
+ channel_id: 'channel-57'
353
+ }
354
+ }]
355
+ }, {
356
+ description: 'The IRIS token is the native governance token for the IrisNet chain.',
357
+ denom_units: [{
358
+ denom: 'ibc/9E7B7E495831F4E64D5E9105059EEF61FB8DFFB9CE28E2AD7C4B50192DE491B0',
359
+ exponent: 0,
360
+ aliases: ['uiris']
361
+ }, {
362
+ denom: 'iris',
363
+ exponent: 6
364
+ }],
365
+ base: 'ibc/9E7B7E495831F4E64D5E9105059EEF61FB8DFFB9CE28E2AD7C4B50192DE491B0',
366
+ name: 'IRISnet',
367
+ display: 'iris',
368
+ symbol: 'IRIS',
369
+ logo_URIs: {
370
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/irisnet/images/iris.png',
371
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/irisnet/images/iris.svg'
372
+ },
373
+ coingecko_id: 'iris-network',
374
+ images: [{
375
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/irisnet/images/iris.png',
376
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/irisnet/images/iris.svg'
377
+ }],
378
+ traces: [{
379
+ type: 'ibc',
380
+ counterparty: {
381
+ channel_id: 'channel-13',
382
+ base_denom: 'uiris',
383
+ chain_name: 'irisnet'
384
+ },
385
+ chain: {
386
+ channel_id: 'channel-23'
387
+ }
388
+ }]
389
+ }, {
390
+ description: 'The native token of Osmosis',
391
+ denom_units: [{
392
+ denom: 'ibc/376222D6D9DAE23092E29740E56B758580935A6D77C24C2ABD57A6A78A1F3955',
393
+ exponent: 0,
394
+ aliases: ['uosmo']
395
+ }, {
396
+ denom: 'osmo',
397
+ exponent: 6
398
+ }],
399
+ base: 'ibc/376222D6D9DAE23092E29740E56B758580935A6D77C24C2ABD57A6A78A1F3955',
400
+ name: 'Osmosis',
401
+ display: 'osmo',
402
+ symbol: 'OSMO',
403
+ logo_URIs: {
404
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
405
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
406
+ },
407
+ coingecko_id: 'osmosis',
408
+ keywords: ['dex', 'staking'],
409
+ images: [{
410
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
411
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
412
+ }],
413
+ traces: [{
414
+ type: 'ibc',
415
+ counterparty: {
416
+ channel_id: 'channel-5',
417
+ base_denom: 'uosmo',
418
+ chain_name: 'osmosis'
419
+ },
420
+ chain: {
421
+ channel_id: 'channel-10'
422
+ }
423
+ }]
424
+ }, {
425
+ denom_units: [{
426
+ denom: 'ibc/0433997003A2CFE10E483B93743BEC37F2F13B89854FD69599482E6DB8E6CE22',
427
+ exponent: 0,
428
+ aliases: ['uion']
429
+ }, {
430
+ denom: 'ion',
431
+ exponent: 6
432
+ }],
433
+ base: 'ibc/0433997003A2CFE10E483B93743BEC37F2F13B89854FD69599482E6DB8E6CE22',
434
+ name: 'Ion DAO',
435
+ display: 'ion',
436
+ symbol: 'ION',
437
+ logo_URIs: {
438
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
439
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
440
+ },
441
+ coingecko_id: 'ion',
442
+ keywords: ['memecoin'],
443
+ images: [{
444
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
445
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
446
+ }],
447
+ traces: [{
448
+ type: 'ibc',
449
+ counterparty: {
450
+ channel_id: 'channel-5',
451
+ base_denom: 'uion',
452
+ chain_name: 'osmosis'
453
+ },
454
+ chain: {
455
+ channel_id: 'channel-10'
456
+ }
457
+ }]
458
+ }, {
459
+ denom_units: [{
460
+ denom: 'ibc/AC67AF39FCD2E3E935909EF017B8F667F67EF689A431ACAC7BCB872D5E4B4D22',
461
+ exponent: 0,
462
+ aliases: ['factory/osmo14klwqgkmackvx2tqa0trtg69dmy0nrg4ntq4gjgw2za4734r5seqjqm4gm/uibcx']
463
+ }, {
464
+ denom: 'ibcx',
465
+ exponent: 6
466
+ }],
467
+ address: 'osmo14klwqgkmackvx2tqa0trtg69dmy0nrg4ntq4gjgw2za4734r5seqjqm4gm',
468
+ base: 'ibc/AC67AF39FCD2E3E935909EF017B8F667F67EF689A431ACAC7BCB872D5E4B4D22',
469
+ name: 'IBC Index',
470
+ display: 'ibcx',
471
+ symbol: 'IBCX',
472
+ logo_URIs: {
473
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ibcx.svg'
474
+ },
475
+ coingecko_id: 'ibc-index',
476
+ images: [{
477
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ibcx.svg'
478
+ }],
479
+ traces: [{
480
+ type: 'ibc',
481
+ counterparty: {
482
+ channel_id: 'channel-5',
483
+ base_denom: 'factory/osmo14klwqgkmackvx2tqa0trtg69dmy0nrg4ntq4gjgw2za4734r5seqjqm4gm/uibcx',
484
+ chain_name: 'osmosis'
485
+ },
486
+ chain: {
487
+ channel_id: 'channel-10'
488
+ }
489
+ }]
490
+ }, {
491
+ denom_units: [{
492
+ denom: 'ibc/E92CD020751E93DF431B5B1ED8950F7BFF07646D33C49CEA96D991FB6C322403',
493
+ exponent: 0,
494
+ aliases: ['factory/osmo1xqw2sl9zk8a6pch0csaw78n4swg5ws8t62wc5qta4gnjxfqg6v2qcs243k/stuibcx']
495
+ }, {
496
+ denom: 'stibcx',
497
+ exponent: 6
498
+ }],
499
+ address: 'osmo1xqw2sl9zk8a6pch0csaw78n4swg5ws8t62wc5qta4gnjxfqg6v2qcs243k',
500
+ base: 'ibc/E92CD020751E93DF431B5B1ED8950F7BFF07646D33C49CEA96D991FB6C322403',
501
+ name: 'Staked IBCX',
502
+ display: 'stibcx',
503
+ symbol: 'stIBCX',
504
+ logo_URIs: {
505
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/stibcx.png',
506
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/stibcx.svg'
507
+ },
508
+ images: [{
509
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/stibcx.png',
510
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/stibcx.svg'
511
+ }],
512
+ traces: [{
513
+ type: 'ibc',
514
+ counterparty: {
515
+ channel_id: 'channel-5',
516
+ base_denom: 'factory/osmo1xqw2sl9zk8a6pch0csaw78n4swg5ws8t62wc5qta4gnjxfqg6v2qcs243k/stuibcx',
517
+ chain_name: 'osmosis'
518
+ },
519
+ chain: {
520
+ channel_id: 'channel-10'
521
+ }
522
+ }]
523
+ }, {
524
+ denom_units: [{
525
+ denom: 'ibc/7E955DE4F6A23E90222993E5CDBD46B9EEC53C15F6C43F886231F6CA7AA17BF8',
526
+ exponent: 0,
527
+ aliases: ['ibc/D189335C6E4A68B513C10AB227BF1C1D38C746766278BA3EEB4FB14124F1D858']
528
+ }, {
529
+ denom: 'usdc',
530
+ exponent: 6
531
+ }],
532
+ type_asset: 'ics20',
533
+ base: 'ibc/7E955DE4F6A23E90222993E5CDBD46B9EEC53C15F6C43F886231F6CA7AA17BF8',
534
+ name: 'Axelar USD Coin',
535
+ display: 'usdc',
536
+ symbol: 'USDC.axl',
537
+ traces: [{
538
+ type: 'ibc',
539
+ counterparty: {
540
+ channel_id: 'channel-5',
541
+ base_denom: 'ibc/D189335C6E4A68B513C10AB227BF1C1D38C746766278BA3EEB4FB14124F1D858',
542
+ chain_name: 'osmosis'
543
+ },
544
+ chain: {
545
+ channel_id: 'channel-10'
546
+ }
547
+ }],
548
+ images: [{
549
+ image_sync: {
550
+ chain_name: 'axelar',
551
+ base_denom: 'uusdc'
552
+ },
553
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.png',
554
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg'
555
+ }],
556
+ logo_URIs: {
557
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.png',
558
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg'
559
+ }
560
+ }, {
561
+ denom_units: [{
562
+ denom: 'ibc/0312AD03C85BC00380A888A54CC6A9D6DF2FF03D8B5680602AA82BDF81B6822C',
563
+ exponent: 0,
564
+ aliases: ['ibc/0B3C3D06228578334B66B57FBFBA4033216CEB8119B27ACDEE18D92DA5B28D43']
565
+ }, {
566
+ denom: 'avalanche-usdc',
567
+ exponent: 6
568
+ }],
569
+ type_asset: 'ics20',
570
+ base: 'ibc/0312AD03C85BC00380A888A54CC6A9D6DF2FF03D8B5680602AA82BDF81B6822C',
571
+ name: 'Wormhole USDC(Avalanche)',
572
+ display: 'avalanche-usdc',
573
+ symbol: 'avalanche.USDC.wh',
574
+ traces: [{
575
+ type: 'ibc',
576
+ counterparty: {
577
+ channel_id: 'channel-5',
578
+ base_denom: 'ibc/0B3C3D06228578334B66B57FBFBA4033216CEB8119B27ACDEE18D92DA5B28D43',
579
+ chain_name: 'osmosis'
580
+ },
581
+ chain: {
582
+ channel_id: 'channel-10'
583
+ }
584
+ }],
585
+ images: [{
586
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.hole.png',
587
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.hole.svg'
588
+ }],
589
+ logo_URIs: {
590
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.hole.png',
591
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.hole.svg'
592
+ }
593
+ }, {
594
+ denom_units: [{
595
+ denom: 'ibc/23033EADED2D724F4C2703E1EF0D69D12AE01CDEBACAE32F34A76FEA9EC92608',
596
+ exponent: 0,
597
+ aliases: ['ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4']
598
+ }, {
599
+ denom: 'usdc',
600
+ exponent: 6
601
+ }],
602
+ type_asset: 'ics20',
603
+ base: 'ibc/23033EADED2D724F4C2703E1EF0D69D12AE01CDEBACAE32F34A76FEA9EC92608',
604
+ name: 'Noble USD Coin',
605
+ display: 'usdc',
606
+ symbol: 'USDC',
607
+ traces: [{
608
+ type: 'ibc',
609
+ counterparty: {
610
+ channel_id: 'channel-5',
611
+ base_denom: 'ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4',
612
+ chain_name: 'osmosis'
613
+ },
614
+ chain: {
615
+ channel_id: 'channel-10'
616
+ }
617
+ }],
618
+ images: [{
619
+ image_sync: {
620
+ chain_name: 'noble',
621
+ base_denom: 'uusdc'
622
+ },
623
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png',
624
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg'
625
+ }],
626
+ logo_URIs: {
627
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png',
628
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg'
629
+ }
630
+ }, {
631
+ denom_units: [{
632
+ denom: 'ibc/FC8B99134BC71B7D9D68BC67A7F300984CB3905FA6D699FB55CC58D0DCDED996',
633
+ exponent: 0,
634
+ aliases: ['ibc/D176154B0C63D1F9C6DCFB4F70349EBF2E2B5A87A05902F57A6AE92B863E9AEC']
635
+ }, {
636
+ denom: 'stosmo',
637
+ exponent: 6
638
+ }],
639
+ type_asset: 'ics20',
640
+ base: 'ibc/FC8B99134BC71B7D9D68BC67A7F300984CB3905FA6D699FB55CC58D0DCDED996',
641
+ name: 'stOSMO',
642
+ display: 'stosmo',
643
+ symbol: 'stOSMO',
644
+ traces: [{
645
+ type: 'ibc',
646
+ counterparty: {
647
+ channel_id: 'channel-5',
648
+ base_denom: 'ibc/D176154B0C63D1F9C6DCFB4F70349EBF2E2B5A87A05902F57A6AE92B863E9AEC',
649
+ chain_name: 'osmosis'
650
+ },
651
+ chain: {
652
+ channel_id: 'channel-10'
653
+ }
654
+ }],
655
+ images: [{
656
+ image_sync: {
657
+ chain_name: 'stride',
658
+ base_denom: 'stuosmo'
659
+ },
660
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.png',
661
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.svg'
662
+ }],
663
+ logo_URIs: {
664
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.png',
665
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.svg'
666
+ }
667
+ }, {
668
+ denom_units: [{
669
+ denom: 'ibc/2CA7FA605E0E3AF2E30FF14B7AC2474F2A8533835A16041A044277AED0A8E614',
670
+ exponent: 0,
671
+ aliases: ['ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2']
672
+ }, {
673
+ denom: 'atom',
674
+ exponent: 6
675
+ }],
676
+ type_asset: 'ics20',
677
+ base: 'ibc/2CA7FA605E0E3AF2E30FF14B7AC2474F2A8533835A16041A044277AED0A8E614',
678
+ name: 'Cosmos Hub Atom',
679
+ display: 'atom',
680
+ symbol: 'ATOM',
681
+ traces: [{
682
+ type: 'ibc',
683
+ counterparty: {
684
+ channel_id: 'channel-5',
685
+ base_denom: 'ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2',
686
+ chain_name: 'osmosis'
687
+ },
688
+ chain: {
689
+ channel_id: 'channel-10'
690
+ }
691
+ }],
692
+ images: [{
693
+ image_sync: {
694
+ chain_name: 'cosmoshub',
695
+ base_denom: 'uatom'
696
+ },
697
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
698
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
699
+ }],
700
+ logo_URIs: {
701
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
702
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
703
+ }
704
+ }, {
705
+ denom_units: [{
706
+ denom: 'ibc/8FC0CC1E03A465FB168B8E9A8D753A8CF7052B66481968EA8EAF67491304EFC4',
707
+ exponent: 0,
708
+ aliases: ['ibc/C140AFD542AE77BD7DCC83F13FDD8C5E5BB8C4929785E6EC2F4C636F98F17901']
709
+ }, {
710
+ denom: 'statom',
711
+ exponent: 6
712
+ }],
713
+ type_asset: 'ics20',
714
+ base: 'ibc/8FC0CC1E03A465FB168B8E9A8D753A8CF7052B66481968EA8EAF67491304EFC4',
715
+ name: 'stATOM',
716
+ display: 'statom',
717
+ symbol: 'stATOM',
718
+ traces: [{
719
+ type: 'ibc',
720
+ counterparty: {
721
+ channel_id: 'channel-5',
722
+ base_denom: 'ibc/C140AFD542AE77BD7DCC83F13FDD8C5E5BB8C4929785E6EC2F4C636F98F17901',
723
+ chain_name: 'osmosis'
724
+ },
725
+ chain: {
726
+ channel_id: 'channel-10'
727
+ }
728
+ }],
729
+ images: [{
730
+ image_sync: {
731
+ chain_name: 'stride',
732
+ base_denom: 'stuatom'
733
+ },
734
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.png',
735
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.svg'
736
+ }],
737
+ logo_URIs: {
738
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.png',
739
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.svg'
740
+ }
741
+ }, {
742
+ denom_units: [{
743
+ denom: 'ibc/BFFE5A22450AB53580906F6023F88E308873A1B8D9FE058929063C20C928D1A8',
744
+ exponent: 0,
745
+ aliases: ['ibc/EA1D43981D5C9A1C4AAEA9C23BB1D4FA126BA9BC7020A25E0AE4AA841EA25DC5']
746
+ }, {
747
+ denom: 'weth',
748
+ exponent: 18
749
+ }],
750
+ type_asset: 'ics20',
751
+ base: 'ibc/BFFE5A22450AB53580906F6023F88E308873A1B8D9FE058929063C20C928D1A8',
752
+ name: 'Wrapped Ether',
753
+ display: 'weth',
754
+ symbol: 'ETH',
755
+ traces: [{
756
+ type: 'ibc',
757
+ counterparty: {
758
+ channel_id: 'channel-5',
759
+ base_denom: 'ibc/EA1D43981D5C9A1C4AAEA9C23BB1D4FA126BA9BC7020A25E0AE4AA841EA25DC5',
760
+ chain_name: 'osmosis'
761
+ },
762
+ chain: {
763
+ channel_id: 'channel-10'
764
+ }
765
+ }],
766
+ images: [{
767
+ image_sync: {
768
+ chain_name: 'axelar',
769
+ base_denom: 'weth-wei'
770
+ },
771
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/weth.png'
772
+ }],
773
+ logo_URIs: {
774
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/weth.png'
775
+ }
776
+ }, {
777
+ denom_units: [{
778
+ denom: 'ibc/8F991F0845319611CEE1B7570A0A1EE75D8909A9664AE614BCCFF25E1D244BE9',
779
+ exponent: 0,
780
+ aliases: ['ibc/D1542AA8762DB13087D8364F3EA6509FD6F009A34F00426AF9E4F9FA85CBBF1F']
781
+ }, {
782
+ denom: 'wbtc',
783
+ exponent: 8
784
+ }],
785
+ type_asset: 'ics20',
786
+ base: 'ibc/8F991F0845319611CEE1B7570A0A1EE75D8909A9664AE614BCCFF25E1D244BE9',
787
+ name: 'Wrapped Bitcoin (Axelar)',
788
+ display: 'wbtc',
789
+ symbol: 'WBTC.axl',
790
+ traces: [{
791
+ type: 'ibc',
792
+ counterparty: {
793
+ channel_id: 'channel-5',
794
+ base_denom: 'ibc/D1542AA8762DB13087D8364F3EA6509FD6F009A34F00426AF9E4F9FA85CBBF1F',
795
+ chain_name: 'osmosis'
796
+ },
797
+ chain: {
798
+ channel_id: 'channel-10'
799
+ }
800
+ }],
801
+ images: [{
802
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.svg',
803
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.png'
804
+ }, {
805
+ image_sync: {
806
+ chain_name: 'axelar',
807
+ base_denom: 'wbtc-satoshi'
808
+ },
809
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/wbtc.png'
810
+ }],
811
+ logo_URIs: {
812
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.svg',
813
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.png'
814
+ }
815
+ }, {
816
+ description: 'ERIS liquid staked OSMO',
817
+ denom_units: [{
818
+ denom: 'ibc/FD842803B4D8DCB2229828F0D034803C5BA852BAF3469D0E3D1175CD646E700A',
819
+ exponent: 0,
820
+ aliases: ['factory/osmo1dv8wz09tckslr2wy5z86r46dxvegylhpt97r9yd6qc3kyc6tv42qa89dr9/ampOSMO']
821
+ }, {
822
+ denom: 'ampOSMO',
823
+ exponent: 6
824
+ }],
825
+ address: 'osmo1dv8wz09tckslr2wy5z86r46dxvegylhpt97r9yd6qc3kyc6tv42qa89dr9',
826
+ base: 'ibc/FD842803B4D8DCB2229828F0D034803C5BA852BAF3469D0E3D1175CD646E700A',
827
+ name: 'ERIS Amplified OSMO',
828
+ display: 'ampOSMO',
829
+ symbol: 'ampOSMO',
830
+ logo_URIs: {
831
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/amposmo.png'
832
+ },
833
+ images: [{
834
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/amposmo.png'
835
+ }],
836
+ traces: [{
837
+ type: 'ibc',
838
+ counterparty: {
839
+ channel_id: 'channel-5',
840
+ base_denom: 'factory/osmo1dv8wz09tckslr2wy5z86r46dxvegylhpt97r9yd6qc3kyc6tv42qa89dr9/ampOSMO',
841
+ chain_name: 'osmosis'
842
+ },
843
+ chain: {
844
+ channel_id: 'channel-10'
845
+ }
846
+ }]
847
+ }, {
848
+ description: 'Tether USDT on Osmosis',
849
+ denom_units: [{
850
+ denom: 'ibc/AB855FDAD2D9C395BF44D3E82B165A68737FCC4B830B3B2C5EA3E6A8E3E8395B',
851
+ exponent: 0,
852
+ aliases: ['ibc/4ABBEF4C8926DDDB320AE5188CFD63267ABBCEFC0583E4AE05D6E5AA2401DDAB']
853
+ }, {
854
+ denom: 'usdt',
855
+ exponent: 6
856
+ }],
857
+ type_asset: 'ics20',
858
+ base: 'ibc/AB855FDAD2D9C395BF44D3E82B165A68737FCC4B830B3B2C5EA3E6A8E3E8395B',
859
+ name: 'Tether USDT',
860
+ display: 'usdt',
861
+ symbol: 'USDT',
862
+ traces: [{
863
+ type: 'ibc',
864
+ counterparty: {
865
+ channel_id: 'channel-5',
866
+ base_denom: 'ibc/4ABBEF4C8926DDDB320AE5188CFD63267ABBCEFC0583E4AE05D6E5AA2401DDAB',
867
+ chain_name: 'osmosis'
868
+ },
869
+ chain: {
870
+ channel_id: 'channel-10'
871
+ }
872
+ }],
873
+ images: [{
874
+ image_sync: {
875
+ chain_name: 'kava',
876
+ base_denom: 'erc20/tether/usdt'
877
+ },
878
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
879
+ }],
880
+ logo_URIs: {
881
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
882
+ }
883
+ }, {
884
+ description: "Membrane's CDP-style stablecoin called CDT",
885
+ denom_units: [{
886
+ denom: 'ibc/740C72B9127CEA71AEB81687BB055106F502DA4647AA975BF64E3DC61D334ED9',
887
+ exponent: 0,
888
+ aliases: ['factory/osmo1s794h9rxggytja3a4pmwul53u98k06zy2qtrdvjnfuxruh7s8yjs6cyxgd/ucdt']
889
+ }, {
890
+ denom: 'cdt',
891
+ exponent: 6
892
+ }],
893
+ base: 'ibc/740C72B9127CEA71AEB81687BB055106F502DA4647AA975BF64E3DC61D334ED9',
894
+ name: 'CDT Stablecoin',
895
+ display: 'cdt',
896
+ symbol: 'CDT',
897
+ logo_URIs: {
898
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/CDT.svg'
899
+ },
900
+ coingecko_id: 'collateralized-debt-token',
901
+ images: [{
902
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/CDT.svg'
903
+ }],
904
+ traces: [{
905
+ type: 'ibc',
906
+ counterparty: {
907
+ channel_id: 'channel-5',
908
+ base_denom: 'factory/osmo1s794h9rxggytja3a4pmwul53u98k06zy2qtrdvjnfuxruh7s8yjs6cyxgd/ucdt',
909
+ chain_name: 'osmosis'
910
+ },
911
+ chain: {
912
+ channel_id: 'channel-10'
913
+ }
914
+ }]
915
+ }, {
916
+ description: "Membrane's protocol token",
917
+ denom_units: [{
918
+ denom: 'ibc/7E09670B1CC767DAD0C887DD97675BAB698E50E35673DB5806C0D2664F65C182',
919
+ exponent: 0,
920
+ aliases: ['factory/osmo1s794h9rxggytja3a4pmwul53u98k06zy2qtrdvjnfuxruh7s8yjs6cyxgd/umbrn']
921
+ }, {
922
+ denom: 'mbrn',
923
+ exponent: 6
924
+ }],
925
+ base: 'ibc/7E09670B1CC767DAD0C887DD97675BAB698E50E35673DB5806C0D2664F65C182',
926
+ name: 'Membrane',
927
+ display: 'mbrn',
928
+ symbol: 'MBRN',
929
+ logo_URIs: {
930
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/MBRN.svg'
931
+ },
932
+ coingecko_id: 'membrane',
933
+ images: [{
934
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/MBRN.svg'
935
+ }],
936
+ traces: [{
937
+ type: 'ibc',
938
+ counterparty: {
939
+ channel_id: 'channel-5',
940
+ base_denom: 'factory/osmo1s794h9rxggytja3a4pmwul53u98k06zy2qtrdvjnfuxruh7s8yjs6cyxgd/umbrn',
941
+ chain_name: 'osmosis'
942
+ },
943
+ chain: {
944
+ channel_id: 'channel-10'
945
+ }
946
+ }]
947
+ }, {
948
+ description: 'TIA on Osmosis',
949
+ denom_units: [{
950
+ denom: 'ibc/F3CAE6D7D80D1D176CD6E664123B55EF6825F8DF0866C03813EE1E05B79D3F39',
951
+ exponent: 0,
952
+ aliases: ['ibc/D79E7D83AB399BFFF93433E54FAA480C191248FC556924A2A8351AE2638B3877']
953
+ }, {
954
+ denom: 'tia',
955
+ exponent: 6
956
+ }],
957
+ type_asset: 'ics20',
958
+ base: 'ibc/F3CAE6D7D80D1D176CD6E664123B55EF6825F8DF0866C03813EE1E05B79D3F39',
959
+ name: 'Celestia TIA',
960
+ display: 'tia',
961
+ symbol: 'TIA',
962
+ traces: [{
963
+ type: 'ibc',
964
+ counterparty: {
965
+ channel_id: 'channel-5',
966
+ base_denom: 'ibc/D79E7D83AB399BFFF93433E54FAA480C191248FC556924A2A8351AE2638B3877',
967
+ chain_name: 'osmosis'
968
+ },
969
+ chain: {
970
+ channel_id: 'channel-10'
971
+ }
972
+ }],
973
+ images: [{
974
+ image_sync: {
975
+ chain_name: 'celestia',
976
+ base_denom: 'utia'
977
+ },
978
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png',
979
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg'
980
+ }],
981
+ logo_URIs: {
982
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png',
983
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg'
984
+ }
985
+ }, {
986
+ description: 'Margined Power Token sqOSMO',
987
+ denom_units: [{
988
+ denom: 'ibc/B6362CC949149B6E1FBA1D112BD1D3135CB9214A90368AF2C68D056622291586',
989
+ exponent: 0,
990
+ aliases: ['factory/osmo1g8qypve6l95xmhgc0fddaecerffymsl7kn9muw/squosmo']
991
+ }, {
992
+ denom: 'sqosmo',
993
+ exponent: 6
994
+ }],
995
+ base: 'ibc/B6362CC949149B6E1FBA1D112BD1D3135CB9214A90368AF2C68D056622291586',
996
+ name: 'OSMO Squared',
997
+ display: 'sqosmo',
998
+ symbol: 'sqOSMO',
999
+ logo_URIs: {
1000
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sqosmo.svg'
1001
+ },
1002
+ images: [{
1003
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sqosmo.svg'
1004
+ }],
1005
+ traces: [{
1006
+ type: 'ibc',
1007
+ counterparty: {
1008
+ channel_id: 'channel-5',
1009
+ base_denom: 'factory/osmo1g8qypve6l95xmhgc0fddaecerffymsl7kn9muw/squosmo',
1010
+ chain_name: 'osmosis'
1011
+ },
1012
+ chain: {
1013
+ channel_id: 'channel-10'
1014
+ }
1015
+ }]
1016
+ }, {
1017
+ description: 'NOIS on Osmosis',
1018
+ denom_units: [{
1019
+ denom: 'ibc/8DE3581B97E7945CD98D832E711688A444BB1CCE4FCAD528A2C7D45758701C98',
1020
+ exponent: 0,
1021
+ aliases: ['ibc/6928AFA9EA721938FED13B051F9DBF1272B16393D20C49EA5E4901BB76D94A90']
1022
+ }, {
1023
+ denom: 'nois',
1024
+ exponent: 6
1025
+ }],
1026
+ type_asset: 'ics20',
1027
+ base: 'ibc/8DE3581B97E7945CD98D832E711688A444BB1CCE4FCAD528A2C7D45758701C98',
1028
+ name: 'Nois NOIS',
1029
+ display: 'nois',
1030
+ symbol: 'NOIS',
1031
+ traces: [{
1032
+ type: 'ibc',
1033
+ counterparty: {
1034
+ channel_id: 'channel-5',
1035
+ base_denom: 'ibc/6928AFA9EA721938FED13B051F9DBF1272B16393D20C49EA5E4901BB76D94A90',
1036
+ chain_name: 'osmosis'
1037
+ },
1038
+ chain: {
1039
+ channel_id: 'channel-10'
1040
+ }
1041
+ }],
1042
+ images: [{
1043
+ image_sync: {
1044
+ chain_name: 'nois',
1045
+ base_denom: 'unois'
1046
+ },
1047
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.png',
1048
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.svg'
1049
+ }],
1050
+ logo_URIs: {
1051
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.png',
1052
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.svg'
1053
+ }
1054
+ }, {
1055
+ description: 'Margined Power Token sqBTC',
1056
+ denom_units: [{
1057
+ denom: 'ibc/2F71B8FFBDAA6B3F7CEC12F9C11C6AB620D1D0A2CE0267D11CD9AF09D7F4CF76',
1058
+ exponent: 0,
1059
+ aliases: ['factory/osmo1g8qypve6l95xmhgc0fddaecerffymsl7kn9muw/sqbtc']
1060
+ }, {
1061
+ denom: 'sqbtc',
1062
+ exponent: 6
1063
+ }],
1064
+ base: 'ibc/2F71B8FFBDAA6B3F7CEC12F9C11C6AB620D1D0A2CE0267D11CD9AF09D7F4CF76',
1065
+ name: 'BTC Squared',
1066
+ display: 'sqbtc',
1067
+ symbol: 'sqBTC',
1068
+ logo_URIs: {
1069
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sqbtc.svg'
1070
+ },
1071
+ images: [{
1072
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sqbtc.svg'
1073
+ }],
1074
+ traces: [{
1075
+ type: 'ibc',
1076
+ counterparty: {
1077
+ channel_id: 'channel-5',
1078
+ base_denom: 'factory/osmo1g8qypve6l95xmhgc0fddaecerffymsl7kn9muw/sqbtc',
1079
+ chain_name: 'osmosis'
1080
+ },
1081
+ chain: {
1082
+ channel_id: 'channel-10'
1083
+ }
1084
+ }]
1085
+ }, {
1086
+ description: 'Margined Power Token sqATOM',
1087
+ denom_units: [{
1088
+ denom: 'ibc/C4D1E3EBE5C4666C39889BF59F7496D263389DEE1C8A3AB6A479B0A0FF224599',
1089
+ exponent: 0,
1090
+ aliases: ['factory/osmo1g8qypve6l95xmhgc0fddaecerffymsl7kn9muw/sqatom']
1091
+ }, {
1092
+ denom: 'sqatom',
1093
+ exponent: 6
1094
+ }],
1095
+ base: 'ibc/C4D1E3EBE5C4666C39889BF59F7496D263389DEE1C8A3AB6A479B0A0FF224599',
1096
+ name: 'ATOM Squared',
1097
+ display: 'sqatom',
1098
+ symbol: 'sqATOM',
1099
+ logo_URIs: {
1100
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sqatom.svg'
1101
+ },
1102
+ images: [{
1103
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sqatom.svg'
1104
+ }],
1105
+ traces: [{
1106
+ type: 'ibc',
1107
+ counterparty: {
1108
+ channel_id: 'channel-5',
1109
+ base_denom: 'factory/osmo1g8qypve6l95xmhgc0fddaecerffymsl7kn9muw/sqatom',
1110
+ chain_name: 'osmosis'
1111
+ },
1112
+ chain: {
1113
+ channel_id: 'channel-10'
1114
+ }
1115
+ }]
1116
+ }, {
1117
+ description: 'CRO is the native token of the Crypto.org Chain, referred to as Native CRO.',
1118
+ denom_units: [{
1119
+ denom: 'ibc/513E7657FCAC6C1F4D6FB13796121A6C3AE8EF2CE790771D468372FD866CADD1',
1120
+ exponent: 0,
1121
+ aliases: ['ibc/E6931F78057F7CC5DA0FD6CEF82FF39373A6E0452BF1FD76910B93292CF356C1']
1122
+ }, {
1123
+ denom: 'cro',
1124
+ exponent: 8
1125
+ }],
1126
+ type_asset: 'ics20',
1127
+ base: 'ibc/513E7657FCAC6C1F4D6FB13796121A6C3AE8EF2CE790771D468372FD866CADD1',
1128
+ name: 'Cronos',
1129
+ display: 'cro',
1130
+ symbol: 'CRO',
1131
+ traces: [{
1132
+ type: 'ibc',
1133
+ counterparty: {
1134
+ channel_id: 'channel-5',
1135
+ base_denom: 'ibc/E6931F78057F7CC5DA0FD6CEF82FF39373A6E0452BF1FD76910B93292CF356C1',
1136
+ chain_name: 'osmosis'
1137
+ },
1138
+ chain: {
1139
+ channel_id: 'channel-10'
1140
+ }
1141
+ }],
1142
+ images: [{
1143
+ image_sync: {
1144
+ chain_name: 'cryptoorgchain',
1145
+ base_denom: 'basecro'
1146
+ },
1147
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro.svg'
1148
+ }],
1149
+ logo_URIs: {
1150
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro.svg'
1151
+ }
1152
+ }, {
1153
+ description: 'The native token of Stargaze',
1154
+ denom_units: [{
1155
+ denom: 'ibc/0290968638C6ADE300B5C64D59859572D0A7D265895010BBC15C17DA85555B18',
1156
+ exponent: 0,
1157
+ aliases: ['ibc/987C17B11ABC2B20019178ACE62929FE9840202CE79498E29FE8E5CB02B7C0A4']
1158
+ }, {
1159
+ denom: 'stars',
1160
+ exponent: 6
1161
+ }],
1162
+ type_asset: 'ics20',
1163
+ base: 'ibc/0290968638C6ADE300B5C64D59859572D0A7D265895010BBC15C17DA85555B18',
1164
+ name: 'Stargaze',
1165
+ display: 'stars',
1166
+ symbol: 'STARS',
1167
+ traces: [{
1168
+ type: 'ibc',
1169
+ counterparty: {
1170
+ channel_id: 'channel-5',
1171
+ base_denom: 'ibc/987C17B11ABC2B20019178ACE62929FE9840202CE79498E29FE8E5CB02B7C0A4',
1172
+ chain_name: 'osmosis'
1173
+ },
1174
+ chain: {
1175
+ channel_id: 'channel-10'
1176
+ }
1177
+ }],
1178
+ images: [{
1179
+ image_sync: {
1180
+ chain_name: 'stargaze',
1181
+ base_denom: 'ustars'
1182
+ },
1183
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
1184
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg'
1185
+ }],
1186
+ logo_URIs: {
1187
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
1188
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg'
1189
+ }
1190
+ }, {
1191
+ description: 'Maximize ETH yield through leveraged staking across Aave, Compound and Morpho and liquidity provision of ETH liquid staking tokens on Uniswap V3.',
1192
+ denom_units: [{
1193
+ denom: 'ibc/65B978B4A33EE08E6A3141DC361B69B767D0564757380323D020072B653BBC13',
1194
+ exponent: 0,
1195
+ aliases: ['ibc/FBB3FEF80ED2344D821D4F95C31DBFD33E4E31D5324CAD94EF756E67B749F668']
1196
+ }, {
1197
+ denom: 'YieldETH',
1198
+ exponent: 18
1199
+ }],
1200
+ type_asset: 'ics20',
1201
+ base: 'ibc/65B978B4A33EE08E6A3141DC361B69B767D0564757380323D020072B653BBC13',
1202
+ name: 'Real Yield Eth',
1203
+ display: 'YieldETH',
1204
+ symbol: 'YieldETH',
1205
+ traces: [{
1206
+ type: 'ibc',
1207
+ counterparty: {
1208
+ channel_id: 'channel-5',
1209
+ base_denom: 'ibc/FBB3FEF80ED2344D821D4F95C31DBFD33E4E31D5324CAD94EF756E67B749F668',
1210
+ chain_name: 'osmosis'
1211
+ },
1212
+ chain: {
1213
+ channel_id: 'channel-10'
1214
+ }
1215
+ }],
1216
+ images: [{
1217
+ image_sync: {
1218
+ chain_name: 'ethereum',
1219
+ base_denom: 'wei'
1220
+ },
1221
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
1222
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg'
1223
+ }],
1224
+ logo_URIs: {
1225
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
1226
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg'
1227
+ }
1228
+ }, {
1229
+ description: 'The native staking token of dYdX Protocol.',
1230
+ denom_units: [{
1231
+ denom: 'ibc/D79FFEEE90104F020647B7EB05CF80EA1091E858A4B0645F5C24A5395C18954C',
1232
+ exponent: 0,
1233
+ aliases: ['ibc/831F0B1BBB1D08A2B75311892876D71565478C532967545476DF4C2D7492E48C']
1234
+ }, {
1235
+ denom: 'dydx',
1236
+ exponent: 18
1237
+ }],
1238
+ type_asset: 'ics20',
1239
+ base: 'ibc/D79FFEEE90104F020647B7EB05CF80EA1091E858A4B0645F5C24A5395C18954C',
1240
+ name: 'dYdX',
1241
+ display: 'dydx',
1242
+ symbol: 'DYDX',
1243
+ traces: [{
1244
+ type: 'ibc',
1245
+ counterparty: {
1246
+ channel_id: 'channel-5',
1247
+ base_denom: 'ibc/831F0B1BBB1D08A2B75311892876D71565478C532967545476DF4C2D7492E48C',
1248
+ chain_name: 'osmosis'
1249
+ },
1250
+ chain: {
1251
+ channel_id: 'channel-10'
1252
+ }
1253
+ }],
1254
+ images: [{
1255
+ image_sync: {
1256
+ chain_name: 'dydx',
1257
+ base_denom: 'adydx'
1258
+ },
1259
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png',
1260
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg'
1261
+ }],
1262
+ logo_URIs: {
1263
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png',
1264
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg'
1265
+ }
1266
+ }, {
1267
+ description: 'The native token of Quasar',
1268
+ denom_units: [{
1269
+ denom: 'ibc/2DE1A34978008F17097C2AFF709CD09DA4979C263C0E21D97876000972924C6E',
1270
+ exponent: 0,
1271
+ aliases: ['ibc/1B708808D372E959CD4839C594960309283424C775F4A038AAEBE7F83A988477']
1272
+ }, {
1273
+ denom: 'qsr',
1274
+ exponent: 6
1275
+ }],
1276
+ type_asset: 'ics20',
1277
+ base: 'ibc/2DE1A34978008F17097C2AFF709CD09DA4979C263C0E21D97876000972924C6E',
1278
+ name: 'Quasar',
1279
+ display: 'qsr',
1280
+ symbol: 'QSR',
1281
+ traces: [{
1282
+ type: 'ibc',
1283
+ counterparty: {
1284
+ channel_id: 'channel-5',
1285
+ base_denom: 'ibc/1B708808D372E959CD4839C594960309283424C775F4A038AAEBE7F83A988477',
1286
+ chain_name: 'osmosis'
1287
+ },
1288
+ chain: {
1289
+ channel_id: 'channel-10'
1290
+ }
1291
+ }],
1292
+ images: [{
1293
+ image_sync: {
1294
+ chain_name: 'quasar',
1295
+ base_denom: 'uqsr'
1296
+ },
1297
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quasar/images/quasar.png'
1298
+ }],
1299
+ logo_URIs: {
1300
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quasar/images/quasar.png'
1301
+ }
1302
+ }, {
1303
+ description: 'Levana native token',
1304
+ denom_units: [{
1305
+ denom: 'ibc/F073D44CC51154C8342C47C09D7EE1BD13ED54AFFDD4F350CF4BE7A67A31941B',
1306
+ exponent: 0,
1307
+ aliases: ['factory/osmo1mlng7pz4pnyxtpq0akfwall37czyk9lukaucsrn30ameplhhshtqdvfm5c/ulvn']
1308
+ }, {
1309
+ denom: 'lvn',
1310
+ exponent: 6
1311
+ }],
1312
+ base: 'ibc/F073D44CC51154C8342C47C09D7EE1BD13ED54AFFDD4F350CF4BE7A67A31941B',
1313
+ name: 'Levana',
1314
+ display: 'lvn',
1315
+ symbol: 'LVN',
1316
+ logo_URIs: {
1317
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/levana.png',
1318
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/levana.svg'
1319
+ },
1320
+ coingecko_id: 'levana-protocol',
1321
+ images: [{
1322
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/levana.png',
1323
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/levana.svg'
1324
+ }, {
1325
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/levana.png'
1326
+ }],
1327
+ traces: [{
1328
+ type: 'ibc',
1329
+ counterparty: {
1330
+ channel_id: 'channel-5',
1331
+ base_denom: 'factory/osmo1mlng7pz4pnyxtpq0akfwall37czyk9lukaucsrn30ameplhhshtqdvfm5c/ulvn',
1332
+ chain_name: 'osmosis'
1333
+ },
1334
+ chain: {
1335
+ channel_id: 'channel-10'
1336
+ }
1337
+ }]
1338
+ }, {
1339
+ description: "MilkyWay's liquid staked TIA",
1340
+ denom_units: [{
1341
+ denom: 'ibc/CB59A3CF572D31B5B531C305A0386A262FEFF2ADCC44551654E1344C3C236507',
1342
+ exponent: 0,
1343
+ aliases: ['factory/osmo1f5vfcph2dvfeqcqkhetwv75fda69z7e5c2dldm3kvgj23crkv6wqcn47a0/umilkTIA']
1344
+ }, {
1345
+ denom: 'milkTIA',
1346
+ exponent: 6
1347
+ }],
1348
+ base: 'ibc/CB59A3CF572D31B5B531C305A0386A262FEFF2ADCC44551654E1344C3C236507',
1349
+ name: 'milkTIA',
1350
+ display: 'milkTIA',
1351
+ symbol: 'milkTIA',
1352
+ traces: [{
1353
+ type: 'ibc',
1354
+ counterparty: {
1355
+ channel_id: 'channel-5',
1356
+ base_denom: 'factory/osmo1f5vfcph2dvfeqcqkhetwv75fda69z7e5c2dldm3kvgj23crkv6wqcn47a0/umilkTIA',
1357
+ chain_name: 'osmosis'
1358
+ },
1359
+ chain: {
1360
+ channel_id: 'channel-10'
1361
+ }
1362
+ }],
1363
+ logo_URIs: {
1364
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/milktia.png',
1365
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/milktia.svg'
1366
+ },
1367
+ coingecko_id: 'milkyway-staked-tia',
1368
+ images: [{
1369
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/milktia.png',
1370
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/milktia.svg'
1371
+ }]
1372
+ }, {
1373
+ denom_units: [{
1374
+ denom: 'ibc/1B66712406727C90EAA60BD0FB16245B5FB57FF8212459E7492DF7B0637EC773',
1375
+ exponent: 0,
1376
+ aliases: ['ibc/ECBE78BF7677320A93E7BA1761D144BCBF0CBC247C290C049655E106FE5DC68E']
1377
+ }, {
1378
+ denom: 'stkosmo',
1379
+ exponent: 6,
1380
+ aliases: ['stk/osmo']
1381
+ }],
1382
+ type_asset: 'ics20',
1383
+ base: 'ibc/1B66712406727C90EAA60BD0FB16245B5FB57FF8212459E7492DF7B0637EC773',
1384
+ name: 'PSTAKE staked OSMO',
1385
+ display: 'stkosmo',
1386
+ symbol: 'stkOSMO',
1387
+ traces: [{
1388
+ type: 'ibc',
1389
+ counterparty: {
1390
+ channel_id: 'channel-5',
1391
+ base_denom: 'ibc/ECBE78BF7677320A93E7BA1761D144BCBF0CBC247C290C049655E106FE5DC68E',
1392
+ chain_name: 'osmosis'
1393
+ },
1394
+ chain: {
1395
+ channel_id: 'channel-10'
1396
+ }
1397
+ }],
1398
+ images: [{
1399
+ image_sync: {
1400
+ chain_name: 'persistence',
1401
+ base_denom: 'stk/uosmo'
1402
+ },
1403
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkosmo.png',
1404
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkosmo.svg'
1405
+ }],
1406
+ logo_URIs: {
1407
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkosmo.png',
1408
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkosmo.svg'
1409
+ }
1410
+ }, {
1411
+ description: 'The PAGE token is used for actions in the PageDAO NFT literary ecosystem and for DAO governance.',
1412
+ denom_units: [{
1413
+ denom: 'ibc/E52D572568AEC2B7BEBBCB46F26D91D30ED0EFE8F32EC89F2C1C90FC47C5BC36',
1414
+ exponent: 0,
1415
+ aliases: ['ibc/23A62409E4AD8133116C249B1FA38EED30E500A115D7B153109462CD82C1CD99']
1416
+ }, {
1417
+ denom: 'page',
1418
+ exponent: 8
1419
+ }],
1420
+ type_asset: 'ics20',
1421
+ base: 'ibc/E52D572568AEC2B7BEBBCB46F26D91D30ED0EFE8F32EC89F2C1C90FC47C5BC36',
1422
+ name: 'PageDAO',
1423
+ display: 'page',
1424
+ symbol: 'PAGE.grv',
1425
+ traces: [{
1426
+ type: 'ibc',
1427
+ counterparty: {
1428
+ channel_id: 'channel-5',
1429
+ base_denom: 'ibc/23A62409E4AD8133116C249B1FA38EED30E500A115D7B153109462CD82C1CD99',
1430
+ chain_name: 'osmosis'
1431
+ },
1432
+ chain: {
1433
+ channel_id: 'channel-10'
1434
+ }
1435
+ }],
1436
+ images: [{
1437
+ image_sync: {
1438
+ chain_name: 'gravitybridge',
1439
+ base_denom: 'gravity0x60e683C6514Edd5F758A55b6f393BeBBAfaA8d5e'
1440
+ },
1441
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/page.png',
1442
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/page.svg'
1443
+ }],
1444
+ logo_URIs: {
1445
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/page.png',
1446
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/page.svg'
1447
+ }
1448
+ }, {
1449
+ description: "Nomic's native token.",
1450
+ denom_units: [{
1451
+ denom: 'ibc/586045674A90C520BD80A445752578F175476513AACE398AA543681BA96712DA',
1452
+ exponent: 0,
1453
+ aliases: ['ibc/F49DFB3BC8105C57EE7F17EC2402438825B31212CFDD81681EB87911E934F32C']
1454
+ }, {
1455
+ denom: 'nom',
1456
+ exponent: 6
1457
+ }],
1458
+ type_asset: 'ics20',
1459
+ base: 'ibc/586045674A90C520BD80A445752578F175476513AACE398AA543681BA96712DA',
1460
+ name: 'Nomic',
1461
+ display: 'nomic',
1462
+ symbol: 'NOM',
1463
+ traces: [{
1464
+ type: 'ibc',
1465
+ counterparty: {
1466
+ channel_id: 'channel-5',
1467
+ base_denom: 'ibc/F49DFB3BC8105C57EE7F17EC2402438825B31212CFDD81681EB87911E934F32C',
1468
+ chain_name: 'osmosis'
1469
+ },
1470
+ chain: {
1471
+ channel_id: 'channel-10'
1472
+ }
1473
+ }],
1474
+ images: [{
1475
+ image_sync: {
1476
+ chain_name: 'nomic',
1477
+ base_denom: 'unom'
1478
+ },
1479
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nom.png',
1480
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nom.svg'
1481
+ }],
1482
+ logo_URIs: {
1483
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nom.png',
1484
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nom.svg'
1485
+ }
1486
+ }, {
1487
+ description: 'Bitcoin. On Cosmos.',
1488
+ denom_units: [{
1489
+ denom: 'ibc/C4C78AA90BAF16330E5E047BC24B64113BDA85183BA1029516CAEF7FBBF5D0A9',
1490
+ exponent: 0,
1491
+ aliases: ['ibc/75345531D87BD90BF108BE7240BD721CB2CB0A1F16D4EBA71B09EC3C43E15C8F']
1492
+ }, {
1493
+ denom: 'nbtc',
1494
+ exponent: 14
1495
+ }],
1496
+ type_asset: 'ics20',
1497
+ base: 'ibc/C4C78AA90BAF16330E5E047BC24B64113BDA85183BA1029516CAEF7FBBF5D0A9',
1498
+ name: 'Nomic Bitcoin',
1499
+ display: 'nbtc',
1500
+ symbol: 'nBTC',
1501
+ traces: [{
1502
+ type: 'ibc',
1503
+ counterparty: {
1504
+ channel_id: 'channel-5',
1505
+ base_denom: 'ibc/75345531D87BD90BF108BE7240BD721CB2CB0A1F16D4EBA71B09EC3C43E15C8F',
1506
+ chain_name: 'osmosis'
1507
+ },
1508
+ chain: {
1509
+ channel_id: 'channel-10'
1510
+ }
1511
+ }],
1512
+ images: [{
1513
+ image_sync: {
1514
+ chain_name: 'nomic',
1515
+ base_denom: 'usat'
1516
+ },
1517
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nbtc.png',
1518
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nbtc.svg'
1519
+ }],
1520
+ logo_URIs: {
1521
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nbtc.png',
1522
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nbtc.svg'
1523
+ }
1524
+ }, {
1525
+ description: 'AUTISM on Osmosis',
1526
+ denom_units: [{
1527
+ denom: 'ibc/77C94790FA4F197488E77ACF61C6F02CFB2E69E5F6F89C9A82AA2EB7C9EF5262',
1528
+ exponent: 0,
1529
+ aliases: ['ibc/9DDF52A334F92BC57A9E0D59DFF9984EAC61D2A14E5162605DF601AA58FDFC6D']
1530
+ }, {
1531
+ denom: 'autism',
1532
+ exponent: 6
1533
+ }],
1534
+ type_asset: 'ics20',
1535
+ base: 'ibc/77C94790FA4F197488E77ACF61C6F02CFB2E69E5F6F89C9A82AA2EB7C9EF5262',
1536
+ name: 'Injective AUTISM',
1537
+ display: 'autism',
1538
+ symbol: 'AUTISM',
1539
+ traces: [{
1540
+ type: 'ibc',
1541
+ counterparty: {
1542
+ channel_id: 'channel-5',
1543
+ base_denom: 'ibc/9DDF52A334F92BC57A9E0D59DFF9984EAC61D2A14E5162605DF601AA58FDFC6D',
1544
+ chain_name: 'osmosis'
1545
+ },
1546
+ chain: {
1547
+ channel_id: 'channel-10'
1548
+ }
1549
+ }],
1550
+ images: [{
1551
+ image_sync: {
1552
+ chain_name: 'injective',
1553
+ base_denom: 'factory/inj14lf8xm6fcvlggpa7guxzjqwjmtr24gnvf56hvz/autism'
1554
+ },
1555
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/autism.png'
1556
+ }],
1557
+ logo_URIs: {
1558
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/autism.png'
1559
+ }
1560
+ }, {
1561
+ description: 'Woof on Osmosis',
1562
+ denom_units: [{
1563
+ denom: 'ibc/1F5893292595024F8315C799A1ECF27C7BA4DAF89178510016D069173719273F',
1564
+ exponent: 0,
1565
+ aliases: ['ibc/9B8EC667B6DF55387DC0F3ACC4F187DA6921B0806ED35DE6B04DE96F5AB81F53']
1566
+ }, {
1567
+ denom: 'WOOF',
1568
+ exponent: 6
1569
+ }],
1570
+ type_asset: 'ics20',
1571
+ base: 'ibc/1F5893292595024F8315C799A1ECF27C7BA4DAF89178510016D069173719273F',
1572
+ name: 'WOOF chihuahua',
1573
+ display: 'WOOF',
1574
+ symbol: 'WOOF',
1575
+ traces: [{
1576
+ type: 'ibc',
1577
+ counterparty: {
1578
+ channel_id: 'channel-5',
1579
+ base_denom: 'ibc/9B8EC667B6DF55387DC0F3ACC4F187DA6921B0806ED35DE6B04DE96F5AB81F53',
1580
+ chain_name: 'osmosis'
1581
+ },
1582
+ chain: {
1583
+ channel_id: 'channel-10'
1584
+ }
1585
+ }],
1586
+ logo_URIs: {
1587
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/woof.png'
1588
+ },
1589
+ images: [{
1590
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/woof.png'
1591
+ }]
1592
+ }, {
1593
+ description: 'The native coin of Sneaky Productions.',
1594
+ denom_units: [{
1595
+ denom: 'ibc/06F41A13CC0F165460F37622204BC5ABFAE1712C058230EB35071FB6DC2AC0AE',
1596
+ exponent: 0,
1597
+ aliases: ['ibc/94ED1F172BC633DFC56D7E26551D8B101ADCCC69052AC44FED89F97FF658138F']
1598
+ }, {
1599
+ denom: 'sneaky',
1600
+ exponent: 6
1601
+ }],
1602
+ type_asset: 'ics20',
1603
+ base: 'ibc/06F41A13CC0F165460F37622204BC5ABFAE1712C058230EB35071FB6DC2AC0AE',
1604
+ name: 'Sneaky Productions',
1605
+ display: 'sneaky',
1606
+ symbol: 'SNEAKY',
1607
+ traces: [{
1608
+ type: 'ibc',
1609
+ counterparty: {
1610
+ channel_id: 'channel-5',
1611
+ base_denom: 'ibc/94ED1F172BC633DFC56D7E26551D8B101ADCCC69052AC44FED89F97FF658138F',
1612
+ chain_name: 'osmosis'
1613
+ },
1614
+ chain: {
1615
+ channel_id: 'channel-10'
1616
+ }
1617
+ }],
1618
+ logo_URIs: {
1619
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/sneaky.png'
1620
+ },
1621
+ images: [{
1622
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/sneaky.png'
1623
+ }]
1624
+ }, {
1625
+ denom_units: [{
1626
+ denom: 'ibc/78F7404035221CD1010518C7BC3DD99B90E59C2BA37ABFC3CE56B0CFB7E8901B',
1627
+ exponent: 0,
1628
+ aliases: ['factory/osmo1z0qrq605sjgcqpylfl4aa6s90x738j7m58wyatt0tdzflg2ha26q67k743/wbtc']
1629
+ }, {
1630
+ denom: 'wbtc',
1631
+ exponent: 8
1632
+ }],
1633
+ address: 'osmo1z0qrq605sjgcqpylfl4aa6s90x738j7m58wyatt0tdzflg2ha26q67k743',
1634
+ type_asset: 'sdk.coin',
1635
+ base: 'ibc/78F7404035221CD1010518C7BC3DD99B90E59C2BA37ABFC3CE56B0CFB7E8901B',
1636
+ name: 'Wrapped Bitcoin',
1637
+ display: 'wbtc',
1638
+ symbol: 'WBTC',
1639
+ traces: [{
1640
+ type: 'ibc',
1641
+ counterparty: {
1642
+ channel_id: 'channel-5',
1643
+ base_denom: 'factory/osmo1z0qrq605sjgcqpylfl4aa6s90x738j7m58wyatt0tdzflg2ha26q67k743/wbtc',
1644
+ chain_name: 'osmosis'
1645
+ },
1646
+ chain: {
1647
+ channel_id: 'channel-10'
1648
+ }
1649
+ }],
1650
+ images: [{
1651
+ image_sync: {
1652
+ chain_name: 'ethereum',
1653
+ base_denom: '0x2260fac5e5542a773aa44fbcfedf7c193bc2c599'
1654
+ },
1655
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.png',
1656
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.svg'
1657
+ }],
1658
+ logo_URIs: {
1659
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.png',
1660
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.svg'
1661
+ }
1662
+ }, {
1663
+ 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.",
1664
+ denom_units: [{
1665
+ denom: 'ibc/7DA39F5140741177846FCF3CFAB14450EE7F57B7794E5A94BEF73825D3741958',
1666
+ exponent: 0,
1667
+ aliases: ['factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO']
1668
+ }, {
1669
+ denom: 'WOSMO',
1670
+ exponent: 6
1671
+ }],
1672
+ address: 'osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3',
1673
+ base: 'ibc/7DA39F5140741177846FCF3CFAB14450EE7F57B7794E5A94BEF73825D3741958',
1674
+ name: 'WOSMO',
1675
+ display: 'WOSMO',
1676
+ symbol: 'WOSMO',
1677
+ logo_URIs: {
1678
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/WOSMO.png'
1679
+ },
1680
+ images: [{
1681
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/WOSMO.png'
1682
+ }],
1683
+ traces: [{
1684
+ type: 'ibc',
1685
+ counterparty: {
1686
+ channel_id: 'channel-5',
1687
+ base_denom: 'factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO',
1688
+ chain_name: 'osmosis'
1689
+ },
1690
+ chain: {
1691
+ channel_id: 'channel-10'
1692
+ }
1693
+ }]
1694
+ }, {
1695
+ description: 'NLS on Osmosis',
1696
+ denom_units: [{
1697
+ denom: 'ibc/2B4D1AAE8F828BB1E4F9C082A6D1B303DEEA615D1214226DC60B3686391635E8',
1698
+ exponent: 0,
1699
+ aliases: ['ibc/D9AFCECDD361D38302AA66EB3BAC23B95234832C51D12489DC451FA2B7C72782']
1700
+ }, {
1701
+ denom: 'nls',
1702
+ exponent: 6
1703
+ }],
1704
+ type_asset: 'ics20',
1705
+ base: 'ibc/2B4D1AAE8F828BB1E4F9C082A6D1B303DEEA615D1214226DC60B3686391635E8',
1706
+ name: 'Nolus',
1707
+ display: 'nls',
1708
+ symbol: 'NLS',
1709
+ traces: [{
1710
+ type: 'ibc',
1711
+ counterparty: {
1712
+ channel_id: 'channel-5',
1713
+ base_denom: 'ibc/D9AFCECDD361D38302AA66EB3BAC23B95234832C51D12489DC451FA2B7C72782',
1714
+ chain_name: 'osmosis'
1715
+ },
1716
+ chain: {
1717
+ channel_id: 'channel-10'
1718
+ }
1719
+ }],
1720
+ images: [{
1721
+ image_sync: {
1722
+ chain_name: 'nolus',
1723
+ base_denom: 'unls'
1724
+ },
1725
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.png',
1726
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.svg'
1727
+ }],
1728
+ logo_URIs: {
1729
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.png',
1730
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.svg'
1731
+ }
1732
+ }, {
1733
+ description: 'STRD on Osmosis',
1734
+ denom_units: [{
1735
+ denom: 'ibc/9806B7C9C8812E069AC4FA60F318AABE5AEBF8D8168A688FBBF4D1452B6BE13E',
1736
+ exponent: 0,
1737
+ aliases: ['ibc/A8CA5EE328FA10C9519DF6057DA1F69682D28F7D0F5CCC7ECB72E3DCA2D157A4']
1738
+ }, {
1739
+ denom: 'strd',
1740
+ exponent: 6
1741
+ }],
1742
+ type_asset: 'ics20',
1743
+ base: 'ibc/9806B7C9C8812E069AC4FA60F318AABE5AEBF8D8168A688FBBF4D1452B6BE13E',
1744
+ name: 'Stride',
1745
+ display: 'strd',
1746
+ symbol: 'STRD',
1747
+ traces: [{
1748
+ type: 'ibc',
1749
+ counterparty: {
1750
+ channel_id: 'channel-5',
1751
+ base_denom: 'ibc/A8CA5EE328FA10C9519DF6057DA1F69682D28F7D0F5CCC7ECB72E3DCA2D157A4',
1752
+ chain_name: 'osmosis'
1753
+ },
1754
+ chain: {
1755
+ channel_id: 'channel-10'
1756
+ }
1757
+ }],
1758
+ images: [{
1759
+ image_sync: {
1760
+ chain_name: 'stride',
1761
+ base_denom: 'ustrd'
1762
+ },
1763
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.png',
1764
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg'
1765
+ }],
1766
+ logo_URIs: {
1767
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.png',
1768
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg'
1769
+ }
1770
+ }, {
1771
+ description: 'Margined Power Token sqTIA',
1772
+ denom_units: [{
1773
+ denom: 'ibc/6A1E478F1A7FF2EE7174B9221B4B7627F9639F13F9FAF3196EE3DE662ADEC6A5',
1774
+ exponent: 0,
1775
+ aliases: ['factory/osmo1g8qypve6l95xmhgc0fddaecerffymsl7kn9muw/sqtia']
1776
+ }, {
1777
+ denom: 'sqtia',
1778
+ exponent: 6
1779
+ }],
1780
+ base: 'ibc/6A1E478F1A7FF2EE7174B9221B4B7627F9639F13F9FAF3196EE3DE662ADEC6A5',
1781
+ name: 'TIA Squared',
1782
+ display: 'sqtia',
1783
+ symbol: 'sqTIA',
1784
+ logo_URIs: {
1785
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sqtia.svg'
1786
+ },
1787
+ images: [{
1788
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sqtia.svg'
1789
+ }],
1790
+ traces: [{
1791
+ type: 'ibc',
1792
+ counterparty: {
1793
+ channel_id: 'channel-5',
1794
+ base_denom: 'factory/osmo1g8qypve6l95xmhgc0fddaecerffymsl7kn9muw/sqtia',
1795
+ chain_name: 'osmosis'
1796
+ },
1797
+ chain: {
1798
+ channel_id: 'channel-10'
1799
+ }
1800
+ }]
1801
+ }, {
1802
+ description: 'Sail DAO Token',
1803
+ denom_units: [{
1804
+ denom: 'ibc/F929784831C638FB04B0990E9A2B738FFD3C6DFA598A36C62AE486DFD9DF909C',
1805
+ exponent: 0,
1806
+ aliases: ['factory/osmo1rckme96ptawr4zwexxj5g5gej9s2dmud8r2t9j0k0prn5mch5g4snzzwjv/sail']
1807
+ }, {
1808
+ denom: 'sail',
1809
+ exponent: 6
1810
+ }],
1811
+ base: 'ibc/F929784831C638FB04B0990E9A2B738FFD3C6DFA598A36C62AE486DFD9DF909C',
1812
+ name: 'Sail',
1813
+ display: 'sail',
1814
+ symbol: 'SAIL',
1815
+ logo_URIs: {
1816
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sail.png'
1817
+ },
1818
+ images: [{
1819
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sail.png'
1820
+ }],
1821
+ traces: [{
1822
+ type: 'ibc',
1823
+ counterparty: {
1824
+ channel_id: 'channel-5',
1825
+ base_denom: 'factory/osmo1rckme96ptawr4zwexxj5g5gej9s2dmud8r2t9j0k0prn5mch5g4snzzwjv/sail',
1826
+ chain_name: 'osmosis'
1827
+ },
1828
+ chain: {
1829
+ channel_id: 'channel-10'
1830
+ }
1831
+ }]
1832
+ }, {
1833
+ description: 'The XPRT token is primarily a governance token for the Persistence chain.',
1834
+ denom_units: [{
1835
+ denom: 'ibc/B3CC9901DF8BA5F6154EDA69B3016EE16A795B6C422216AE08307FBBEAC22575',
1836
+ exponent: 0,
1837
+ aliases: ['uxprt']
1838
+ }, {
1839
+ denom: 'xprt',
1840
+ exponent: 6
1841
+ }],
1842
+ base: 'ibc/B3CC9901DF8BA5F6154EDA69B3016EE16A795B6C422216AE08307FBBEAC22575',
1843
+ name: 'Persistence',
1844
+ display: 'xprt',
1845
+ symbol: 'XPRT',
1846
+ logo_URIs: {
1847
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
1848
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg'
1849
+ },
1850
+ coingecko_id: 'persistence',
1851
+ images: [{
1852
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
1853
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg'
1854
+ }],
1855
+ traces: [{
1856
+ type: 'ibc',
1857
+ counterparty: {
1858
+ channel_id: 'channel-11',
1859
+ base_denom: 'uxprt',
1860
+ chain_name: 'persistence'
1861
+ },
1862
+ chain: {
1863
+ channel_id: 'channel-17'
1864
+ }
1865
+ }]
1866
+ }, {
1867
+ description: 'PSTAKE Liquid-Staked ATOM',
1868
+ denom_units: [{
1869
+ denom: 'ibc/F596D425ED062FF586E9F74EA67E663BEB602EAD18F3388FB6DF57E127552BFD',
1870
+ exponent: 0,
1871
+ aliases: ['stk/uatom']
1872
+ }, {
1873
+ denom: 'stkatom',
1874
+ exponent: 6,
1875
+ aliases: ['stk/atom']
1876
+ }],
1877
+ base: 'ibc/F596D425ED062FF586E9F74EA67E663BEB602EAD18F3388FB6DF57E127552BFD',
1878
+ name: 'PSTAKE staked ATOM',
1879
+ display: 'stkatom',
1880
+ symbol: 'stkATOM',
1881
+ logo_URIs: {
1882
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.png',
1883
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.svg'
1884
+ },
1885
+ coingecko_id: 'stkatom',
1886
+ images: [{
1887
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.png',
1888
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.svg'
1889
+ }],
1890
+ traces: [{
1891
+ type: 'ibc',
1892
+ counterparty: {
1893
+ channel_id: 'channel-11',
1894
+ base_denom: 'stk/uatom',
1895
+ chain_name: 'persistence'
1896
+ },
1897
+ chain: {
1898
+ channel_id: 'channel-17'
1899
+ }
1900
+ }]
1901
+ }, {
1902
+ description: 'pSTAKE is a liquid staking protocol unlocking the liquidity of staked assets.',
1903
+ denom_units: [{
1904
+ denom: 'ibc/008701C2C16FAC15372A91612C5D4F032E22C48455978BC6A51B8C8267E67A8C',
1905
+ exponent: 0,
1906
+ aliases: ['ibc/A6E3AF63B3C906416A9AF7A556C59EA4BD50E617EFFE6299B99700CCB780E444']
1907
+ }, {
1908
+ denom: 'pstake',
1909
+ exponent: 18
1910
+ }],
1911
+ type_asset: 'ics20',
1912
+ base: 'ibc/008701C2C16FAC15372A91612C5D4F032E22C48455978BC6A51B8C8267E67A8C',
1913
+ name: 'pSTAKE Finance',
1914
+ display: 'pstake',
1915
+ symbol: 'PSTAKE',
1916
+ traces: [{
1917
+ type: 'ibc',
1918
+ counterparty: {
1919
+ channel_id: 'channel-11',
1920
+ base_denom: 'ibc/A6E3AF63B3C906416A9AF7A556C59EA4BD50E617EFFE6299B99700CCB780E444',
1921
+ chain_name: 'persistence'
1922
+ },
1923
+ chain: {
1924
+ channel_id: 'channel-17'
1925
+ }
1926
+ }],
1927
+ logo_URIs: {
1928
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/pstake.png',
1929
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/pstake.svg'
1930
+ },
1931
+ keywords: ['canon'],
1932
+ images: [{
1933
+ image_sync: {
1934
+ chain_name: 'ethereum',
1935
+ base_denom: '0xfB5c6815cA3AC72Ce9F5006869AE67f18bF77006'
1936
+ },
1937
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/pstake.png',
1938
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/pstake.svg'
1939
+ }]
1940
+ }, {
1941
+ denom_units: [{
1942
+ denom: 'ibc/9564C6789B55A84621F5A35D9782610D8D0ADF3057026F97641066662BD7EEC3',
1943
+ exponent: 0,
1944
+ aliases: ['ibc/C8A74ABBE2AF892E15680D916A7C22130585CE5704F9B17A10F184A90D53BECA']
1945
+ }, {
1946
+ denom: 'atom',
1947
+ exponent: 6
1948
+ }],
1949
+ type_asset: 'ics20',
1950
+ base: 'ibc/9564C6789B55A84621F5A35D9782610D8D0ADF3057026F97641066662BD7EEC3',
1951
+ name: 'Cosmos Hub Atom',
1952
+ display: 'atom',
1953
+ symbol: 'ATOM',
1954
+ traces: [{
1955
+ type: 'ibc',
1956
+ counterparty: {
1957
+ channel_id: 'channel-11',
1958
+ base_denom: 'ibc/C8A74ABBE2AF892E15680D916A7C22130585CE5704F9B17A10F184A90D53BECA',
1959
+ chain_name: 'persistence'
1960
+ },
1961
+ chain: {
1962
+ channel_id: 'channel-17'
1963
+ }
1964
+ }],
1965
+ images: [{
1966
+ image_sync: {
1967
+ chain_name: 'cosmoshub',
1968
+ base_denom: 'uatom'
1969
+ },
1970
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
1971
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
1972
+ }],
1973
+ logo_URIs: {
1974
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
1975
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
1976
+ }
1977
+ }, {
1978
+ description: 'Tether USDT on Persistence',
1979
+ denom_units: [{
1980
+ denom: 'ibc/53EF16C861C8ED6FE9A97118D7AB21BB5C0B86CB8D63B48E492E26C81C7229D9',
1981
+ exponent: 0,
1982
+ aliases: ['ibc/C559977F5797BDC1D74C0836A10C379C991D664166CB60D776A83029852431B4']
1983
+ }, {
1984
+ denom: 'usdt',
1985
+ exponent: 6
1986
+ }],
1987
+ type_asset: 'ics20',
1988
+ base: 'ibc/53EF16C861C8ED6FE9A97118D7AB21BB5C0B86CB8D63B48E492E26C81C7229D9',
1989
+ name: 'Tether USDT',
1990
+ display: 'usdt',
1991
+ symbol: 'USDT',
1992
+ traces: [{
1993
+ type: 'ibc',
1994
+ counterparty: {
1995
+ channel_id: 'channel-11',
1996
+ base_denom: 'ibc/C559977F5797BDC1D74C0836A10C379C991D664166CB60D776A83029852431B4',
1997
+ chain_name: 'persistence'
1998
+ },
1999
+ chain: {
2000
+ channel_id: 'channel-17'
2001
+ }
2002
+ }],
2003
+ images: [{
2004
+ image_sync: {
2005
+ chain_name: 'kava',
2006
+ base_denom: 'erc20/tether/usdt'
2007
+ },
2008
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
2009
+ }],
2010
+ logo_URIs: {
2011
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
2012
+ }
2013
+ }, {
2014
+ denom_units: [{
2015
+ denom: 'ibc/A2985E013D46091BE96EE343C1EE0DC07C878C580CCADE2B068AC6A6DF640CCA',
2016
+ exponent: 0,
2017
+ aliases: ['ibc/B3792E4A62DF4A934EF2DF5968556DB56F5776ED25BDE11188A4F58A7DD406F0']
2018
+ }, {
2019
+ denom: 'usdc',
2020
+ exponent: 6
2021
+ }],
2022
+ type_asset: 'ics20',
2023
+ base: 'ibc/A2985E013D46091BE96EE343C1EE0DC07C878C580CCADE2B068AC6A6DF640CCA',
2024
+ name: 'Noble USD Coin',
2025
+ display: 'usdc',
2026
+ symbol: 'USDC',
2027
+ traces: [{
2028
+ type: 'ibc',
2029
+ counterparty: {
2030
+ channel_id: 'channel-11',
2031
+ base_denom: 'ibc/B3792E4A62DF4A934EF2DF5968556DB56F5776ED25BDE11188A4F58A7DD406F0',
2032
+ chain_name: 'persistence'
2033
+ },
2034
+ chain: {
2035
+ channel_id: 'channel-17'
2036
+ }
2037
+ }],
2038
+ images: [{
2039
+ image_sync: {
2040
+ chain_name: 'noble',
2041
+ base_denom: 'uusdc'
2042
+ },
2043
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png',
2044
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg'
2045
+ }],
2046
+ logo_URIs: {
2047
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png',
2048
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg'
2049
+ }
2050
+ }, {
2051
+ description: 'dydx staking token',
2052
+ denom_units: [{
2053
+ denom: 'ibc/A724D25B89C0D569F87B4E95E4922EB35281F92E45BAE1A580932699E5B9ADF0',
2054
+ exponent: 0,
2055
+ aliases: ['ibc/23DC3FF0E4CBB53A1915E4C62507CB7796956E84C68CA49707787CB8BDE90A1E']
2056
+ }, {
2057
+ denom: 'dydx',
2058
+ exponent: 18
2059
+ }],
2060
+ type_asset: 'ics20',
2061
+ base: 'ibc/A724D25B89C0D569F87B4E95E4922EB35281F92E45BAE1A580932699E5B9ADF0',
2062
+ name: 'dYdX',
2063
+ display: 'dydx',
2064
+ symbol: 'DYDX',
2065
+ traces: [{
2066
+ type: 'ibc',
2067
+ counterparty: {
2068
+ channel_id: 'channel-11',
2069
+ base_denom: 'ibc/23DC3FF0E4CBB53A1915E4C62507CB7796956E84C68CA49707787CB8BDE90A1E',
2070
+ chain_name: 'persistence'
2071
+ },
2072
+ chain: {
2073
+ channel_id: 'channel-17'
2074
+ }
2075
+ }],
2076
+ images: [{
2077
+ image_sync: {
2078
+ chain_name: 'dydx',
2079
+ base_denom: 'adydx'
2080
+ },
2081
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png',
2082
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg'
2083
+ }],
2084
+ logo_URIs: {
2085
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png',
2086
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg'
2087
+ }
2088
+ }, {
2089
+ description: 'PSTAKE Liquid-Staked OSMO',
2090
+ denom_units: [{
2091
+ denom: 'ibc/6375D164612C32F737C0C31C834A8E2B3BDB116423EB166D13371FBCD33737E0',
2092
+ exponent: 0,
2093
+ aliases: ['stk/uosmo']
2094
+ }, {
2095
+ denom: 'stkosmo',
2096
+ exponent: 6,
2097
+ aliases: ['stk/osmo']
2098
+ }],
2099
+ base: 'ibc/6375D164612C32F737C0C31C834A8E2B3BDB116423EB166D13371FBCD33737E0',
2100
+ name: 'PSTAKE staked OSMO',
2101
+ display: 'stkosmo',
2102
+ symbol: 'stkOSMO',
2103
+ logo_URIs: {
2104
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkosmo.png',
2105
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkosmo.svg'
2106
+ },
2107
+ coingecko_id: 'pstake-staked-osmo',
2108
+ images: [{
2109
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkosmo.png',
2110
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkosmo.svg'
2111
+ }],
2112
+ traces: [{
2113
+ type: 'ibc',
2114
+ counterparty: {
2115
+ channel_id: 'channel-11',
2116
+ base_denom: 'stk/uosmo',
2117
+ chain_name: 'persistence'
2118
+ },
2119
+ chain: {
2120
+ channel_id: 'channel-17'
2121
+ }
2122
+ }]
2123
+ }, {
2124
+ description: 'REGEN coin is the token for the Regen Network Platform',
2125
+ denom_units: [{
2126
+ denom: 'ibc/3FB46732B9C1F6867ADF6F0BE4FAFFA1271BB2B7E5A4A14E2DAACBAE05BD0A0E',
2127
+ exponent: 0,
2128
+ aliases: ['uregen']
2129
+ }, {
2130
+ denom: 'regen',
2131
+ exponent: 6
2132
+ }],
2133
+ base: 'ibc/3FB46732B9C1F6867ADF6F0BE4FAFFA1271BB2B7E5A4A14E2DAACBAE05BD0A0E',
2134
+ name: 'Regen Network',
2135
+ display: 'regen',
2136
+ symbol: 'REGEN',
2137
+ logo_URIs: {
2138
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/regen.png',
2139
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/regen.svg'
2140
+ },
2141
+ coingecko_id: 'regen',
2142
+ images: [{
2143
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/regen.png',
2144
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/regen.svg'
2145
+ }],
2146
+ traces: [{
2147
+ type: 'ibc',
2148
+ counterparty: {
2149
+ channel_id: 'channel-12',
2150
+ base_denom: 'uregen',
2151
+ chain_name: 'regen'
2152
+ },
2153
+ chain: {
2154
+ channel_id: 'channel-25'
2155
+ }
2156
+ }]
2157
+ }, {
2158
+ description: 'Nature Carbon Ton (NCT) is a carbon token standard backed 1:1 by carbon credits issued by Verra, a global leader in the voluntary carbon market. NCT credits on Regen Network have been tokenized by Toucan.earth.',
2159
+ denom_units: [{
2160
+ denom: 'ibc/5BCB50433125E4CB71969AD315CE7DCBD4BF5B430F1FE74EB761E9D7D24672C2',
2161
+ exponent: 0,
2162
+ aliases: ['eco.uC.NCT']
2163
+ }, {
2164
+ denom: 'nct',
2165
+ exponent: 6
2166
+ }],
2167
+ base: 'ibc/5BCB50433125E4CB71969AD315CE7DCBD4BF5B430F1FE74EB761E9D7D24672C2',
2168
+ name: 'Nature Carbon Ton',
2169
+ display: 'nct',
2170
+ symbol: 'NCT',
2171
+ logo_URIs: {
2172
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/nct.png',
2173
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/nct.svg'
2174
+ },
2175
+ coingecko_id: 'toucan-protocol-nature-carbon-tonne',
2176
+ images: [{
2177
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/nct.png',
2178
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/nct.svg'
2179
+ }],
2180
+ traces: [{
2181
+ type: 'ibc',
2182
+ counterparty: {
2183
+ channel_id: 'channel-12',
2184
+ base_denom: 'eco.uC.NCT',
2185
+ chain_name: 'regen'
2186
+ },
2187
+ chain: {
2188
+ channel_id: 'channel-25'
2189
+ }
2190
+ }]
2191
+ }, {
2192
+ description: 'DVPN is the native token of the Sentinel Hub.',
2193
+ denom_units: [{
2194
+ denom: 'ibc/EA3EE13F2D2A4085922BE6AF07F2DC7009A80D9461A37BB4C4F76B2A5817D23A',
2195
+ exponent: 0,
2196
+ aliases: ['udvpn']
2197
+ }, {
2198
+ denom: 'dvpn',
2199
+ exponent: 6
2200
+ }],
2201
+ base: 'ibc/EA3EE13F2D2A4085922BE6AF07F2DC7009A80D9461A37BB4C4F76B2A5817D23A',
2202
+ name: 'Sentinel',
2203
+ display: 'dvpn',
2204
+ symbol: 'DVPN',
2205
+ logo_URIs: {
2206
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.png',
2207
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.svg'
2208
+ },
2209
+ coingecko_id: 'sentinel',
2210
+ images: [{
2211
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.png',
2212
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.svg'
2213
+ }],
2214
+ traces: [{
2215
+ type: 'ibc',
2216
+ counterparty: {
2217
+ channel_id: 'channel-7',
2218
+ base_denom: 'udvpn',
2219
+ chain_name: 'sentinel'
2220
+ },
2221
+ chain: {
2222
+ channel_id: 'channel-19'
2223
+ }
2224
+ }]
2225
+ }, {
2226
+ 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.",
2227
+ denom_units: [{
2228
+ denom: 'ibc/67E8B26BE190FB3F191DA72D6A390DB7DFA6E92C99CB37644DECBEBD2A075C41',
2229
+ exponent: 0,
2230
+ aliases: ['rowan']
2231
+ }, {
2232
+ denom: 'ROWAN',
2233
+ exponent: 18
2234
+ }],
2235
+ base: 'ibc/67E8B26BE190FB3F191DA72D6A390DB7DFA6E92C99CB37644DECBEBD2A075C41',
2236
+ name: 'Sifchain Rowan',
2237
+ display: 'ROWAN',
2238
+ symbol: 'ROWAN',
2239
+ logo_URIs: {
2240
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sifchain/images/rowan.png',
2241
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sifchain/images/rowan.svg'
2242
+ },
2243
+ coingecko_id: 'sifchain',
2244
+ images: [{
2245
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sifchain/images/rowan.png',
2246
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sifchain/images/rowan.svg'
2247
+ }],
2248
+ traces: [{
2249
+ type: 'ibc',
2250
+ counterparty: {
2251
+ channel_id: 'channel-9',
2252
+ base_denom: 'rowan',
2253
+ chain_name: 'sifchain'
2254
+ },
2255
+ chain: {
2256
+ channel_id: 'channel-33'
2257
+ }
2258
+ }]
2259
+ }, {
2260
+ description: 'IOV coin is the token for the Starname (IOV) Asset Name Service',
2261
+ denom_units: [{
2262
+ denom: 'ibc/CF2716DD1EA5866263E47C980D78F0810953B7DA1AFF4BACF663DC3B49B37389',
2263
+ exponent: 0,
2264
+ aliases: ['uiov']
2265
+ }, {
2266
+ denom: 'iov',
2267
+ exponent: 6
2268
+ }],
2269
+ base: 'ibc/CF2716DD1EA5866263E47C980D78F0810953B7DA1AFF4BACF663DC3B49B37389',
2270
+ name: 'Starname',
2271
+ display: 'iov',
2272
+ symbol: 'IOV',
2273
+ logo_URIs: {
2274
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/starname/images/iov.png',
2275
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/starname/images/iov.svg'
2276
+ },
2277
+ coingecko_id: 'starname',
2278
+ images: [{
2279
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/starname/images/iov.png',
2280
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/starname/images/iov.svg'
2281
+ }],
2282
+ traces: [{
2283
+ type: 'ibc',
2284
+ counterparty: {
2285
+ channel_id: 'channel-3',
2286
+ base_denom: 'uiov',
2287
+ chain_name: 'starname'
2288
+ },
2289
+ chain: {
2290
+ channel_id: 'channel-22'
2291
+ }
2292
+ }]
2293
+ }]
2294
+ };
2295
+ var _default = exports["default"] = assets;