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