@chain-registry/assets 1.27.0 → 1.29.0

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