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