@chain-registry/assets 1.28.0 → 1.29.0

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