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