@chain-registry/assets 1.28.0 → 1.29.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (160) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/main/asset_lists.js +13 -1
  3. package/main/index.js +41 -3
  4. package/main/mainnet/8ball.js +1454 -0
  5. package/main/mainnet/acrechain.js +5752 -0
  6. package/main/mainnet/agoric.js +4889 -0
  7. package/main/mainnet/aioz.js +1559 -0
  8. package/main/mainnet/akash.js +3628 -0
  9. package/main/mainnet/andromeda.js +1254 -0
  10. package/main/mainnet/archway.js +5657 -0
  11. package/main/mainnet/arkh.js +1454 -0
  12. package/main/mainnet/assetmantle.js +2692 -0
  13. package/main/mainnet/assets.js +127 -0
  14. package/main/mainnet/aura.js +3207 -0
  15. package/main/mainnet/axelar.js +6074 -0
  16. package/main/mainnet/bandchain.js +1489 -0
  17. package/main/mainnet/beezee.js +1454 -0
  18. package/main/mainnet/bitcanna.js +2292 -0
  19. package/main/mainnet/bitsong.js +1789 -0
  20. package/main/mainnet/bluzelle.js +1454 -0
  21. package/main/mainnet/bostrom.js +1454 -0
  22. package/main/mainnet/canto.js +1996 -0
  23. package/main/mainnet/carbon.js +4273 -0
  24. package/main/mainnet/celestia.js +4331 -0
  25. package/main/mainnet/cerberus.js +1454 -0
  26. package/main/mainnet/cheqd.js +1953 -0
  27. package/main/mainnet/chihuahua.js +2908 -0
  28. package/main/mainnet/comdex.js +3901 -0
  29. package/main/mainnet/composable.js +6383 -0
  30. package/main/mainnet/coreum.js +4757 -0
  31. package/main/mainnet/cosmoshub.js +9108 -0
  32. package/main/mainnet/crescent.js +7152 -0
  33. package/main/mainnet/cronos.js +182 -0
  34. package/main/mainnet/cryptoorgchain.js +2295 -0
  35. package/main/mainnet/cudos.js +1454 -0
  36. package/main/mainnet/decentr.js +1653 -0
  37. package/main/mainnet/desmos.js +1454 -0
  38. package/main/mainnet/dig.js +1650 -0
  39. package/main/mainnet/doravota.js +2670 -0
  40. package/main/mainnet/dydx.js +4361 -0
  41. package/main/mainnet/dyson.js +1454 -0
  42. package/main/mainnet/echelon.js +1454 -0
  43. package/main/mainnet/emoney.js +1789 -0
  44. package/main/mainnet/empowerchain.js +2663 -0
  45. package/main/mainnet/evmos.js +6529 -0
  46. package/main/mainnet/fetchhub.js +1454 -0
  47. package/main/mainnet/furya.js +2822 -0
  48. package/main/mainnet/fxcore.js +2737 -0
  49. package/main/mainnet/galaxy.js +1454 -0
  50. package/main/mainnet/gateway.js +2567 -0
  51. package/main/mainnet/genesisl1.js +1454 -0
  52. package/main/mainnet/gitopia.js +1454 -0
  53. package/main/mainnet/gravitybridge.js +3401 -0
  54. package/main/mainnet/haqq.js +3306 -0
  55. package/main/mainnet/impacthub.js +2832 -0
  56. package/main/mainnet/imversed.js +1454 -0
  57. package/main/mainnet/index.js +246 -0
  58. package/main/mainnet/injective.js +6344 -0
  59. package/main/mainnet/irisnet.js +2991 -0
  60. package/main/mainnet/jackal.js +3707 -0
  61. package/main/mainnet/juno.js +8171 -0
  62. package/main/mainnet/kava.js +4832 -0
  63. package/main/mainnet/kichain.js +1559 -0
  64. package/main/mainnet/konstellation.js +1454 -0
  65. package/main/mainnet/kujira.js +9086 -0
  66. package/main/mainnet/kyve.js +2558 -0
  67. package/main/mainnet/lambda.js +1454 -0
  68. package/main/mainnet/likecoin.js +1559 -0
  69. package/main/mainnet/lumenx.js +1454 -0
  70. package/main/mainnet/lumnetwork.js +1559 -0
  71. package/main/mainnet/mars.js +3598 -0
  72. package/main/mainnet/medasdigital.js +1488 -0
  73. package/main/mainnet/meme.js +1454 -0
  74. package/main/mainnet/microtick.js +1454 -0
  75. package/main/mainnet/migaloo.js +5951 -0
  76. package/main/mainnet/neutron.js +7834 -0
  77. package/main/mainnet/noble.js +5521 -0
  78. package/main/mainnet/nois.js +2281 -0
  79. package/main/mainnet/nolus.js +2195 -0
  80. package/main/mainnet/nomic.js +3172 -0
  81. package/main/mainnet/nyx.js +1791 -0
  82. package/main/mainnet/odin.js +2558 -0
  83. package/main/mainnet/okexchain.js +563 -0
  84. package/main/mainnet/omniflixhub.js +2741 -0
  85. package/main/mainnet/onomy.js +1454 -0
  86. package/main/mainnet/oraichain.js +1555 -0
  87. package/main/mainnet/osmosis.js +1 -0
  88. package/main/mainnet/panacea.js +1454 -0
  89. package/main/mainnet/passage.js +1454 -0
  90. package/main/mainnet/persistence.js +4490 -0
  91. package/main/mainnet/planq.js +2056 -0
  92. package/main/mainnet/point.js +116 -0
  93. package/main/mainnet/provenance.js +1454 -0
  94. package/main/mainnet/pundix.js +1523 -0
  95. package/main/mainnet/quasar.js +1454 -0
  96. package/main/mainnet/quicksilver.js +2563 -0
  97. package/main/mainnet/qwoyn.js +1491 -0
  98. package/main/mainnet/realio.js +2569 -0
  99. package/main/mainnet/rebus.js +1454 -0
  100. package/main/mainnet/regen.js +3303 -0
  101. package/main/mainnet/rizon.js +1454 -0
  102. package/main/mainnet/secretnetwork.js +10382 -0
  103. package/main/mainnet/sei.js +4466 -0
  104. package/main/mainnet/sentinel.js +2192 -0
  105. package/main/mainnet/sge.js +1454 -0
  106. package/main/mainnet/shareledger.js +1454 -0
  107. package/main/mainnet/shentu.js +1454 -0
  108. package/main/mainnet/sifchain.js +2354 -0
  109. package/main/mainnet/sommelier.js +4126 -0
  110. package/main/mainnet/source.js +1454 -0
  111. package/main/mainnet/stafihub.js +2985 -0
  112. package/main/mainnet/stargaze.js +5470 -0
  113. package/main/mainnet/starname.js +2090 -0
  114. package/main/mainnet/stride.js +6791 -0
  115. package/main/mainnet/teritori.js +2738 -0
  116. package/main/mainnet/terra.js +2015 -0
  117. package/main/mainnet/terra2.js +8134 -0
  118. package/main/mainnet/tgrade.js +1557 -0
  119. package/main/mainnet/umee.js +4119 -0
  120. package/main/mainnet/unification.js +1791 -0
  121. package/main/mainnet/uptick.js +150 -0
  122. package/main/mainnet/vidulum.js +1486 -0
  123. package/main/mainnet/xpla.js +1650 -0
  124. package/main/noncosmos/assets.js +11 -0
  125. package/main/noncosmos/composablepolkadot.js +140 -0
  126. package/main/noncosmos/index.js +13 -0
  127. package/main/noncosmos/picasso.js +185 -0
  128. package/main/testnet/akashtestnet.js +109 -0
  129. package/main/testnet/archwaytestnet.js +395 -0
  130. package/main/testnet/assets.js +38 -0
  131. package/main/testnet/axelartestnet.js +533 -0
  132. package/main/testnet/celestiatestnet3.js +147 -0
  133. package/main/testnet/chain4energytestnet.js +81 -0
  134. package/main/testnet/composabletestnet.js +81 -0
  135. package/main/testnet/cosmoshubtestnet.js +281 -0
  136. package/main/testnet/doravotatestnet.js +81 -0
  137. package/main/testnet/dydxtestnet.js +292 -0
  138. package/main/testnet/empowertestnet.js +146 -0
  139. package/main/testnet/entrypointtestnet.js +81 -0
  140. package/main/testnet/impacthubtestnet.js +81 -0
  141. package/main/testnet/index.js +67 -0
  142. package/main/testnet/injectivetestnet.js +115 -0
  143. package/main/testnet/junotestnet.js +185 -0
  144. package/main/testnet/kyvetestnet.js +81 -0
  145. package/main/testnet/likecointestnet.js +81 -0
  146. package/main/testnet/marstestnet.js +151 -0
  147. package/main/testnet/neutrontestnet.js +181 -0
  148. package/main/testnet/nobletestnet.js +296 -0
  149. package/main/testnet/noistestnet.js +175 -0
  150. package/main/testnet/nolustestnet.js +114 -0
  151. package/main/testnet/osmosistestnet.js +1438 -0
  152. package/main/testnet/osmosistestnet4.js +504 -0
  153. package/main/testnet/persistencetestnet2.js +395 -0
  154. package/main/testnet/quicksilvertestnet.js +81 -0
  155. package/main/testnet/sagatestnet.js +362 -0
  156. package/main/testnet/sgetestnet.js +81 -0
  157. package/main/testnet/stargazetestnet.js +146 -0
  158. package/main/testnet/xiontestnet.js +476 -0
  159. package/package.json +8 -9
  160. package/types/index.d.ts +1 -1
@@ -0,0 +1,1791 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports["default"] = void 0;
7
+ var assets = {
8
+ chain_name: 'nyx',
9
+ assets: [{
10
+ description: 'The native token of Gravity Bridge',
11
+ denom_units: [{
12
+ denom: 'ibc/FC9D92EC12BC974E8B6179D411351524CD5C2EBC3CE29D5BA856414FEFA47093',
13
+ exponent: 0,
14
+ aliases: ['ugraviton']
15
+ }, {
16
+ denom: 'graviton',
17
+ exponent: 6
18
+ }],
19
+ base: 'ibc/FC9D92EC12BC974E8B6179D411351524CD5C2EBC3CE29D5BA856414FEFA47093',
20
+ name: 'Graviton',
21
+ display: 'graviton',
22
+ symbol: 'GRAV',
23
+ coingecko_id: 'graviton',
24
+ logo_URIs: {
25
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/gravitybridge/images/grav.png',
26
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/gravitybridge/images/grav.svg'
27
+ },
28
+ images: [{
29
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/gravitybridge/images/grav.png',
30
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/gravitybridge/images/grav.svg'
31
+ }],
32
+ traces: [{
33
+ type: 'ibc',
34
+ counterparty: {
35
+ channel_id: 'channel-18',
36
+ base_denom: 'ugraviton',
37
+ chain_name: 'gravitybridge'
38
+ },
39
+ chain: {
40
+ channel_id: 'channel-0'
41
+ }
42
+ }]
43
+ }, {
44
+ description: 'pSTAKE is a liquid staking protocol unlocking the liquidity of staked assets.',
45
+ denom_units: [{
46
+ denom: 'ibc/C1F31ABD9112C10AEAE61B00EC8C70433B23435AC3BB64ECB4F0073C8079C2A4',
47
+ exponent: 0,
48
+ aliases: ['gravity0xfB5c6815cA3AC72Ce9F5006869AE67f18bF77006']
49
+ }, {
50
+ denom: 'pstake',
51
+ exponent: 18
52
+ }],
53
+ base: 'ibc/C1F31ABD9112C10AEAE61B00EC8C70433B23435AC3BB64ECB4F0073C8079C2A4',
54
+ name: 'pSTAKE Finance',
55
+ display: 'pstake',
56
+ symbol: 'PSTAKE',
57
+ traces: [{
58
+ type: 'ibc',
59
+ counterparty: {
60
+ channel_id: 'channel-18',
61
+ base_denom: 'gravity0xfB5c6815cA3AC72Ce9F5006869AE67f18bF77006',
62
+ chain_name: 'gravitybridge'
63
+ },
64
+ chain: {
65
+ channel_id: 'channel-0'
66
+ }
67
+ }],
68
+ logo_URIs: {
69
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/pstake.png',
70
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/pstake.svg'
71
+ },
72
+ images: [{
73
+ image_sync: {
74
+ chain_name: 'ethereum',
75
+ base_denom: '0xfB5c6815cA3AC72Ce9F5006869AE67f18bF77006'
76
+ },
77
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/pstake.png',
78
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/pstake.svg'
79
+ }]
80
+ }, {
81
+ description: 'Gravity Bridge WETH',
82
+ denom_units: [{
83
+ denom: 'ibc/DC186CA7A8C009B43774EBDC825C935CABA9743504CE6037507E6E5CCE12858A',
84
+ exponent: 0,
85
+ aliases: ['gravity0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2']
86
+ }, {
87
+ denom: 'gweth',
88
+ exponent: 18
89
+ }],
90
+ base: 'ibc/DC186CA7A8C009B43774EBDC825C935CABA9743504CE6037507E6E5CCE12858A',
91
+ name: 'Wrapped Ethereum',
92
+ display: 'gweth',
93
+ symbol: 'WETH',
94
+ logo_URIs: {
95
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/weth.svg'
96
+ },
97
+ traces: [{
98
+ type: 'ibc',
99
+ counterparty: {
100
+ channel_id: 'channel-18',
101
+ base_denom: 'gravity0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2',
102
+ chain_name: 'gravitybridge'
103
+ },
104
+ chain: {
105
+ channel_id: 'channel-0'
106
+ }
107
+ }],
108
+ images: [{
109
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/weth.svg'
110
+ }]
111
+ }, {
112
+ description: 'Gravity Bridge USDC',
113
+ denom_units: [{
114
+ denom: 'ibc/17CD484EE7D9723B847D95015FA3EBD1572FD13BC84FB838F55B18A57450F25B',
115
+ exponent: 0,
116
+ aliases: ['gravity0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48']
117
+ }, {
118
+ denom: 'gusdc',
119
+ exponent: 6
120
+ }],
121
+ base: 'ibc/17CD484EE7D9723B847D95015FA3EBD1572FD13BC84FB838F55B18A57450F25B',
122
+ name: 'USD Coin',
123
+ display: 'gusdc',
124
+ symbol: 'USDC',
125
+ logo_URIs: {
126
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
127
+ },
128
+ traces: [{
129
+ type: 'ibc',
130
+ counterparty: {
131
+ channel_id: 'channel-18',
132
+ base_denom: 'gravity0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48',
133
+ chain_name: 'gravitybridge'
134
+ },
135
+ chain: {
136
+ channel_id: 'channel-0'
137
+ }
138
+ }],
139
+ images: [{
140
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
141
+ }]
142
+ }, {
143
+ description: 'Gravity Bridge USDT',
144
+ denom_units: [{
145
+ denom: 'ibc/4F6A2DEFEA52CD8D90966ADCB2BD0593D3993AB0DF7F6AEB3EFD6167D79237B0',
146
+ exponent: 0,
147
+ aliases: ['gravity0xdAC17F958D2ee523a2206206994597C13D831ec7']
148
+ }, {
149
+ denom: 'gusdt',
150
+ exponent: 6
151
+ }],
152
+ base: 'ibc/4F6A2DEFEA52CD8D90966ADCB2BD0593D3993AB0DF7F6AEB3EFD6167D79237B0',
153
+ name: 'Tether USD',
154
+ display: 'gusdt',
155
+ symbol: 'USDT',
156
+ logo_URIs: {
157
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
158
+ },
159
+ traces: [{
160
+ type: 'ibc',
161
+ counterparty: {
162
+ channel_id: 'channel-18',
163
+ base_denom: 'gravity0xdAC17F958D2ee523a2206206994597C13D831ec7',
164
+ chain_name: 'gravitybridge'
165
+ },
166
+ chain: {
167
+ channel_id: 'channel-0'
168
+ }
169
+ }],
170
+ images: [{
171
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
172
+ }]
173
+ }, {
174
+ description: 'Gravity Bridge WBTC',
175
+ denom_units: [{
176
+ denom: 'ibc/1CF77BE8D99679A2C7BAEA22397DD02CCBFDC50E90A273598C9DBE9CC3557936',
177
+ exponent: 0,
178
+ aliases: ['gravity0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599']
179
+ }, {
180
+ denom: 'gwbtc',
181
+ exponent: 8
182
+ }],
183
+ base: 'ibc/1CF77BE8D99679A2C7BAEA22397DD02CCBFDC50E90A273598C9DBE9CC3557936',
184
+ name: 'Wrapped Bitcoin',
185
+ display: 'gwbtc',
186
+ symbol: 'WBTC',
187
+ logo_URIs: {
188
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.png',
189
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.svg'
190
+ },
191
+ traces: [{
192
+ type: 'ibc',
193
+ counterparty: {
194
+ channel_id: 'channel-18',
195
+ base_denom: 'gravity0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599',
196
+ chain_name: 'gravitybridge'
197
+ },
198
+ chain: {
199
+ channel_id: 'channel-0'
200
+ }
201
+ }],
202
+ images: [{
203
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.png',
204
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.svg'
205
+ }]
206
+ }, {
207
+ description: 'Gravity Bridge DAI',
208
+ denom_units: [{
209
+ denom: 'ibc/D99936DBB29675AC60A97BC9BD009B4713498D7A82B5F649C498106B53C2067F',
210
+ exponent: 0,
211
+ aliases: ['gravity0x6B175474E89094C44Da98b954EedeAC495271d0F']
212
+ }, {
213
+ denom: 'gdai',
214
+ exponent: 18
215
+ }],
216
+ base: 'ibc/D99936DBB29675AC60A97BC9BD009B4713498D7A82B5F649C498106B53C2067F',
217
+ name: 'Dai Stablecoin',
218
+ display: 'gdai',
219
+ symbol: 'DAI',
220
+ logo_URIs: {
221
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/dai.svg'
222
+ },
223
+ traces: [{
224
+ type: 'ibc',
225
+ counterparty: {
226
+ channel_id: 'channel-18',
227
+ base_denom: 'gravity0x6B175474E89094C44Da98b954EedeAC495271d0F',
228
+ chain_name: 'gravitybridge'
229
+ },
230
+ chain: {
231
+ channel_id: 'channel-0'
232
+ }
233
+ }],
234
+ images: [{
235
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/dai.svg'
236
+ }]
237
+ }, {
238
+ description: 'Gravity Bridge sDAI',
239
+ denom_units: [{
240
+ denom: 'ibc/BEDF742C640E7961EC3745BCE982285A8E3B3471824969A9F4D03A67C296A6ED',
241
+ exponent: 0,
242
+ aliases: ['gravity0x83F20F44975D03b1b09e64809B757c47f942BEeA']
243
+ }, {
244
+ denom: 'gsdai',
245
+ exponent: 18
246
+ }],
247
+ base: 'ibc/BEDF742C640E7961EC3745BCE982285A8E3B3471824969A9F4D03A67C296A6ED',
248
+ name: 'Savings Dai',
249
+ display: 'gsdai',
250
+ symbol: 'sDAI',
251
+ logo_URIs: {
252
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/sdai.png',
253
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/sdai.svg'
254
+ },
255
+ traces: [{
256
+ type: 'ibc',
257
+ counterparty: {
258
+ channel_id: 'channel-18',
259
+ base_denom: 'gravity0x83F20F44975D03b1b09e64809B757c47f942BEeA',
260
+ chain_name: 'gravitybridge'
261
+ },
262
+ chain: {
263
+ channel_id: 'channel-0'
264
+ }
265
+ }],
266
+ images: [{
267
+ image_sync: {
268
+ base_denom: 'ethereum',
269
+ chain_name: '0x83F20F44975D03b1b09e64809B757c47f942BEeA'
270
+ },
271
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/sdai.png',
272
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/sdai.svg'
273
+ }]
274
+ }, {
275
+ description: 'Gravity Bridge OCC',
276
+ denom_units: [{
277
+ denom: 'ibc/5C1D16DD5C8DFC8B9942204CA679CA1C207C130DD39C2C195AE26C1B46F49A5F',
278
+ exponent: 0,
279
+ aliases: ['gravity0x2F109021aFe75B949429fe30523Ee7C0D5B27207']
280
+ }, {
281
+ denom: 'gocc',
282
+ exponent: 18
283
+ }],
284
+ base: 'ibc/5C1D16DD5C8DFC8B9942204CA679CA1C207C130DD39C2C195AE26C1B46F49A5F',
285
+ name: 'OccamFi',
286
+ display: 'gocc',
287
+ symbol: 'OCC',
288
+ logo_URIs: {
289
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/occamfi.png'
290
+ },
291
+ traces: [{
292
+ type: 'ibc',
293
+ counterparty: {
294
+ channel_id: 'channel-18',
295
+ base_denom: 'gravity0x2F109021aFe75B949429fe30523Ee7C0D5B27207',
296
+ chain_name: 'gravitybridge'
297
+ },
298
+ chain: {
299
+ channel_id: 'channel-0'
300
+ }
301
+ }],
302
+ images: [{
303
+ image_sync: {
304
+ chain_name: 'ethereum',
305
+ base_denom: '0x2F109021aFe75B949429fe30523Ee7C0D5B27207'
306
+ },
307
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/occamfi.png'
308
+ }]
309
+ }, {
310
+ description: 'The PAGE token is used for actions in the PageDAO NFT literary ecosystem and for DAO governance.',
311
+ denom_units: [{
312
+ denom: 'ibc/B79B0B919C27401AC597C7C31CC7492EF208A58DCB451A3CCB379BADE3109E5F',
313
+ exponent: 0,
314
+ aliases: ['gravity0x60e683C6514Edd5F758A55b6f393BeBBAfaA8d5e']
315
+ }, {
316
+ denom: 'page',
317
+ exponent: 8
318
+ }],
319
+ base: 'ibc/B79B0B919C27401AC597C7C31CC7492EF208A58DCB451A3CCB379BADE3109E5F',
320
+ name: 'Page',
321
+ display: 'page',
322
+ symbol: 'PAGE',
323
+ logo_URIs: {
324
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/page.png',
325
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/page.svg'
326
+ },
327
+ traces: [{
328
+ type: 'ibc',
329
+ counterparty: {
330
+ channel_id: 'channel-18',
331
+ base_denom: 'gravity0x60e683C6514Edd5F758A55b6f393BeBBAfaA8d5e',
332
+ chain_name: 'gravitybridge'
333
+ },
334
+ chain: {
335
+ channel_id: 'channel-0'
336
+ }
337
+ }],
338
+ images: [{
339
+ image_sync: {
340
+ chain_name: 'ethereum',
341
+ base_denom: '0x60e683C6514Edd5F758A55b6f393BeBBAfaA8d5e'
342
+ },
343
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/page.png',
344
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/page.svg'
345
+ }]
346
+ }, {
347
+ description: 'The native token of Osmosis',
348
+ denom_units: [{
349
+ denom: 'ibc/92E0120F15D037353CFB73C14651FC8930ADC05B93100FD7754D3A689E53B333',
350
+ exponent: 0,
351
+ aliases: ['uosmo']
352
+ }, {
353
+ denom: 'osmo',
354
+ exponent: 6
355
+ }],
356
+ base: 'ibc/92E0120F15D037353CFB73C14651FC8930ADC05B93100FD7754D3A689E53B333',
357
+ name: 'Osmosis',
358
+ display: 'osmo',
359
+ symbol: 'OSMO',
360
+ logo_URIs: {
361
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
362
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
363
+ },
364
+ coingecko_id: 'osmosis',
365
+ keywords: ['dex', 'staking'],
366
+ images: [{
367
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
368
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
369
+ }],
370
+ traces: [{
371
+ type: 'ibc',
372
+ counterparty: {
373
+ channel_id: 'channel-15464',
374
+ base_denom: 'uosmo',
375
+ chain_name: 'osmosis'
376
+ },
377
+ chain: {
378
+ channel_id: 'channel-8'
379
+ }
380
+ }]
381
+ }, {
382
+ denom_units: [{
383
+ denom: 'ibc/1B2D7E4261A7E2130E8E3506058E3081D3154998413F0DB2F82B04035B3FE676',
384
+ exponent: 0,
385
+ aliases: ['uion']
386
+ }, {
387
+ denom: 'ion',
388
+ exponent: 6
389
+ }],
390
+ base: 'ibc/1B2D7E4261A7E2130E8E3506058E3081D3154998413F0DB2F82B04035B3FE676',
391
+ name: 'Ion DAO',
392
+ display: 'ion',
393
+ symbol: 'ION',
394
+ logo_URIs: {
395
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
396
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
397
+ },
398
+ coingecko_id: 'ion',
399
+ keywords: ['memecoin'],
400
+ images: [{
401
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
402
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
403
+ }],
404
+ traces: [{
405
+ type: 'ibc',
406
+ counterparty: {
407
+ channel_id: 'channel-15464',
408
+ base_denom: 'uion',
409
+ chain_name: 'osmosis'
410
+ },
411
+ chain: {
412
+ channel_id: 'channel-8'
413
+ }
414
+ }]
415
+ }, {
416
+ denom_units: [{
417
+ denom: 'ibc/491C92BEEAFE513BABA355275C7AE3AC47AA7FD57285AC1D910CE874D2DC7CA0',
418
+ exponent: 0,
419
+ aliases: ['factory/osmo14klwqgkmackvx2tqa0trtg69dmy0nrg4ntq4gjgw2za4734r5seqjqm4gm/uibcx']
420
+ }, {
421
+ denom: 'ibcx',
422
+ exponent: 6
423
+ }],
424
+ address: 'osmo14klwqgkmackvx2tqa0trtg69dmy0nrg4ntq4gjgw2za4734r5seqjqm4gm',
425
+ base: 'ibc/491C92BEEAFE513BABA355275C7AE3AC47AA7FD57285AC1D910CE874D2DC7CA0',
426
+ name: 'IBC Index',
427
+ display: 'ibcx',
428
+ symbol: 'IBCX',
429
+ logo_URIs: {
430
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ibcx.svg'
431
+ },
432
+ coingecko_id: 'ibc-index',
433
+ images: [{
434
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ibcx.svg'
435
+ }],
436
+ traces: [{
437
+ type: 'ibc',
438
+ counterparty: {
439
+ channel_id: 'channel-15464',
440
+ base_denom: 'factory/osmo14klwqgkmackvx2tqa0trtg69dmy0nrg4ntq4gjgw2za4734r5seqjqm4gm/uibcx',
441
+ chain_name: 'osmosis'
442
+ },
443
+ chain: {
444
+ channel_id: 'channel-8'
445
+ }
446
+ }]
447
+ }, {
448
+ denom_units: [{
449
+ denom: 'ibc/0A6B424A8207047D9FD499F59177BABD8DB08BBC2316B29B702A403BFB414419',
450
+ exponent: 0,
451
+ aliases: ['factory/osmo1xqw2sl9zk8a6pch0csaw78n4swg5ws8t62wc5qta4gnjxfqg6v2qcs243k/stuibcx']
452
+ }, {
453
+ denom: 'stibcx',
454
+ exponent: 6
455
+ }],
456
+ address: 'osmo1xqw2sl9zk8a6pch0csaw78n4swg5ws8t62wc5qta4gnjxfqg6v2qcs243k',
457
+ base: 'ibc/0A6B424A8207047D9FD499F59177BABD8DB08BBC2316B29B702A403BFB414419',
458
+ name: 'Staked IBCX',
459
+ display: 'stibcx',
460
+ symbol: 'stIBCX',
461
+ logo_URIs: {
462
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/stibcx.png',
463
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/stibcx.svg'
464
+ },
465
+ images: [{
466
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/stibcx.png',
467
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/stibcx.svg'
468
+ }],
469
+ traces: [{
470
+ type: 'ibc',
471
+ counterparty: {
472
+ channel_id: 'channel-15464',
473
+ base_denom: 'factory/osmo1xqw2sl9zk8a6pch0csaw78n4swg5ws8t62wc5qta4gnjxfqg6v2qcs243k/stuibcx',
474
+ chain_name: 'osmosis'
475
+ },
476
+ chain: {
477
+ channel_id: 'channel-8'
478
+ }
479
+ }]
480
+ }, {
481
+ denom_units: [{
482
+ denom: 'ibc/BE8166C09385A65A64366092FA14CEAD171EBB8E2464400196A1B19B4DC3AD50',
483
+ exponent: 0,
484
+ aliases: ['ibc/D189335C6E4A68B513C10AB227BF1C1D38C746766278BA3EEB4FB14124F1D858']
485
+ }, {
486
+ denom: 'usdc',
487
+ exponent: 6
488
+ }],
489
+ type_asset: 'ics20',
490
+ base: 'ibc/BE8166C09385A65A64366092FA14CEAD171EBB8E2464400196A1B19B4DC3AD50',
491
+ name: 'Axelar USD Coin',
492
+ display: 'usdc',
493
+ symbol: 'USDC.axl',
494
+ traces: [{
495
+ type: 'ibc',
496
+ counterparty: {
497
+ channel_id: 'channel-15464',
498
+ base_denom: 'ibc/D189335C6E4A68B513C10AB227BF1C1D38C746766278BA3EEB4FB14124F1D858',
499
+ chain_name: 'osmosis'
500
+ },
501
+ chain: {
502
+ channel_id: 'channel-8'
503
+ }
504
+ }],
505
+ images: [{
506
+ image_sync: {
507
+ chain_name: 'axelar',
508
+ base_denom: 'uusdc'
509
+ },
510
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.png',
511
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg'
512
+ }],
513
+ logo_URIs: {
514
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.png',
515
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg'
516
+ }
517
+ }, {
518
+ denom_units: [{
519
+ denom: 'ibc/0333BE0E831EFB76BEA57863E6D75D77E7A2014FAF0474A7C6C32A143075120D',
520
+ exponent: 0,
521
+ aliases: ['ibc/0B3C3D06228578334B66B57FBFBA4033216CEB8119B27ACDEE18D92DA5B28D43']
522
+ }, {
523
+ denom: 'avalanche-usdc',
524
+ exponent: 6
525
+ }],
526
+ type_asset: 'ics20',
527
+ base: 'ibc/0333BE0E831EFB76BEA57863E6D75D77E7A2014FAF0474A7C6C32A143075120D',
528
+ name: 'Wormhole USDC(Avalanche)',
529
+ display: 'avalanche-usdc',
530
+ symbol: 'avalanche.USDC.wh',
531
+ traces: [{
532
+ type: 'ibc',
533
+ counterparty: {
534
+ channel_id: 'channel-15464',
535
+ base_denom: 'ibc/0B3C3D06228578334B66B57FBFBA4033216CEB8119B27ACDEE18D92DA5B28D43',
536
+ chain_name: 'osmosis'
537
+ },
538
+ chain: {
539
+ channel_id: 'channel-8'
540
+ }
541
+ }],
542
+ images: [{
543
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.hole.png',
544
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.hole.svg'
545
+ }],
546
+ logo_URIs: {
547
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.hole.png',
548
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.hole.svg'
549
+ }
550
+ }, {
551
+ denom_units: [{
552
+ denom: 'ibc/0D2C8BD2BF7C53A7873D5D038273DF6E4E44092193202021308B90C6D035A98A',
553
+ exponent: 0,
554
+ aliases: ['ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4']
555
+ }, {
556
+ denom: 'usdc',
557
+ exponent: 6
558
+ }],
559
+ type_asset: 'ics20',
560
+ base: 'ibc/0D2C8BD2BF7C53A7873D5D038273DF6E4E44092193202021308B90C6D035A98A',
561
+ name: 'Noble USD Coin',
562
+ display: 'usdc',
563
+ symbol: 'USDC',
564
+ traces: [{
565
+ type: 'ibc',
566
+ counterparty: {
567
+ channel_id: 'channel-15464',
568
+ base_denom: 'ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4',
569
+ chain_name: 'osmosis'
570
+ },
571
+ chain: {
572
+ channel_id: 'channel-8'
573
+ }
574
+ }],
575
+ images: [{
576
+ image_sync: {
577
+ chain_name: 'noble',
578
+ base_denom: 'uusdc'
579
+ },
580
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png',
581
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg'
582
+ }],
583
+ logo_URIs: {
584
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png',
585
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg'
586
+ }
587
+ }, {
588
+ denom_units: [{
589
+ denom: 'ibc/4FE7634C9CF87665EED080806D0BCCA346A8B13311E0B443CD28FFAC2C7570B9',
590
+ exponent: 0,
591
+ aliases: ['ibc/D176154B0C63D1F9C6DCFB4F70349EBF2E2B5A87A05902F57A6AE92B863E9AEC']
592
+ }, {
593
+ denom: 'stosmo',
594
+ exponent: 6
595
+ }],
596
+ type_asset: 'ics20',
597
+ base: 'ibc/4FE7634C9CF87665EED080806D0BCCA346A8B13311E0B443CD28FFAC2C7570B9',
598
+ name: 'stOSMO',
599
+ display: 'stosmo',
600
+ symbol: 'stOSMO',
601
+ traces: [{
602
+ type: 'ibc',
603
+ counterparty: {
604
+ channel_id: 'channel-15464',
605
+ base_denom: 'ibc/D176154B0C63D1F9C6DCFB4F70349EBF2E2B5A87A05902F57A6AE92B863E9AEC',
606
+ chain_name: 'osmosis'
607
+ },
608
+ chain: {
609
+ channel_id: 'channel-8'
610
+ }
611
+ }],
612
+ images: [{
613
+ image_sync: {
614
+ chain_name: 'stride',
615
+ base_denom: 'stuosmo'
616
+ },
617
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.png',
618
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.svg'
619
+ }],
620
+ logo_URIs: {
621
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.png',
622
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.svg'
623
+ }
624
+ }, {
625
+ denom_units: [{
626
+ denom: 'ibc/6E2FE0B25FE6DE428D16B25D42832D13B8A6DF65B40844EA4AB49C94896BB932',
627
+ exponent: 0,
628
+ aliases: ['ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2']
629
+ }, {
630
+ denom: 'atom',
631
+ exponent: 6
632
+ }],
633
+ type_asset: 'ics20',
634
+ base: 'ibc/6E2FE0B25FE6DE428D16B25D42832D13B8A6DF65B40844EA4AB49C94896BB932',
635
+ name: 'Cosmos Hub Atom',
636
+ display: 'atom',
637
+ symbol: 'ATOM',
638
+ traces: [{
639
+ type: 'ibc',
640
+ counterparty: {
641
+ channel_id: 'channel-15464',
642
+ base_denom: 'ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2',
643
+ chain_name: 'osmosis'
644
+ },
645
+ chain: {
646
+ channel_id: 'channel-8'
647
+ }
648
+ }],
649
+ images: [{
650
+ image_sync: {
651
+ chain_name: 'cosmoshub',
652
+ base_denom: 'uatom'
653
+ },
654
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
655
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
656
+ }],
657
+ logo_URIs: {
658
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
659
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
660
+ }
661
+ }, {
662
+ denom_units: [{
663
+ denom: 'ibc/3E0F82B85BA979AC50C0A509C5ACF5BB0DF071F977BAAD68DB0B2A2B3994C5EA',
664
+ exponent: 0,
665
+ aliases: ['ibc/C140AFD542AE77BD7DCC83F13FDD8C5E5BB8C4929785E6EC2F4C636F98F17901']
666
+ }, {
667
+ denom: 'statom',
668
+ exponent: 6
669
+ }],
670
+ type_asset: 'ics20',
671
+ base: 'ibc/3E0F82B85BA979AC50C0A509C5ACF5BB0DF071F977BAAD68DB0B2A2B3994C5EA',
672
+ name: 'stATOM',
673
+ display: 'statom',
674
+ symbol: 'stATOM',
675
+ traces: [{
676
+ type: 'ibc',
677
+ counterparty: {
678
+ channel_id: 'channel-15464',
679
+ base_denom: 'ibc/C140AFD542AE77BD7DCC83F13FDD8C5E5BB8C4929785E6EC2F4C636F98F17901',
680
+ chain_name: 'osmosis'
681
+ },
682
+ chain: {
683
+ channel_id: 'channel-8'
684
+ }
685
+ }],
686
+ images: [{
687
+ image_sync: {
688
+ chain_name: 'stride',
689
+ base_denom: 'stuatom'
690
+ },
691
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.png',
692
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.svg'
693
+ }],
694
+ logo_URIs: {
695
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.png',
696
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.svg'
697
+ }
698
+ }, {
699
+ denom_units: [{
700
+ denom: 'ibc/8E29C07E81FDE94D898868F9EF92EE805B6D5902B75F2F90C9DE48E5BE6A2AFA',
701
+ exponent: 0,
702
+ aliases: ['ibc/EA1D43981D5C9A1C4AAEA9C23BB1D4FA126BA9BC7020A25E0AE4AA841EA25DC5']
703
+ }, {
704
+ denom: 'weth',
705
+ exponent: 18
706
+ }],
707
+ type_asset: 'ics20',
708
+ base: 'ibc/8E29C07E81FDE94D898868F9EF92EE805B6D5902B75F2F90C9DE48E5BE6A2AFA',
709
+ name: 'Wrapped Ether',
710
+ display: 'weth',
711
+ symbol: 'ETH',
712
+ traces: [{
713
+ type: 'ibc',
714
+ counterparty: {
715
+ channel_id: 'channel-15464',
716
+ base_denom: 'ibc/EA1D43981D5C9A1C4AAEA9C23BB1D4FA126BA9BC7020A25E0AE4AA841EA25DC5',
717
+ chain_name: 'osmosis'
718
+ },
719
+ chain: {
720
+ channel_id: 'channel-8'
721
+ }
722
+ }],
723
+ images: [{
724
+ image_sync: {
725
+ chain_name: 'axelar',
726
+ base_denom: 'weth-wei'
727
+ },
728
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/weth.png'
729
+ }],
730
+ logo_URIs: {
731
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/weth.png'
732
+ }
733
+ }, {
734
+ denom_units: [{
735
+ denom: 'ibc/A4D4E73A15DD9C815C039C0648111FDC83C3B63089E358565EA0AFB78C024E57',
736
+ exponent: 0,
737
+ aliases: ['ibc/D1542AA8762DB13087D8364F3EA6509FD6F009A34F00426AF9E4F9FA85CBBF1F']
738
+ }, {
739
+ denom: 'wbtc',
740
+ exponent: 8
741
+ }],
742
+ type_asset: 'ics20',
743
+ base: 'ibc/A4D4E73A15DD9C815C039C0648111FDC83C3B63089E358565EA0AFB78C024E57',
744
+ name: 'Wrapped Bitcoin (Axelar)',
745
+ display: 'wbtc',
746
+ symbol: 'WBTC.axl',
747
+ traces: [{
748
+ type: 'ibc',
749
+ counterparty: {
750
+ channel_id: 'channel-15464',
751
+ base_denom: 'ibc/D1542AA8762DB13087D8364F3EA6509FD6F009A34F00426AF9E4F9FA85CBBF1F',
752
+ chain_name: 'osmosis'
753
+ },
754
+ chain: {
755
+ channel_id: 'channel-8'
756
+ }
757
+ }],
758
+ images: [{
759
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.svg',
760
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.png'
761
+ }, {
762
+ image_sync: {
763
+ chain_name: 'axelar',
764
+ base_denom: 'wbtc-satoshi'
765
+ },
766
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/wbtc.png'
767
+ }],
768
+ logo_URIs: {
769
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.svg',
770
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.png'
771
+ }
772
+ }, {
773
+ description: 'ERIS liquid staked OSMO',
774
+ denom_units: [{
775
+ denom: 'ibc/012D069D557C4DD59A670AA17E809CB7A790D778E364D0BC0A3248105DA6432D',
776
+ exponent: 0,
777
+ aliases: ['factory/osmo1dv8wz09tckslr2wy5z86r46dxvegylhpt97r9yd6qc3kyc6tv42qa89dr9/ampOSMO']
778
+ }, {
779
+ denom: 'ampOSMO',
780
+ exponent: 6
781
+ }],
782
+ address: 'osmo1dv8wz09tckslr2wy5z86r46dxvegylhpt97r9yd6qc3kyc6tv42qa89dr9',
783
+ base: 'ibc/012D069D557C4DD59A670AA17E809CB7A790D778E364D0BC0A3248105DA6432D',
784
+ name: 'ERIS Amplified OSMO',
785
+ display: 'ampOSMO',
786
+ symbol: 'ampOSMO',
787
+ logo_URIs: {
788
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/amposmo.png'
789
+ },
790
+ images: [{
791
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/amposmo.png'
792
+ }],
793
+ traces: [{
794
+ type: 'ibc',
795
+ counterparty: {
796
+ channel_id: 'channel-15464',
797
+ base_denom: 'factory/osmo1dv8wz09tckslr2wy5z86r46dxvegylhpt97r9yd6qc3kyc6tv42qa89dr9/ampOSMO',
798
+ chain_name: 'osmosis'
799
+ },
800
+ chain: {
801
+ channel_id: 'channel-8'
802
+ }
803
+ }]
804
+ }, {
805
+ description: 'Tether USDT on Osmosis',
806
+ denom_units: [{
807
+ denom: 'ibc/9D592A0F3E812505C6B3F7860458B7AC4DBDECACC04A2602FC13ED0AB6C762B6',
808
+ exponent: 0,
809
+ aliases: ['ibc/4ABBEF4C8926DDDB320AE5188CFD63267ABBCEFC0583E4AE05D6E5AA2401DDAB']
810
+ }, {
811
+ denom: 'usdt',
812
+ exponent: 6
813
+ }],
814
+ type_asset: 'ics20',
815
+ base: 'ibc/9D592A0F3E812505C6B3F7860458B7AC4DBDECACC04A2602FC13ED0AB6C762B6',
816
+ name: 'Tether USDT',
817
+ display: 'usdt',
818
+ symbol: 'USDT',
819
+ traces: [{
820
+ type: 'ibc',
821
+ counterparty: {
822
+ channel_id: 'channel-15464',
823
+ base_denom: 'ibc/4ABBEF4C8926DDDB320AE5188CFD63267ABBCEFC0583E4AE05D6E5AA2401DDAB',
824
+ chain_name: 'osmosis'
825
+ },
826
+ chain: {
827
+ channel_id: 'channel-8'
828
+ }
829
+ }],
830
+ images: [{
831
+ image_sync: {
832
+ chain_name: 'kava',
833
+ base_denom: 'erc20/tether/usdt'
834
+ },
835
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
836
+ }],
837
+ logo_URIs: {
838
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
839
+ }
840
+ }, {
841
+ description: "Membrane's CDP-style stablecoin called CDT",
842
+ denom_units: [{
843
+ denom: 'ibc/25288BA0C7D146D37373657ECA719B9AADD49DA9E514B4172D08F7C88D56C9EF',
844
+ exponent: 0,
845
+ aliases: ['factory/osmo1s794h9rxggytja3a4pmwul53u98k06zy2qtrdvjnfuxruh7s8yjs6cyxgd/ucdt']
846
+ }, {
847
+ denom: 'cdt',
848
+ exponent: 6
849
+ }],
850
+ base: 'ibc/25288BA0C7D146D37373657ECA719B9AADD49DA9E514B4172D08F7C88D56C9EF',
851
+ name: 'CDT Stablecoin',
852
+ display: 'cdt',
853
+ symbol: 'CDT',
854
+ logo_URIs: {
855
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/CDT.svg'
856
+ },
857
+ coingecko_id: 'collateralized-debt-token',
858
+ images: [{
859
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/CDT.svg'
860
+ }],
861
+ traces: [{
862
+ type: 'ibc',
863
+ counterparty: {
864
+ channel_id: 'channel-15464',
865
+ base_denom: 'factory/osmo1s794h9rxggytja3a4pmwul53u98k06zy2qtrdvjnfuxruh7s8yjs6cyxgd/ucdt',
866
+ chain_name: 'osmosis'
867
+ },
868
+ chain: {
869
+ channel_id: 'channel-8'
870
+ }
871
+ }]
872
+ }, {
873
+ description: "Membrane's protocol token",
874
+ denom_units: [{
875
+ denom: 'ibc/7AF90EDF6F5328C6C33B03DB7E33445708A46FF006932472D00D5076F5504B67',
876
+ exponent: 0,
877
+ aliases: ['factory/osmo1s794h9rxggytja3a4pmwul53u98k06zy2qtrdvjnfuxruh7s8yjs6cyxgd/umbrn']
878
+ }, {
879
+ denom: 'mbrn',
880
+ exponent: 6
881
+ }],
882
+ base: 'ibc/7AF90EDF6F5328C6C33B03DB7E33445708A46FF006932472D00D5076F5504B67',
883
+ name: 'Membrane',
884
+ display: 'mbrn',
885
+ symbol: 'MBRN',
886
+ logo_URIs: {
887
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/MBRN.svg'
888
+ },
889
+ coingecko_id: 'membrane',
890
+ images: [{
891
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/MBRN.svg'
892
+ }],
893
+ traces: [{
894
+ type: 'ibc',
895
+ counterparty: {
896
+ channel_id: 'channel-15464',
897
+ base_denom: 'factory/osmo1s794h9rxggytja3a4pmwul53u98k06zy2qtrdvjnfuxruh7s8yjs6cyxgd/umbrn',
898
+ chain_name: 'osmosis'
899
+ },
900
+ chain: {
901
+ channel_id: 'channel-8'
902
+ }
903
+ }]
904
+ }, {
905
+ description: 'TIA on Osmosis',
906
+ denom_units: [{
907
+ denom: 'ibc/D208E775E677BAC87EB85C359E7A6BD123C7E6F0709D34DD4D8A1650CED77A77',
908
+ exponent: 0,
909
+ aliases: ['ibc/D79E7D83AB399BFFF93433E54FAA480C191248FC556924A2A8351AE2638B3877']
910
+ }, {
911
+ denom: 'tia',
912
+ exponent: 6
913
+ }],
914
+ type_asset: 'ics20',
915
+ base: 'ibc/D208E775E677BAC87EB85C359E7A6BD123C7E6F0709D34DD4D8A1650CED77A77',
916
+ name: 'Celestia TIA',
917
+ display: 'tia',
918
+ symbol: 'TIA',
919
+ traces: [{
920
+ type: 'ibc',
921
+ counterparty: {
922
+ channel_id: 'channel-15464',
923
+ base_denom: 'ibc/D79E7D83AB399BFFF93433E54FAA480C191248FC556924A2A8351AE2638B3877',
924
+ chain_name: 'osmosis'
925
+ },
926
+ chain: {
927
+ channel_id: 'channel-8'
928
+ }
929
+ }],
930
+ images: [{
931
+ image_sync: {
932
+ chain_name: 'celestia',
933
+ base_denom: 'utia'
934
+ },
935
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png',
936
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg'
937
+ }],
938
+ logo_URIs: {
939
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png',
940
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg'
941
+ }
942
+ }, {
943
+ description: 'Margined Power Token sqOSMO',
944
+ denom_units: [{
945
+ denom: 'ibc/AFCDF4348DBDF92BCF631B1D38628F75683F45A8A0DCE304FC9AAD4F31609916',
946
+ exponent: 0,
947
+ aliases: ['factory/osmo1g8qypve6l95xmhgc0fddaecerffymsl7kn9muw/squosmo']
948
+ }, {
949
+ denom: 'sqosmo',
950
+ exponent: 6
951
+ }],
952
+ base: 'ibc/AFCDF4348DBDF92BCF631B1D38628F75683F45A8A0DCE304FC9AAD4F31609916',
953
+ name: 'OSMO Squared',
954
+ display: 'sqosmo',
955
+ symbol: 'sqOSMO',
956
+ logo_URIs: {
957
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sqosmo.svg'
958
+ },
959
+ images: [{
960
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sqosmo.svg'
961
+ }],
962
+ traces: [{
963
+ type: 'ibc',
964
+ counterparty: {
965
+ channel_id: 'channel-15464',
966
+ base_denom: 'factory/osmo1g8qypve6l95xmhgc0fddaecerffymsl7kn9muw/squosmo',
967
+ chain_name: 'osmosis'
968
+ },
969
+ chain: {
970
+ channel_id: 'channel-8'
971
+ }
972
+ }]
973
+ }, {
974
+ description: 'NOIS on Osmosis',
975
+ denom_units: [{
976
+ denom: 'ibc/D64620F915AD2D3B93C958996CD0BD099DC5837490706FDE15E79440CF77CB36',
977
+ exponent: 0,
978
+ aliases: ['ibc/6928AFA9EA721938FED13B051F9DBF1272B16393D20C49EA5E4901BB76D94A90']
979
+ }, {
980
+ denom: 'nois',
981
+ exponent: 6
982
+ }],
983
+ type_asset: 'ics20',
984
+ base: 'ibc/D64620F915AD2D3B93C958996CD0BD099DC5837490706FDE15E79440CF77CB36',
985
+ name: 'Nois NOIS',
986
+ display: 'nois',
987
+ symbol: 'NOIS',
988
+ traces: [{
989
+ type: 'ibc',
990
+ counterparty: {
991
+ channel_id: 'channel-15464',
992
+ base_denom: 'ibc/6928AFA9EA721938FED13B051F9DBF1272B16393D20C49EA5E4901BB76D94A90',
993
+ chain_name: 'osmosis'
994
+ },
995
+ chain: {
996
+ channel_id: 'channel-8'
997
+ }
998
+ }],
999
+ images: [{
1000
+ image_sync: {
1001
+ chain_name: 'nois',
1002
+ base_denom: 'unois'
1003
+ },
1004
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.png',
1005
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.svg'
1006
+ }],
1007
+ logo_URIs: {
1008
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.png',
1009
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.svg'
1010
+ }
1011
+ }, {
1012
+ description: 'Margined Power Token sqBTC',
1013
+ denom_units: [{
1014
+ denom: 'ibc/81C212661A115B9799C71173DD131B5077B14A3FBD26A8A9A0C669F76F434E23',
1015
+ exponent: 0,
1016
+ aliases: ['factory/osmo1g8qypve6l95xmhgc0fddaecerffymsl7kn9muw/sqbtc']
1017
+ }, {
1018
+ denom: 'sqbtc',
1019
+ exponent: 6
1020
+ }],
1021
+ base: 'ibc/81C212661A115B9799C71173DD131B5077B14A3FBD26A8A9A0C669F76F434E23',
1022
+ name: 'BTC Squared',
1023
+ display: 'sqbtc',
1024
+ symbol: 'sqBTC',
1025
+ logo_URIs: {
1026
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sqbtc.svg'
1027
+ },
1028
+ images: [{
1029
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sqbtc.svg'
1030
+ }],
1031
+ traces: [{
1032
+ type: 'ibc',
1033
+ counterparty: {
1034
+ channel_id: 'channel-15464',
1035
+ base_denom: 'factory/osmo1g8qypve6l95xmhgc0fddaecerffymsl7kn9muw/sqbtc',
1036
+ chain_name: 'osmosis'
1037
+ },
1038
+ chain: {
1039
+ channel_id: 'channel-8'
1040
+ }
1041
+ }]
1042
+ }, {
1043
+ description: 'Margined Power Token sqATOM',
1044
+ denom_units: [{
1045
+ denom: 'ibc/C63E6285FA0EE014B89671A7A633E1CE7F62310312843B9AC7248910619143C6',
1046
+ exponent: 0,
1047
+ aliases: ['factory/osmo1g8qypve6l95xmhgc0fddaecerffymsl7kn9muw/sqatom']
1048
+ }, {
1049
+ denom: 'sqatom',
1050
+ exponent: 6
1051
+ }],
1052
+ base: 'ibc/C63E6285FA0EE014B89671A7A633E1CE7F62310312843B9AC7248910619143C6',
1053
+ name: 'ATOM Squared',
1054
+ display: 'sqatom',
1055
+ symbol: 'sqATOM',
1056
+ logo_URIs: {
1057
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sqatom.svg'
1058
+ },
1059
+ images: [{
1060
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sqatom.svg'
1061
+ }],
1062
+ traces: [{
1063
+ type: 'ibc',
1064
+ counterparty: {
1065
+ channel_id: 'channel-15464',
1066
+ base_denom: 'factory/osmo1g8qypve6l95xmhgc0fddaecerffymsl7kn9muw/sqatom',
1067
+ chain_name: 'osmosis'
1068
+ },
1069
+ chain: {
1070
+ channel_id: 'channel-8'
1071
+ }
1072
+ }]
1073
+ }, {
1074
+ description: 'CRO is the native token of the Crypto.org Chain, referred to as Native CRO.',
1075
+ denom_units: [{
1076
+ denom: 'ibc/90E88EF46AC63F77B6FC29F07B87CFF114A029CA9E483CD3C7C21722B30FB690',
1077
+ exponent: 0,
1078
+ aliases: ['ibc/E6931F78057F7CC5DA0FD6CEF82FF39373A6E0452BF1FD76910B93292CF356C1']
1079
+ }, {
1080
+ denom: 'cro',
1081
+ exponent: 8
1082
+ }],
1083
+ type_asset: 'ics20',
1084
+ base: 'ibc/90E88EF46AC63F77B6FC29F07B87CFF114A029CA9E483CD3C7C21722B30FB690',
1085
+ name: 'Cronos',
1086
+ display: 'cro',
1087
+ symbol: 'CRO',
1088
+ traces: [{
1089
+ type: 'ibc',
1090
+ counterparty: {
1091
+ channel_id: 'channel-15464',
1092
+ base_denom: 'ibc/E6931F78057F7CC5DA0FD6CEF82FF39373A6E0452BF1FD76910B93292CF356C1',
1093
+ chain_name: 'osmosis'
1094
+ },
1095
+ chain: {
1096
+ channel_id: 'channel-8'
1097
+ }
1098
+ }],
1099
+ images: [{
1100
+ image_sync: {
1101
+ chain_name: 'cryptoorgchain',
1102
+ base_denom: 'basecro'
1103
+ },
1104
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro.svg'
1105
+ }],
1106
+ logo_URIs: {
1107
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro.svg'
1108
+ }
1109
+ }, {
1110
+ description: 'The native token of Stargaze',
1111
+ denom_units: [{
1112
+ denom: 'ibc/D8A660C263C32AFE2DE7EEDC96A1C2C33192EADBB2024B722F2CE6B24B3EBE18',
1113
+ exponent: 0,
1114
+ aliases: ['ibc/987C17B11ABC2B20019178ACE62929FE9840202CE79498E29FE8E5CB02B7C0A4']
1115
+ }, {
1116
+ denom: 'stars',
1117
+ exponent: 6
1118
+ }],
1119
+ type_asset: 'ics20',
1120
+ base: 'ibc/D8A660C263C32AFE2DE7EEDC96A1C2C33192EADBB2024B722F2CE6B24B3EBE18',
1121
+ name: 'Stargaze',
1122
+ display: 'stars',
1123
+ symbol: 'STARS',
1124
+ traces: [{
1125
+ type: 'ibc',
1126
+ counterparty: {
1127
+ channel_id: 'channel-15464',
1128
+ base_denom: 'ibc/987C17B11ABC2B20019178ACE62929FE9840202CE79498E29FE8E5CB02B7C0A4',
1129
+ chain_name: 'osmosis'
1130
+ },
1131
+ chain: {
1132
+ channel_id: 'channel-8'
1133
+ }
1134
+ }],
1135
+ images: [{
1136
+ image_sync: {
1137
+ chain_name: 'stargaze',
1138
+ base_denom: 'ustars'
1139
+ },
1140
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
1141
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg'
1142
+ }],
1143
+ logo_URIs: {
1144
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
1145
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg'
1146
+ }
1147
+ }, {
1148
+ description: 'Maximize ETH yield through leveraged staking across Aave, Compound and Morpho and liquidity provision of ETH liquid staking tokens on Uniswap V3.',
1149
+ denom_units: [{
1150
+ denom: 'ibc/1D6DB0C734FDF41768FAB68F92B00EB1AC69AC7D9D28C532544047F5BC370732',
1151
+ exponent: 0,
1152
+ aliases: ['ibc/FBB3FEF80ED2344D821D4F95C31DBFD33E4E31D5324CAD94EF756E67B749F668']
1153
+ }, {
1154
+ denom: 'YieldETH',
1155
+ exponent: 18
1156
+ }],
1157
+ type_asset: 'ics20',
1158
+ base: 'ibc/1D6DB0C734FDF41768FAB68F92B00EB1AC69AC7D9D28C532544047F5BC370732',
1159
+ name: 'Real Yield Eth',
1160
+ display: 'YieldETH',
1161
+ symbol: 'YieldETH',
1162
+ traces: [{
1163
+ type: 'ibc',
1164
+ counterparty: {
1165
+ channel_id: 'channel-15464',
1166
+ base_denom: 'ibc/FBB3FEF80ED2344D821D4F95C31DBFD33E4E31D5324CAD94EF756E67B749F668',
1167
+ chain_name: 'osmosis'
1168
+ },
1169
+ chain: {
1170
+ channel_id: 'channel-8'
1171
+ }
1172
+ }],
1173
+ images: [{
1174
+ image_sync: {
1175
+ chain_name: 'ethereum',
1176
+ base_denom: 'wei'
1177
+ },
1178
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
1179
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg'
1180
+ }],
1181
+ logo_URIs: {
1182
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
1183
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg'
1184
+ }
1185
+ }, {
1186
+ description: 'The native staking token of dYdX Protocol.',
1187
+ denom_units: [{
1188
+ denom: 'ibc/3E4C16E6D177A5FD3F416E6622898887FD194D158F740212F286669B8CD577DB',
1189
+ exponent: 0,
1190
+ aliases: ['ibc/831F0B1BBB1D08A2B75311892876D71565478C532967545476DF4C2D7492E48C']
1191
+ }, {
1192
+ denom: 'dydx',
1193
+ exponent: 18
1194
+ }],
1195
+ type_asset: 'ics20',
1196
+ base: 'ibc/3E4C16E6D177A5FD3F416E6622898887FD194D158F740212F286669B8CD577DB',
1197
+ name: 'dYdX',
1198
+ display: 'dydx',
1199
+ symbol: 'DYDX',
1200
+ traces: [{
1201
+ type: 'ibc',
1202
+ counterparty: {
1203
+ channel_id: 'channel-15464',
1204
+ base_denom: 'ibc/831F0B1BBB1D08A2B75311892876D71565478C532967545476DF4C2D7492E48C',
1205
+ chain_name: 'osmosis'
1206
+ },
1207
+ chain: {
1208
+ channel_id: 'channel-8'
1209
+ }
1210
+ }],
1211
+ images: [{
1212
+ image_sync: {
1213
+ chain_name: 'dydx',
1214
+ base_denom: 'adydx'
1215
+ },
1216
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png',
1217
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg'
1218
+ }],
1219
+ logo_URIs: {
1220
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png',
1221
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg'
1222
+ }
1223
+ }, {
1224
+ description: 'The native token of Quasar',
1225
+ denom_units: [{
1226
+ denom: 'ibc/995D5090DB9E582ECF9AEBDB365A0D8B3D30C0AB644350E82054FD25D20725B1',
1227
+ exponent: 0,
1228
+ aliases: ['ibc/1B708808D372E959CD4839C594960309283424C775F4A038AAEBE7F83A988477']
1229
+ }, {
1230
+ denom: 'qsr',
1231
+ exponent: 6
1232
+ }],
1233
+ type_asset: 'ics20',
1234
+ base: 'ibc/995D5090DB9E582ECF9AEBDB365A0D8B3D30C0AB644350E82054FD25D20725B1',
1235
+ name: 'Quasar',
1236
+ display: 'qsr',
1237
+ symbol: 'QSR',
1238
+ traces: [{
1239
+ type: 'ibc',
1240
+ counterparty: {
1241
+ channel_id: 'channel-15464',
1242
+ base_denom: 'ibc/1B708808D372E959CD4839C594960309283424C775F4A038AAEBE7F83A988477',
1243
+ chain_name: 'osmosis'
1244
+ },
1245
+ chain: {
1246
+ channel_id: 'channel-8'
1247
+ }
1248
+ }],
1249
+ images: [{
1250
+ image_sync: {
1251
+ chain_name: 'quasar',
1252
+ base_denom: 'uqsr'
1253
+ },
1254
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quasar/images/quasar.png'
1255
+ }],
1256
+ logo_URIs: {
1257
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quasar/images/quasar.png'
1258
+ }
1259
+ }, {
1260
+ description: 'Levana native token',
1261
+ denom_units: [{
1262
+ denom: 'ibc/4971C5E4786D5995EC7EF894FCFA9CF2E127E95D5D53A982F6A062F3F410EDB8',
1263
+ exponent: 0,
1264
+ aliases: ['factory/osmo1mlng7pz4pnyxtpq0akfwall37czyk9lukaucsrn30ameplhhshtqdvfm5c/ulvn']
1265
+ }, {
1266
+ denom: 'lvn',
1267
+ exponent: 6
1268
+ }],
1269
+ base: 'ibc/4971C5E4786D5995EC7EF894FCFA9CF2E127E95D5D53A982F6A062F3F410EDB8',
1270
+ name: 'Levana',
1271
+ display: 'lvn',
1272
+ symbol: 'LVN',
1273
+ logo_URIs: {
1274
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/levana.png',
1275
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/levana.svg'
1276
+ },
1277
+ coingecko_id: 'levana-protocol',
1278
+ images: [{
1279
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/levana.png',
1280
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/levana.svg'
1281
+ }, {
1282
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/levana.png'
1283
+ }],
1284
+ traces: [{
1285
+ type: 'ibc',
1286
+ counterparty: {
1287
+ channel_id: 'channel-15464',
1288
+ base_denom: 'factory/osmo1mlng7pz4pnyxtpq0akfwall37czyk9lukaucsrn30ameplhhshtqdvfm5c/ulvn',
1289
+ chain_name: 'osmosis'
1290
+ },
1291
+ chain: {
1292
+ channel_id: 'channel-8'
1293
+ }
1294
+ }]
1295
+ }, {
1296
+ description: "MilkyWay's liquid staked TIA",
1297
+ denom_units: [{
1298
+ denom: 'ibc/C2A70D6717D595F388B115200E789DC6E7EE409167B918B5F4E73838B8451A71',
1299
+ exponent: 0,
1300
+ aliases: ['factory/osmo1f5vfcph2dvfeqcqkhetwv75fda69z7e5c2dldm3kvgj23crkv6wqcn47a0/umilkTIA']
1301
+ }, {
1302
+ denom: 'milkTIA',
1303
+ exponent: 6
1304
+ }],
1305
+ base: 'ibc/C2A70D6717D595F388B115200E789DC6E7EE409167B918B5F4E73838B8451A71',
1306
+ name: 'milkTIA',
1307
+ display: 'milkTIA',
1308
+ symbol: 'milkTIA',
1309
+ traces: [{
1310
+ type: 'ibc',
1311
+ counterparty: {
1312
+ channel_id: 'channel-15464',
1313
+ base_denom: 'factory/osmo1f5vfcph2dvfeqcqkhetwv75fda69z7e5c2dldm3kvgj23crkv6wqcn47a0/umilkTIA',
1314
+ chain_name: 'osmosis'
1315
+ },
1316
+ chain: {
1317
+ channel_id: 'channel-8'
1318
+ }
1319
+ }],
1320
+ logo_URIs: {
1321
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/milktia.png',
1322
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/milktia.svg'
1323
+ },
1324
+ coingecko_id: 'milkyway-staked-tia',
1325
+ images: [{
1326
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/milktia.png',
1327
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/milktia.svg'
1328
+ }]
1329
+ }, {
1330
+ denom_units: [{
1331
+ denom: 'ibc/8351E07A3D45CDFC5FD76DE944940493BBD79E4A60BB2443BC179C8DF3942080',
1332
+ exponent: 0,
1333
+ aliases: ['ibc/ECBE78BF7677320A93E7BA1761D144BCBF0CBC247C290C049655E106FE5DC68E']
1334
+ }, {
1335
+ denom: 'stkosmo',
1336
+ exponent: 6,
1337
+ aliases: ['stk/osmo']
1338
+ }],
1339
+ type_asset: 'ics20',
1340
+ base: 'ibc/8351E07A3D45CDFC5FD76DE944940493BBD79E4A60BB2443BC179C8DF3942080',
1341
+ name: 'PSTAKE staked OSMO',
1342
+ display: 'stkosmo',
1343
+ symbol: 'stkOSMO',
1344
+ traces: [{
1345
+ type: 'ibc',
1346
+ counterparty: {
1347
+ channel_id: 'channel-15464',
1348
+ base_denom: 'ibc/ECBE78BF7677320A93E7BA1761D144BCBF0CBC247C290C049655E106FE5DC68E',
1349
+ chain_name: 'osmosis'
1350
+ },
1351
+ chain: {
1352
+ channel_id: 'channel-8'
1353
+ }
1354
+ }],
1355
+ images: [{
1356
+ image_sync: {
1357
+ chain_name: 'persistence',
1358
+ base_denom: 'stk/uosmo'
1359
+ },
1360
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkosmo.png',
1361
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkosmo.svg'
1362
+ }],
1363
+ logo_URIs: {
1364
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkosmo.png',
1365
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkosmo.svg'
1366
+ }
1367
+ }, {
1368
+ description: 'The PAGE token is used for actions in the PageDAO NFT literary ecosystem and for DAO governance.',
1369
+ denom_units: [{
1370
+ denom: 'ibc/E1136B918D1D8CD8ADAA7C6B73A98588AE28F2A3E1F89FD2DC4E5FB7D8CA1E82',
1371
+ exponent: 0,
1372
+ aliases: ['ibc/23A62409E4AD8133116C249B1FA38EED30E500A115D7B153109462CD82C1CD99']
1373
+ }, {
1374
+ denom: 'page',
1375
+ exponent: 8
1376
+ }],
1377
+ type_asset: 'ics20',
1378
+ base: 'ibc/E1136B918D1D8CD8ADAA7C6B73A98588AE28F2A3E1F89FD2DC4E5FB7D8CA1E82',
1379
+ name: 'PageDAO',
1380
+ display: 'page',
1381
+ symbol: 'PAGE.grv',
1382
+ traces: [{
1383
+ type: 'ibc',
1384
+ counterparty: {
1385
+ channel_id: 'channel-15464',
1386
+ base_denom: 'ibc/23A62409E4AD8133116C249B1FA38EED30E500A115D7B153109462CD82C1CD99',
1387
+ chain_name: 'osmosis'
1388
+ },
1389
+ chain: {
1390
+ channel_id: 'channel-8'
1391
+ }
1392
+ }],
1393
+ images: [{
1394
+ image_sync: {
1395
+ chain_name: 'gravitybridge',
1396
+ base_denom: 'gravity0x60e683C6514Edd5F758A55b6f393BeBBAfaA8d5e'
1397
+ },
1398
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/page.png',
1399
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/page.svg'
1400
+ }],
1401
+ logo_URIs: {
1402
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/page.png',
1403
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/page.svg'
1404
+ }
1405
+ }, {
1406
+ description: "Nomic's native token.",
1407
+ denom_units: [{
1408
+ denom: 'ibc/8220759346D5FDFEA0DBCE544B55538FA98DDC80D8F1F0364AE31F86912D7461',
1409
+ exponent: 0,
1410
+ aliases: ['ibc/F49DFB3BC8105C57EE7F17EC2402438825B31212CFDD81681EB87911E934F32C']
1411
+ }, {
1412
+ denom: 'nom',
1413
+ exponent: 6
1414
+ }],
1415
+ type_asset: 'ics20',
1416
+ base: 'ibc/8220759346D5FDFEA0DBCE544B55538FA98DDC80D8F1F0364AE31F86912D7461',
1417
+ name: 'Nomic',
1418
+ display: 'nomic',
1419
+ symbol: 'NOM',
1420
+ traces: [{
1421
+ type: 'ibc',
1422
+ counterparty: {
1423
+ channel_id: 'channel-15464',
1424
+ base_denom: 'ibc/F49DFB3BC8105C57EE7F17EC2402438825B31212CFDD81681EB87911E934F32C',
1425
+ chain_name: 'osmosis'
1426
+ },
1427
+ chain: {
1428
+ channel_id: 'channel-8'
1429
+ }
1430
+ }],
1431
+ images: [{
1432
+ image_sync: {
1433
+ chain_name: 'nomic',
1434
+ base_denom: 'unom'
1435
+ },
1436
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nom.png',
1437
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nom.svg'
1438
+ }],
1439
+ logo_URIs: {
1440
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nom.png',
1441
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nom.svg'
1442
+ }
1443
+ }, {
1444
+ description: 'Bitcoin. On Cosmos.',
1445
+ denom_units: [{
1446
+ denom: 'ibc/0286F5FFE1B2E1F85ED0F6EC716C2E84302206B823959318050965EF89C67597',
1447
+ exponent: 0,
1448
+ aliases: ['ibc/75345531D87BD90BF108BE7240BD721CB2CB0A1F16D4EBA71B09EC3C43E15C8F']
1449
+ }, {
1450
+ denom: 'nbtc',
1451
+ exponent: 14
1452
+ }],
1453
+ type_asset: 'ics20',
1454
+ base: 'ibc/0286F5FFE1B2E1F85ED0F6EC716C2E84302206B823959318050965EF89C67597',
1455
+ name: 'Nomic Bitcoin',
1456
+ display: 'nbtc',
1457
+ symbol: 'nBTC',
1458
+ traces: [{
1459
+ type: 'ibc',
1460
+ counterparty: {
1461
+ channel_id: 'channel-15464',
1462
+ base_denom: 'ibc/75345531D87BD90BF108BE7240BD721CB2CB0A1F16D4EBA71B09EC3C43E15C8F',
1463
+ chain_name: 'osmosis'
1464
+ },
1465
+ chain: {
1466
+ channel_id: 'channel-8'
1467
+ }
1468
+ }],
1469
+ images: [{
1470
+ image_sync: {
1471
+ chain_name: 'nomic',
1472
+ base_denom: 'usat'
1473
+ },
1474
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nbtc.png',
1475
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nbtc.svg'
1476
+ }],
1477
+ logo_URIs: {
1478
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nbtc.png',
1479
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nbtc.svg'
1480
+ }
1481
+ }, {
1482
+ description: 'AUTISM on Osmosis',
1483
+ denom_units: [{
1484
+ denom: 'ibc/F0F929A16FF24414F1C7A056B53A7D8630F5289D65BEE8B799C556B51819E542',
1485
+ exponent: 0,
1486
+ aliases: ['ibc/9DDF52A334F92BC57A9E0D59DFF9984EAC61D2A14E5162605DF601AA58FDFC6D']
1487
+ }, {
1488
+ denom: 'autism',
1489
+ exponent: 6
1490
+ }],
1491
+ type_asset: 'ics20',
1492
+ base: 'ibc/F0F929A16FF24414F1C7A056B53A7D8630F5289D65BEE8B799C556B51819E542',
1493
+ name: 'Injective AUTISM',
1494
+ display: 'autism',
1495
+ symbol: 'AUTISM',
1496
+ traces: [{
1497
+ type: 'ibc',
1498
+ counterparty: {
1499
+ channel_id: 'channel-15464',
1500
+ base_denom: 'ibc/9DDF52A334F92BC57A9E0D59DFF9984EAC61D2A14E5162605DF601AA58FDFC6D',
1501
+ chain_name: 'osmosis'
1502
+ },
1503
+ chain: {
1504
+ channel_id: 'channel-8'
1505
+ }
1506
+ }],
1507
+ images: [{
1508
+ image_sync: {
1509
+ chain_name: 'injective',
1510
+ base_denom: 'factory/inj14lf8xm6fcvlggpa7guxzjqwjmtr24gnvf56hvz/autism'
1511
+ },
1512
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/autism.png'
1513
+ }],
1514
+ logo_URIs: {
1515
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/autism.png'
1516
+ }
1517
+ }, {
1518
+ description: 'Woof on Osmosis',
1519
+ denom_units: [{
1520
+ denom: 'ibc/20E41A2F25C2330F7A0A76A22A064B8377F5B31CC8DD2AC6767C09C008FB5867',
1521
+ exponent: 0,
1522
+ aliases: ['ibc/9B8EC667B6DF55387DC0F3ACC4F187DA6921B0806ED35DE6B04DE96F5AB81F53']
1523
+ }, {
1524
+ denom: 'WOOF',
1525
+ exponent: 6
1526
+ }],
1527
+ type_asset: 'ics20',
1528
+ base: 'ibc/20E41A2F25C2330F7A0A76A22A064B8377F5B31CC8DD2AC6767C09C008FB5867',
1529
+ name: 'WOOF chihuahua',
1530
+ display: 'WOOF',
1531
+ symbol: 'WOOF',
1532
+ traces: [{
1533
+ type: 'ibc',
1534
+ counterparty: {
1535
+ channel_id: 'channel-15464',
1536
+ base_denom: 'ibc/9B8EC667B6DF55387DC0F3ACC4F187DA6921B0806ED35DE6B04DE96F5AB81F53',
1537
+ chain_name: 'osmosis'
1538
+ },
1539
+ chain: {
1540
+ channel_id: 'channel-8'
1541
+ }
1542
+ }],
1543
+ logo_URIs: {
1544
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/woof.png'
1545
+ },
1546
+ images: [{
1547
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/woof.png'
1548
+ }]
1549
+ }, {
1550
+ description: 'The native coin of Sneaky Productions.',
1551
+ denom_units: [{
1552
+ denom: 'ibc/0012E4AA1D530FBDAF889CF59E76C66643E197C6872A19412CAD69119BB589D2',
1553
+ exponent: 0,
1554
+ aliases: ['ibc/94ED1F172BC633DFC56D7E26551D8B101ADCCC69052AC44FED89F97FF658138F']
1555
+ }, {
1556
+ denom: 'sneaky',
1557
+ exponent: 6
1558
+ }],
1559
+ type_asset: 'ics20',
1560
+ base: 'ibc/0012E4AA1D530FBDAF889CF59E76C66643E197C6872A19412CAD69119BB589D2',
1561
+ name: 'Sneaky Productions',
1562
+ display: 'sneaky',
1563
+ symbol: 'SNEAKY',
1564
+ traces: [{
1565
+ type: 'ibc',
1566
+ counterparty: {
1567
+ channel_id: 'channel-15464',
1568
+ base_denom: 'ibc/94ED1F172BC633DFC56D7E26551D8B101ADCCC69052AC44FED89F97FF658138F',
1569
+ chain_name: 'osmosis'
1570
+ },
1571
+ chain: {
1572
+ channel_id: 'channel-8'
1573
+ }
1574
+ }],
1575
+ logo_URIs: {
1576
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/sneaky.png'
1577
+ },
1578
+ images: [{
1579
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/sneaky.png'
1580
+ }]
1581
+ }, {
1582
+ denom_units: [{
1583
+ denom: 'ibc/A07BB73539F556DA5238F1B7E9471B34DD19897B1EE7050B959989F13EFE73B3',
1584
+ exponent: 0,
1585
+ aliases: ['factory/osmo1z0qrq605sjgcqpylfl4aa6s90x738j7m58wyatt0tdzflg2ha26q67k743/wbtc']
1586
+ }, {
1587
+ denom: 'wbtc',
1588
+ exponent: 8
1589
+ }],
1590
+ address: 'osmo1z0qrq605sjgcqpylfl4aa6s90x738j7m58wyatt0tdzflg2ha26q67k743',
1591
+ type_asset: 'sdk.coin',
1592
+ base: 'ibc/A07BB73539F556DA5238F1B7E9471B34DD19897B1EE7050B959989F13EFE73B3',
1593
+ name: 'Wrapped Bitcoin',
1594
+ display: 'wbtc',
1595
+ symbol: 'WBTC',
1596
+ traces: [{
1597
+ type: 'ibc',
1598
+ counterparty: {
1599
+ channel_id: 'channel-15464',
1600
+ base_denom: 'factory/osmo1z0qrq605sjgcqpylfl4aa6s90x738j7m58wyatt0tdzflg2ha26q67k743/wbtc',
1601
+ chain_name: 'osmosis'
1602
+ },
1603
+ chain: {
1604
+ channel_id: 'channel-8'
1605
+ }
1606
+ }],
1607
+ images: [{
1608
+ image_sync: {
1609
+ chain_name: 'ethereum',
1610
+ base_denom: '0x2260fac5e5542a773aa44fbcfedf7c193bc2c599'
1611
+ },
1612
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.png',
1613
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.svg'
1614
+ }],
1615
+ logo_URIs: {
1616
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.png',
1617
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.svg'
1618
+ }
1619
+ }, {
1620
+ 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.",
1621
+ denom_units: [{
1622
+ denom: 'ibc/DD648F5D3CDA56D0D8D8820CF703D246B9FC4007725D8B38D23A21FF1A1477E3',
1623
+ exponent: 0,
1624
+ aliases: ['factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO']
1625
+ }, {
1626
+ denom: 'WOSMO',
1627
+ exponent: 6
1628
+ }],
1629
+ address: 'osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3',
1630
+ base: 'ibc/DD648F5D3CDA56D0D8D8820CF703D246B9FC4007725D8B38D23A21FF1A1477E3',
1631
+ name: 'WOSMO',
1632
+ display: 'WOSMO',
1633
+ symbol: 'WOSMO',
1634
+ logo_URIs: {
1635
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/WOSMO.png'
1636
+ },
1637
+ images: [{
1638
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/WOSMO.png'
1639
+ }],
1640
+ traces: [{
1641
+ type: 'ibc',
1642
+ counterparty: {
1643
+ channel_id: 'channel-15464',
1644
+ base_denom: 'factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO',
1645
+ chain_name: 'osmosis'
1646
+ },
1647
+ chain: {
1648
+ channel_id: 'channel-8'
1649
+ }
1650
+ }]
1651
+ }, {
1652
+ description: 'NLS on Osmosis',
1653
+ denom_units: [{
1654
+ denom: 'ibc/849AF9574F64D1A1228FC2EFC79C857D562BAFB5C44657B5D89BB08A454C6DF9',
1655
+ exponent: 0,
1656
+ aliases: ['ibc/D9AFCECDD361D38302AA66EB3BAC23B95234832C51D12489DC451FA2B7C72782']
1657
+ }, {
1658
+ denom: 'nls',
1659
+ exponent: 6
1660
+ }],
1661
+ type_asset: 'ics20',
1662
+ base: 'ibc/849AF9574F64D1A1228FC2EFC79C857D562BAFB5C44657B5D89BB08A454C6DF9',
1663
+ name: 'Nolus',
1664
+ display: 'nls',
1665
+ symbol: 'NLS',
1666
+ traces: [{
1667
+ type: 'ibc',
1668
+ counterparty: {
1669
+ channel_id: 'channel-15464',
1670
+ base_denom: 'ibc/D9AFCECDD361D38302AA66EB3BAC23B95234832C51D12489DC451FA2B7C72782',
1671
+ chain_name: 'osmosis'
1672
+ },
1673
+ chain: {
1674
+ channel_id: 'channel-8'
1675
+ }
1676
+ }],
1677
+ images: [{
1678
+ image_sync: {
1679
+ chain_name: 'nolus',
1680
+ base_denom: 'unls'
1681
+ },
1682
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.png',
1683
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.svg'
1684
+ }],
1685
+ logo_URIs: {
1686
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.png',
1687
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.svg'
1688
+ }
1689
+ }, {
1690
+ description: 'STRD on Osmosis',
1691
+ denom_units: [{
1692
+ denom: 'ibc/F72F979601BD2FCF748C2E93092E9CB55A8BDB738567AB42C19D403A7C636110',
1693
+ exponent: 0,
1694
+ aliases: ['ibc/A8CA5EE328FA10C9519DF6057DA1F69682D28F7D0F5CCC7ECB72E3DCA2D157A4']
1695
+ }, {
1696
+ denom: 'strd',
1697
+ exponent: 6
1698
+ }],
1699
+ type_asset: 'ics20',
1700
+ base: 'ibc/F72F979601BD2FCF748C2E93092E9CB55A8BDB738567AB42C19D403A7C636110',
1701
+ name: 'Stride',
1702
+ display: 'strd',
1703
+ symbol: 'STRD',
1704
+ traces: [{
1705
+ type: 'ibc',
1706
+ counterparty: {
1707
+ channel_id: 'channel-15464',
1708
+ base_denom: 'ibc/A8CA5EE328FA10C9519DF6057DA1F69682D28F7D0F5CCC7ECB72E3DCA2D157A4',
1709
+ chain_name: 'osmosis'
1710
+ },
1711
+ chain: {
1712
+ channel_id: 'channel-8'
1713
+ }
1714
+ }],
1715
+ images: [{
1716
+ image_sync: {
1717
+ chain_name: 'stride',
1718
+ base_denom: 'ustrd'
1719
+ },
1720
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.png',
1721
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg'
1722
+ }],
1723
+ logo_URIs: {
1724
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.png',
1725
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg'
1726
+ }
1727
+ }, {
1728
+ description: 'Margined Power Token sqTIA',
1729
+ denom_units: [{
1730
+ denom: 'ibc/D2098712E1B9398AD8D05966A5766D4C32137D9A06CF839376221176CFD9AF0B',
1731
+ exponent: 0,
1732
+ aliases: ['factory/osmo1g8qypve6l95xmhgc0fddaecerffymsl7kn9muw/sqtia']
1733
+ }, {
1734
+ denom: 'sqtia',
1735
+ exponent: 6
1736
+ }],
1737
+ base: 'ibc/D2098712E1B9398AD8D05966A5766D4C32137D9A06CF839376221176CFD9AF0B',
1738
+ name: 'TIA Squared',
1739
+ display: 'sqtia',
1740
+ symbol: 'sqTIA',
1741
+ logo_URIs: {
1742
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sqtia.svg'
1743
+ },
1744
+ images: [{
1745
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sqtia.svg'
1746
+ }],
1747
+ traces: [{
1748
+ type: 'ibc',
1749
+ counterparty: {
1750
+ channel_id: 'channel-15464',
1751
+ base_denom: 'factory/osmo1g8qypve6l95xmhgc0fddaecerffymsl7kn9muw/sqtia',
1752
+ chain_name: 'osmosis'
1753
+ },
1754
+ chain: {
1755
+ channel_id: 'channel-8'
1756
+ }
1757
+ }]
1758
+ }, {
1759
+ description: 'Sail DAO Token',
1760
+ denom_units: [{
1761
+ denom: 'ibc/2718A31D59C81CD1F972C829F097BDBE32D7B84025F909FFB6163AAD314961B3',
1762
+ exponent: 0,
1763
+ aliases: ['factory/osmo1rckme96ptawr4zwexxj5g5gej9s2dmud8r2t9j0k0prn5mch5g4snzzwjv/sail']
1764
+ }, {
1765
+ denom: 'sail',
1766
+ exponent: 6
1767
+ }],
1768
+ base: 'ibc/2718A31D59C81CD1F972C829F097BDBE32D7B84025F909FFB6163AAD314961B3',
1769
+ name: 'Sail',
1770
+ display: 'sail',
1771
+ symbol: 'SAIL',
1772
+ logo_URIs: {
1773
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sail.png'
1774
+ },
1775
+ images: [{
1776
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sail.png'
1777
+ }],
1778
+ traces: [{
1779
+ type: 'ibc',
1780
+ counterparty: {
1781
+ channel_id: 'channel-15464',
1782
+ base_denom: 'factory/osmo1rckme96ptawr4zwexxj5g5gej9s2dmud8r2t9j0k0prn5mch5g4snzzwjv/sail',
1783
+ chain_name: 'osmosis'
1784
+ },
1785
+ chain: {
1786
+ channel_id: 'channel-8'
1787
+ }
1788
+ }]
1789
+ }]
1790
+ };
1791
+ var _default = exports["default"] = assets;