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