@chain-registry/assets 1.27.0 → 1.29.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (160) hide show
  1. package/CHANGELOG.md +536 -0
  2. package/main/asset_lists.js +13 -1
  3. package/main/index.js +41 -3
  4. package/main/mainnet/8ball.js +1454 -0
  5. package/main/mainnet/acrechain.js +5752 -0
  6. package/main/mainnet/agoric.js +4889 -0
  7. package/main/mainnet/aioz.js +1559 -0
  8. package/main/mainnet/akash.js +3628 -0
  9. package/main/mainnet/andromeda.js +1254 -0
  10. package/main/mainnet/archway.js +5657 -0
  11. package/main/mainnet/arkh.js +1454 -0
  12. package/main/mainnet/assetmantle.js +2692 -0
  13. package/main/mainnet/assets.js +127 -0
  14. package/main/mainnet/aura.js +3207 -0
  15. package/main/mainnet/axelar.js +6074 -0
  16. package/main/mainnet/bandchain.js +1489 -0
  17. package/main/mainnet/beezee.js +1454 -0
  18. package/main/mainnet/bitcanna.js +2292 -0
  19. package/main/mainnet/bitsong.js +1789 -0
  20. package/main/mainnet/bluzelle.js +1454 -0
  21. package/main/mainnet/bostrom.js +1454 -0
  22. package/main/mainnet/canto.js +1996 -0
  23. package/main/mainnet/carbon.js +4273 -0
  24. package/main/mainnet/celestia.js +4331 -0
  25. package/main/mainnet/cerberus.js +1454 -0
  26. package/main/mainnet/cheqd.js +1953 -0
  27. package/main/mainnet/chihuahua.js +2908 -0
  28. package/main/mainnet/comdex.js +3901 -0
  29. package/main/mainnet/composable.js +6383 -0
  30. package/main/mainnet/coreum.js +4757 -0
  31. package/main/mainnet/cosmoshub.js +9108 -0
  32. package/main/mainnet/crescent.js +7152 -0
  33. package/main/mainnet/cronos.js +182 -0
  34. package/main/mainnet/cryptoorgchain.js +2295 -0
  35. package/main/mainnet/cudos.js +1454 -0
  36. package/main/mainnet/decentr.js +1653 -0
  37. package/main/mainnet/desmos.js +1454 -0
  38. package/main/mainnet/dig.js +1650 -0
  39. package/main/mainnet/doravota.js +2670 -0
  40. package/main/mainnet/dydx.js +4361 -0
  41. package/main/mainnet/dyson.js +1454 -0
  42. package/main/mainnet/echelon.js +1454 -0
  43. package/main/mainnet/emoney.js +1789 -0
  44. package/main/mainnet/empowerchain.js +2663 -0
  45. package/main/mainnet/evmos.js +6529 -0
  46. package/main/mainnet/fetchhub.js +1454 -0
  47. package/main/mainnet/furya.js +2822 -0
  48. package/main/mainnet/fxcore.js +2737 -0
  49. package/main/mainnet/galaxy.js +1454 -0
  50. package/main/mainnet/gateway.js +2567 -0
  51. package/main/mainnet/genesisl1.js +1454 -0
  52. package/main/mainnet/gitopia.js +1454 -0
  53. package/main/mainnet/gravitybridge.js +3401 -0
  54. package/main/mainnet/haqq.js +3306 -0
  55. package/main/mainnet/impacthub.js +2832 -0
  56. package/main/mainnet/imversed.js +1454 -0
  57. package/main/mainnet/index.js +246 -0
  58. package/main/mainnet/injective.js +6344 -0
  59. package/main/mainnet/irisnet.js +2991 -0
  60. package/main/mainnet/jackal.js +3707 -0
  61. package/main/mainnet/juno.js +8171 -0
  62. package/main/mainnet/kava.js +4832 -0
  63. package/main/mainnet/kichain.js +1559 -0
  64. package/main/mainnet/konstellation.js +1454 -0
  65. package/main/mainnet/kujira.js +9086 -0
  66. package/main/mainnet/kyve.js +2558 -0
  67. package/main/mainnet/lambda.js +1454 -0
  68. package/main/mainnet/likecoin.js +1559 -0
  69. package/main/mainnet/lumenx.js +1454 -0
  70. package/main/mainnet/lumnetwork.js +1559 -0
  71. package/main/mainnet/mars.js +3598 -0
  72. package/main/mainnet/medasdigital.js +1488 -0
  73. package/main/mainnet/meme.js +1454 -0
  74. package/main/mainnet/microtick.js +1454 -0
  75. package/main/mainnet/migaloo.js +5951 -0
  76. package/main/mainnet/neutron.js +7834 -0
  77. package/main/mainnet/noble.js +5521 -0
  78. package/main/mainnet/nois.js +2281 -0
  79. package/main/mainnet/nolus.js +2195 -0
  80. package/main/mainnet/nomic.js +3172 -0
  81. package/main/mainnet/nyx.js +1791 -0
  82. package/main/mainnet/odin.js +2558 -0
  83. package/main/mainnet/okexchain.js +563 -0
  84. package/main/mainnet/omniflixhub.js +2741 -0
  85. package/main/mainnet/onomy.js +1454 -0
  86. package/main/mainnet/oraichain.js +1555 -0
  87. package/main/mainnet/osmosis.js +1 -0
  88. package/main/mainnet/panacea.js +1454 -0
  89. package/main/mainnet/passage.js +1454 -0
  90. package/main/mainnet/persistence.js +4490 -0
  91. package/main/mainnet/planq.js +2056 -0
  92. package/main/mainnet/point.js +116 -0
  93. package/main/mainnet/provenance.js +1454 -0
  94. package/main/mainnet/pundix.js +1523 -0
  95. package/main/mainnet/quasar.js +1454 -0
  96. package/main/mainnet/quicksilver.js +2563 -0
  97. package/main/mainnet/qwoyn.js +1491 -0
  98. package/main/mainnet/realio.js +2569 -0
  99. package/main/mainnet/rebus.js +1454 -0
  100. package/main/mainnet/regen.js +3303 -0
  101. package/main/mainnet/rizon.js +1454 -0
  102. package/main/mainnet/secretnetwork.js +10382 -0
  103. package/main/mainnet/sei.js +4466 -0
  104. package/main/mainnet/sentinel.js +2192 -0
  105. package/main/mainnet/sge.js +1454 -0
  106. package/main/mainnet/shareledger.js +1454 -0
  107. package/main/mainnet/shentu.js +1454 -0
  108. package/main/mainnet/sifchain.js +2354 -0
  109. package/main/mainnet/sommelier.js +4126 -0
  110. package/main/mainnet/source.js +1454 -0
  111. package/main/mainnet/stafihub.js +2985 -0
  112. package/main/mainnet/stargaze.js +5470 -0
  113. package/main/mainnet/starname.js +2090 -0
  114. package/main/mainnet/stride.js +6791 -0
  115. package/main/mainnet/teritori.js +2738 -0
  116. package/main/mainnet/terra.js +2015 -0
  117. package/main/mainnet/terra2.js +8134 -0
  118. package/main/mainnet/tgrade.js +1557 -0
  119. package/main/mainnet/umee.js +4119 -0
  120. package/main/mainnet/unification.js +1791 -0
  121. package/main/mainnet/uptick.js +150 -0
  122. package/main/mainnet/vidulum.js +1486 -0
  123. package/main/mainnet/xpla.js +1650 -0
  124. package/main/noncosmos/assets.js +11 -0
  125. package/main/noncosmos/composablepolkadot.js +140 -0
  126. package/main/noncosmos/index.js +13 -0
  127. package/main/noncosmos/picasso.js +185 -0
  128. package/main/testnet/akashtestnet.js +109 -0
  129. package/main/testnet/archwaytestnet.js +395 -0
  130. package/main/testnet/assets.js +38 -0
  131. package/main/testnet/axelartestnet.js +533 -0
  132. package/main/testnet/celestiatestnet3.js +147 -0
  133. package/main/testnet/chain4energytestnet.js +81 -0
  134. package/main/testnet/composabletestnet.js +81 -0
  135. package/main/testnet/cosmoshubtestnet.js +281 -0
  136. package/main/testnet/doravotatestnet.js +81 -0
  137. package/main/testnet/dydxtestnet.js +292 -0
  138. package/main/testnet/empowertestnet.js +146 -0
  139. package/main/testnet/entrypointtestnet.js +81 -0
  140. package/main/testnet/impacthubtestnet.js +81 -0
  141. package/main/testnet/index.js +67 -0
  142. package/main/testnet/injectivetestnet.js +115 -0
  143. package/main/testnet/junotestnet.js +185 -0
  144. package/main/testnet/kyvetestnet.js +81 -0
  145. package/main/testnet/likecointestnet.js +81 -0
  146. package/main/testnet/marstestnet.js +151 -0
  147. package/main/testnet/neutrontestnet.js +181 -0
  148. package/main/testnet/nobletestnet.js +296 -0
  149. package/main/testnet/noistestnet.js +175 -0
  150. package/main/testnet/nolustestnet.js +114 -0
  151. package/main/testnet/osmosistestnet.js +1438 -0
  152. package/main/testnet/osmosistestnet4.js +504 -0
  153. package/main/testnet/persistencetestnet2.js +395 -0
  154. package/main/testnet/quicksilvertestnet.js +81 -0
  155. package/main/testnet/sagatestnet.js +362 -0
  156. package/main/testnet/sgetestnet.js +81 -0
  157. package/main/testnet/stargazetestnet.js +146 -0
  158. package/main/testnet/xiontestnet.js +476 -0
  159. package/package.json +10 -11
  160. package/types/index.d.ts +1 -1
@@ -0,0 +1,2569 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports["default"] = void 0;
7
+ var assets = {
8
+ chain_name: 'realio',
9
+ assets: [{
10
+ description: 'The native staking and governance token of the Cosmos Hub.',
11
+ denom_units: [{
12
+ denom: 'ibc/9117A26BA81E29FA4F78F57DC2BD90CD3D26848101BA880445F119B22A1E254E',
13
+ exponent: 0,
14
+ aliases: ['uatom']
15
+ }, {
16
+ denom: 'atom',
17
+ exponent: 6
18
+ }],
19
+ base: 'ibc/9117A26BA81E29FA4F78F57DC2BD90CD3D26848101BA880445F119B22A1E254E',
20
+ name: 'Cosmos Hub Atom',
21
+ display: 'atom',
22
+ symbol: 'ATOM',
23
+ logo_URIs: {
24
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
25
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
26
+ },
27
+ coingecko_id: 'cosmos',
28
+ images: [{
29
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
30
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
31
+ }],
32
+ traces: [{
33
+ type: 'ibc',
34
+ counterparty: {
35
+ channel_id: 'channel-645',
36
+ base_denom: 'uatom',
37
+ chain_name: 'cosmoshub'
38
+ },
39
+ chain: {
40
+ channel_id: 'channel-2'
41
+ }
42
+ }]
43
+ }, {
44
+ description: 'Tether USDt on the Cosmos Hub',
45
+ denom_units: [{
46
+ denom: 'ibc/E19B33C90EC5AEE56A861FC81B1800B53256DBB69A92076FABD28965FB63A599',
47
+ exponent: 0,
48
+ aliases: ['ibc/F04D72CF9B5D9C849BB278B691CDFA2241813327430EC9CDC83F8F4CA4CDC2B0']
49
+ }, {
50
+ denom: 'usdt',
51
+ exponent: 6
52
+ }],
53
+ type_asset: 'ics20',
54
+ base: 'ibc/E19B33C90EC5AEE56A861FC81B1800B53256DBB69A92076FABD28965FB63A599',
55
+ name: 'Tether USDt',
56
+ display: 'usdt',
57
+ symbol: 'USDt',
58
+ traces: [{
59
+ type: 'ibc',
60
+ counterparty: {
61
+ channel_id: 'channel-645',
62
+ base_denom: 'ibc/F04D72CF9B5D9C849BB278B691CDFA2241813327430EC9CDC83F8F4CA4CDC2B0',
63
+ chain_name: 'cosmoshub'
64
+ },
65
+ chain: {
66
+ channel_id: 'channel-2'
67
+ }
68
+ }],
69
+ images: [{
70
+ image_sync: {
71
+ chain_name: 'kava',
72
+ base_denom: 'erc20/tether/usdt'
73
+ },
74
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
75
+ }],
76
+ logo_URIs: {
77
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
78
+ }
79
+ }, {
80
+ description: 'FX on Cosmos Hub',
81
+ denom_units: [{
82
+ denom: 'ibc/F8BE33E7A6CA9956C18DCD6487A1555B72AD00B70049E44FF105AABFF7CBDF2E',
83
+ exponent: 0,
84
+ aliases: ['ibc/4925E6ABA571A44D2BE0286D2D29AF42A294D0FF2BB16490149A1B26EAD33729']
85
+ }],
86
+ type_asset: 'ics20',
87
+ base: 'ibc/F8BE33E7A6CA9956C18DCD6487A1555B72AD00B70049E44FF105AABFF7CBDF2E',
88
+ name: 'Function X',
89
+ display: 'FX',
90
+ symbol: 'FX',
91
+ traces: [{
92
+ type: 'ibc',
93
+ counterparty: {
94
+ channel_id: 'channel-645',
95
+ base_denom: 'ibc/4925E6ABA571A44D2BE0286D2D29AF42A294D0FF2BB16490149A1B26EAD33729',
96
+ chain_name: 'cosmoshub'
97
+ },
98
+ chain: {
99
+ channel_id: 'channel-2'
100
+ }
101
+ }],
102
+ images: [{
103
+ image_sync: {
104
+ chain_name: 'fxcore',
105
+ base_denom: 'FX'
106
+ },
107
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.png',
108
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.svg'
109
+ }],
110
+ logo_URIs: {
111
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.png',
112
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.svg'
113
+ }
114
+ }, {
115
+ description: 'The native staking and governance token of the Kujira chain.',
116
+ denom_units: [{
117
+ denom: 'ibc/30F3F34E95CE24EB7746527607FB223E7BF4578B389425548131C6298A9B3945',
118
+ exponent: 0,
119
+ aliases: ['ukuji']
120
+ }, {
121
+ denom: 'kuji',
122
+ exponent: 6
123
+ }],
124
+ base: 'ibc/30F3F34E95CE24EB7746527607FB223E7BF4578B389425548131C6298A9B3945',
125
+ name: 'Kujira',
126
+ display: 'kuji',
127
+ symbol: 'KUJI',
128
+ coingecko_id: 'kujira',
129
+ logo_URIs: {
130
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.png',
131
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.svg'
132
+ },
133
+ images: [{
134
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.png',
135
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.svg'
136
+ }],
137
+ traces: [{
138
+ type: 'ibc',
139
+ counterparty: {
140
+ channel_id: 'channel-115',
141
+ base_denom: 'ukuji',
142
+ chain_name: 'kujira'
143
+ },
144
+ chain: {
145
+ channel_id: 'channel-4'
146
+ }
147
+ }]
148
+ }, {
149
+ description: 'The native over-collateralized stablecoin from the Kujira chain.',
150
+ denom_units: [{
151
+ denom: 'ibc/BCD173BCC06BA9C88EAB472128B00A9B71CABFA20D8365225A78855B60956517',
152
+ exponent: 0,
153
+ aliases: ['factory/kujira1qk00h5atutpsv900x202pxx42npjr9thg58dnqpa72f2p7m2luase444a7/uusk']
154
+ }, {
155
+ denom: 'usk',
156
+ exponent: 6
157
+ }],
158
+ base: 'ibc/BCD173BCC06BA9C88EAB472128B00A9B71CABFA20D8365225A78855B60956517',
159
+ name: 'USK',
160
+ display: 'usk',
161
+ symbol: 'USK',
162
+ coingecko_id: 'usk',
163
+ logo_URIs: {
164
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/usk.png',
165
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/usk.svg'
166
+ },
167
+ images: [{
168
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/usk.png',
169
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/usk.svg'
170
+ }],
171
+ traces: [{
172
+ type: 'ibc',
173
+ counterparty: {
174
+ channel_id: 'channel-115',
175
+ base_denom: 'factory/kujira1qk00h5atutpsv900x202pxx42npjr9thg58dnqpa72f2p7m2luase444a7/uusk',
176
+ chain_name: 'kujira'
177
+ },
178
+ chain: {
179
+ channel_id: 'channel-4'
180
+ }
181
+ }]
182
+ }, {
183
+ description: "Quark's auto-compounding KUJI derivative",
184
+ denom_units: [{
185
+ denom: 'ibc/21E5C3191743B2C4674F573525C95B4DD912351489212BA09ADDF7D09EEA14BD',
186
+ exponent: 0,
187
+ aliases: ['factory/kujira1m96ucsfpt2yy72w09z2rxjdj38y5qd8lqx5jtggnejmdua2ynpnsxyvjex/urcpt']
188
+ }, {
189
+ denom: 'qcKUJI',
190
+ exponent: 6
191
+ }],
192
+ base: 'ibc/21E5C3191743B2C4674F573525C95B4DD912351489212BA09ADDF7D09EEA14BD',
193
+ name: 'qcKUJI',
194
+ display: 'qcKUJI',
195
+ symbol: 'qcKUJI',
196
+ logo_URIs: {
197
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/qckuji.svg'
198
+ },
199
+ images: [{
200
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/qckuji.svg'
201
+ }],
202
+ traces: [{
203
+ type: 'ibc',
204
+ counterparty: {
205
+ channel_id: 'channel-115',
206
+ base_denom: 'factory/kujira1m96ucsfpt2yy72w09z2rxjdj38y5qd8lqx5jtggnejmdua2ynpnsxyvjex/urcpt',
207
+ chain_name: 'kujira'
208
+ },
209
+ chain: {
210
+ channel_id: 'channel-4'
211
+ }
212
+ }]
213
+ }, {
214
+ description: 'ampKUJI',
215
+ denom_units: [{
216
+ denom: 'ibc/002A44FF3814F16E1808AC53411F443AB14ED97EF03038B33CEA36FD788FA7DA',
217
+ exponent: 0,
218
+ aliases: ['factory/kujira1n3fr5f56r2ce0s37wdvwrk98yhhq3unnxgcqus8nzsfxvllk0yxquurqty/ampKUJI']
219
+ }, {
220
+ denom: 'ampKUJI',
221
+ exponent: 6
222
+ }],
223
+ base: 'ibc/002A44FF3814F16E1808AC53411F443AB14ED97EF03038B33CEA36FD788FA7DA',
224
+ name: 'ampKUJI',
225
+ display: 'ampKUJI',
226
+ symbol: 'ampKUJI',
227
+ logo_URIs: {
228
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/ampkuji.png',
229
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/ampkuji.svg'
230
+ },
231
+ images: [{
232
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/ampkuji.png',
233
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/ampkuji.svg'
234
+ }],
235
+ traces: [{
236
+ type: 'ibc',
237
+ counterparty: {
238
+ channel_id: 'channel-115',
239
+ base_denom: 'factory/kujira1n3fr5f56r2ce0s37wdvwrk98yhhq3unnxgcqus8nzsfxvllk0yxquurqty/ampKUJI',
240
+ chain_name: 'kujira'
241
+ },
242
+ chain: {
243
+ channel_id: 'channel-4'
244
+ }
245
+ }]
246
+ }, {
247
+ description: 'MantaDAO Governance Token',
248
+ denom_units: [{
249
+ denom: 'ibc/4561C2384F6069968E98521549FE19A33EE7059413CFEB084A594FB79B488549',
250
+ exponent: 0,
251
+ aliases: ['factory/kujira1643jxg8wasy5cfcn7xm8rd742yeazcksqlg4d7/umnta']
252
+ }, {
253
+ denom: 'mnta',
254
+ exponent: 6
255
+ }],
256
+ base: 'ibc/4561C2384F6069968E98521549FE19A33EE7059413CFEB084A594FB79B488549',
257
+ name: 'MantaDAO',
258
+ display: 'mnta',
259
+ symbol: 'MNTA',
260
+ coingecko_id: 'mantadao',
261
+ logo_URIs: {
262
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/mnta.png',
263
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/mnta.svg'
264
+ },
265
+ images: [{
266
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/mnta.png',
267
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/mnta.svg'
268
+ }],
269
+ traces: [{
270
+ type: 'ibc',
271
+ counterparty: {
272
+ channel_id: 'channel-115',
273
+ base_denom: 'factory/kujira1643jxg8wasy5cfcn7xm8rd742yeazcksqlg4d7/umnta',
274
+ chain_name: 'kujira'
275
+ },
276
+ chain: {
277
+ channel_id: 'channel-4'
278
+ }
279
+ }]
280
+ }, {
281
+ description: "Quark's auto-compounding MNTA derivative",
282
+ denom_units: [{
283
+ denom: 'ibc/2A72D93B526E2B4C184572749E8408CF9381E0C2D90B273AEA8034B43F8D07A5',
284
+ exponent: 0,
285
+ aliases: ['factory/kujira1qzu3up50auxhqyzfq56znuj8n38q2ra7daaf9ef7vg8gu66jh4fqd2wd2y/urcpt']
286
+ }, {
287
+ denom: 'qcMNTA',
288
+ exponent: 6
289
+ }],
290
+ base: 'ibc/2A72D93B526E2B4C184572749E8408CF9381E0C2D90B273AEA8034B43F8D07A5',
291
+ name: 'qcMNTA',
292
+ display: 'qcMNTA',
293
+ symbol: 'qcMNTA',
294
+ logo_URIs: {
295
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/qcmnta.svg'
296
+ },
297
+ images: [{
298
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/qcmnta.svg'
299
+ }],
300
+ traces: [{
301
+ type: 'ibc',
302
+ counterparty: {
303
+ channel_id: 'channel-115',
304
+ base_denom: 'factory/kujira1qzu3up50auxhqyzfq56znuj8n38q2ra7daaf9ef7vg8gu66jh4fqd2wd2y/urcpt',
305
+ chain_name: 'kujira'
306
+ },
307
+ chain: {
308
+ channel_id: 'channel-4'
309
+ }
310
+ }]
311
+ }, {
312
+ description: 'ERIS Liquid Staked MNTA',
313
+ denom_units: [{
314
+ denom: 'ibc/F1E852D01CED3E54EACE820DBF6AAEF4563C8A53D8238394C044FC241E083055',
315
+ exponent: 0,
316
+ aliases: ['factory/kujira175yatpvkpgw07w0chhzuks3zrrae9z9g2y6r7u5pzqesyau4x9eqqyv0rr/ampMNTA']
317
+ }, {
318
+ denom: 'ampMNTA',
319
+ exponent: 6
320
+ }],
321
+ base: 'ibc/F1E852D01CED3E54EACE820DBF6AAEF4563C8A53D8238394C044FC241E083055',
322
+ name: 'ERIS Amplified MNTA',
323
+ display: 'ampMNTA',
324
+ symbol: 'ampMNTA',
325
+ logo_URIs: {
326
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/ampmnta.png'
327
+ },
328
+ images: [{
329
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/ampmnta.png'
330
+ }],
331
+ traces: [{
332
+ type: 'ibc',
333
+ counterparty: {
334
+ channel_id: 'channel-115',
335
+ base_denom: 'factory/kujira175yatpvkpgw07w0chhzuks3zrrae9z9g2y6r7u5pzqesyau4x9eqqyv0rr/ampMNTA',
336
+ chain_name: 'kujira'
337
+ },
338
+ chain: {
339
+ channel_id: 'channel-4'
340
+ }
341
+ }]
342
+ }, {
343
+ description: 'The content house of Kujira',
344
+ denom_units: [{
345
+ denom: 'ibc/8ABAF5EBF6F85A6AFF727A959D6A936C64F5901D075B9AE0FFA974F031589E5E',
346
+ exponent: 0,
347
+ aliases: ['factory/kujira12cjjeytrqcj25uv349thltcygnp9k0kukpct0e/uwink']
348
+ }, {
349
+ denom: 'wink',
350
+ exponent: 6
351
+ }],
352
+ base: 'ibc/8ABAF5EBF6F85A6AFF727A959D6A936C64F5901D075B9AE0FFA974F031589E5E',
353
+ name: 'WINK',
354
+ display: 'wink',
355
+ symbol: 'WINK',
356
+ logo_URIs: {
357
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/wink.png',
358
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/wink.svg'
359
+ },
360
+ images: [{
361
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/wink.png',
362
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/wink.svg'
363
+ }],
364
+ traces: [{
365
+ type: 'ibc',
366
+ counterparty: {
367
+ channel_id: 'channel-115',
368
+ base_denom: 'factory/kujira12cjjeytrqcj25uv349thltcygnp9k0kukpct0e/uwink',
369
+ chain_name: 'kujira'
370
+ },
371
+ chain: {
372
+ channel_id: 'channel-4'
373
+ }
374
+ }]
375
+ }, {
376
+ description: 'Blend Token',
377
+ denom_units: [{
378
+ denom: 'ibc/37E8E6F0ADADDDDF5FBB5C78784966D88257881C39392C9C45AAC3A4EEC7215C',
379
+ exponent: 0,
380
+ aliases: ['factory/kujira1slueerjz7mx9jp45u3y0rjwtvhcf8a68wf2mjt/ublend']
381
+ }, {
382
+ denom: 'blend',
383
+ exponent: 6
384
+ }],
385
+ base: 'ibc/37E8E6F0ADADDDDF5FBB5C78784966D88257881C39392C9C45AAC3A4EEC7215C',
386
+ name: 'BLEND',
387
+ display: 'blend',
388
+ symbol: 'BLEND',
389
+ logo_URIs: {
390
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/blend.svg'
391
+ },
392
+ images: [{
393
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/blend.svg'
394
+ }],
395
+ traces: [{
396
+ type: 'ibc',
397
+ counterparty: {
398
+ channel_id: 'channel-115',
399
+ base_denom: 'factory/kujira1slueerjz7mx9jp45u3y0rjwtvhcf8a68wf2mjt/ublend',
400
+ chain_name: 'kujira'
401
+ },
402
+ chain: {
403
+ channel_id: 'channel-4'
404
+ }
405
+ }]
406
+ }, {
407
+ description: 'Tether USDt on Kujira',
408
+ denom_units: [{
409
+ denom: 'ibc/021F9AA5D670FC3C5613E37727EE484C4F4379CB2F667092F6A6F143C6DB2AAA',
410
+ exponent: 0,
411
+ aliases: ['ibc/20014F963CC9E6488B299622F87B60C6DE71632864859EC08B4753478DAB2BB8']
412
+ }, {
413
+ denom: 'usdt',
414
+ exponent: 6
415
+ }],
416
+ type_asset: 'ics20',
417
+ base: 'ibc/021F9AA5D670FC3C5613E37727EE484C4F4379CB2F667092F6A6F143C6DB2AAA',
418
+ name: 'Tether USD',
419
+ display: 'usdt',
420
+ symbol: 'USDT',
421
+ traces: [{
422
+ type: 'ibc',
423
+ counterparty: {
424
+ channel_id: 'channel-115',
425
+ base_denom: 'ibc/20014F963CC9E6488B299622F87B60C6DE71632864859EC08B4753478DAB2BB8',
426
+ chain_name: 'kujira'
427
+ },
428
+ chain: {
429
+ channel_id: 'channel-4'
430
+ }
431
+ }],
432
+ images: [{
433
+ image_sync: {
434
+ chain_name: 'kava',
435
+ base_denom: 'erc20/tether/usdt'
436
+ },
437
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
438
+ }],
439
+ logo_URIs: {
440
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
441
+ }
442
+ }, {
443
+ description: 'The staking and governance token of Fuzion',
444
+ denom_units: [{
445
+ denom: 'ibc/0BBFE977DE824121926713DE983830320E6B7C5974EA6950B7677C059A9D7556',
446
+ exponent: 0,
447
+ aliases: ['factory/kujira1sc6a0347cc5q3k890jj0pf3ylx2s38rh4sza4t/ufuzn']
448
+ }, {
449
+ denom: 'fuzn',
450
+ exponent: 6
451
+ }],
452
+ base: 'ibc/0BBFE977DE824121926713DE983830320E6B7C5974EA6950B7677C059A9D7556',
453
+ name: 'Fuzion',
454
+ display: 'fuzn',
455
+ symbol: 'FUZN',
456
+ logo_URIs: {
457
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuzion.png',
458
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuzion.svg'
459
+ },
460
+ images: [{
461
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuzion.png',
462
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuzion.svg'
463
+ }],
464
+ traces: [{
465
+ type: 'ibc',
466
+ counterparty: {
467
+ channel_id: 'channel-115',
468
+ base_denom: 'factory/kujira1sc6a0347cc5q3k890jj0pf3ylx2s38rh4sza4t/ufuzn',
469
+ chain_name: 'kujira'
470
+ },
471
+ chain: {
472
+ channel_id: 'channel-4'
473
+ }
474
+ }]
475
+ }, {
476
+ description: 'The receipt token of Fuzion',
477
+ denom_units: [{
478
+ denom: 'ibc/FF712C01D88F0EE855D80421BF3AFFB98B0FDD26FB667C97147296E2037F4B75',
479
+ exponent: 0,
480
+ aliases: ['factory/kujira1sc6a0347cc5q3k890jj0pf3ylx2s38rh4sza4t/urfuzn']
481
+ }, {
482
+ denom: 'rfuzn',
483
+ exponent: 6
484
+ }],
485
+ base: 'ibc/FF712C01D88F0EE855D80421BF3AFFB98B0FDD26FB667C97147296E2037F4B75',
486
+ name: 'Fuzion Receipt',
487
+ display: 'rfuzn',
488
+ symbol: 'rFUZN',
489
+ logo_URIs: {
490
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuzionr.png'
491
+ },
492
+ images: [{
493
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuzionr.png'
494
+ }],
495
+ traces: [{
496
+ type: 'ibc',
497
+ counterparty: {
498
+ channel_id: 'channel-115',
499
+ base_denom: 'factory/kujira1sc6a0347cc5q3k890jj0pf3ylx2s38rh4sza4t/urfuzn',
500
+ chain_name: 'kujira'
501
+ },
502
+ chain: {
503
+ channel_id: 'channel-4'
504
+ }
505
+ }]
506
+ }, {
507
+ description: 'The yield token of Fuzion',
508
+ denom_units: [{
509
+ denom: 'ibc/C61CD09673195BFCCBB7AECD0ED96496D95298E45CFC3BD436A9123C77F34DB8',
510
+ exponent: 0,
511
+ aliases: ['factory/kujira1sc6a0347cc5q3k890jj0pf3ylx2s38rh4sza4t/uyfuzn']
512
+ }, {
513
+ denom: 'yfuzn',
514
+ exponent: 6
515
+ }],
516
+ base: 'ibc/C61CD09673195BFCCBB7AECD0ED96496D95298E45CFC3BD436A9123C77F34DB8',
517
+ name: 'Fuzion Yield',
518
+ display: 'yfuzn',
519
+ symbol: 'yFUZN',
520
+ logo_URIs: {
521
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuziony.svg'
522
+ },
523
+ images: [{
524
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuziony.svg'
525
+ }],
526
+ traces: [{
527
+ type: 'ibc',
528
+ counterparty: {
529
+ channel_id: 'channel-115',
530
+ base_denom: 'factory/kujira1sc6a0347cc5q3k890jj0pf3ylx2s38rh4sza4t/uyfuzn',
531
+ chain_name: 'kujira'
532
+ },
533
+ chain: {
534
+ channel_id: 'channel-4'
535
+ }
536
+ }]
537
+ }, {
538
+ description: "Quark's auto-compounding FUZN derivative",
539
+ denom_units: [{
540
+ denom: 'ibc/77A5E4A19E06C85CE65A4BF546A182AF4E2E6154F4367711D4E24498386C0ED0',
541
+ exponent: 0,
542
+ aliases: ['factory/kujira1l04ged98c7a7s9tllu62ld09ztylwf442qgm4thfgmadrvngeumsz4zrh2/urcpt']
543
+ }, {
544
+ denom: 'qcFUZN',
545
+ exponent: 6
546
+ }],
547
+ base: 'ibc/77A5E4A19E06C85CE65A4BF546A182AF4E2E6154F4367711D4E24498386C0ED0',
548
+ name: 'qcFUZN',
549
+ display: 'qcFUZN',
550
+ symbol: 'qcFUZN',
551
+ logo_URIs: {
552
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/qcfuzn.svg'
553
+ },
554
+ images: [{
555
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/qcfuzn.svg'
556
+ }],
557
+ traces: [{
558
+ type: 'ibc',
559
+ counterparty: {
560
+ channel_id: 'channel-115',
561
+ base_denom: 'factory/kujira1l04ged98c7a7s9tllu62ld09ztylwf442qgm4thfgmadrvngeumsz4zrh2/urcpt',
562
+ chain_name: 'kujira'
563
+ },
564
+ chain: {
565
+ channel_id: 'channel-4'
566
+ }
567
+ }]
568
+ }, {
569
+ description: 'The Revenue & Governance token of Unstake.fi',
570
+ denom_units: [{
571
+ denom: 'ibc/0B0097FB3ADAD9A9BF834398E83A19E2E6A240377A259CCD4FCA0BB28FCD9CEC',
572
+ exponent: 0,
573
+ aliases: ['factory/kujira1aaudpfr9y23lt9d45hrmskphpdfaq9ajxd3ukh/unstk']
574
+ }, {
575
+ denom: 'nstk',
576
+ exponent: 6
577
+ }],
578
+ base: 'ibc/0B0097FB3ADAD9A9BF834398E83A19E2E6A240377A259CCD4FCA0BB28FCD9CEC',
579
+ name: 'Unstake Fi',
580
+ display: 'nstk',
581
+ symbol: 'NSTK',
582
+ logo_URIs: {
583
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/nstk.svg'
584
+ },
585
+ coingecko_id: 'unstake-fi',
586
+ images: [{
587
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/nstk.svg'
588
+ }],
589
+ traces: [{
590
+ type: 'ibc',
591
+ counterparty: {
592
+ channel_id: 'channel-115',
593
+ base_denom: 'factory/kujira1aaudpfr9y23lt9d45hrmskphpdfaq9ajxd3ukh/unstk',
594
+ chain_name: 'kujira'
595
+ },
596
+ chain: {
597
+ channel_id: 'channel-4'
598
+ }
599
+ }]
600
+ }, {
601
+ description: 'Local Money',
602
+ denom_units: [{
603
+ denom: 'ibc/268A919F2AAEF13BC2DB63081F758C3BF27876F17E0743BBC27120ABDAC18295',
604
+ exponent: 0,
605
+ aliases: ['factory/kujira1swkuyt08z74n5jl7zr6hx0ru5sa2yev5v896p6/local']
606
+ }, {
607
+ denom: 'local',
608
+ exponent: 6
609
+ }],
610
+ base: 'ibc/268A919F2AAEF13BC2DB63081F758C3BF27876F17E0743BBC27120ABDAC18295',
611
+ name: 'LOCAL',
612
+ display: 'local',
613
+ symbol: 'LOCAL',
614
+ logo_URIs: {
615
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/local.png'
616
+ },
617
+ images: [{
618
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/local.png'
619
+ }],
620
+ traces: [{
621
+ type: 'ibc',
622
+ counterparty: {
623
+ channel_id: 'channel-115',
624
+ base_denom: 'factory/kujira1swkuyt08z74n5jl7zr6hx0ru5sa2yev5v896p6/local',
625
+ chain_name: 'kujira'
626
+ },
627
+ chain: {
628
+ channel_id: 'channel-4'
629
+ }
630
+ }]
631
+ }, {
632
+ description: 'Food for whales',
633
+ denom_units: [{
634
+ denom: 'ibc/0B49719BE098A16B4D8FB973CBBD8EEB76DADA6044A79808E2A6DC629B6B1756',
635
+ exponent: 0,
636
+ aliases: ['factory/kujira166ysf07ze5suazfzj0r05tv8amk2yn8zvsfuu7/uplnk']
637
+ }, {
638
+ denom: 'PLNK',
639
+ exponent: 6
640
+ }],
641
+ base: 'ibc/0B49719BE098A16B4D8FB973CBBD8EEB76DADA6044A79808E2A6DC629B6B1756',
642
+ name: 'Plankton',
643
+ display: 'PLNK',
644
+ symbol: 'PLNK',
645
+ logo_URIs: {
646
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/PLNK_drk.png'
647
+ },
648
+ images: [{
649
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/PLNK_drk.png'
650
+ }],
651
+ traces: [{
652
+ type: 'ibc',
653
+ counterparty: {
654
+ channel_id: 'channel-115',
655
+ base_denom: 'factory/kujira166ysf07ze5suazfzj0r05tv8amk2yn8zvsfuu7/uplnk',
656
+ chain_name: 'kujira'
657
+ },
658
+ chain: {
659
+ channel_id: 'channel-4'
660
+ }
661
+ }]
662
+ }, {
663
+ denom_units: [{
664
+ denom: 'ibc/808D4DF665ACB082CC321BFFDBE2E794D7F6977532D8F387B3AF5450B244F56C',
665
+ exponent: 0,
666
+ aliases: ['ibc/E5CA126979E2FFB4C70C072F8094D07ECF27773B37623AD2BF7582AD0726F0F3']
667
+ }, {
668
+ denom: 'sol',
669
+ exponent: 8
670
+ }],
671
+ base: 'ibc/808D4DF665ACB082CC321BFFDBE2E794D7F6977532D8F387B3AF5450B244F56C',
672
+ name: 'Wormhole Solana',
673
+ display: 'sol',
674
+ symbol: 'whSOL',
675
+ traces: [{
676
+ type: 'ibc',
677
+ counterparty: {
678
+ channel_id: 'channel-115',
679
+ base_denom: 'ibc/E5CA126979E2FFB4C70C072F8094D07ECF27773B37623AD2BF7582AD0726F0F3',
680
+ chain_name: 'kujira'
681
+ },
682
+ chain: {
683
+ channel_id: 'channel-4'
684
+ }
685
+ }],
686
+ images: [{
687
+ image_sync: {
688
+ chain_name: 'gateway',
689
+ base_denom: 'factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/8sYgCzLRJC3J7qPn2bNbx6PiGcarhyx8rBhVaNnfvHCA'
690
+ },
691
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol.svg'
692
+ }],
693
+ logo_URIs: {
694
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol.svg'
695
+ }
696
+ }, {
697
+ denom_units: [{
698
+ denom: 'ibc/93B1D0D935645949446037F584E35DF1F0AF92F89815B75030D3EBAD4685E86F',
699
+ exponent: 0,
700
+ aliases: ['ibc/F3AA7EF362EC5E791FE78A0F4CCC69FEE1F9A7485EB1A8CAB3F6601C00522F10']
701
+ }, {
702
+ denom: 'evmos',
703
+ exponent: 18
704
+ }],
705
+ base: 'ibc/93B1D0D935645949446037F584E35DF1F0AF92F89815B75030D3EBAD4685E86F',
706
+ name: 'Evmos',
707
+ display: 'evmos',
708
+ symbol: 'EVMOS',
709
+ traces: [{
710
+ type: 'ibc',
711
+ counterparty: {
712
+ channel_id: 'channel-115',
713
+ base_denom: 'ibc/F3AA7EF362EC5E791FE78A0F4CCC69FEE1F9A7485EB1A8CAB3F6601C00522F10',
714
+ chain_name: 'kujira'
715
+ },
716
+ chain: {
717
+ channel_id: 'channel-4'
718
+ }
719
+ }],
720
+ images: [{
721
+ image_sync: {
722
+ chain_name: 'evmos',
723
+ base_denom: 'aevmos'
724
+ },
725
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.png',
726
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.svg'
727
+ }],
728
+ logo_URIs: {
729
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.png',
730
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.svg'
731
+ }
732
+ }, {
733
+ denom_units: [{
734
+ denom: 'ibc/71A6084548CF6339D822DC6DF76543A47D8EE3D4423F47EAF557B5A56D57F02E',
735
+ exponent: 0,
736
+ aliases: ['ibc/004EBF085BBED1029326D56BE8A2E67C08CECE670A94AC1947DF413EF5130EB2']
737
+ }, {
738
+ denom: 'avax',
739
+ exponent: 18
740
+ }],
741
+ type_asset: 'ics20',
742
+ base: 'ibc/71A6084548CF6339D822DC6DF76543A47D8EE3D4423F47EAF557B5A56D57F02E',
743
+ name: 'Axelar Wrapped AVAX',
744
+ display: 'avax',
745
+ symbol: 'wAVAX',
746
+ traces: [{
747
+ type: 'ibc',
748
+ counterparty: {
749
+ channel_id: 'channel-115',
750
+ base_denom: 'ibc/004EBF085BBED1029326D56BE8A2E67C08CECE670A94AC1947DF413EF5130EB2',
751
+ chain_name: 'kujira'
752
+ },
753
+ chain: {
754
+ channel_id: 'channel-4'
755
+ }
756
+ }],
757
+ images: [{
758
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/avalanche/images/wavax.svg'
759
+ }],
760
+ logo_URIs: {
761
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/avalanche/images/wavax.svg'
762
+ }
763
+ }, {
764
+ denom_units: [{
765
+ denom: 'ibc/2A607DB8C6ECA0A30750D55CD698D02204485908D2E8F2DFA8F5D0B8E97EDEE4',
766
+ exponent: 0,
767
+ aliases: ['ibc/FE98AAD68F02F03565E9FA39A5E627946699B2B07115889ED812D8BA639576A9']
768
+ }, {
769
+ denom: 'usdc',
770
+ exponent: 6
771
+ }],
772
+ type_asset: 'ics20',
773
+ base: 'ibc/2A607DB8C6ECA0A30750D55CD698D02204485908D2E8F2DFA8F5D0B8E97EDEE4',
774
+ name: 'Noble USD Coin',
775
+ display: 'usdc',
776
+ symbol: 'USDC',
777
+ traces: [{
778
+ type: 'ibc',
779
+ counterparty: {
780
+ channel_id: 'channel-115',
781
+ base_denom: 'ibc/FE98AAD68F02F03565E9FA39A5E627946699B2B07115889ED812D8BA639576A9',
782
+ chain_name: 'kujira'
783
+ },
784
+ chain: {
785
+ channel_id: 'channel-4'
786
+ }
787
+ }],
788
+ images: [{
789
+ image_sync: {
790
+ chain_name: 'noble',
791
+ base_denom: 'uusdc'
792
+ },
793
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png',
794
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg'
795
+ }],
796
+ logo_URIs: {
797
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png',
798
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg'
799
+ }
800
+ }, {
801
+ denom_units: [{
802
+ denom: 'ibc/235C139E07A24693DE7A9A172CC7740D13104231AA12ADE8419E648E0C937043',
803
+ exponent: 0,
804
+ aliases: ['ibc/47BD209179859CDE4A2806763D7189B6E6FE13A17880FE2B42DE1E6C1E329E23']
805
+ }, {
806
+ denom: 'osmo',
807
+ exponent: 6
808
+ }],
809
+ type_asset: 'ics20',
810
+ base: 'ibc/235C139E07A24693DE7A9A172CC7740D13104231AA12ADE8419E648E0C937043',
811
+ name: 'Osmosis',
812
+ display: 'osmo',
813
+ symbol: 'OSMO',
814
+ traces: [{
815
+ type: 'ibc',
816
+ counterparty: {
817
+ channel_id: 'channel-115',
818
+ base_denom: 'ibc/47BD209179859CDE4A2806763D7189B6E6FE13A17880FE2B42DE1E6C1E329E23',
819
+ chain_name: 'kujira'
820
+ },
821
+ chain: {
822
+ channel_id: 'channel-4'
823
+ }
824
+ }],
825
+ images: [{
826
+ image_sync: {
827
+ chain_name: 'osmosis',
828
+ base_denom: 'uosmo'
829
+ },
830
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
831
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
832
+ }],
833
+ logo_URIs: {
834
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
835
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
836
+ }
837
+ }, {
838
+ denom_units: [{
839
+ denom: 'ibc/E157822FE539B80A374B4E89E0583A45640AAED1DFA2FEA161279FB967D20CF4',
840
+ exponent: 0,
841
+ aliases: ['ibc/295548A78785A1007F232DE286149A6FF512F180AF5657780FC89C009E2C348F']
842
+ }, {
843
+ denom: 'usdc',
844
+ exponent: 6
845
+ }],
846
+ type_asset: 'ics20',
847
+ base: 'ibc/E157822FE539B80A374B4E89E0583A45640AAED1DFA2FEA161279FB967D20CF4',
848
+ name: 'Axelar USD Coin',
849
+ display: 'usdc',
850
+ symbol: 'axlUSDC',
851
+ traces: [{
852
+ type: 'ibc',
853
+ counterparty: {
854
+ channel_id: 'channel-115',
855
+ base_denom: 'ibc/295548A78785A1007F232DE286149A6FF512F180AF5657780FC89C009E2C348F',
856
+ chain_name: 'kujira'
857
+ },
858
+ chain: {
859
+ channel_id: 'channel-4'
860
+ }
861
+ }],
862
+ images: [{
863
+ image_sync: {
864
+ chain_name: 'axelar',
865
+ base_denom: 'uusdc'
866
+ },
867
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.png',
868
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg'
869
+ }],
870
+ logo_URIs: {
871
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.png',
872
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg'
873
+ }
874
+ }, {
875
+ denom_units: [{
876
+ denom: 'ibc/EFA1569D25F748B741C8F388FBCC5A3EEDB28D4D61CC8D84175D07621502E1C5',
877
+ exponent: 0,
878
+ aliases: ['ibc/3607EB5B5E64DD1C0E12E07F077FF470D5BC4706AFCBC98FE1BA960E5AE4CE07']
879
+ }, {
880
+ denom: 'cmdx',
881
+ exponent: 6
882
+ }],
883
+ type_asset: 'ics20',
884
+ base: 'ibc/EFA1569D25F748B741C8F388FBCC5A3EEDB28D4D61CC8D84175D07621502E1C5',
885
+ name: 'Comdex',
886
+ display: 'cmdx',
887
+ symbol: 'CMDX',
888
+ traces: [{
889
+ type: 'ibc',
890
+ counterparty: {
891
+ channel_id: 'channel-115',
892
+ base_denom: 'ibc/3607EB5B5E64DD1C0E12E07F077FF470D5BC4706AFCBC98FE1BA960E5AE4CE07',
893
+ chain_name: 'kujira'
894
+ },
895
+ chain: {
896
+ channel_id: 'channel-4'
897
+ }
898
+ }],
899
+ images: [{
900
+ image_sync: {
901
+ chain_name: 'comdex',
902
+ base_denom: 'ucmdx'
903
+ },
904
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmdx.png',
905
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmdx.svg'
906
+ }],
907
+ logo_URIs: {
908
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmdx.png',
909
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmdx.svg'
910
+ }
911
+ }, {
912
+ denom_units: [{
913
+ denom: 'ibc/41A96EC10B182315ADD96197C677B828E780804D807B0A8092B2AC1D2694FCB9',
914
+ exponent: 0,
915
+ aliases: ['ibc/EFF323CC632EC4F747C61BCE238A758EFDB7699C3226565F7C20DA06509D59A5']
916
+ }, {
917
+ denom: 'juno',
918
+ exponent: 6
919
+ }],
920
+ base: 'ibc/41A96EC10B182315ADD96197C677B828E780804D807B0A8092B2AC1D2694FCB9',
921
+ name: 'Juno',
922
+ display: 'juno',
923
+ symbol: 'JUNO',
924
+ traces: [{
925
+ type: 'ibc',
926
+ counterparty: {
927
+ channel_id: 'channel-115',
928
+ base_denom: 'ibc/EFF323CC632EC4F747C61BCE238A758EFDB7699C3226565F7C20DA06509D59A5',
929
+ chain_name: 'kujira'
930
+ },
931
+ chain: {
932
+ channel_id: 'channel-4'
933
+ }
934
+ }],
935
+ images: [{
936
+ image_sync: {
937
+ chain_name: 'juno',
938
+ base_denom: 'ujuno'
939
+ },
940
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.png',
941
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.svg'
942
+ }],
943
+ logo_URIs: {
944
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.png',
945
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.svg'
946
+ }
947
+ }, {
948
+ denom_units: [{
949
+ denom: 'ibc/0DA223BA38DEDFF368DCD2C3BBFBC951DFC5AE28CC19D3EF1D0C56C217ED86A0',
950
+ exponent: 0,
951
+ aliases: ['ibc/1B38805B1C75352B28169284F96DF56BDEBD9E8FAC005BDCC8CF0378C82AA8E7']
952
+ }, {
953
+ denom: 'weth',
954
+ exponent: 18
955
+ }],
956
+ type_asset: 'ics20',
957
+ base: 'ibc/0DA223BA38DEDFF368DCD2C3BBFBC951DFC5AE28CC19D3EF1D0C56C217ED86A0',
958
+ name: 'Axelar Wrapped Ether',
959
+ display: 'weth',
960
+ symbol: 'wETH',
961
+ traces: [{
962
+ type: 'ibc',
963
+ counterparty: {
964
+ channel_id: 'channel-115',
965
+ base_denom: 'ibc/1B38805B1C75352B28169284F96DF56BDEBD9E8FAC005BDCC8CF0378C82AA8E7',
966
+ chain_name: 'kujira'
967
+ },
968
+ chain: {
969
+ channel_id: 'channel-4'
970
+ }
971
+ }],
972
+ images: [{
973
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/weth.png'
974
+ }],
975
+ logo_URIs: {
976
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/weth.png'
977
+ }
978
+ }, {
979
+ denom_units: [{
980
+ denom: 'ibc/20D06D04E1BC1FAC482FECC06C2E2879A596904D64D8BA3285B4A3789DEAF910',
981
+ exponent: 0,
982
+ aliases: ['ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2']
983
+ }, {
984
+ denom: 'atom',
985
+ exponent: 6
986
+ }],
987
+ type_asset: 'ics20',
988
+ base: 'ibc/20D06D04E1BC1FAC482FECC06C2E2879A596904D64D8BA3285B4A3789DEAF910',
989
+ name: 'Cosmos Hub Atom',
990
+ display: 'atom',
991
+ symbol: 'ATOM',
992
+ traces: [{
993
+ type: 'ibc',
994
+ counterparty: {
995
+ channel_id: 'channel-115',
996
+ base_denom: 'ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2',
997
+ chain_name: 'kujira'
998
+ },
999
+ chain: {
1000
+ channel_id: 'channel-4'
1001
+ }
1002
+ }],
1003
+ images: [{
1004
+ image_sync: {
1005
+ chain_name: 'cosmoshub',
1006
+ base_denom: 'uatom'
1007
+ },
1008
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
1009
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
1010
+ }],
1011
+ logo_URIs: {
1012
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
1013
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
1014
+ }
1015
+ }, {
1016
+ denom_units: [{
1017
+ denom: 'ibc/83931C35F2F80C9AC5AB32FBAE179D6C67BE5B2EE01F6975BD4A0B89A4E3778A',
1018
+ exponent: 0,
1019
+ aliases: ['ibc/DA59C009A0B3B95E0549E6BF7B075C8239285989FF457A8EDDBB56F10B2A6986']
1020
+ }, {
1021
+ denom: 'luna',
1022
+ exponent: 6
1023
+ }],
1024
+ base: 'ibc/83931C35F2F80C9AC5AB32FBAE179D6C67BE5B2EE01F6975BD4A0B89A4E3778A',
1025
+ name: 'Luna',
1026
+ display: 'luna',
1027
+ symbol: 'LUNA',
1028
+ traces: [{
1029
+ type: 'ibc',
1030
+ counterparty: {
1031
+ channel_id: 'channel-115',
1032
+ base_denom: 'ibc/DA59C009A0B3B95E0549E6BF7B075C8239285989FF457A8EDDBB56F10B2A6986',
1033
+ chain_name: 'kujira'
1034
+ },
1035
+ chain: {
1036
+ channel_id: 'channel-4'
1037
+ }
1038
+ }],
1039
+ images: [{
1040
+ image_sync: {
1041
+ chain_name: 'luna',
1042
+ base_denom: 'uluna'
1043
+ },
1044
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.png',
1045
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.svg'
1046
+ }],
1047
+ logo_URIs: {
1048
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.png',
1049
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.svg'
1050
+ }
1051
+ }, {
1052
+ denom_units: [{
1053
+ denom: 'ibc/B24FEDFFEF78D3BD4A57695DAF1AFC2CC0ECF2FF6A260BCD3D0AB1EF69196C40',
1054
+ exponent: 0,
1055
+ aliases: ['ibc/4F393C3FCA4190C0A6756CE7F6D897D5D1BE57D6CCB80D0BC87393566A7B6602']
1056
+ }, {
1057
+ denom: 'stars',
1058
+ exponent: 6
1059
+ }],
1060
+ type_asset: 'ics20',
1061
+ base: 'ibc/B24FEDFFEF78D3BD4A57695DAF1AFC2CC0ECF2FF6A260BCD3D0AB1EF69196C40',
1062
+ name: 'Stargaze',
1063
+ display: 'stars',
1064
+ symbol: 'STARS',
1065
+ traces: [{
1066
+ type: 'ibc',
1067
+ counterparty: {
1068
+ channel_id: 'channel-115',
1069
+ base_denom: 'ibc/4F393C3FCA4190C0A6756CE7F6D897D5D1BE57D6CCB80D0BC87393566A7B6602',
1070
+ chain_name: 'kujira'
1071
+ },
1072
+ chain: {
1073
+ channel_id: 'channel-4'
1074
+ }
1075
+ }],
1076
+ images: [{
1077
+ image_sync: {
1078
+ chain_name: 'stargaze',
1079
+ base_denom: 'ustars'
1080
+ },
1081
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
1082
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg'
1083
+ }],
1084
+ logo_URIs: {
1085
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
1086
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg'
1087
+ }
1088
+ }, {
1089
+ denom_units: [{
1090
+ denom: 'ibc/60649832588763ED36AFF3D28B76B63FEC24C8A45FF94ED1C3910920AD7EB24F',
1091
+ exponent: 0,
1092
+ aliases: ['ibc/A358D7F19237777AF6D8AD0E0F53268F8B18AE8A53ED318095C14D6D7F3B2DB5']
1093
+ }, {
1094
+ denom: 'scrt',
1095
+ exponent: 6
1096
+ }],
1097
+ base: 'ibc/60649832588763ED36AFF3D28B76B63FEC24C8A45FF94ED1C3910920AD7EB24F',
1098
+ name: 'Secret Network',
1099
+ display: 'scrt',
1100
+ symbol: 'SCRT',
1101
+ traces: [{
1102
+ type: 'ibc',
1103
+ counterparty: {
1104
+ channel_id: 'channel-115',
1105
+ base_denom: 'ibc/A358D7F19237777AF6D8AD0E0F53268F8B18AE8A53ED318095C14D6D7F3B2DB5',
1106
+ chain_name: 'kujira'
1107
+ },
1108
+ chain: {
1109
+ channel_id: 'channel-4'
1110
+ }
1111
+ }],
1112
+ images: [{
1113
+ image_sync: {
1114
+ chain_name: 'scrt',
1115
+ base_denom: 'uscrt'
1116
+ },
1117
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
1118
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
1119
+ }],
1120
+ logo_URIs: {
1121
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
1122
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
1123
+ }
1124
+ }, {
1125
+ description: 'The native token of Osmosis',
1126
+ denom_units: [{
1127
+ denom: 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B',
1128
+ exponent: 0,
1129
+ aliases: ['uosmo']
1130
+ }, {
1131
+ denom: 'osmo',
1132
+ exponent: 6
1133
+ }],
1134
+ base: 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B',
1135
+ name: 'Osmosis',
1136
+ display: 'osmo',
1137
+ symbol: 'OSMO',
1138
+ logo_URIs: {
1139
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
1140
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
1141
+ },
1142
+ coingecko_id: 'osmosis',
1143
+ keywords: ['dex', 'staking'],
1144
+ images: [{
1145
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
1146
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
1147
+ }],
1148
+ traces: [{
1149
+ type: 'ibc',
1150
+ counterparty: {
1151
+ channel_id: 'channel-1424',
1152
+ base_denom: 'uosmo',
1153
+ chain_name: 'osmosis'
1154
+ },
1155
+ chain: {
1156
+ channel_id: 'channel-1'
1157
+ }
1158
+ }]
1159
+ }, {
1160
+ denom_units: [{
1161
+ denom: 'ibc/EA7DF7F779C7F14E07172E5713E07356B55F01496CA649DDE46CF8FBF1A8466D',
1162
+ exponent: 0,
1163
+ aliases: ['uion']
1164
+ }, {
1165
+ denom: 'ion',
1166
+ exponent: 6
1167
+ }],
1168
+ base: 'ibc/EA7DF7F779C7F14E07172E5713E07356B55F01496CA649DDE46CF8FBF1A8466D',
1169
+ name: 'Ion DAO',
1170
+ display: 'ion',
1171
+ symbol: 'ION',
1172
+ logo_URIs: {
1173
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
1174
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
1175
+ },
1176
+ coingecko_id: 'ion',
1177
+ keywords: ['memecoin'],
1178
+ images: [{
1179
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
1180
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
1181
+ }],
1182
+ traces: [{
1183
+ type: 'ibc',
1184
+ counterparty: {
1185
+ channel_id: 'channel-1424',
1186
+ base_denom: 'uion',
1187
+ chain_name: 'osmosis'
1188
+ },
1189
+ chain: {
1190
+ channel_id: 'channel-1'
1191
+ }
1192
+ }]
1193
+ }, {
1194
+ denom_units: [{
1195
+ denom: 'ibc/4FBFB92ED8EBA5AB1454C1215D1FE536BB09393A58E27E3891FD5D9AE18B6A37',
1196
+ exponent: 0,
1197
+ aliases: ['factory/osmo14klwqgkmackvx2tqa0trtg69dmy0nrg4ntq4gjgw2za4734r5seqjqm4gm/uibcx']
1198
+ }, {
1199
+ denom: 'ibcx',
1200
+ exponent: 6
1201
+ }],
1202
+ address: 'osmo14klwqgkmackvx2tqa0trtg69dmy0nrg4ntq4gjgw2za4734r5seqjqm4gm',
1203
+ base: 'ibc/4FBFB92ED8EBA5AB1454C1215D1FE536BB09393A58E27E3891FD5D9AE18B6A37',
1204
+ name: 'IBC Index',
1205
+ display: 'ibcx',
1206
+ symbol: 'IBCX',
1207
+ logo_URIs: {
1208
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ibcx.svg'
1209
+ },
1210
+ coingecko_id: 'ibc-index',
1211
+ images: [{
1212
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ibcx.svg'
1213
+ }],
1214
+ traces: [{
1215
+ type: 'ibc',
1216
+ counterparty: {
1217
+ channel_id: 'channel-1424',
1218
+ base_denom: 'factory/osmo14klwqgkmackvx2tqa0trtg69dmy0nrg4ntq4gjgw2za4734r5seqjqm4gm/uibcx',
1219
+ chain_name: 'osmosis'
1220
+ },
1221
+ chain: {
1222
+ channel_id: 'channel-1'
1223
+ }
1224
+ }]
1225
+ }, {
1226
+ denom_units: [{
1227
+ denom: 'ibc/6D0DCE67DFE046EC06CC24175C7AB225A9C083BB7F01EA597A343870D38C158A',
1228
+ exponent: 0,
1229
+ aliases: ['factory/osmo1xqw2sl9zk8a6pch0csaw78n4swg5ws8t62wc5qta4gnjxfqg6v2qcs243k/stuibcx']
1230
+ }, {
1231
+ denom: 'stibcx',
1232
+ exponent: 6
1233
+ }],
1234
+ address: 'osmo1xqw2sl9zk8a6pch0csaw78n4swg5ws8t62wc5qta4gnjxfqg6v2qcs243k',
1235
+ base: 'ibc/6D0DCE67DFE046EC06CC24175C7AB225A9C083BB7F01EA597A343870D38C158A',
1236
+ name: 'Staked IBCX',
1237
+ display: 'stibcx',
1238
+ symbol: 'stIBCX',
1239
+ logo_URIs: {
1240
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/stibcx.png',
1241
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/stibcx.svg'
1242
+ },
1243
+ images: [{
1244
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/stibcx.png',
1245
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/stibcx.svg'
1246
+ }],
1247
+ traces: [{
1248
+ type: 'ibc',
1249
+ counterparty: {
1250
+ channel_id: 'channel-1424',
1251
+ base_denom: 'factory/osmo1xqw2sl9zk8a6pch0csaw78n4swg5ws8t62wc5qta4gnjxfqg6v2qcs243k/stuibcx',
1252
+ chain_name: 'osmosis'
1253
+ },
1254
+ chain: {
1255
+ channel_id: 'channel-1'
1256
+ }
1257
+ }]
1258
+ }, {
1259
+ denom_units: [{
1260
+ denom: 'ibc/FA7775734CC73176B7425910DE001A1D2AD9B6D9E93129A5D0750EAD13E4E63A',
1261
+ exponent: 0,
1262
+ aliases: ['ibc/D189335C6E4A68B513C10AB227BF1C1D38C746766278BA3EEB4FB14124F1D858']
1263
+ }, {
1264
+ denom: 'usdc',
1265
+ exponent: 6
1266
+ }],
1267
+ type_asset: 'ics20',
1268
+ base: 'ibc/FA7775734CC73176B7425910DE001A1D2AD9B6D9E93129A5D0750EAD13E4E63A',
1269
+ name: 'Axelar USD Coin',
1270
+ display: 'usdc',
1271
+ symbol: 'USDC.axl',
1272
+ traces: [{
1273
+ type: 'ibc',
1274
+ counterparty: {
1275
+ channel_id: 'channel-1424',
1276
+ base_denom: 'ibc/D189335C6E4A68B513C10AB227BF1C1D38C746766278BA3EEB4FB14124F1D858',
1277
+ chain_name: 'osmosis'
1278
+ },
1279
+ chain: {
1280
+ channel_id: 'channel-1'
1281
+ }
1282
+ }],
1283
+ images: [{
1284
+ image_sync: {
1285
+ chain_name: 'axelar',
1286
+ base_denom: 'uusdc'
1287
+ },
1288
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.png',
1289
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg'
1290
+ }],
1291
+ logo_URIs: {
1292
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.png',
1293
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg'
1294
+ }
1295
+ }, {
1296
+ denom_units: [{
1297
+ denom: 'ibc/BD9451F387367AA88FA3D18333B2F1D56607449F20B15B4557042DA869703E25',
1298
+ exponent: 0,
1299
+ aliases: ['ibc/0B3C3D06228578334B66B57FBFBA4033216CEB8119B27ACDEE18D92DA5B28D43']
1300
+ }, {
1301
+ denom: 'avalanche-usdc',
1302
+ exponent: 6
1303
+ }],
1304
+ type_asset: 'ics20',
1305
+ base: 'ibc/BD9451F387367AA88FA3D18333B2F1D56607449F20B15B4557042DA869703E25',
1306
+ name: 'Wormhole USDC(Avalanche)',
1307
+ display: 'avalanche-usdc',
1308
+ symbol: 'avalanche.USDC.wh',
1309
+ traces: [{
1310
+ type: 'ibc',
1311
+ counterparty: {
1312
+ channel_id: 'channel-1424',
1313
+ base_denom: 'ibc/0B3C3D06228578334B66B57FBFBA4033216CEB8119B27ACDEE18D92DA5B28D43',
1314
+ chain_name: 'osmosis'
1315
+ },
1316
+ chain: {
1317
+ channel_id: 'channel-1'
1318
+ }
1319
+ }],
1320
+ images: [{
1321
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.hole.png',
1322
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.hole.svg'
1323
+ }],
1324
+ logo_URIs: {
1325
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.hole.png',
1326
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.hole.svg'
1327
+ }
1328
+ }, {
1329
+ denom_units: [{
1330
+ denom: 'ibc/6B199312B29CF047BF8B1337450EF3AA0475FE0C312DB94055F2D5B22CD1E71A',
1331
+ exponent: 0,
1332
+ aliases: ['ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4']
1333
+ }, {
1334
+ denom: 'usdc',
1335
+ exponent: 6
1336
+ }],
1337
+ type_asset: 'ics20',
1338
+ base: 'ibc/6B199312B29CF047BF8B1337450EF3AA0475FE0C312DB94055F2D5B22CD1E71A',
1339
+ name: 'Noble USD Coin',
1340
+ display: 'usdc',
1341
+ symbol: 'USDC',
1342
+ traces: [{
1343
+ type: 'ibc',
1344
+ counterparty: {
1345
+ channel_id: 'channel-1424',
1346
+ base_denom: 'ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4',
1347
+ chain_name: 'osmosis'
1348
+ },
1349
+ chain: {
1350
+ channel_id: 'channel-1'
1351
+ }
1352
+ }],
1353
+ images: [{
1354
+ image_sync: {
1355
+ chain_name: 'noble',
1356
+ base_denom: 'uusdc'
1357
+ },
1358
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png',
1359
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg'
1360
+ }],
1361
+ logo_URIs: {
1362
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png',
1363
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg'
1364
+ }
1365
+ }, {
1366
+ denom_units: [{
1367
+ denom: 'ibc/9E58E47857A51FFB728EDB7DD54CDFC2AB5E8FF358B9B010BF0A92AB18930BEA',
1368
+ exponent: 0,
1369
+ aliases: ['ibc/D176154B0C63D1F9C6DCFB4F70349EBF2E2B5A87A05902F57A6AE92B863E9AEC']
1370
+ }, {
1371
+ denom: 'stosmo',
1372
+ exponent: 6
1373
+ }],
1374
+ type_asset: 'ics20',
1375
+ base: 'ibc/9E58E47857A51FFB728EDB7DD54CDFC2AB5E8FF358B9B010BF0A92AB18930BEA',
1376
+ name: 'stOSMO',
1377
+ display: 'stosmo',
1378
+ symbol: 'stOSMO',
1379
+ traces: [{
1380
+ type: 'ibc',
1381
+ counterparty: {
1382
+ channel_id: 'channel-1424',
1383
+ base_denom: 'ibc/D176154B0C63D1F9C6DCFB4F70349EBF2E2B5A87A05902F57A6AE92B863E9AEC',
1384
+ chain_name: 'osmosis'
1385
+ },
1386
+ chain: {
1387
+ channel_id: 'channel-1'
1388
+ }
1389
+ }],
1390
+ images: [{
1391
+ image_sync: {
1392
+ chain_name: 'stride',
1393
+ base_denom: 'stuosmo'
1394
+ },
1395
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.png',
1396
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.svg'
1397
+ }],
1398
+ logo_URIs: {
1399
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.png',
1400
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.svg'
1401
+ }
1402
+ }, {
1403
+ denom_units: [{
1404
+ denom: 'ibc/FA0006F056DB6719B8C16C551FC392B62F5729978FC0B125AC9A432DBB2AA1A5',
1405
+ exponent: 0,
1406
+ aliases: ['ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2']
1407
+ }, {
1408
+ denom: 'atom',
1409
+ exponent: 6
1410
+ }],
1411
+ type_asset: 'ics20',
1412
+ base: 'ibc/FA0006F056DB6719B8C16C551FC392B62F5729978FC0B125AC9A432DBB2AA1A5',
1413
+ name: 'Cosmos Hub Atom',
1414
+ display: 'atom',
1415
+ symbol: 'ATOM',
1416
+ traces: [{
1417
+ type: 'ibc',
1418
+ counterparty: {
1419
+ channel_id: 'channel-1424',
1420
+ base_denom: 'ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2',
1421
+ chain_name: 'osmosis'
1422
+ },
1423
+ chain: {
1424
+ channel_id: 'channel-1'
1425
+ }
1426
+ }],
1427
+ images: [{
1428
+ image_sync: {
1429
+ chain_name: 'cosmoshub',
1430
+ base_denom: 'uatom'
1431
+ },
1432
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
1433
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
1434
+ }],
1435
+ logo_URIs: {
1436
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
1437
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
1438
+ }
1439
+ }, {
1440
+ denom_units: [{
1441
+ denom: 'ibc/74B0BDD3C0941166F5E96BFBC847219BBE609535F3A0D941C22342A60BD43A08',
1442
+ exponent: 0,
1443
+ aliases: ['ibc/C140AFD542AE77BD7DCC83F13FDD8C5E5BB8C4929785E6EC2F4C636F98F17901']
1444
+ }, {
1445
+ denom: 'statom',
1446
+ exponent: 6
1447
+ }],
1448
+ type_asset: 'ics20',
1449
+ base: 'ibc/74B0BDD3C0941166F5E96BFBC847219BBE609535F3A0D941C22342A60BD43A08',
1450
+ name: 'stATOM',
1451
+ display: 'statom',
1452
+ symbol: 'stATOM',
1453
+ traces: [{
1454
+ type: 'ibc',
1455
+ counterparty: {
1456
+ channel_id: 'channel-1424',
1457
+ base_denom: 'ibc/C140AFD542AE77BD7DCC83F13FDD8C5E5BB8C4929785E6EC2F4C636F98F17901',
1458
+ chain_name: 'osmosis'
1459
+ },
1460
+ chain: {
1461
+ channel_id: 'channel-1'
1462
+ }
1463
+ }],
1464
+ images: [{
1465
+ image_sync: {
1466
+ chain_name: 'stride',
1467
+ base_denom: 'stuatom'
1468
+ },
1469
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.png',
1470
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.svg'
1471
+ }],
1472
+ logo_URIs: {
1473
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.png',
1474
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.svg'
1475
+ }
1476
+ }, {
1477
+ denom_units: [{
1478
+ denom: 'ibc/37B7C1AABC243067278C28C77973A28D7844EF5465ACD0EBE6E506BE4C6816C2',
1479
+ exponent: 0,
1480
+ aliases: ['ibc/EA1D43981D5C9A1C4AAEA9C23BB1D4FA126BA9BC7020A25E0AE4AA841EA25DC5']
1481
+ }, {
1482
+ denom: 'weth',
1483
+ exponent: 18
1484
+ }],
1485
+ type_asset: 'ics20',
1486
+ base: 'ibc/37B7C1AABC243067278C28C77973A28D7844EF5465ACD0EBE6E506BE4C6816C2',
1487
+ name: 'Wrapped Ether',
1488
+ display: 'weth',
1489
+ symbol: 'ETH',
1490
+ traces: [{
1491
+ type: 'ibc',
1492
+ counterparty: {
1493
+ channel_id: 'channel-1424',
1494
+ base_denom: 'ibc/EA1D43981D5C9A1C4AAEA9C23BB1D4FA126BA9BC7020A25E0AE4AA841EA25DC5',
1495
+ chain_name: 'osmosis'
1496
+ },
1497
+ chain: {
1498
+ channel_id: 'channel-1'
1499
+ }
1500
+ }],
1501
+ images: [{
1502
+ image_sync: {
1503
+ chain_name: 'axelar',
1504
+ base_denom: 'weth-wei'
1505
+ },
1506
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/weth.png'
1507
+ }],
1508
+ logo_URIs: {
1509
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/weth.png'
1510
+ }
1511
+ }, {
1512
+ denom_units: [{
1513
+ denom: 'ibc/DA1BE182A23423A7031255C608B68D1E54AD30087AEB7F25B48D2CF8A5FE1DDB',
1514
+ exponent: 0,
1515
+ aliases: ['ibc/D1542AA8762DB13087D8364F3EA6509FD6F009A34F00426AF9E4F9FA85CBBF1F']
1516
+ }, {
1517
+ denom: 'wbtc',
1518
+ exponent: 8
1519
+ }],
1520
+ type_asset: 'ics20',
1521
+ base: 'ibc/DA1BE182A23423A7031255C608B68D1E54AD30087AEB7F25B48D2CF8A5FE1DDB',
1522
+ name: 'Wrapped Bitcoin (Axelar)',
1523
+ display: 'wbtc',
1524
+ symbol: 'WBTC.axl',
1525
+ traces: [{
1526
+ type: 'ibc',
1527
+ counterparty: {
1528
+ channel_id: 'channel-1424',
1529
+ base_denom: 'ibc/D1542AA8762DB13087D8364F3EA6509FD6F009A34F00426AF9E4F9FA85CBBF1F',
1530
+ chain_name: 'osmosis'
1531
+ },
1532
+ chain: {
1533
+ channel_id: 'channel-1'
1534
+ }
1535
+ }],
1536
+ images: [{
1537
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.svg',
1538
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.png'
1539
+ }, {
1540
+ image_sync: {
1541
+ chain_name: 'axelar',
1542
+ base_denom: 'wbtc-satoshi'
1543
+ },
1544
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/wbtc.png'
1545
+ }],
1546
+ logo_URIs: {
1547
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.svg',
1548
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.png'
1549
+ }
1550
+ }, {
1551
+ description: 'ERIS liquid staked OSMO',
1552
+ denom_units: [{
1553
+ denom: 'ibc/E0687047EA2BDEFC10A211E27502C2A78441684F624B41FD2FCFDEFDFB5AA569',
1554
+ exponent: 0,
1555
+ aliases: ['factory/osmo1dv8wz09tckslr2wy5z86r46dxvegylhpt97r9yd6qc3kyc6tv42qa89dr9/ampOSMO']
1556
+ }, {
1557
+ denom: 'ampOSMO',
1558
+ exponent: 6
1559
+ }],
1560
+ address: 'osmo1dv8wz09tckslr2wy5z86r46dxvegylhpt97r9yd6qc3kyc6tv42qa89dr9',
1561
+ base: 'ibc/E0687047EA2BDEFC10A211E27502C2A78441684F624B41FD2FCFDEFDFB5AA569',
1562
+ name: 'ERIS Amplified OSMO',
1563
+ display: 'ampOSMO',
1564
+ symbol: 'ampOSMO',
1565
+ logo_URIs: {
1566
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/amposmo.png'
1567
+ },
1568
+ images: [{
1569
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/amposmo.png'
1570
+ }],
1571
+ traces: [{
1572
+ type: 'ibc',
1573
+ counterparty: {
1574
+ channel_id: 'channel-1424',
1575
+ base_denom: 'factory/osmo1dv8wz09tckslr2wy5z86r46dxvegylhpt97r9yd6qc3kyc6tv42qa89dr9/ampOSMO',
1576
+ chain_name: 'osmosis'
1577
+ },
1578
+ chain: {
1579
+ channel_id: 'channel-1'
1580
+ }
1581
+ }]
1582
+ }, {
1583
+ description: 'Tether USDT on Osmosis',
1584
+ denom_units: [{
1585
+ denom: 'ibc/C3131D228C3163DFD9068B14B920F10A4D37BE10E76CDC6C847B80AA83E40D40',
1586
+ exponent: 0,
1587
+ aliases: ['ibc/4ABBEF4C8926DDDB320AE5188CFD63267ABBCEFC0583E4AE05D6E5AA2401DDAB']
1588
+ }, {
1589
+ denom: 'usdt',
1590
+ exponent: 6
1591
+ }],
1592
+ type_asset: 'ics20',
1593
+ base: 'ibc/C3131D228C3163DFD9068B14B920F10A4D37BE10E76CDC6C847B80AA83E40D40',
1594
+ name: 'Tether USDT',
1595
+ display: 'usdt',
1596
+ symbol: 'USDT',
1597
+ traces: [{
1598
+ type: 'ibc',
1599
+ counterparty: {
1600
+ channel_id: 'channel-1424',
1601
+ base_denom: 'ibc/4ABBEF4C8926DDDB320AE5188CFD63267ABBCEFC0583E4AE05D6E5AA2401DDAB',
1602
+ chain_name: 'osmosis'
1603
+ },
1604
+ chain: {
1605
+ channel_id: 'channel-1'
1606
+ }
1607
+ }],
1608
+ images: [{
1609
+ image_sync: {
1610
+ chain_name: 'kava',
1611
+ base_denom: 'erc20/tether/usdt'
1612
+ },
1613
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
1614
+ }],
1615
+ logo_URIs: {
1616
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
1617
+ }
1618
+ }, {
1619
+ description: "Membrane's CDP-style stablecoin called CDT",
1620
+ denom_units: [{
1621
+ denom: 'ibc/9F977CFD6084FD4B83DF6BD27CECC0F805D0F6D95ED099650F330D94510F7F19',
1622
+ exponent: 0,
1623
+ aliases: ['factory/osmo1s794h9rxggytja3a4pmwul53u98k06zy2qtrdvjnfuxruh7s8yjs6cyxgd/ucdt']
1624
+ }, {
1625
+ denom: 'cdt',
1626
+ exponent: 6
1627
+ }],
1628
+ base: 'ibc/9F977CFD6084FD4B83DF6BD27CECC0F805D0F6D95ED099650F330D94510F7F19',
1629
+ name: 'CDT Stablecoin',
1630
+ display: 'cdt',
1631
+ symbol: 'CDT',
1632
+ logo_URIs: {
1633
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/CDT.svg'
1634
+ },
1635
+ coingecko_id: 'collateralized-debt-token',
1636
+ images: [{
1637
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/CDT.svg'
1638
+ }],
1639
+ traces: [{
1640
+ type: 'ibc',
1641
+ counterparty: {
1642
+ channel_id: 'channel-1424',
1643
+ base_denom: 'factory/osmo1s794h9rxggytja3a4pmwul53u98k06zy2qtrdvjnfuxruh7s8yjs6cyxgd/ucdt',
1644
+ chain_name: 'osmosis'
1645
+ },
1646
+ chain: {
1647
+ channel_id: 'channel-1'
1648
+ }
1649
+ }]
1650
+ }, {
1651
+ description: "Membrane's protocol token",
1652
+ denom_units: [{
1653
+ denom: 'ibc/CC0A5E28C584A93AB762E71DD3D5991928637042AC3E900EE94E19E46CBFE935',
1654
+ exponent: 0,
1655
+ aliases: ['factory/osmo1s794h9rxggytja3a4pmwul53u98k06zy2qtrdvjnfuxruh7s8yjs6cyxgd/umbrn']
1656
+ }, {
1657
+ denom: 'mbrn',
1658
+ exponent: 6
1659
+ }],
1660
+ base: 'ibc/CC0A5E28C584A93AB762E71DD3D5991928637042AC3E900EE94E19E46CBFE935',
1661
+ name: 'Membrane',
1662
+ display: 'mbrn',
1663
+ symbol: 'MBRN',
1664
+ logo_URIs: {
1665
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/MBRN.svg'
1666
+ },
1667
+ coingecko_id: 'membrane',
1668
+ images: [{
1669
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/MBRN.svg'
1670
+ }],
1671
+ traces: [{
1672
+ type: 'ibc',
1673
+ counterparty: {
1674
+ channel_id: 'channel-1424',
1675
+ base_denom: 'factory/osmo1s794h9rxggytja3a4pmwul53u98k06zy2qtrdvjnfuxruh7s8yjs6cyxgd/umbrn',
1676
+ chain_name: 'osmosis'
1677
+ },
1678
+ chain: {
1679
+ channel_id: 'channel-1'
1680
+ }
1681
+ }]
1682
+ }, {
1683
+ description: 'TIA on Osmosis',
1684
+ denom_units: [{
1685
+ denom: 'ibc/EB7702F7862428669576938CD8DD19FBF39F6516F1F94A1B02AC8CBAFF06858B',
1686
+ exponent: 0,
1687
+ aliases: ['ibc/D79E7D83AB399BFFF93433E54FAA480C191248FC556924A2A8351AE2638B3877']
1688
+ }, {
1689
+ denom: 'tia',
1690
+ exponent: 6
1691
+ }],
1692
+ type_asset: 'ics20',
1693
+ base: 'ibc/EB7702F7862428669576938CD8DD19FBF39F6516F1F94A1B02AC8CBAFF06858B',
1694
+ name: 'Celestia TIA',
1695
+ display: 'tia',
1696
+ symbol: 'TIA',
1697
+ traces: [{
1698
+ type: 'ibc',
1699
+ counterparty: {
1700
+ channel_id: 'channel-1424',
1701
+ base_denom: 'ibc/D79E7D83AB399BFFF93433E54FAA480C191248FC556924A2A8351AE2638B3877',
1702
+ chain_name: 'osmosis'
1703
+ },
1704
+ chain: {
1705
+ channel_id: 'channel-1'
1706
+ }
1707
+ }],
1708
+ images: [{
1709
+ image_sync: {
1710
+ chain_name: 'celestia',
1711
+ base_denom: 'utia'
1712
+ },
1713
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png',
1714
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg'
1715
+ }],
1716
+ logo_URIs: {
1717
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png',
1718
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg'
1719
+ }
1720
+ }, {
1721
+ description: 'Margined Power Token sqOSMO',
1722
+ denom_units: [{
1723
+ denom: 'ibc/03FB4E4D1043755015ABF1A84773EA334B2726EF464CF90D926C888ECE2D64FD',
1724
+ exponent: 0,
1725
+ aliases: ['factory/osmo1g8qypve6l95xmhgc0fddaecerffymsl7kn9muw/squosmo']
1726
+ }, {
1727
+ denom: 'sqosmo',
1728
+ exponent: 6
1729
+ }],
1730
+ base: 'ibc/03FB4E4D1043755015ABF1A84773EA334B2726EF464CF90D926C888ECE2D64FD',
1731
+ name: 'OSMO Squared',
1732
+ display: 'sqosmo',
1733
+ symbol: 'sqOSMO',
1734
+ logo_URIs: {
1735
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sqosmo.svg'
1736
+ },
1737
+ images: [{
1738
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sqosmo.svg'
1739
+ }],
1740
+ traces: [{
1741
+ type: 'ibc',
1742
+ counterparty: {
1743
+ channel_id: 'channel-1424',
1744
+ base_denom: 'factory/osmo1g8qypve6l95xmhgc0fddaecerffymsl7kn9muw/squosmo',
1745
+ chain_name: 'osmosis'
1746
+ },
1747
+ chain: {
1748
+ channel_id: 'channel-1'
1749
+ }
1750
+ }]
1751
+ }, {
1752
+ description: 'NOIS on Osmosis',
1753
+ denom_units: [{
1754
+ denom: 'ibc/8349192BE84F63ECBCDE2E0195DAC22453C9AAC740971FE95D382CA8075E6A1C',
1755
+ exponent: 0,
1756
+ aliases: ['ibc/6928AFA9EA721938FED13B051F9DBF1272B16393D20C49EA5E4901BB76D94A90']
1757
+ }, {
1758
+ denom: 'nois',
1759
+ exponent: 6
1760
+ }],
1761
+ type_asset: 'ics20',
1762
+ base: 'ibc/8349192BE84F63ECBCDE2E0195DAC22453C9AAC740971FE95D382CA8075E6A1C',
1763
+ name: 'Nois NOIS',
1764
+ display: 'nois',
1765
+ symbol: 'NOIS',
1766
+ traces: [{
1767
+ type: 'ibc',
1768
+ counterparty: {
1769
+ channel_id: 'channel-1424',
1770
+ base_denom: 'ibc/6928AFA9EA721938FED13B051F9DBF1272B16393D20C49EA5E4901BB76D94A90',
1771
+ chain_name: 'osmosis'
1772
+ },
1773
+ chain: {
1774
+ channel_id: 'channel-1'
1775
+ }
1776
+ }],
1777
+ images: [{
1778
+ image_sync: {
1779
+ chain_name: 'nois',
1780
+ base_denom: 'unois'
1781
+ },
1782
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.png',
1783
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.svg'
1784
+ }],
1785
+ logo_URIs: {
1786
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.png',
1787
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.svg'
1788
+ }
1789
+ }, {
1790
+ description: 'Margined Power Token sqBTC',
1791
+ denom_units: [{
1792
+ denom: 'ibc/EA3D1D169CAF4C6A1B813D41337614C5785DD018514333C301B92B981A46CE02',
1793
+ exponent: 0,
1794
+ aliases: ['factory/osmo1g8qypve6l95xmhgc0fddaecerffymsl7kn9muw/sqbtc']
1795
+ }, {
1796
+ denom: 'sqbtc',
1797
+ exponent: 6
1798
+ }],
1799
+ base: 'ibc/EA3D1D169CAF4C6A1B813D41337614C5785DD018514333C301B92B981A46CE02',
1800
+ name: 'BTC Squared',
1801
+ display: 'sqbtc',
1802
+ symbol: 'sqBTC',
1803
+ logo_URIs: {
1804
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sqbtc.svg'
1805
+ },
1806
+ images: [{
1807
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sqbtc.svg'
1808
+ }],
1809
+ traces: [{
1810
+ type: 'ibc',
1811
+ counterparty: {
1812
+ channel_id: 'channel-1424',
1813
+ base_denom: 'factory/osmo1g8qypve6l95xmhgc0fddaecerffymsl7kn9muw/sqbtc',
1814
+ chain_name: 'osmosis'
1815
+ },
1816
+ chain: {
1817
+ channel_id: 'channel-1'
1818
+ }
1819
+ }]
1820
+ }, {
1821
+ description: 'Margined Power Token sqATOM',
1822
+ denom_units: [{
1823
+ denom: 'ibc/8ACFBDDF77DA174672D246AA2083FC83067F2FB669D9F6BB00632A3F635EBAF9',
1824
+ exponent: 0,
1825
+ aliases: ['factory/osmo1g8qypve6l95xmhgc0fddaecerffymsl7kn9muw/sqatom']
1826
+ }, {
1827
+ denom: 'sqatom',
1828
+ exponent: 6
1829
+ }],
1830
+ base: 'ibc/8ACFBDDF77DA174672D246AA2083FC83067F2FB669D9F6BB00632A3F635EBAF9',
1831
+ name: 'ATOM Squared',
1832
+ display: 'sqatom',
1833
+ symbol: 'sqATOM',
1834
+ logo_URIs: {
1835
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sqatom.svg'
1836
+ },
1837
+ images: [{
1838
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sqatom.svg'
1839
+ }],
1840
+ traces: [{
1841
+ type: 'ibc',
1842
+ counterparty: {
1843
+ channel_id: 'channel-1424',
1844
+ base_denom: 'factory/osmo1g8qypve6l95xmhgc0fddaecerffymsl7kn9muw/sqatom',
1845
+ chain_name: 'osmosis'
1846
+ },
1847
+ chain: {
1848
+ channel_id: 'channel-1'
1849
+ }
1850
+ }]
1851
+ }, {
1852
+ description: 'CRO is the native token of the Crypto.org Chain, referred to as Native CRO.',
1853
+ denom_units: [{
1854
+ denom: 'ibc/FBA34C2BCE61066AED99D1797EB05A419F5FDB523E36F30F6C254BE61BCCAE29',
1855
+ exponent: 0,
1856
+ aliases: ['ibc/E6931F78057F7CC5DA0FD6CEF82FF39373A6E0452BF1FD76910B93292CF356C1']
1857
+ }, {
1858
+ denom: 'cro',
1859
+ exponent: 8
1860
+ }],
1861
+ type_asset: 'ics20',
1862
+ base: 'ibc/FBA34C2BCE61066AED99D1797EB05A419F5FDB523E36F30F6C254BE61BCCAE29',
1863
+ name: 'Cronos',
1864
+ display: 'cro',
1865
+ symbol: 'CRO',
1866
+ traces: [{
1867
+ type: 'ibc',
1868
+ counterparty: {
1869
+ channel_id: 'channel-1424',
1870
+ base_denom: 'ibc/E6931F78057F7CC5DA0FD6CEF82FF39373A6E0452BF1FD76910B93292CF356C1',
1871
+ chain_name: 'osmosis'
1872
+ },
1873
+ chain: {
1874
+ channel_id: 'channel-1'
1875
+ }
1876
+ }],
1877
+ images: [{
1878
+ image_sync: {
1879
+ chain_name: 'cryptoorgchain',
1880
+ base_denom: 'basecro'
1881
+ },
1882
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro.svg'
1883
+ }],
1884
+ logo_URIs: {
1885
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro.svg'
1886
+ }
1887
+ }, {
1888
+ description: 'The native token of Stargaze',
1889
+ denom_units: [{
1890
+ denom: 'ibc/BE9116F49581FF59F018C64FB4A445B307332F77381640AAB05380473D0D7642',
1891
+ exponent: 0,
1892
+ aliases: ['ibc/987C17B11ABC2B20019178ACE62929FE9840202CE79498E29FE8E5CB02B7C0A4']
1893
+ }, {
1894
+ denom: 'stars',
1895
+ exponent: 6
1896
+ }],
1897
+ type_asset: 'ics20',
1898
+ base: 'ibc/BE9116F49581FF59F018C64FB4A445B307332F77381640AAB05380473D0D7642',
1899
+ name: 'Stargaze',
1900
+ display: 'stars',
1901
+ symbol: 'STARS',
1902
+ traces: [{
1903
+ type: 'ibc',
1904
+ counterparty: {
1905
+ channel_id: 'channel-1424',
1906
+ base_denom: 'ibc/987C17B11ABC2B20019178ACE62929FE9840202CE79498E29FE8E5CB02B7C0A4',
1907
+ chain_name: 'osmosis'
1908
+ },
1909
+ chain: {
1910
+ channel_id: 'channel-1'
1911
+ }
1912
+ }],
1913
+ images: [{
1914
+ image_sync: {
1915
+ chain_name: 'stargaze',
1916
+ base_denom: 'ustars'
1917
+ },
1918
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
1919
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg'
1920
+ }],
1921
+ logo_URIs: {
1922
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
1923
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg'
1924
+ }
1925
+ }, {
1926
+ description: 'Maximize ETH yield through leveraged staking across Aave, Compound and Morpho and liquidity provision of ETH liquid staking tokens on Uniswap V3.',
1927
+ denom_units: [{
1928
+ denom: 'ibc/03B109DEE70C41E7D69206D670E3839BFB72891FF2FB5D7D980703953CB8E62B',
1929
+ exponent: 0,
1930
+ aliases: ['ibc/FBB3FEF80ED2344D821D4F95C31DBFD33E4E31D5324CAD94EF756E67B749F668']
1931
+ }, {
1932
+ denom: 'YieldETH',
1933
+ exponent: 18
1934
+ }],
1935
+ type_asset: 'ics20',
1936
+ base: 'ibc/03B109DEE70C41E7D69206D670E3839BFB72891FF2FB5D7D980703953CB8E62B',
1937
+ name: 'Real Yield Eth',
1938
+ display: 'YieldETH',
1939
+ symbol: 'YieldETH',
1940
+ traces: [{
1941
+ type: 'ibc',
1942
+ counterparty: {
1943
+ channel_id: 'channel-1424',
1944
+ base_denom: 'ibc/FBB3FEF80ED2344D821D4F95C31DBFD33E4E31D5324CAD94EF756E67B749F668',
1945
+ chain_name: 'osmosis'
1946
+ },
1947
+ chain: {
1948
+ channel_id: 'channel-1'
1949
+ }
1950
+ }],
1951
+ images: [{
1952
+ image_sync: {
1953
+ chain_name: 'ethereum',
1954
+ base_denom: 'wei'
1955
+ },
1956
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
1957
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg'
1958
+ }],
1959
+ logo_URIs: {
1960
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
1961
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg'
1962
+ }
1963
+ }, {
1964
+ description: 'The native staking token of dYdX Protocol.',
1965
+ denom_units: [{
1966
+ denom: 'ibc/A6FAB4141ECE6F85BAAC00989FDF7F96409673735B845DE730645EC67335E1C0',
1967
+ exponent: 0,
1968
+ aliases: ['ibc/831F0B1BBB1D08A2B75311892876D71565478C532967545476DF4C2D7492E48C']
1969
+ }, {
1970
+ denom: 'dydx',
1971
+ exponent: 18
1972
+ }],
1973
+ type_asset: 'ics20',
1974
+ base: 'ibc/A6FAB4141ECE6F85BAAC00989FDF7F96409673735B845DE730645EC67335E1C0',
1975
+ name: 'dYdX',
1976
+ display: 'dydx',
1977
+ symbol: 'DYDX',
1978
+ traces: [{
1979
+ type: 'ibc',
1980
+ counterparty: {
1981
+ channel_id: 'channel-1424',
1982
+ base_denom: 'ibc/831F0B1BBB1D08A2B75311892876D71565478C532967545476DF4C2D7492E48C',
1983
+ chain_name: 'osmosis'
1984
+ },
1985
+ chain: {
1986
+ channel_id: 'channel-1'
1987
+ }
1988
+ }],
1989
+ images: [{
1990
+ image_sync: {
1991
+ chain_name: 'dydx',
1992
+ base_denom: 'adydx'
1993
+ },
1994
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png',
1995
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg'
1996
+ }],
1997
+ logo_URIs: {
1998
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png',
1999
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg'
2000
+ }
2001
+ }, {
2002
+ description: 'The native token of Quasar',
2003
+ denom_units: [{
2004
+ denom: 'ibc/74C6A071817288DE90F3FC2555B4C18816F327437EB0E825F05A6E3C62DAA2A6',
2005
+ exponent: 0,
2006
+ aliases: ['ibc/1B708808D372E959CD4839C594960309283424C775F4A038AAEBE7F83A988477']
2007
+ }, {
2008
+ denom: 'qsr',
2009
+ exponent: 6
2010
+ }],
2011
+ type_asset: 'ics20',
2012
+ base: 'ibc/74C6A071817288DE90F3FC2555B4C18816F327437EB0E825F05A6E3C62DAA2A6',
2013
+ name: 'Quasar',
2014
+ display: 'qsr',
2015
+ symbol: 'QSR',
2016
+ traces: [{
2017
+ type: 'ibc',
2018
+ counterparty: {
2019
+ channel_id: 'channel-1424',
2020
+ base_denom: 'ibc/1B708808D372E959CD4839C594960309283424C775F4A038AAEBE7F83A988477',
2021
+ chain_name: 'osmosis'
2022
+ },
2023
+ chain: {
2024
+ channel_id: 'channel-1'
2025
+ }
2026
+ }],
2027
+ images: [{
2028
+ image_sync: {
2029
+ chain_name: 'quasar',
2030
+ base_denom: 'uqsr'
2031
+ },
2032
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quasar/images/quasar.png'
2033
+ }],
2034
+ logo_URIs: {
2035
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quasar/images/quasar.png'
2036
+ }
2037
+ }, {
2038
+ description: 'Levana native token',
2039
+ denom_units: [{
2040
+ denom: 'ibc/6A9571DE6A3F60D7703C3290E2944E806C15A47C1EA6D4AFCD3AE4DC8AF080B1',
2041
+ exponent: 0,
2042
+ aliases: ['factory/osmo1mlng7pz4pnyxtpq0akfwall37czyk9lukaucsrn30ameplhhshtqdvfm5c/ulvn']
2043
+ }, {
2044
+ denom: 'lvn',
2045
+ exponent: 6
2046
+ }],
2047
+ base: 'ibc/6A9571DE6A3F60D7703C3290E2944E806C15A47C1EA6D4AFCD3AE4DC8AF080B1',
2048
+ name: 'Levana',
2049
+ display: 'lvn',
2050
+ symbol: 'LVN',
2051
+ logo_URIs: {
2052
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/levana.png',
2053
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/levana.svg'
2054
+ },
2055
+ coingecko_id: 'levana-protocol',
2056
+ images: [{
2057
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/levana.png',
2058
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/levana.svg'
2059
+ }, {
2060
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/levana.png'
2061
+ }],
2062
+ traces: [{
2063
+ type: 'ibc',
2064
+ counterparty: {
2065
+ channel_id: 'channel-1424',
2066
+ base_denom: 'factory/osmo1mlng7pz4pnyxtpq0akfwall37czyk9lukaucsrn30ameplhhshtqdvfm5c/ulvn',
2067
+ chain_name: 'osmosis'
2068
+ },
2069
+ chain: {
2070
+ channel_id: 'channel-1'
2071
+ }
2072
+ }]
2073
+ }, {
2074
+ description: "MilkyWay's liquid staked TIA",
2075
+ denom_units: [{
2076
+ denom: 'ibc/C0DB3E0C7F3CD32FA24FC031FD8B6833627A1C690B741BA85D7A4752D974A77F',
2077
+ exponent: 0,
2078
+ aliases: ['factory/osmo1f5vfcph2dvfeqcqkhetwv75fda69z7e5c2dldm3kvgj23crkv6wqcn47a0/umilkTIA']
2079
+ }, {
2080
+ denom: 'milkTIA',
2081
+ exponent: 6
2082
+ }],
2083
+ base: 'ibc/C0DB3E0C7F3CD32FA24FC031FD8B6833627A1C690B741BA85D7A4752D974A77F',
2084
+ name: 'milkTIA',
2085
+ display: 'milkTIA',
2086
+ symbol: 'milkTIA',
2087
+ traces: [{
2088
+ type: 'ibc',
2089
+ counterparty: {
2090
+ channel_id: 'channel-1424',
2091
+ base_denom: 'factory/osmo1f5vfcph2dvfeqcqkhetwv75fda69z7e5c2dldm3kvgj23crkv6wqcn47a0/umilkTIA',
2092
+ chain_name: 'osmosis'
2093
+ },
2094
+ chain: {
2095
+ channel_id: 'channel-1'
2096
+ }
2097
+ }],
2098
+ logo_URIs: {
2099
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/milktia.png',
2100
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/milktia.svg'
2101
+ },
2102
+ coingecko_id: 'milkyway-staked-tia',
2103
+ images: [{
2104
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/milktia.png',
2105
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/milktia.svg'
2106
+ }]
2107
+ }, {
2108
+ denom_units: [{
2109
+ denom: 'ibc/814F2057808DF5C7C9F9E1A513D9E6669061FF1B010CED198B3352EBA29EFBF6',
2110
+ exponent: 0,
2111
+ aliases: ['ibc/ECBE78BF7677320A93E7BA1761D144BCBF0CBC247C290C049655E106FE5DC68E']
2112
+ }, {
2113
+ denom: 'stkosmo',
2114
+ exponent: 6,
2115
+ aliases: ['stk/osmo']
2116
+ }],
2117
+ type_asset: 'ics20',
2118
+ base: 'ibc/814F2057808DF5C7C9F9E1A513D9E6669061FF1B010CED198B3352EBA29EFBF6',
2119
+ name: 'PSTAKE staked OSMO',
2120
+ display: 'stkosmo',
2121
+ symbol: 'stkOSMO',
2122
+ traces: [{
2123
+ type: 'ibc',
2124
+ counterparty: {
2125
+ channel_id: 'channel-1424',
2126
+ base_denom: 'ibc/ECBE78BF7677320A93E7BA1761D144BCBF0CBC247C290C049655E106FE5DC68E',
2127
+ chain_name: 'osmosis'
2128
+ },
2129
+ chain: {
2130
+ channel_id: 'channel-1'
2131
+ }
2132
+ }],
2133
+ images: [{
2134
+ image_sync: {
2135
+ chain_name: 'persistence',
2136
+ base_denom: 'stk/uosmo'
2137
+ },
2138
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkosmo.png',
2139
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkosmo.svg'
2140
+ }],
2141
+ logo_URIs: {
2142
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkosmo.png',
2143
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkosmo.svg'
2144
+ }
2145
+ }, {
2146
+ description: 'The PAGE token is used for actions in the PageDAO NFT literary ecosystem and for DAO governance.',
2147
+ denom_units: [{
2148
+ denom: 'ibc/A389921DD5551011E2176A1030D7DFA195CD82EA762C6E621964A0416CBFD836',
2149
+ exponent: 0,
2150
+ aliases: ['ibc/23A62409E4AD8133116C249B1FA38EED30E500A115D7B153109462CD82C1CD99']
2151
+ }, {
2152
+ denom: 'page',
2153
+ exponent: 8
2154
+ }],
2155
+ type_asset: 'ics20',
2156
+ base: 'ibc/A389921DD5551011E2176A1030D7DFA195CD82EA762C6E621964A0416CBFD836',
2157
+ name: 'PageDAO',
2158
+ display: 'page',
2159
+ symbol: 'PAGE.grv',
2160
+ traces: [{
2161
+ type: 'ibc',
2162
+ counterparty: {
2163
+ channel_id: 'channel-1424',
2164
+ base_denom: 'ibc/23A62409E4AD8133116C249B1FA38EED30E500A115D7B153109462CD82C1CD99',
2165
+ chain_name: 'osmosis'
2166
+ },
2167
+ chain: {
2168
+ channel_id: 'channel-1'
2169
+ }
2170
+ }],
2171
+ images: [{
2172
+ image_sync: {
2173
+ chain_name: 'gravitybridge',
2174
+ base_denom: 'gravity0x60e683C6514Edd5F758A55b6f393BeBBAfaA8d5e'
2175
+ },
2176
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/page.png',
2177
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/page.svg'
2178
+ }],
2179
+ logo_URIs: {
2180
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/page.png',
2181
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/page.svg'
2182
+ }
2183
+ }, {
2184
+ description: "Nomic's native token.",
2185
+ denom_units: [{
2186
+ denom: 'ibc/F5D24D849000F1EA14946E9BED504C3736E3730FB9D7008C2D78CEFDC79061DE',
2187
+ exponent: 0,
2188
+ aliases: ['ibc/F49DFB3BC8105C57EE7F17EC2402438825B31212CFDD81681EB87911E934F32C']
2189
+ }, {
2190
+ denom: 'nom',
2191
+ exponent: 6
2192
+ }],
2193
+ type_asset: 'ics20',
2194
+ base: 'ibc/F5D24D849000F1EA14946E9BED504C3736E3730FB9D7008C2D78CEFDC79061DE',
2195
+ name: 'Nomic',
2196
+ display: 'nomic',
2197
+ symbol: 'NOM',
2198
+ traces: [{
2199
+ type: 'ibc',
2200
+ counterparty: {
2201
+ channel_id: 'channel-1424',
2202
+ base_denom: 'ibc/F49DFB3BC8105C57EE7F17EC2402438825B31212CFDD81681EB87911E934F32C',
2203
+ chain_name: 'osmosis'
2204
+ },
2205
+ chain: {
2206
+ channel_id: 'channel-1'
2207
+ }
2208
+ }],
2209
+ images: [{
2210
+ image_sync: {
2211
+ chain_name: 'nomic',
2212
+ base_denom: 'unom'
2213
+ },
2214
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nom.png',
2215
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nom.svg'
2216
+ }],
2217
+ logo_URIs: {
2218
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nom.png',
2219
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nom.svg'
2220
+ }
2221
+ }, {
2222
+ description: 'Bitcoin. On Cosmos.',
2223
+ denom_units: [{
2224
+ denom: 'ibc/D5CDA64730157DB9928A8E3CEEA19526A94F933443503A90D375394CA173F829',
2225
+ exponent: 0,
2226
+ aliases: ['ibc/75345531D87BD90BF108BE7240BD721CB2CB0A1F16D4EBA71B09EC3C43E15C8F']
2227
+ }, {
2228
+ denom: 'nbtc',
2229
+ exponent: 14
2230
+ }],
2231
+ type_asset: 'ics20',
2232
+ base: 'ibc/D5CDA64730157DB9928A8E3CEEA19526A94F933443503A90D375394CA173F829',
2233
+ name: 'Nomic Bitcoin',
2234
+ display: 'nbtc',
2235
+ symbol: 'nBTC',
2236
+ traces: [{
2237
+ type: 'ibc',
2238
+ counterparty: {
2239
+ channel_id: 'channel-1424',
2240
+ base_denom: 'ibc/75345531D87BD90BF108BE7240BD721CB2CB0A1F16D4EBA71B09EC3C43E15C8F',
2241
+ chain_name: 'osmosis'
2242
+ },
2243
+ chain: {
2244
+ channel_id: 'channel-1'
2245
+ }
2246
+ }],
2247
+ images: [{
2248
+ image_sync: {
2249
+ chain_name: 'nomic',
2250
+ base_denom: 'usat'
2251
+ },
2252
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nbtc.png',
2253
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nbtc.svg'
2254
+ }],
2255
+ logo_URIs: {
2256
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nbtc.png',
2257
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nbtc.svg'
2258
+ }
2259
+ }, {
2260
+ description: 'AUTISM on Osmosis',
2261
+ denom_units: [{
2262
+ denom: 'ibc/EB87F22692D3AFC92F6062F57E020FFCFB6399BEFF09329E839FBEAF0EE1942E',
2263
+ exponent: 0,
2264
+ aliases: ['ibc/9DDF52A334F92BC57A9E0D59DFF9984EAC61D2A14E5162605DF601AA58FDFC6D']
2265
+ }, {
2266
+ denom: 'autism',
2267
+ exponent: 6
2268
+ }],
2269
+ type_asset: 'ics20',
2270
+ base: 'ibc/EB87F22692D3AFC92F6062F57E020FFCFB6399BEFF09329E839FBEAF0EE1942E',
2271
+ name: 'Injective AUTISM',
2272
+ display: 'autism',
2273
+ symbol: 'AUTISM',
2274
+ traces: [{
2275
+ type: 'ibc',
2276
+ counterparty: {
2277
+ channel_id: 'channel-1424',
2278
+ base_denom: 'ibc/9DDF52A334F92BC57A9E0D59DFF9984EAC61D2A14E5162605DF601AA58FDFC6D',
2279
+ chain_name: 'osmosis'
2280
+ },
2281
+ chain: {
2282
+ channel_id: 'channel-1'
2283
+ }
2284
+ }],
2285
+ images: [{
2286
+ image_sync: {
2287
+ chain_name: 'injective',
2288
+ base_denom: 'factory/inj14lf8xm6fcvlggpa7guxzjqwjmtr24gnvf56hvz/autism'
2289
+ },
2290
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/autism.png'
2291
+ }],
2292
+ logo_URIs: {
2293
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/autism.png'
2294
+ }
2295
+ }, {
2296
+ description: 'Woof on Osmosis',
2297
+ denom_units: [{
2298
+ denom: 'ibc/3679EB0FAF260324A44EF05260EB747D81CA61017AC7D2BCD1BFD29AC927DB7A',
2299
+ exponent: 0,
2300
+ aliases: ['ibc/9B8EC667B6DF55387DC0F3ACC4F187DA6921B0806ED35DE6B04DE96F5AB81F53']
2301
+ }, {
2302
+ denom: 'WOOF',
2303
+ exponent: 6
2304
+ }],
2305
+ type_asset: 'ics20',
2306
+ base: 'ibc/3679EB0FAF260324A44EF05260EB747D81CA61017AC7D2BCD1BFD29AC927DB7A',
2307
+ name: 'WOOF chihuahua',
2308
+ display: 'WOOF',
2309
+ symbol: 'WOOF',
2310
+ traces: [{
2311
+ type: 'ibc',
2312
+ counterparty: {
2313
+ channel_id: 'channel-1424',
2314
+ base_denom: 'ibc/9B8EC667B6DF55387DC0F3ACC4F187DA6921B0806ED35DE6B04DE96F5AB81F53',
2315
+ chain_name: 'osmosis'
2316
+ },
2317
+ chain: {
2318
+ channel_id: 'channel-1'
2319
+ }
2320
+ }],
2321
+ logo_URIs: {
2322
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/woof.png'
2323
+ },
2324
+ images: [{
2325
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/woof.png'
2326
+ }]
2327
+ }, {
2328
+ description: 'The native coin of Sneaky Productions.',
2329
+ denom_units: [{
2330
+ denom: 'ibc/F89F635D97BC6400E17521B4220E3E08F44CE794EB80F5CABB356D3557E72637',
2331
+ exponent: 0,
2332
+ aliases: ['ibc/94ED1F172BC633DFC56D7E26551D8B101ADCCC69052AC44FED89F97FF658138F']
2333
+ }, {
2334
+ denom: 'sneaky',
2335
+ exponent: 6
2336
+ }],
2337
+ type_asset: 'ics20',
2338
+ base: 'ibc/F89F635D97BC6400E17521B4220E3E08F44CE794EB80F5CABB356D3557E72637',
2339
+ name: 'Sneaky Productions',
2340
+ display: 'sneaky',
2341
+ symbol: 'SNEAKY',
2342
+ traces: [{
2343
+ type: 'ibc',
2344
+ counterparty: {
2345
+ channel_id: 'channel-1424',
2346
+ base_denom: 'ibc/94ED1F172BC633DFC56D7E26551D8B101ADCCC69052AC44FED89F97FF658138F',
2347
+ chain_name: 'osmosis'
2348
+ },
2349
+ chain: {
2350
+ channel_id: 'channel-1'
2351
+ }
2352
+ }],
2353
+ logo_URIs: {
2354
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/sneaky.png'
2355
+ },
2356
+ images: [{
2357
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/sneaky.png'
2358
+ }]
2359
+ }, {
2360
+ denom_units: [{
2361
+ denom: 'ibc/CF57A83CED6CEC7D706631B5DC53ABC21B7EDA7DF7490732B4361E6D5DD19C73',
2362
+ exponent: 0,
2363
+ aliases: ['factory/osmo1z0qrq605sjgcqpylfl4aa6s90x738j7m58wyatt0tdzflg2ha26q67k743/wbtc']
2364
+ }, {
2365
+ denom: 'wbtc',
2366
+ exponent: 8
2367
+ }],
2368
+ address: 'osmo1z0qrq605sjgcqpylfl4aa6s90x738j7m58wyatt0tdzflg2ha26q67k743',
2369
+ type_asset: 'sdk.coin',
2370
+ base: 'ibc/CF57A83CED6CEC7D706631B5DC53ABC21B7EDA7DF7490732B4361E6D5DD19C73',
2371
+ name: 'Wrapped Bitcoin',
2372
+ display: 'wbtc',
2373
+ symbol: 'WBTC',
2374
+ traces: [{
2375
+ type: 'ibc',
2376
+ counterparty: {
2377
+ channel_id: 'channel-1424',
2378
+ base_denom: 'factory/osmo1z0qrq605sjgcqpylfl4aa6s90x738j7m58wyatt0tdzflg2ha26q67k743/wbtc',
2379
+ chain_name: 'osmosis'
2380
+ },
2381
+ chain: {
2382
+ channel_id: 'channel-1'
2383
+ }
2384
+ }],
2385
+ images: [{
2386
+ image_sync: {
2387
+ chain_name: 'ethereum',
2388
+ base_denom: '0x2260fac5e5542a773aa44fbcfedf7c193bc2c599'
2389
+ },
2390
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.png',
2391
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.svg'
2392
+ }],
2393
+ logo_URIs: {
2394
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.png',
2395
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.svg'
2396
+ }
2397
+ }, {
2398
+ 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.",
2399
+ denom_units: [{
2400
+ denom: 'ibc/7CB33A66F90533ED1E168CB3251253C719CF4B04FF1290AFD795F14CA1D67278',
2401
+ exponent: 0,
2402
+ aliases: ['factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO']
2403
+ }, {
2404
+ denom: 'WOSMO',
2405
+ exponent: 6
2406
+ }],
2407
+ address: 'osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3',
2408
+ base: 'ibc/7CB33A66F90533ED1E168CB3251253C719CF4B04FF1290AFD795F14CA1D67278',
2409
+ name: 'WOSMO',
2410
+ display: 'WOSMO',
2411
+ symbol: 'WOSMO',
2412
+ logo_URIs: {
2413
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/WOSMO.png'
2414
+ },
2415
+ images: [{
2416
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/WOSMO.png'
2417
+ }],
2418
+ traces: [{
2419
+ type: 'ibc',
2420
+ counterparty: {
2421
+ channel_id: 'channel-1424',
2422
+ base_denom: 'factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO',
2423
+ chain_name: 'osmosis'
2424
+ },
2425
+ chain: {
2426
+ channel_id: 'channel-1'
2427
+ }
2428
+ }]
2429
+ }, {
2430
+ description: 'NLS on Osmosis',
2431
+ denom_units: [{
2432
+ denom: 'ibc/F722502EC90B3084DBD73589FC055E658EF9972A19ADDE61D3AA8BBF39B63883',
2433
+ exponent: 0,
2434
+ aliases: ['ibc/D9AFCECDD361D38302AA66EB3BAC23B95234832C51D12489DC451FA2B7C72782']
2435
+ }, {
2436
+ denom: 'nls',
2437
+ exponent: 6
2438
+ }],
2439
+ type_asset: 'ics20',
2440
+ base: 'ibc/F722502EC90B3084DBD73589FC055E658EF9972A19ADDE61D3AA8BBF39B63883',
2441
+ name: 'Nolus',
2442
+ display: 'nls',
2443
+ symbol: 'NLS',
2444
+ traces: [{
2445
+ type: 'ibc',
2446
+ counterparty: {
2447
+ channel_id: 'channel-1424',
2448
+ base_denom: 'ibc/D9AFCECDD361D38302AA66EB3BAC23B95234832C51D12489DC451FA2B7C72782',
2449
+ chain_name: 'osmosis'
2450
+ },
2451
+ chain: {
2452
+ channel_id: 'channel-1'
2453
+ }
2454
+ }],
2455
+ images: [{
2456
+ image_sync: {
2457
+ chain_name: 'nolus',
2458
+ base_denom: 'unls'
2459
+ },
2460
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.png',
2461
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.svg'
2462
+ }],
2463
+ logo_URIs: {
2464
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.png',
2465
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.svg'
2466
+ }
2467
+ }, {
2468
+ description: 'STRD on Osmosis',
2469
+ denom_units: [{
2470
+ denom: 'ibc/38B29F6563DDADC81C9399EB5CDF140492CC2C58FB70048BC4430567A26ED193',
2471
+ exponent: 0,
2472
+ aliases: ['ibc/A8CA5EE328FA10C9519DF6057DA1F69682D28F7D0F5CCC7ECB72E3DCA2D157A4']
2473
+ }, {
2474
+ denom: 'strd',
2475
+ exponent: 6
2476
+ }],
2477
+ type_asset: 'ics20',
2478
+ base: 'ibc/38B29F6563DDADC81C9399EB5CDF140492CC2C58FB70048BC4430567A26ED193',
2479
+ name: 'Stride',
2480
+ display: 'strd',
2481
+ symbol: 'STRD',
2482
+ traces: [{
2483
+ type: 'ibc',
2484
+ counterparty: {
2485
+ channel_id: 'channel-1424',
2486
+ base_denom: 'ibc/A8CA5EE328FA10C9519DF6057DA1F69682D28F7D0F5CCC7ECB72E3DCA2D157A4',
2487
+ chain_name: 'osmosis'
2488
+ },
2489
+ chain: {
2490
+ channel_id: 'channel-1'
2491
+ }
2492
+ }],
2493
+ images: [{
2494
+ image_sync: {
2495
+ chain_name: 'stride',
2496
+ base_denom: 'ustrd'
2497
+ },
2498
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.png',
2499
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg'
2500
+ }],
2501
+ logo_URIs: {
2502
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.png',
2503
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg'
2504
+ }
2505
+ }, {
2506
+ description: 'Margined Power Token sqTIA',
2507
+ denom_units: [{
2508
+ denom: 'ibc/C975417951A4AA121B7C0A137510DBEEF3008E1DB58A8129C439C0F4FF77F684',
2509
+ exponent: 0,
2510
+ aliases: ['factory/osmo1g8qypve6l95xmhgc0fddaecerffymsl7kn9muw/sqtia']
2511
+ }, {
2512
+ denom: 'sqtia',
2513
+ exponent: 6
2514
+ }],
2515
+ base: 'ibc/C975417951A4AA121B7C0A137510DBEEF3008E1DB58A8129C439C0F4FF77F684',
2516
+ name: 'TIA Squared',
2517
+ display: 'sqtia',
2518
+ symbol: 'sqTIA',
2519
+ logo_URIs: {
2520
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sqtia.svg'
2521
+ },
2522
+ images: [{
2523
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sqtia.svg'
2524
+ }],
2525
+ traces: [{
2526
+ type: 'ibc',
2527
+ counterparty: {
2528
+ channel_id: 'channel-1424',
2529
+ base_denom: 'factory/osmo1g8qypve6l95xmhgc0fddaecerffymsl7kn9muw/sqtia',
2530
+ chain_name: 'osmosis'
2531
+ },
2532
+ chain: {
2533
+ channel_id: 'channel-1'
2534
+ }
2535
+ }]
2536
+ }, {
2537
+ description: 'Sail DAO Token',
2538
+ denom_units: [{
2539
+ denom: 'ibc/A42883E20767D7FF9D69D3CAF21FE2F8666AD1CCFA660CEF61AEB2A262085609',
2540
+ exponent: 0,
2541
+ aliases: ['factory/osmo1rckme96ptawr4zwexxj5g5gej9s2dmud8r2t9j0k0prn5mch5g4snzzwjv/sail']
2542
+ }, {
2543
+ denom: 'sail',
2544
+ exponent: 6
2545
+ }],
2546
+ base: 'ibc/A42883E20767D7FF9D69D3CAF21FE2F8666AD1CCFA660CEF61AEB2A262085609',
2547
+ name: 'Sail',
2548
+ display: 'sail',
2549
+ symbol: 'SAIL',
2550
+ logo_URIs: {
2551
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sail.png'
2552
+ },
2553
+ images: [{
2554
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sail.png'
2555
+ }],
2556
+ traces: [{
2557
+ type: 'ibc',
2558
+ counterparty: {
2559
+ channel_id: 'channel-1424',
2560
+ base_denom: 'factory/osmo1rckme96ptawr4zwexxj5g5gej9s2dmud8r2t9j0k0prn5mch5g4snzzwjv/sail',
2561
+ chain_name: 'osmosis'
2562
+ },
2563
+ chain: {
2564
+ channel_id: 'channel-1'
2565
+ }
2566
+ }]
2567
+ }]
2568
+ };
2569
+ var _default = exports["default"] = assets;