@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,2354 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports["default"] = void 0;
7
+ var assets = {
8
+ chain_name: 'sifchain',
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/6D717BFF5537D129035BAB39F593D638BA258A9F8D86FB7ECCEAB05B6950CC3E',
13
+ exponent: 0,
14
+ aliases: ['uakt']
15
+ }, {
16
+ denom: 'akt',
17
+ exponent: 6
18
+ }],
19
+ base: 'ibc/6D717BFF5537D129035BAB39F593D638BA258A9F8D86FB7ECCEAB05B6950CC3E',
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-24',
36
+ base_denom: 'uakt',
37
+ chain_name: 'akash'
38
+ },
39
+ chain: {
40
+ channel_id: 'channel-2'
41
+ }
42
+ }]
43
+ }, {
44
+ description: 'Tether USDt on Akash',
45
+ denom_units: [{
46
+ denom: 'ibc/1A5A363331CA324A401D6A4C948F9BF2137D1E2D25A3B5A5C99D2A1E9628BC24',
47
+ exponent: 0,
48
+ aliases: ['ibc/05DB6975261B805B6F6A157A4386C627F8A70BF8118D411655EFEDCA82BFABA5']
49
+ }, {
50
+ denom: 'usdt',
51
+ exponent: 6
52
+ }],
53
+ type_asset: 'ics20',
54
+ base: 'ibc/1A5A363331CA324A401D6A4C948F9BF2137D1E2D25A3B5A5C99D2A1E9628BC24',
55
+ name: 'Tether USDt',
56
+ display: 'usdt',
57
+ symbol: 'USDt',
58
+ traces: [{
59
+ type: 'ibc',
60
+ counterparty: {
61
+ channel_id: 'channel-24',
62
+ base_denom: 'ibc/05DB6975261B805B6F6A157A4386C627F8A70BF8118D411655EFEDCA82BFABA5',
63
+ chain_name: 'akash'
64
+ },
65
+ chain: {
66
+ channel_id: 'channel-2'
67
+ }
68
+ }],
69
+ images: [{
70
+ image_sync: {
71
+ chain_name: 'kava',
72
+ base_denom: 'erc20/tether/usdt'
73
+ },
74
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
75
+ }],
76
+ logo_URIs: {
77
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
78
+ }
79
+ }, {
80
+ description: '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-192',
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-192',
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-192',
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/B21954812E6E642ADC0B5ACB233E02A634BF137C572575BF80F7C0CC3DB2E74D',
188
+ exponent: 0,
189
+ aliases: ['basecro']
190
+ }, {
191
+ denom: 'cro',
192
+ exponent: 8
193
+ }],
194
+ base: 'ibc/B21954812E6E642ADC0B5ACB233E02A634BF137C572575BF80F7C0CC3DB2E74D',
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-33',
211
+ base_denom: 'basecro',
212
+ chain_name: 'cryptoorgchain'
213
+ },
214
+ chain: {
215
+ channel_id: 'channel-9'
216
+ }
217
+ }]
218
+ }, {
219
+ description: 'The native token of IXO Chain',
220
+ denom_units: [{
221
+ denom: 'ibc/C5C8682EB9AA1313EF1B12C991ADCDA465B80C05733BFB2972E2005E01BCE459',
222
+ exponent: 0,
223
+ aliases: ['uixo']
224
+ }, {
225
+ denom: 'ixo',
226
+ exponent: 6
227
+ }],
228
+ base: 'ibc/C5C8682EB9AA1313EF1B12C991ADCDA465B80C05733BFB2972E2005E01BCE459',
229
+ name: 'IXO',
230
+ display: 'ixo',
231
+ symbol: 'IXO',
232
+ logo_URIs: {
233
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.png',
234
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.svg'
235
+ },
236
+ coingecko_id: 'ixo',
237
+ images: [{
238
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.png',
239
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.svg'
240
+ }],
241
+ traces: [{
242
+ type: 'ibc',
243
+ counterparty: {
244
+ channel_id: 'channel-11',
245
+ base_denom: 'uixo',
246
+ chain_name: 'impacthub'
247
+ },
248
+ chain: {
249
+ channel_id: 'channel-15'
250
+ }
251
+ }]
252
+ }, {
253
+ description: 'The IRIS token is the native governance token for the IrisNet chain.',
254
+ denom_units: [{
255
+ denom: 'ibc/11DFDFADE34DCE439BA732EBA5CD8AA804A544BA1ECC0882856289FAF01FE53F',
256
+ exponent: 0,
257
+ aliases: ['uiris']
258
+ }, {
259
+ denom: 'iris',
260
+ exponent: 6
261
+ }],
262
+ base: 'ibc/11DFDFADE34DCE439BA732EBA5CD8AA804A544BA1ECC0882856289FAF01FE53F',
263
+ name: 'IRISnet',
264
+ display: 'iris',
265
+ symbol: 'IRIS',
266
+ logo_URIs: {
267
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/irisnet/images/iris.png',
268
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/irisnet/images/iris.svg'
269
+ },
270
+ coingecko_id: 'iris-network',
271
+ images: [{
272
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/irisnet/images/iris.png',
273
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/irisnet/images/iris.svg'
274
+ }],
275
+ traces: [{
276
+ type: 'ibc',
277
+ counterparty: {
278
+ channel_id: 'channel-19',
279
+ base_denom: 'uiris',
280
+ chain_name: 'irisnet'
281
+ },
282
+ chain: {
283
+ channel_id: 'channel-8'
284
+ }
285
+ }]
286
+ }, {
287
+ description: 'The native token of JUNO Chain',
288
+ denom_units: [{
289
+ denom: 'ibc/F279AB967042CAC10BFF70FAECB179DCE37AAAE4CD4C1BC4565C2BBC383BC0FA',
290
+ exponent: 0,
291
+ aliases: ['ujuno']
292
+ }, {
293
+ denom: 'juno',
294
+ exponent: 6
295
+ }],
296
+ base: 'ibc/F279AB967042CAC10BFF70FAECB179DCE37AAAE4CD4C1BC4565C2BBC383BC0FA',
297
+ name: 'Juno',
298
+ display: 'juno',
299
+ symbol: 'JUNO',
300
+ logo_URIs: {
301
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.png',
302
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.svg'
303
+ },
304
+ coingecko_id: 'juno-network',
305
+ images: [{
306
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.png',
307
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.svg'
308
+ }],
309
+ traces: [{
310
+ type: 'ibc',
311
+ counterparty: {
312
+ channel_id: 'channel-5',
313
+ base_denom: 'ujuno',
314
+ chain_name: 'juno'
315
+ },
316
+ chain: {
317
+ channel_id: 'channel-14'
318
+ }
319
+ }]
320
+ }, {
321
+ denom_units: [{
322
+ denom: 'ibc/7338FEA85B7309A98BCCDE6426B8C66F4CAD4B970874F2D063BDA1C4FBA3D8B6',
323
+ exponent: 0,
324
+ aliases: ['ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9']
325
+ }, {
326
+ denom: 'atom',
327
+ exponent: 6
328
+ }],
329
+ type_asset: 'ics20',
330
+ base: 'ibc/7338FEA85B7309A98BCCDE6426B8C66F4CAD4B970874F2D063BDA1C4FBA3D8B6',
331
+ name: 'ATOM on Juno',
332
+ display: 'atom',
333
+ symbol: 'ATOM',
334
+ traces: [{
335
+ type: 'ibc',
336
+ counterparty: {
337
+ channel_id: 'channel-5',
338
+ base_denom: 'ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9',
339
+ chain_name: 'juno'
340
+ },
341
+ chain: {
342
+ channel_id: 'channel-14'
343
+ }
344
+ }],
345
+ images: [{
346
+ image_sync: {
347
+ chain_name: 'cosmoshub',
348
+ base_denom: 'uatom'
349
+ },
350
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
351
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
352
+ }],
353
+ logo_URIs: {
354
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
355
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
356
+ }
357
+ }, {
358
+ description: 'Bored APE IBC club token',
359
+ type_asset: 'cw20',
360
+ address: 'juno1s2dp05rspeuzzpzyzdchk262szehrtfpz847uvf98cnwh53ulx4qg20qwj',
361
+ denom_units: [{
362
+ denom: 'cw20:juno1s2dp05rspeuzzpzyzdchk262szehrtfpz847uvf98cnwh53ulx4qg20qwj',
363
+ exponent: 0
364
+ }, {
365
+ denom: 'banana',
366
+ exponent: 6
367
+ }],
368
+ base: 'ibc/DD916D8FB07B7A0B6F2EDAC4C2BC71D8722D3B8AF5732B28C86B9EB58010699E',
369
+ name: 'Banana Token',
370
+ display: 'banana',
371
+ symbol: 'BANANA',
372
+ logo_URIs: {
373
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/banana.png'
374
+ },
375
+ images: [{
376
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/banana.png'
377
+ }],
378
+ traces: [{
379
+ type: 'ibc',
380
+ counterparty: {
381
+ channel_id: 'channel-5',
382
+ base_denom: 'cw20:juno1s2dp05rspeuzzpzyzdchk262szehrtfpz847uvf98cnwh53ulx4qg20qwj',
383
+ chain_name: 'juno'
384
+ },
385
+ chain: {
386
+ channel_id: 'channel-14'
387
+ }
388
+ }]
389
+ }, {
390
+ denom_units: [{
391
+ denom: 'ibc/F497B81863EDBD45A1012A0CC08A94BBB6957620FBC5B36D0650DD6990CDCF59',
392
+ exponent: 0,
393
+ aliases: ['factory/juno1qly4zcmzr2gyxtze5yt9chv2srczwwunppxjfh/NEXX']
394
+ }, {
395
+ denom: 'nexx',
396
+ exponent: 6
397
+ }],
398
+ address: 'juno1qly4zcmzr2gyxtze5yt9chv2srczwwunppxjfh',
399
+ base: 'ibc/F497B81863EDBD45A1012A0CC08A94BBB6957620FBC5B36D0650DD6990CDCF59',
400
+ name: 'NEXX GEN AI',
401
+ display: 'nexx',
402
+ symbol: 'NEXX',
403
+ logo_URIs: {
404
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/nexx.png'
405
+ },
406
+ images: [{
407
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/nexx.png'
408
+ }],
409
+ traces: [{
410
+ type: 'ibc',
411
+ counterparty: {
412
+ channel_id: 'channel-5',
413
+ base_denom: 'factory/juno1qly4zcmzr2gyxtze5yt9chv2srczwwunppxjfh/NEXX',
414
+ chain_name: 'juno'
415
+ },
416
+ chain: {
417
+ channel_id: 'channel-14'
418
+ }
419
+ }]
420
+ }, {
421
+ denom_units: [{
422
+ denom: 'ibc/B2C77B14FB6864ED58A3EC929613D5125A2ED93A715935C21FD3C65B7FFA041E',
423
+ exponent: 0,
424
+ aliases: ['factory/juno1u805lv20qc6jy7c3ttre7nct6uyl20pfky5r7e/DGL']
425
+ }, {
426
+ denom: 'dgl',
427
+ exponent: 6
428
+ }],
429
+ address: 'juno1u805lv20qc6jy7c3ttre7nct6uyl20pfky5r7e',
430
+ base: 'ibc/B2C77B14FB6864ED58A3EC929613D5125A2ED93A715935C21FD3C65B7FFA041E',
431
+ name: 'Licorice',
432
+ display: 'dgl',
433
+ symbol: 'DGL',
434
+ logo_URIs: {
435
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dgl.png'
436
+ },
437
+ images: [{
438
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dgl.png'
439
+ }],
440
+ traces: [{
441
+ type: 'ibc',
442
+ counterparty: {
443
+ channel_id: 'channel-5',
444
+ base_denom: 'factory/juno1u805lv20qc6jy7c3ttre7nct6uyl20pfky5r7e/DGL',
445
+ chain_name: 'juno'
446
+ },
447
+ chain: {
448
+ channel_id: 'channel-14'
449
+ }
450
+ }]
451
+ }, {
452
+ description: 'Hava Coin is the lifeblood of the Cosmos & Juno networks, rewarding builders and welcoming supporters. https://havacoin.xyz/',
453
+ denom_units: [{
454
+ denom: 'ibc/849E319EC094018FD7BCDBDA6AF31F34741C44C42A191F82F15518C6BF8A3251',
455
+ exponent: 0,
456
+ aliases: ['factory/juno195asgku87kxgu48s447z0ryhsyn5rl3yzvfw0d/uhava']
457
+ }, {
458
+ denom: 'hava',
459
+ exponent: 6
460
+ }],
461
+ base: 'ibc/849E319EC094018FD7BCDBDA6AF31F34741C44C42A191F82F15518C6BF8A3251',
462
+ name: 'Hava Coin',
463
+ display: 'hava',
464
+ symbol: 'HAVA',
465
+ logo_URIs: {
466
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hava.png'
467
+ },
468
+ images: [{
469
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hava.png'
470
+ }],
471
+ traces: [{
472
+ type: 'ibc',
473
+ counterparty: {
474
+ channel_id: 'channel-5',
475
+ base_denom: 'factory/juno195asgku87kxgu48s447z0ryhsyn5rl3yzvfw0d/uhava',
476
+ chain_name: 'juno'
477
+ },
478
+ chain: {
479
+ channel_id: 'channel-14'
480
+ }
481
+ }]
482
+ }, {
483
+ description: 'The native token of Osmosis',
484
+ denom_units: [{
485
+ denom: 'ibc/B4314D0E670CB43C88A5DCA09F76E5E812BD831CC2FEC6E434C9E5A9D1F57953',
486
+ exponent: 0,
487
+ aliases: ['uosmo']
488
+ }, {
489
+ denom: 'osmo',
490
+ exponent: 6
491
+ }],
492
+ base: 'ibc/B4314D0E670CB43C88A5DCA09F76E5E812BD831CC2FEC6E434C9E5A9D1F57953',
493
+ name: 'Osmosis',
494
+ display: 'osmo',
495
+ symbol: 'OSMO',
496
+ logo_URIs: {
497
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
498
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
499
+ },
500
+ coingecko_id: 'osmosis',
501
+ keywords: ['dex', 'staking'],
502
+ images: [{
503
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
504
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
505
+ }],
506
+ traces: [{
507
+ type: 'ibc',
508
+ counterparty: {
509
+ channel_id: 'channel-47',
510
+ base_denom: 'uosmo',
511
+ chain_name: 'osmosis'
512
+ },
513
+ chain: {
514
+ channel_id: 'channel-17'
515
+ }
516
+ }]
517
+ }, {
518
+ denom_units: [{
519
+ denom: 'ibc/FF03988A22CDAB8C0AFD760DE5A612767165B2B6B73BDB6F4CCD1D0359D7CEAD',
520
+ exponent: 0,
521
+ aliases: ['uion']
522
+ }, {
523
+ denom: 'ion',
524
+ exponent: 6
525
+ }],
526
+ base: 'ibc/FF03988A22CDAB8C0AFD760DE5A612767165B2B6B73BDB6F4CCD1D0359D7CEAD',
527
+ name: 'Ion DAO',
528
+ display: 'ion',
529
+ symbol: 'ION',
530
+ logo_URIs: {
531
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
532
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
533
+ },
534
+ coingecko_id: 'ion',
535
+ keywords: ['memecoin'],
536
+ images: [{
537
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
538
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
539
+ }],
540
+ traces: [{
541
+ type: 'ibc',
542
+ counterparty: {
543
+ channel_id: 'channel-47',
544
+ base_denom: 'uion',
545
+ chain_name: 'osmosis'
546
+ },
547
+ chain: {
548
+ channel_id: 'channel-17'
549
+ }
550
+ }]
551
+ }, {
552
+ denom_units: [{
553
+ denom: 'ibc/D76E316CE99B971414850A819CBB40BAED2870830FD910F05C7146E5E41A69D6',
554
+ exponent: 0,
555
+ aliases: ['factory/osmo14klwqgkmackvx2tqa0trtg69dmy0nrg4ntq4gjgw2za4734r5seqjqm4gm/uibcx']
556
+ }, {
557
+ denom: 'ibcx',
558
+ exponent: 6
559
+ }],
560
+ address: 'osmo14klwqgkmackvx2tqa0trtg69dmy0nrg4ntq4gjgw2za4734r5seqjqm4gm',
561
+ base: 'ibc/D76E316CE99B971414850A819CBB40BAED2870830FD910F05C7146E5E41A69D6',
562
+ name: 'IBC Index',
563
+ display: 'ibcx',
564
+ symbol: 'IBCX',
565
+ logo_URIs: {
566
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ibcx.svg'
567
+ },
568
+ coingecko_id: 'ibc-index',
569
+ images: [{
570
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ibcx.svg'
571
+ }],
572
+ traces: [{
573
+ type: 'ibc',
574
+ counterparty: {
575
+ channel_id: 'channel-47',
576
+ base_denom: 'factory/osmo14klwqgkmackvx2tqa0trtg69dmy0nrg4ntq4gjgw2za4734r5seqjqm4gm/uibcx',
577
+ chain_name: 'osmosis'
578
+ },
579
+ chain: {
580
+ channel_id: 'channel-17'
581
+ }
582
+ }]
583
+ }, {
584
+ denom_units: [{
585
+ denom: 'ibc/841D17BCF5C97D8ED926F65973F971E3E651BB069D724C904703819DE171C6CB',
586
+ exponent: 0,
587
+ aliases: ['factory/osmo1xqw2sl9zk8a6pch0csaw78n4swg5ws8t62wc5qta4gnjxfqg6v2qcs243k/stuibcx']
588
+ }, {
589
+ denom: 'stibcx',
590
+ exponent: 6
591
+ }],
592
+ address: 'osmo1xqw2sl9zk8a6pch0csaw78n4swg5ws8t62wc5qta4gnjxfqg6v2qcs243k',
593
+ base: 'ibc/841D17BCF5C97D8ED926F65973F971E3E651BB069D724C904703819DE171C6CB',
594
+ name: 'Staked IBCX',
595
+ display: 'stibcx',
596
+ symbol: 'stIBCX',
597
+ logo_URIs: {
598
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/stibcx.png',
599
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/stibcx.svg'
600
+ },
601
+ images: [{
602
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/stibcx.png',
603
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/stibcx.svg'
604
+ }],
605
+ traces: [{
606
+ type: 'ibc',
607
+ counterparty: {
608
+ channel_id: 'channel-47',
609
+ base_denom: 'factory/osmo1xqw2sl9zk8a6pch0csaw78n4swg5ws8t62wc5qta4gnjxfqg6v2qcs243k/stuibcx',
610
+ chain_name: 'osmosis'
611
+ },
612
+ chain: {
613
+ channel_id: 'channel-17'
614
+ }
615
+ }]
616
+ }, {
617
+ denom_units: [{
618
+ denom: 'ibc/83FED51248F2E9E33AB07CBA103AAD1876779C7651EF0F485AF1C694CC80AA39',
619
+ exponent: 0,
620
+ aliases: ['ibc/D189335C6E4A68B513C10AB227BF1C1D38C746766278BA3EEB4FB14124F1D858']
621
+ }, {
622
+ denom: 'usdc',
623
+ exponent: 6
624
+ }],
625
+ type_asset: 'ics20',
626
+ base: 'ibc/83FED51248F2E9E33AB07CBA103AAD1876779C7651EF0F485AF1C694CC80AA39',
627
+ name: 'Axelar USD Coin',
628
+ display: 'usdc',
629
+ symbol: 'USDC.axl',
630
+ traces: [{
631
+ type: 'ibc',
632
+ counterparty: {
633
+ channel_id: 'channel-47',
634
+ base_denom: 'ibc/D189335C6E4A68B513C10AB227BF1C1D38C746766278BA3EEB4FB14124F1D858',
635
+ chain_name: 'osmosis'
636
+ },
637
+ chain: {
638
+ channel_id: 'channel-17'
639
+ }
640
+ }],
641
+ images: [{
642
+ image_sync: {
643
+ chain_name: 'axelar',
644
+ base_denom: 'uusdc'
645
+ },
646
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.png',
647
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg'
648
+ }],
649
+ logo_URIs: {
650
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.png',
651
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg'
652
+ }
653
+ }, {
654
+ denom_units: [{
655
+ denom: 'ibc/9DB85C0522E1064ADB4F169001D7E6D1EFE5CA009B8218BA9F44BEAD2EA5C5FE',
656
+ exponent: 0,
657
+ aliases: ['ibc/0B3C3D06228578334B66B57FBFBA4033216CEB8119B27ACDEE18D92DA5B28D43']
658
+ }, {
659
+ denom: 'avalanche-usdc',
660
+ exponent: 6
661
+ }],
662
+ type_asset: 'ics20',
663
+ base: 'ibc/9DB85C0522E1064ADB4F169001D7E6D1EFE5CA009B8218BA9F44BEAD2EA5C5FE',
664
+ name: 'Wormhole USDC(Avalanche)',
665
+ display: 'avalanche-usdc',
666
+ symbol: 'avalanche.USDC.wh',
667
+ traces: [{
668
+ type: 'ibc',
669
+ counterparty: {
670
+ channel_id: 'channel-47',
671
+ base_denom: 'ibc/0B3C3D06228578334B66B57FBFBA4033216CEB8119B27ACDEE18D92DA5B28D43',
672
+ chain_name: 'osmosis'
673
+ },
674
+ chain: {
675
+ channel_id: 'channel-17'
676
+ }
677
+ }],
678
+ images: [{
679
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.hole.png',
680
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.hole.svg'
681
+ }],
682
+ logo_URIs: {
683
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.hole.png',
684
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.hole.svg'
685
+ }
686
+ }, {
687
+ denom_units: [{
688
+ denom: 'ibc/B2CCE90063DBA454462E597CFAD183316BD48345187EBDDB9319CDBB3B24C991',
689
+ exponent: 0,
690
+ aliases: ['ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4']
691
+ }, {
692
+ denom: 'usdc',
693
+ exponent: 6
694
+ }],
695
+ type_asset: 'ics20',
696
+ base: 'ibc/B2CCE90063DBA454462E597CFAD183316BD48345187EBDDB9319CDBB3B24C991',
697
+ name: 'Noble USD Coin',
698
+ display: 'usdc',
699
+ symbol: 'USDC',
700
+ traces: [{
701
+ type: 'ibc',
702
+ counterparty: {
703
+ channel_id: 'channel-47',
704
+ base_denom: 'ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4',
705
+ chain_name: 'osmosis'
706
+ },
707
+ chain: {
708
+ channel_id: 'channel-17'
709
+ }
710
+ }],
711
+ images: [{
712
+ image_sync: {
713
+ chain_name: 'noble',
714
+ base_denom: 'uusdc'
715
+ },
716
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png',
717
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg'
718
+ }],
719
+ logo_URIs: {
720
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png',
721
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg'
722
+ }
723
+ }, {
724
+ denom_units: [{
725
+ denom: 'ibc/7B763FDCCE6AD02D7F8A84C20E3D4E27AB928CCCC5135478A3224DC3234AEF0F',
726
+ exponent: 0,
727
+ aliases: ['ibc/D176154B0C63D1F9C6DCFB4F70349EBF2E2B5A87A05902F57A6AE92B863E9AEC']
728
+ }, {
729
+ denom: 'stosmo',
730
+ exponent: 6
731
+ }],
732
+ type_asset: 'ics20',
733
+ base: 'ibc/7B763FDCCE6AD02D7F8A84C20E3D4E27AB928CCCC5135478A3224DC3234AEF0F',
734
+ name: 'stOSMO',
735
+ display: 'stosmo',
736
+ symbol: 'stOSMO',
737
+ traces: [{
738
+ type: 'ibc',
739
+ counterparty: {
740
+ channel_id: 'channel-47',
741
+ base_denom: 'ibc/D176154B0C63D1F9C6DCFB4F70349EBF2E2B5A87A05902F57A6AE92B863E9AEC',
742
+ chain_name: 'osmosis'
743
+ },
744
+ chain: {
745
+ channel_id: 'channel-17'
746
+ }
747
+ }],
748
+ images: [{
749
+ image_sync: {
750
+ chain_name: 'stride',
751
+ base_denom: 'stuosmo'
752
+ },
753
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.png',
754
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.svg'
755
+ }],
756
+ logo_URIs: {
757
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.png',
758
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.svg'
759
+ }
760
+ }, {
761
+ denom_units: [{
762
+ denom: 'ibc/BD8AD1255792CF5E057B295EBF516282C70B76F9AD8D0C7A1A6B2CD19A0369B5',
763
+ exponent: 0,
764
+ aliases: ['ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2']
765
+ }, {
766
+ denom: 'atom',
767
+ exponent: 6
768
+ }],
769
+ type_asset: 'ics20',
770
+ base: 'ibc/BD8AD1255792CF5E057B295EBF516282C70B76F9AD8D0C7A1A6B2CD19A0369B5',
771
+ name: 'Cosmos Hub Atom',
772
+ display: 'atom',
773
+ symbol: 'ATOM',
774
+ traces: [{
775
+ type: 'ibc',
776
+ counterparty: {
777
+ channel_id: 'channel-47',
778
+ base_denom: 'ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2',
779
+ chain_name: 'osmosis'
780
+ },
781
+ chain: {
782
+ channel_id: 'channel-17'
783
+ }
784
+ }],
785
+ images: [{
786
+ image_sync: {
787
+ chain_name: 'cosmoshub',
788
+ base_denom: 'uatom'
789
+ },
790
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
791
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
792
+ }],
793
+ logo_URIs: {
794
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
795
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
796
+ }
797
+ }, {
798
+ denom_units: [{
799
+ denom: 'ibc/A25F7D7CE5914486F9A0E4F71C0BD018763C8B02373C82E0F2649FA8853F8DC7',
800
+ exponent: 0,
801
+ aliases: ['ibc/C140AFD542AE77BD7DCC83F13FDD8C5E5BB8C4929785E6EC2F4C636F98F17901']
802
+ }, {
803
+ denom: 'statom',
804
+ exponent: 6
805
+ }],
806
+ type_asset: 'ics20',
807
+ base: 'ibc/A25F7D7CE5914486F9A0E4F71C0BD018763C8B02373C82E0F2649FA8853F8DC7',
808
+ name: 'stATOM',
809
+ display: 'statom',
810
+ symbol: 'stATOM',
811
+ traces: [{
812
+ type: 'ibc',
813
+ counterparty: {
814
+ channel_id: 'channel-47',
815
+ base_denom: 'ibc/C140AFD542AE77BD7DCC83F13FDD8C5E5BB8C4929785E6EC2F4C636F98F17901',
816
+ chain_name: 'osmosis'
817
+ },
818
+ chain: {
819
+ channel_id: 'channel-17'
820
+ }
821
+ }],
822
+ images: [{
823
+ image_sync: {
824
+ chain_name: 'stride',
825
+ base_denom: 'stuatom'
826
+ },
827
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.png',
828
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.svg'
829
+ }],
830
+ logo_URIs: {
831
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.png',
832
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.svg'
833
+ }
834
+ }, {
835
+ denom_units: [{
836
+ denom: 'ibc/CA47E6EAC4D625FC23743D3E5D1A2E6DBCE18D3777DB98896F101703423CAA5B',
837
+ exponent: 0,
838
+ aliases: ['ibc/EA1D43981D5C9A1C4AAEA9C23BB1D4FA126BA9BC7020A25E0AE4AA841EA25DC5']
839
+ }, {
840
+ denom: 'weth',
841
+ exponent: 18
842
+ }],
843
+ type_asset: 'ics20',
844
+ base: 'ibc/CA47E6EAC4D625FC23743D3E5D1A2E6DBCE18D3777DB98896F101703423CAA5B',
845
+ name: 'Wrapped Ether',
846
+ display: 'weth',
847
+ symbol: 'ETH',
848
+ traces: [{
849
+ type: 'ibc',
850
+ counterparty: {
851
+ channel_id: 'channel-47',
852
+ base_denom: 'ibc/EA1D43981D5C9A1C4AAEA9C23BB1D4FA126BA9BC7020A25E0AE4AA841EA25DC5',
853
+ chain_name: 'osmosis'
854
+ },
855
+ chain: {
856
+ channel_id: 'channel-17'
857
+ }
858
+ }],
859
+ images: [{
860
+ image_sync: {
861
+ chain_name: 'axelar',
862
+ base_denom: 'weth-wei'
863
+ },
864
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/weth.png'
865
+ }],
866
+ logo_URIs: {
867
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/weth.png'
868
+ }
869
+ }, {
870
+ denom_units: [{
871
+ denom: 'ibc/0BA97C50E8DFE7855BC404D96A9F26F5E714F9495C3A3BA517C81F794B094E71',
872
+ exponent: 0,
873
+ aliases: ['ibc/D1542AA8762DB13087D8364F3EA6509FD6F009A34F00426AF9E4F9FA85CBBF1F']
874
+ }, {
875
+ denom: 'wbtc',
876
+ exponent: 8
877
+ }],
878
+ type_asset: 'ics20',
879
+ base: 'ibc/0BA97C50E8DFE7855BC404D96A9F26F5E714F9495C3A3BA517C81F794B094E71',
880
+ name: 'Wrapped Bitcoin (Axelar)',
881
+ display: 'wbtc',
882
+ symbol: 'WBTC.axl',
883
+ traces: [{
884
+ type: 'ibc',
885
+ counterparty: {
886
+ channel_id: 'channel-47',
887
+ base_denom: 'ibc/D1542AA8762DB13087D8364F3EA6509FD6F009A34F00426AF9E4F9FA85CBBF1F',
888
+ chain_name: 'osmosis'
889
+ },
890
+ chain: {
891
+ channel_id: 'channel-17'
892
+ }
893
+ }],
894
+ images: [{
895
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.svg',
896
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.png'
897
+ }, {
898
+ image_sync: {
899
+ chain_name: 'axelar',
900
+ base_denom: 'wbtc-satoshi'
901
+ },
902
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/wbtc.png'
903
+ }],
904
+ logo_URIs: {
905
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.svg',
906
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.png'
907
+ }
908
+ }, {
909
+ description: 'ERIS liquid staked OSMO',
910
+ denom_units: [{
911
+ denom: 'ibc/FE2F82764F0A1E77EE7627CBB0A6C149176A1549BEB3442A920EA39995D5CEF5',
912
+ exponent: 0,
913
+ aliases: ['factory/osmo1dv8wz09tckslr2wy5z86r46dxvegylhpt97r9yd6qc3kyc6tv42qa89dr9/ampOSMO']
914
+ }, {
915
+ denom: 'ampOSMO',
916
+ exponent: 6
917
+ }],
918
+ address: 'osmo1dv8wz09tckslr2wy5z86r46dxvegylhpt97r9yd6qc3kyc6tv42qa89dr9',
919
+ base: 'ibc/FE2F82764F0A1E77EE7627CBB0A6C149176A1549BEB3442A920EA39995D5CEF5',
920
+ name: 'ERIS Amplified OSMO',
921
+ display: 'ampOSMO',
922
+ symbol: 'ampOSMO',
923
+ logo_URIs: {
924
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/amposmo.png'
925
+ },
926
+ images: [{
927
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/amposmo.png'
928
+ }],
929
+ traces: [{
930
+ type: 'ibc',
931
+ counterparty: {
932
+ channel_id: 'channel-47',
933
+ base_denom: 'factory/osmo1dv8wz09tckslr2wy5z86r46dxvegylhpt97r9yd6qc3kyc6tv42qa89dr9/ampOSMO',
934
+ chain_name: 'osmosis'
935
+ },
936
+ chain: {
937
+ channel_id: 'channel-17'
938
+ }
939
+ }]
940
+ }, {
941
+ description: 'Tether USDT on Osmosis',
942
+ denom_units: [{
943
+ denom: 'ibc/FB9DC3E3679F0E6DDE983338BAD2282938870355CDEB35B4D3A5CFBA65980244',
944
+ exponent: 0,
945
+ aliases: ['ibc/4ABBEF4C8926DDDB320AE5188CFD63267ABBCEFC0583E4AE05D6E5AA2401DDAB']
946
+ }, {
947
+ denom: 'usdt',
948
+ exponent: 6
949
+ }],
950
+ type_asset: 'ics20',
951
+ base: 'ibc/FB9DC3E3679F0E6DDE983338BAD2282938870355CDEB35B4D3A5CFBA65980244',
952
+ name: 'Tether USDT',
953
+ display: 'usdt',
954
+ symbol: 'USDT',
955
+ traces: [{
956
+ type: 'ibc',
957
+ counterparty: {
958
+ channel_id: 'channel-47',
959
+ base_denom: 'ibc/4ABBEF4C8926DDDB320AE5188CFD63267ABBCEFC0583E4AE05D6E5AA2401DDAB',
960
+ chain_name: 'osmosis'
961
+ },
962
+ chain: {
963
+ channel_id: 'channel-17'
964
+ }
965
+ }],
966
+ images: [{
967
+ image_sync: {
968
+ chain_name: 'kava',
969
+ base_denom: 'erc20/tether/usdt'
970
+ },
971
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
972
+ }],
973
+ logo_URIs: {
974
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
975
+ }
976
+ }, {
977
+ description: "Membrane's CDP-style stablecoin called CDT",
978
+ denom_units: [{
979
+ denom: 'ibc/ADE137B4D47FDB17D6DA3FDB1F3952244A87724EC540299E8058FAA29D2165C7',
980
+ exponent: 0,
981
+ aliases: ['factory/osmo1s794h9rxggytja3a4pmwul53u98k06zy2qtrdvjnfuxruh7s8yjs6cyxgd/ucdt']
982
+ }, {
983
+ denom: 'cdt',
984
+ exponent: 6
985
+ }],
986
+ base: 'ibc/ADE137B4D47FDB17D6DA3FDB1F3952244A87724EC540299E8058FAA29D2165C7',
987
+ name: 'CDT Stablecoin',
988
+ display: 'cdt',
989
+ symbol: 'CDT',
990
+ logo_URIs: {
991
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/CDT.svg'
992
+ },
993
+ coingecko_id: 'collateralized-debt-token',
994
+ images: [{
995
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/CDT.svg'
996
+ }],
997
+ traces: [{
998
+ type: 'ibc',
999
+ counterparty: {
1000
+ channel_id: 'channel-47',
1001
+ base_denom: 'factory/osmo1s794h9rxggytja3a4pmwul53u98k06zy2qtrdvjnfuxruh7s8yjs6cyxgd/ucdt',
1002
+ chain_name: 'osmosis'
1003
+ },
1004
+ chain: {
1005
+ channel_id: 'channel-17'
1006
+ }
1007
+ }]
1008
+ }, {
1009
+ description: "Membrane's protocol token",
1010
+ denom_units: [{
1011
+ denom: 'ibc/109F2FCB4E504DBE573ED989DA0A17BC1EB1C9DBFDC5AC98CF5B016178588CA0',
1012
+ exponent: 0,
1013
+ aliases: ['factory/osmo1s794h9rxggytja3a4pmwul53u98k06zy2qtrdvjnfuxruh7s8yjs6cyxgd/umbrn']
1014
+ }, {
1015
+ denom: 'mbrn',
1016
+ exponent: 6
1017
+ }],
1018
+ base: 'ibc/109F2FCB4E504DBE573ED989DA0A17BC1EB1C9DBFDC5AC98CF5B016178588CA0',
1019
+ name: 'Membrane',
1020
+ display: 'mbrn',
1021
+ symbol: 'MBRN',
1022
+ logo_URIs: {
1023
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/MBRN.svg'
1024
+ },
1025
+ coingecko_id: 'membrane',
1026
+ images: [{
1027
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/MBRN.svg'
1028
+ }],
1029
+ traces: [{
1030
+ type: 'ibc',
1031
+ counterparty: {
1032
+ channel_id: 'channel-47',
1033
+ base_denom: 'factory/osmo1s794h9rxggytja3a4pmwul53u98k06zy2qtrdvjnfuxruh7s8yjs6cyxgd/umbrn',
1034
+ chain_name: 'osmosis'
1035
+ },
1036
+ chain: {
1037
+ channel_id: 'channel-17'
1038
+ }
1039
+ }]
1040
+ }, {
1041
+ description: 'TIA on Osmosis',
1042
+ denom_units: [{
1043
+ denom: 'ibc/BCCE849B98406BCB1E315A58B3B7A8BD7B544EB9191E6997247B50D560EE7812',
1044
+ exponent: 0,
1045
+ aliases: ['ibc/D79E7D83AB399BFFF93433E54FAA480C191248FC556924A2A8351AE2638B3877']
1046
+ }, {
1047
+ denom: 'tia',
1048
+ exponent: 6
1049
+ }],
1050
+ type_asset: 'ics20',
1051
+ base: 'ibc/BCCE849B98406BCB1E315A58B3B7A8BD7B544EB9191E6997247B50D560EE7812',
1052
+ name: 'Celestia TIA',
1053
+ display: 'tia',
1054
+ symbol: 'TIA',
1055
+ traces: [{
1056
+ type: 'ibc',
1057
+ counterparty: {
1058
+ channel_id: 'channel-47',
1059
+ base_denom: 'ibc/D79E7D83AB399BFFF93433E54FAA480C191248FC556924A2A8351AE2638B3877',
1060
+ chain_name: 'osmosis'
1061
+ },
1062
+ chain: {
1063
+ channel_id: 'channel-17'
1064
+ }
1065
+ }],
1066
+ images: [{
1067
+ image_sync: {
1068
+ chain_name: 'celestia',
1069
+ base_denom: 'utia'
1070
+ },
1071
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png',
1072
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg'
1073
+ }],
1074
+ logo_URIs: {
1075
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png',
1076
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg'
1077
+ }
1078
+ }, {
1079
+ description: 'Margined Power Token sqOSMO',
1080
+ denom_units: [{
1081
+ denom: 'ibc/05C412ECBE8F40D82FF8AA9E37EBE221978FCAD9EFA41890DCFAE93F26A1F702',
1082
+ exponent: 0,
1083
+ aliases: ['factory/osmo1g8qypve6l95xmhgc0fddaecerffymsl7kn9muw/squosmo']
1084
+ }, {
1085
+ denom: 'sqosmo',
1086
+ exponent: 6
1087
+ }],
1088
+ base: 'ibc/05C412ECBE8F40D82FF8AA9E37EBE221978FCAD9EFA41890DCFAE93F26A1F702',
1089
+ name: 'OSMO Squared',
1090
+ display: 'sqosmo',
1091
+ symbol: 'sqOSMO',
1092
+ logo_URIs: {
1093
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sqosmo.svg'
1094
+ },
1095
+ images: [{
1096
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sqosmo.svg'
1097
+ }],
1098
+ traces: [{
1099
+ type: 'ibc',
1100
+ counterparty: {
1101
+ channel_id: 'channel-47',
1102
+ base_denom: 'factory/osmo1g8qypve6l95xmhgc0fddaecerffymsl7kn9muw/squosmo',
1103
+ chain_name: 'osmosis'
1104
+ },
1105
+ chain: {
1106
+ channel_id: 'channel-17'
1107
+ }
1108
+ }]
1109
+ }, {
1110
+ description: 'NOIS on Osmosis',
1111
+ denom_units: [{
1112
+ denom: 'ibc/4E6C367BE5F7D156F11D71B7E796C4B47CFB3289075D67120E7775B47CCFC546',
1113
+ exponent: 0,
1114
+ aliases: ['ibc/6928AFA9EA721938FED13B051F9DBF1272B16393D20C49EA5E4901BB76D94A90']
1115
+ }, {
1116
+ denom: 'nois',
1117
+ exponent: 6
1118
+ }],
1119
+ type_asset: 'ics20',
1120
+ base: 'ibc/4E6C367BE5F7D156F11D71B7E796C4B47CFB3289075D67120E7775B47CCFC546',
1121
+ name: 'Nois NOIS',
1122
+ display: 'nois',
1123
+ symbol: 'NOIS',
1124
+ traces: [{
1125
+ type: 'ibc',
1126
+ counterparty: {
1127
+ channel_id: 'channel-47',
1128
+ base_denom: 'ibc/6928AFA9EA721938FED13B051F9DBF1272B16393D20C49EA5E4901BB76D94A90',
1129
+ chain_name: 'osmosis'
1130
+ },
1131
+ chain: {
1132
+ channel_id: 'channel-17'
1133
+ }
1134
+ }],
1135
+ images: [{
1136
+ image_sync: {
1137
+ chain_name: 'nois',
1138
+ base_denom: 'unois'
1139
+ },
1140
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.png',
1141
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.svg'
1142
+ }],
1143
+ logo_URIs: {
1144
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.png',
1145
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.svg'
1146
+ }
1147
+ }, {
1148
+ description: 'Margined Power Token sqBTC',
1149
+ denom_units: [{
1150
+ denom: 'ibc/BDB9D056A55BF74AC552174DAEBD90A313388BE127DC7678A214EEA240D5844A',
1151
+ exponent: 0,
1152
+ aliases: ['factory/osmo1g8qypve6l95xmhgc0fddaecerffymsl7kn9muw/sqbtc']
1153
+ }, {
1154
+ denom: 'sqbtc',
1155
+ exponent: 6
1156
+ }],
1157
+ base: 'ibc/BDB9D056A55BF74AC552174DAEBD90A313388BE127DC7678A214EEA240D5844A',
1158
+ name: 'BTC Squared',
1159
+ display: 'sqbtc',
1160
+ symbol: 'sqBTC',
1161
+ logo_URIs: {
1162
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sqbtc.svg'
1163
+ },
1164
+ images: [{
1165
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sqbtc.svg'
1166
+ }],
1167
+ traces: [{
1168
+ type: 'ibc',
1169
+ counterparty: {
1170
+ channel_id: 'channel-47',
1171
+ base_denom: 'factory/osmo1g8qypve6l95xmhgc0fddaecerffymsl7kn9muw/sqbtc',
1172
+ chain_name: 'osmosis'
1173
+ },
1174
+ chain: {
1175
+ channel_id: 'channel-17'
1176
+ }
1177
+ }]
1178
+ }, {
1179
+ description: 'Margined Power Token sqATOM',
1180
+ denom_units: [{
1181
+ denom: 'ibc/6C949B147AFD7A5A230851CD1613C3C05BC18444CE7DE68F5AD8D31BC3BA1314',
1182
+ exponent: 0,
1183
+ aliases: ['factory/osmo1g8qypve6l95xmhgc0fddaecerffymsl7kn9muw/sqatom']
1184
+ }, {
1185
+ denom: 'sqatom',
1186
+ exponent: 6
1187
+ }],
1188
+ base: 'ibc/6C949B147AFD7A5A230851CD1613C3C05BC18444CE7DE68F5AD8D31BC3BA1314',
1189
+ name: 'ATOM Squared',
1190
+ display: 'sqatom',
1191
+ symbol: 'sqATOM',
1192
+ logo_URIs: {
1193
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sqatom.svg'
1194
+ },
1195
+ images: [{
1196
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sqatom.svg'
1197
+ }],
1198
+ traces: [{
1199
+ type: 'ibc',
1200
+ counterparty: {
1201
+ channel_id: 'channel-47',
1202
+ base_denom: 'factory/osmo1g8qypve6l95xmhgc0fddaecerffymsl7kn9muw/sqatom',
1203
+ chain_name: 'osmosis'
1204
+ },
1205
+ chain: {
1206
+ channel_id: 'channel-17'
1207
+ }
1208
+ }]
1209
+ }, {
1210
+ description: 'CRO is the native token of the Crypto.org Chain, referred to as Native CRO.',
1211
+ denom_units: [{
1212
+ denom: 'ibc/E3A207F5129B29FAAEC5FD7A46FBB5361C99398FC17260C00BB3F461F443A411',
1213
+ exponent: 0,
1214
+ aliases: ['ibc/E6931F78057F7CC5DA0FD6CEF82FF39373A6E0452BF1FD76910B93292CF356C1']
1215
+ }, {
1216
+ denom: 'cro',
1217
+ exponent: 8
1218
+ }],
1219
+ type_asset: 'ics20',
1220
+ base: 'ibc/E3A207F5129B29FAAEC5FD7A46FBB5361C99398FC17260C00BB3F461F443A411',
1221
+ name: 'Cronos',
1222
+ display: 'cro',
1223
+ symbol: 'CRO',
1224
+ traces: [{
1225
+ type: 'ibc',
1226
+ counterparty: {
1227
+ channel_id: 'channel-47',
1228
+ base_denom: 'ibc/E6931F78057F7CC5DA0FD6CEF82FF39373A6E0452BF1FD76910B93292CF356C1',
1229
+ chain_name: 'osmosis'
1230
+ },
1231
+ chain: {
1232
+ channel_id: 'channel-17'
1233
+ }
1234
+ }],
1235
+ images: [{
1236
+ image_sync: {
1237
+ chain_name: 'cryptoorgchain',
1238
+ base_denom: 'basecro'
1239
+ },
1240
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro.svg'
1241
+ }],
1242
+ logo_URIs: {
1243
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro.svg'
1244
+ }
1245
+ }, {
1246
+ description: 'The native token of Stargaze',
1247
+ denom_units: [{
1248
+ denom: 'ibc/716B81997CBD6953BD4A1AB04152A3BE8C14310ED3570D4056BE50E266BBEDF3',
1249
+ exponent: 0,
1250
+ aliases: ['ibc/987C17B11ABC2B20019178ACE62929FE9840202CE79498E29FE8E5CB02B7C0A4']
1251
+ }, {
1252
+ denom: 'stars',
1253
+ exponent: 6
1254
+ }],
1255
+ type_asset: 'ics20',
1256
+ base: 'ibc/716B81997CBD6953BD4A1AB04152A3BE8C14310ED3570D4056BE50E266BBEDF3',
1257
+ name: 'Stargaze',
1258
+ display: 'stars',
1259
+ symbol: 'STARS',
1260
+ traces: [{
1261
+ type: 'ibc',
1262
+ counterparty: {
1263
+ channel_id: 'channel-47',
1264
+ base_denom: 'ibc/987C17B11ABC2B20019178ACE62929FE9840202CE79498E29FE8E5CB02B7C0A4',
1265
+ chain_name: 'osmosis'
1266
+ },
1267
+ chain: {
1268
+ channel_id: 'channel-17'
1269
+ }
1270
+ }],
1271
+ images: [{
1272
+ image_sync: {
1273
+ chain_name: 'stargaze',
1274
+ base_denom: 'ustars'
1275
+ },
1276
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
1277
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg'
1278
+ }],
1279
+ logo_URIs: {
1280
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
1281
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg'
1282
+ }
1283
+ }, {
1284
+ description: 'Maximize ETH yield through leveraged staking across Aave, Compound and Morpho and liquidity provision of ETH liquid staking tokens on Uniswap V3.',
1285
+ denom_units: [{
1286
+ denom: 'ibc/E2B647136DB8D63DBB06AF9370850FCAA3856311A72E2B487F194EF55946BC88',
1287
+ exponent: 0,
1288
+ aliases: ['ibc/FBB3FEF80ED2344D821D4F95C31DBFD33E4E31D5324CAD94EF756E67B749F668']
1289
+ }, {
1290
+ denom: 'YieldETH',
1291
+ exponent: 18
1292
+ }],
1293
+ type_asset: 'ics20',
1294
+ base: 'ibc/E2B647136DB8D63DBB06AF9370850FCAA3856311A72E2B487F194EF55946BC88',
1295
+ name: 'Real Yield Eth',
1296
+ display: 'YieldETH',
1297
+ symbol: 'YieldETH',
1298
+ traces: [{
1299
+ type: 'ibc',
1300
+ counterparty: {
1301
+ channel_id: 'channel-47',
1302
+ base_denom: 'ibc/FBB3FEF80ED2344D821D4F95C31DBFD33E4E31D5324CAD94EF756E67B749F668',
1303
+ chain_name: 'osmosis'
1304
+ },
1305
+ chain: {
1306
+ channel_id: 'channel-17'
1307
+ }
1308
+ }],
1309
+ images: [{
1310
+ image_sync: {
1311
+ chain_name: 'ethereum',
1312
+ base_denom: 'wei'
1313
+ },
1314
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
1315
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg'
1316
+ }],
1317
+ logo_URIs: {
1318
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
1319
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg'
1320
+ }
1321
+ }, {
1322
+ description: 'The native staking token of dYdX Protocol.',
1323
+ denom_units: [{
1324
+ denom: 'ibc/EBD9FB8326C7361A3ADCDAAD2A1E9C4118722F897A481977DAC4914F267ED9D4',
1325
+ exponent: 0,
1326
+ aliases: ['ibc/831F0B1BBB1D08A2B75311892876D71565478C532967545476DF4C2D7492E48C']
1327
+ }, {
1328
+ denom: 'dydx',
1329
+ exponent: 18
1330
+ }],
1331
+ type_asset: 'ics20',
1332
+ base: 'ibc/EBD9FB8326C7361A3ADCDAAD2A1E9C4118722F897A481977DAC4914F267ED9D4',
1333
+ name: 'dYdX',
1334
+ display: 'dydx',
1335
+ symbol: 'DYDX',
1336
+ traces: [{
1337
+ type: 'ibc',
1338
+ counterparty: {
1339
+ channel_id: 'channel-47',
1340
+ base_denom: 'ibc/831F0B1BBB1D08A2B75311892876D71565478C532967545476DF4C2D7492E48C',
1341
+ chain_name: 'osmosis'
1342
+ },
1343
+ chain: {
1344
+ channel_id: 'channel-17'
1345
+ }
1346
+ }],
1347
+ images: [{
1348
+ image_sync: {
1349
+ chain_name: 'dydx',
1350
+ base_denom: 'adydx'
1351
+ },
1352
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png',
1353
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg'
1354
+ }],
1355
+ logo_URIs: {
1356
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png',
1357
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg'
1358
+ }
1359
+ }, {
1360
+ description: 'The native token of Quasar',
1361
+ denom_units: [{
1362
+ denom: 'ibc/AD597DBD814662F533C3E2A023570F103765993AD17EEF7229D1ABAE341D6EB3',
1363
+ exponent: 0,
1364
+ aliases: ['ibc/1B708808D372E959CD4839C594960309283424C775F4A038AAEBE7F83A988477']
1365
+ }, {
1366
+ denom: 'qsr',
1367
+ exponent: 6
1368
+ }],
1369
+ type_asset: 'ics20',
1370
+ base: 'ibc/AD597DBD814662F533C3E2A023570F103765993AD17EEF7229D1ABAE341D6EB3',
1371
+ name: 'Quasar',
1372
+ display: 'qsr',
1373
+ symbol: 'QSR',
1374
+ traces: [{
1375
+ type: 'ibc',
1376
+ counterparty: {
1377
+ channel_id: 'channel-47',
1378
+ base_denom: 'ibc/1B708808D372E959CD4839C594960309283424C775F4A038AAEBE7F83A988477',
1379
+ chain_name: 'osmosis'
1380
+ },
1381
+ chain: {
1382
+ channel_id: 'channel-17'
1383
+ }
1384
+ }],
1385
+ images: [{
1386
+ image_sync: {
1387
+ chain_name: 'quasar',
1388
+ base_denom: 'uqsr'
1389
+ },
1390
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quasar/images/quasar.png'
1391
+ }],
1392
+ logo_URIs: {
1393
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quasar/images/quasar.png'
1394
+ }
1395
+ }, {
1396
+ description: 'Levana native token',
1397
+ denom_units: [{
1398
+ denom: 'ibc/ABE7AB3BA75E450E89A9F77F8EDB3D2507E5478EA1DA25259BEAB983D31B3CDA',
1399
+ exponent: 0,
1400
+ aliases: ['factory/osmo1mlng7pz4pnyxtpq0akfwall37czyk9lukaucsrn30ameplhhshtqdvfm5c/ulvn']
1401
+ }, {
1402
+ denom: 'lvn',
1403
+ exponent: 6
1404
+ }],
1405
+ base: 'ibc/ABE7AB3BA75E450E89A9F77F8EDB3D2507E5478EA1DA25259BEAB983D31B3CDA',
1406
+ name: 'Levana',
1407
+ display: 'lvn',
1408
+ symbol: 'LVN',
1409
+ logo_URIs: {
1410
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/levana.png',
1411
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/levana.svg'
1412
+ },
1413
+ coingecko_id: 'levana-protocol',
1414
+ images: [{
1415
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/levana.png',
1416
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/levana.svg'
1417
+ }, {
1418
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/levana.png'
1419
+ }],
1420
+ traces: [{
1421
+ type: 'ibc',
1422
+ counterparty: {
1423
+ channel_id: 'channel-47',
1424
+ base_denom: 'factory/osmo1mlng7pz4pnyxtpq0akfwall37czyk9lukaucsrn30ameplhhshtqdvfm5c/ulvn',
1425
+ chain_name: 'osmosis'
1426
+ },
1427
+ chain: {
1428
+ channel_id: 'channel-17'
1429
+ }
1430
+ }]
1431
+ }, {
1432
+ description: "MilkyWay's liquid staked TIA",
1433
+ denom_units: [{
1434
+ denom: 'ibc/DA9BA3A77C4499C232FEDBBB92FB032F1F23F1738B7085C19114C78868EF2340',
1435
+ exponent: 0,
1436
+ aliases: ['factory/osmo1f5vfcph2dvfeqcqkhetwv75fda69z7e5c2dldm3kvgj23crkv6wqcn47a0/umilkTIA']
1437
+ }, {
1438
+ denom: 'milkTIA',
1439
+ exponent: 6
1440
+ }],
1441
+ base: 'ibc/DA9BA3A77C4499C232FEDBBB92FB032F1F23F1738B7085C19114C78868EF2340',
1442
+ name: 'milkTIA',
1443
+ display: 'milkTIA',
1444
+ symbol: 'milkTIA',
1445
+ traces: [{
1446
+ type: 'ibc',
1447
+ counterparty: {
1448
+ channel_id: 'channel-47',
1449
+ base_denom: 'factory/osmo1f5vfcph2dvfeqcqkhetwv75fda69z7e5c2dldm3kvgj23crkv6wqcn47a0/umilkTIA',
1450
+ chain_name: 'osmosis'
1451
+ },
1452
+ chain: {
1453
+ channel_id: 'channel-17'
1454
+ }
1455
+ }],
1456
+ logo_URIs: {
1457
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/milktia.png',
1458
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/milktia.svg'
1459
+ },
1460
+ coingecko_id: 'milkyway-staked-tia',
1461
+ images: [{
1462
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/milktia.png',
1463
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/milktia.svg'
1464
+ }]
1465
+ }, {
1466
+ denom_units: [{
1467
+ denom: 'ibc/C4C64FFDE57E0E9F4301953B5B329D83105D4E29178269568A5AB3F04CDF77F6',
1468
+ exponent: 0,
1469
+ aliases: ['ibc/ECBE78BF7677320A93E7BA1761D144BCBF0CBC247C290C049655E106FE5DC68E']
1470
+ }, {
1471
+ denom: 'stkosmo',
1472
+ exponent: 6,
1473
+ aliases: ['stk/osmo']
1474
+ }],
1475
+ type_asset: 'ics20',
1476
+ base: 'ibc/C4C64FFDE57E0E9F4301953B5B329D83105D4E29178269568A5AB3F04CDF77F6',
1477
+ name: 'PSTAKE staked OSMO',
1478
+ display: 'stkosmo',
1479
+ symbol: 'stkOSMO',
1480
+ traces: [{
1481
+ type: 'ibc',
1482
+ counterparty: {
1483
+ channel_id: 'channel-47',
1484
+ base_denom: 'ibc/ECBE78BF7677320A93E7BA1761D144BCBF0CBC247C290C049655E106FE5DC68E',
1485
+ chain_name: 'osmosis'
1486
+ },
1487
+ chain: {
1488
+ channel_id: 'channel-17'
1489
+ }
1490
+ }],
1491
+ images: [{
1492
+ image_sync: {
1493
+ chain_name: 'persistence',
1494
+ base_denom: 'stk/uosmo'
1495
+ },
1496
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkosmo.png',
1497
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkosmo.svg'
1498
+ }],
1499
+ logo_URIs: {
1500
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkosmo.png',
1501
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkosmo.svg'
1502
+ }
1503
+ }, {
1504
+ description: 'The PAGE token is used for actions in the PageDAO NFT literary ecosystem and for DAO governance.',
1505
+ denom_units: [{
1506
+ denom: 'ibc/F8C99EE495085DED2F11728CAEFE48CF144FEE7862DDBF57809B3DA24AA64E93',
1507
+ exponent: 0,
1508
+ aliases: ['ibc/23A62409E4AD8133116C249B1FA38EED30E500A115D7B153109462CD82C1CD99']
1509
+ }, {
1510
+ denom: 'page',
1511
+ exponent: 8
1512
+ }],
1513
+ type_asset: 'ics20',
1514
+ base: 'ibc/F8C99EE495085DED2F11728CAEFE48CF144FEE7862DDBF57809B3DA24AA64E93',
1515
+ name: 'PageDAO',
1516
+ display: 'page',
1517
+ symbol: 'PAGE.grv',
1518
+ traces: [{
1519
+ type: 'ibc',
1520
+ counterparty: {
1521
+ channel_id: 'channel-47',
1522
+ base_denom: 'ibc/23A62409E4AD8133116C249B1FA38EED30E500A115D7B153109462CD82C1CD99',
1523
+ chain_name: 'osmosis'
1524
+ },
1525
+ chain: {
1526
+ channel_id: 'channel-17'
1527
+ }
1528
+ }],
1529
+ images: [{
1530
+ image_sync: {
1531
+ chain_name: 'gravitybridge',
1532
+ base_denom: 'gravity0x60e683C6514Edd5F758A55b6f393BeBBAfaA8d5e'
1533
+ },
1534
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/page.png',
1535
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/page.svg'
1536
+ }],
1537
+ logo_URIs: {
1538
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/page.png',
1539
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/page.svg'
1540
+ }
1541
+ }, {
1542
+ description: "Nomic's native token.",
1543
+ denom_units: [{
1544
+ denom: 'ibc/D9D5F9B32A40A055231E558A877C264180E0CBC4D7E61152BEFC2046CA71F721',
1545
+ exponent: 0,
1546
+ aliases: ['ibc/F49DFB3BC8105C57EE7F17EC2402438825B31212CFDD81681EB87911E934F32C']
1547
+ }, {
1548
+ denom: 'nom',
1549
+ exponent: 6
1550
+ }],
1551
+ type_asset: 'ics20',
1552
+ base: 'ibc/D9D5F9B32A40A055231E558A877C264180E0CBC4D7E61152BEFC2046CA71F721',
1553
+ name: 'Nomic',
1554
+ display: 'nomic',
1555
+ symbol: 'NOM',
1556
+ traces: [{
1557
+ type: 'ibc',
1558
+ counterparty: {
1559
+ channel_id: 'channel-47',
1560
+ base_denom: 'ibc/F49DFB3BC8105C57EE7F17EC2402438825B31212CFDD81681EB87911E934F32C',
1561
+ chain_name: 'osmosis'
1562
+ },
1563
+ chain: {
1564
+ channel_id: 'channel-17'
1565
+ }
1566
+ }],
1567
+ images: [{
1568
+ image_sync: {
1569
+ chain_name: 'nomic',
1570
+ base_denom: 'unom'
1571
+ },
1572
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nom.png',
1573
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nom.svg'
1574
+ }],
1575
+ logo_URIs: {
1576
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nom.png',
1577
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nom.svg'
1578
+ }
1579
+ }, {
1580
+ description: 'Bitcoin. On Cosmos.',
1581
+ denom_units: [{
1582
+ denom: 'ibc/2F8EF448CB02087AE7C9838AA2C0DCA889AE832908D5C0B1015978ADD13C553E',
1583
+ exponent: 0,
1584
+ aliases: ['ibc/75345531D87BD90BF108BE7240BD721CB2CB0A1F16D4EBA71B09EC3C43E15C8F']
1585
+ }, {
1586
+ denom: 'nbtc',
1587
+ exponent: 14
1588
+ }],
1589
+ type_asset: 'ics20',
1590
+ base: 'ibc/2F8EF448CB02087AE7C9838AA2C0DCA889AE832908D5C0B1015978ADD13C553E',
1591
+ name: 'Nomic Bitcoin',
1592
+ display: 'nbtc',
1593
+ symbol: 'nBTC',
1594
+ traces: [{
1595
+ type: 'ibc',
1596
+ counterparty: {
1597
+ channel_id: 'channel-47',
1598
+ base_denom: 'ibc/75345531D87BD90BF108BE7240BD721CB2CB0A1F16D4EBA71B09EC3C43E15C8F',
1599
+ chain_name: 'osmosis'
1600
+ },
1601
+ chain: {
1602
+ channel_id: 'channel-17'
1603
+ }
1604
+ }],
1605
+ images: [{
1606
+ image_sync: {
1607
+ chain_name: 'nomic',
1608
+ base_denom: 'usat'
1609
+ },
1610
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nbtc.png',
1611
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nbtc.svg'
1612
+ }],
1613
+ logo_URIs: {
1614
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nbtc.png',
1615
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nbtc.svg'
1616
+ }
1617
+ }, {
1618
+ description: 'AUTISM on Osmosis',
1619
+ denom_units: [{
1620
+ denom: 'ibc/EEFC2F501677A4A2F18C6179FD00DAE5097AA074E4B0B53A1C12AAD847CBFFCC',
1621
+ exponent: 0,
1622
+ aliases: ['ibc/9DDF52A334F92BC57A9E0D59DFF9984EAC61D2A14E5162605DF601AA58FDFC6D']
1623
+ }, {
1624
+ denom: 'autism',
1625
+ exponent: 6
1626
+ }],
1627
+ type_asset: 'ics20',
1628
+ base: 'ibc/EEFC2F501677A4A2F18C6179FD00DAE5097AA074E4B0B53A1C12AAD847CBFFCC',
1629
+ name: 'Injective AUTISM',
1630
+ display: 'autism',
1631
+ symbol: 'AUTISM',
1632
+ traces: [{
1633
+ type: 'ibc',
1634
+ counterparty: {
1635
+ channel_id: 'channel-47',
1636
+ base_denom: 'ibc/9DDF52A334F92BC57A9E0D59DFF9984EAC61D2A14E5162605DF601AA58FDFC6D',
1637
+ chain_name: 'osmosis'
1638
+ },
1639
+ chain: {
1640
+ channel_id: 'channel-17'
1641
+ }
1642
+ }],
1643
+ images: [{
1644
+ image_sync: {
1645
+ chain_name: 'injective',
1646
+ base_denom: 'factory/inj14lf8xm6fcvlggpa7guxzjqwjmtr24gnvf56hvz/autism'
1647
+ },
1648
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/autism.png'
1649
+ }],
1650
+ logo_URIs: {
1651
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/autism.png'
1652
+ }
1653
+ }, {
1654
+ description: 'Woof on Osmosis',
1655
+ denom_units: [{
1656
+ denom: 'ibc/AF3E35E3B608747CBBE82D498CC947E4FAA80F4E01782449158A936E2EB70BE5',
1657
+ exponent: 0,
1658
+ aliases: ['ibc/9B8EC667B6DF55387DC0F3ACC4F187DA6921B0806ED35DE6B04DE96F5AB81F53']
1659
+ }, {
1660
+ denom: 'WOOF',
1661
+ exponent: 6
1662
+ }],
1663
+ type_asset: 'ics20',
1664
+ base: 'ibc/AF3E35E3B608747CBBE82D498CC947E4FAA80F4E01782449158A936E2EB70BE5',
1665
+ name: 'WOOF chihuahua',
1666
+ display: 'WOOF',
1667
+ symbol: 'WOOF',
1668
+ traces: [{
1669
+ type: 'ibc',
1670
+ counterparty: {
1671
+ channel_id: 'channel-47',
1672
+ base_denom: 'ibc/9B8EC667B6DF55387DC0F3ACC4F187DA6921B0806ED35DE6B04DE96F5AB81F53',
1673
+ chain_name: 'osmosis'
1674
+ },
1675
+ chain: {
1676
+ channel_id: 'channel-17'
1677
+ }
1678
+ }],
1679
+ logo_URIs: {
1680
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/woof.png'
1681
+ },
1682
+ images: [{
1683
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/woof.png'
1684
+ }]
1685
+ }, {
1686
+ description: 'The native coin of Sneaky Productions.',
1687
+ denom_units: [{
1688
+ denom: 'ibc/52CAB752713ADC0ACEE5985108BF6C2C1E4A40039026BFF5D96B8672ED59BADE',
1689
+ exponent: 0,
1690
+ aliases: ['ibc/94ED1F172BC633DFC56D7E26551D8B101ADCCC69052AC44FED89F97FF658138F']
1691
+ }, {
1692
+ denom: 'sneaky',
1693
+ exponent: 6
1694
+ }],
1695
+ type_asset: 'ics20',
1696
+ base: 'ibc/52CAB752713ADC0ACEE5985108BF6C2C1E4A40039026BFF5D96B8672ED59BADE',
1697
+ name: 'Sneaky Productions',
1698
+ display: 'sneaky',
1699
+ symbol: 'SNEAKY',
1700
+ traces: [{
1701
+ type: 'ibc',
1702
+ counterparty: {
1703
+ channel_id: 'channel-47',
1704
+ base_denom: 'ibc/94ED1F172BC633DFC56D7E26551D8B101ADCCC69052AC44FED89F97FF658138F',
1705
+ chain_name: 'osmosis'
1706
+ },
1707
+ chain: {
1708
+ channel_id: 'channel-17'
1709
+ }
1710
+ }],
1711
+ logo_URIs: {
1712
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/sneaky.png'
1713
+ },
1714
+ images: [{
1715
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/sneaky.png'
1716
+ }]
1717
+ }, {
1718
+ denom_units: [{
1719
+ denom: 'ibc/0BED84FBC18A09AE3C9D136B3DF45F6BAE9AE9A9572EBF0E7BEC572E568629B2',
1720
+ exponent: 0,
1721
+ aliases: ['factory/osmo1z0qrq605sjgcqpylfl4aa6s90x738j7m58wyatt0tdzflg2ha26q67k743/wbtc']
1722
+ }, {
1723
+ denom: 'wbtc',
1724
+ exponent: 8
1725
+ }],
1726
+ address: 'osmo1z0qrq605sjgcqpylfl4aa6s90x738j7m58wyatt0tdzflg2ha26q67k743',
1727
+ type_asset: 'sdk.coin',
1728
+ base: 'ibc/0BED84FBC18A09AE3C9D136B3DF45F6BAE9AE9A9572EBF0E7BEC572E568629B2',
1729
+ name: 'Wrapped Bitcoin',
1730
+ display: 'wbtc',
1731
+ symbol: 'WBTC',
1732
+ traces: [{
1733
+ type: 'ibc',
1734
+ counterparty: {
1735
+ channel_id: 'channel-47',
1736
+ base_denom: 'factory/osmo1z0qrq605sjgcqpylfl4aa6s90x738j7m58wyatt0tdzflg2ha26q67k743/wbtc',
1737
+ chain_name: 'osmosis'
1738
+ },
1739
+ chain: {
1740
+ channel_id: 'channel-17'
1741
+ }
1742
+ }],
1743
+ images: [{
1744
+ image_sync: {
1745
+ chain_name: 'ethereum',
1746
+ base_denom: '0x2260fac5e5542a773aa44fbcfedf7c193bc2c599'
1747
+ },
1748
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.png',
1749
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.svg'
1750
+ }],
1751
+ logo_URIs: {
1752
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.png',
1753
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.svg'
1754
+ }
1755
+ }, {
1756
+ 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.",
1757
+ denom_units: [{
1758
+ denom: 'ibc/8F9F22CDD03CA764C41F9476D20B23BF9247C9BB33E2D679762FEF38B6E893F2',
1759
+ exponent: 0,
1760
+ aliases: ['factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO']
1761
+ }, {
1762
+ denom: 'WOSMO',
1763
+ exponent: 6
1764
+ }],
1765
+ address: 'osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3',
1766
+ base: 'ibc/8F9F22CDD03CA764C41F9476D20B23BF9247C9BB33E2D679762FEF38B6E893F2',
1767
+ name: 'WOSMO',
1768
+ display: 'WOSMO',
1769
+ symbol: 'WOSMO',
1770
+ logo_URIs: {
1771
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/WOSMO.png'
1772
+ },
1773
+ images: [{
1774
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/WOSMO.png'
1775
+ }],
1776
+ traces: [{
1777
+ type: 'ibc',
1778
+ counterparty: {
1779
+ channel_id: 'channel-47',
1780
+ base_denom: 'factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO',
1781
+ chain_name: 'osmosis'
1782
+ },
1783
+ chain: {
1784
+ channel_id: 'channel-17'
1785
+ }
1786
+ }]
1787
+ }, {
1788
+ description: 'NLS on Osmosis',
1789
+ denom_units: [{
1790
+ denom: 'ibc/FCD322D358FF71E6B895393E24778287A9EB6FBD65D72B48A8BD9C76915892E9',
1791
+ exponent: 0,
1792
+ aliases: ['ibc/D9AFCECDD361D38302AA66EB3BAC23B95234832C51D12489DC451FA2B7C72782']
1793
+ }, {
1794
+ denom: 'nls',
1795
+ exponent: 6
1796
+ }],
1797
+ type_asset: 'ics20',
1798
+ base: 'ibc/FCD322D358FF71E6B895393E24778287A9EB6FBD65D72B48A8BD9C76915892E9',
1799
+ name: 'Nolus',
1800
+ display: 'nls',
1801
+ symbol: 'NLS',
1802
+ traces: [{
1803
+ type: 'ibc',
1804
+ counterparty: {
1805
+ channel_id: 'channel-47',
1806
+ base_denom: 'ibc/D9AFCECDD361D38302AA66EB3BAC23B95234832C51D12489DC451FA2B7C72782',
1807
+ chain_name: 'osmosis'
1808
+ },
1809
+ chain: {
1810
+ channel_id: 'channel-17'
1811
+ }
1812
+ }],
1813
+ images: [{
1814
+ image_sync: {
1815
+ chain_name: 'nolus',
1816
+ base_denom: 'unls'
1817
+ },
1818
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.png',
1819
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.svg'
1820
+ }],
1821
+ logo_URIs: {
1822
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.png',
1823
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.svg'
1824
+ }
1825
+ }, {
1826
+ description: 'STRD on Osmosis',
1827
+ denom_units: [{
1828
+ denom: 'ibc/140E8815B57A7FC5CD7C1310B297AD377DBC3A98F78435E604F5D3B2335DB555',
1829
+ exponent: 0,
1830
+ aliases: ['ibc/A8CA5EE328FA10C9519DF6057DA1F69682D28F7D0F5CCC7ECB72E3DCA2D157A4']
1831
+ }, {
1832
+ denom: 'strd',
1833
+ exponent: 6
1834
+ }],
1835
+ type_asset: 'ics20',
1836
+ base: 'ibc/140E8815B57A7FC5CD7C1310B297AD377DBC3A98F78435E604F5D3B2335DB555',
1837
+ name: 'Stride',
1838
+ display: 'strd',
1839
+ symbol: 'STRD',
1840
+ traces: [{
1841
+ type: 'ibc',
1842
+ counterparty: {
1843
+ channel_id: 'channel-47',
1844
+ base_denom: 'ibc/A8CA5EE328FA10C9519DF6057DA1F69682D28F7D0F5CCC7ECB72E3DCA2D157A4',
1845
+ chain_name: 'osmosis'
1846
+ },
1847
+ chain: {
1848
+ channel_id: 'channel-17'
1849
+ }
1850
+ }],
1851
+ images: [{
1852
+ image_sync: {
1853
+ chain_name: 'stride',
1854
+ base_denom: 'ustrd'
1855
+ },
1856
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.png',
1857
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg'
1858
+ }],
1859
+ logo_URIs: {
1860
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.png',
1861
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg'
1862
+ }
1863
+ }, {
1864
+ description: 'Margined Power Token sqTIA',
1865
+ denom_units: [{
1866
+ denom: 'ibc/D6F2597A83549BECC0F34DB4B890732A657789E0688D881D14DF73EB033A8F2B',
1867
+ exponent: 0,
1868
+ aliases: ['factory/osmo1g8qypve6l95xmhgc0fddaecerffymsl7kn9muw/sqtia']
1869
+ }, {
1870
+ denom: 'sqtia',
1871
+ exponent: 6
1872
+ }],
1873
+ base: 'ibc/D6F2597A83549BECC0F34DB4B890732A657789E0688D881D14DF73EB033A8F2B',
1874
+ name: 'TIA Squared',
1875
+ display: 'sqtia',
1876
+ symbol: 'sqTIA',
1877
+ logo_URIs: {
1878
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sqtia.svg'
1879
+ },
1880
+ images: [{
1881
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sqtia.svg'
1882
+ }],
1883
+ traces: [{
1884
+ type: 'ibc',
1885
+ counterparty: {
1886
+ channel_id: 'channel-47',
1887
+ base_denom: 'factory/osmo1g8qypve6l95xmhgc0fddaecerffymsl7kn9muw/sqtia',
1888
+ chain_name: 'osmosis'
1889
+ },
1890
+ chain: {
1891
+ channel_id: 'channel-17'
1892
+ }
1893
+ }]
1894
+ }, {
1895
+ description: 'Sail DAO Token',
1896
+ denom_units: [{
1897
+ denom: 'ibc/F391D74994DF9A8B086895E171497D595C52095F98BD343393796D738184BEA9',
1898
+ exponent: 0,
1899
+ aliases: ['factory/osmo1rckme96ptawr4zwexxj5g5gej9s2dmud8r2t9j0k0prn5mch5g4snzzwjv/sail']
1900
+ }, {
1901
+ denom: 'sail',
1902
+ exponent: 6
1903
+ }],
1904
+ base: 'ibc/F391D74994DF9A8B086895E171497D595C52095F98BD343393796D738184BEA9',
1905
+ name: 'Sail',
1906
+ display: 'sail',
1907
+ symbol: 'SAIL',
1908
+ logo_URIs: {
1909
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sail.png'
1910
+ },
1911
+ images: [{
1912
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sail.png'
1913
+ }],
1914
+ traces: [{
1915
+ type: 'ibc',
1916
+ counterparty: {
1917
+ channel_id: 'channel-47',
1918
+ base_denom: 'factory/osmo1rckme96ptawr4zwexxj5g5gej9s2dmud8r2t9j0k0prn5mch5g4snzzwjv/sail',
1919
+ chain_name: 'osmosis'
1920
+ },
1921
+ chain: {
1922
+ channel_id: 'channel-17'
1923
+ }
1924
+ }]
1925
+ }, {
1926
+ description: 'The XPRT token is primarily a governance token for the Persistence chain.',
1927
+ denom_units: [{
1928
+ denom: 'ibc/D87BC708A791246AA683D514C273736F07579CBD56C9CA79B7823F9A01C16270',
1929
+ exponent: 0,
1930
+ aliases: ['uxprt']
1931
+ }, {
1932
+ denom: 'xprt',
1933
+ exponent: 6
1934
+ }],
1935
+ base: 'ibc/D87BC708A791246AA683D514C273736F07579CBD56C9CA79B7823F9A01C16270',
1936
+ name: 'Persistence',
1937
+ display: 'xprt',
1938
+ symbol: 'XPRT',
1939
+ logo_URIs: {
1940
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
1941
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg'
1942
+ },
1943
+ coingecko_id: 'persistence',
1944
+ images: [{
1945
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
1946
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg'
1947
+ }],
1948
+ traces: [{
1949
+ type: 'ibc',
1950
+ counterparty: {
1951
+ channel_id: 'channel-26',
1952
+ base_denom: 'uxprt',
1953
+ chain_name: 'persistence'
1954
+ },
1955
+ chain: {
1956
+ channel_id: 'channel-7'
1957
+ }
1958
+ }]
1959
+ }, {
1960
+ description: 'PSTAKE Liquid-Staked ATOM',
1961
+ denom_units: [{
1962
+ denom: 'ibc/459B86A9627815005650C0B94D9E5EAD20BB386CEAE92C71CC73CAD40958DCD6',
1963
+ exponent: 0,
1964
+ aliases: ['stk/uatom']
1965
+ }, {
1966
+ denom: 'stkatom',
1967
+ exponent: 6,
1968
+ aliases: ['stk/atom']
1969
+ }],
1970
+ base: 'ibc/459B86A9627815005650C0B94D9E5EAD20BB386CEAE92C71CC73CAD40958DCD6',
1971
+ name: 'PSTAKE staked ATOM',
1972
+ display: 'stkatom',
1973
+ symbol: 'stkATOM',
1974
+ logo_URIs: {
1975
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.png',
1976
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.svg'
1977
+ },
1978
+ coingecko_id: 'stkatom',
1979
+ images: [{
1980
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.png',
1981
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.svg'
1982
+ }],
1983
+ traces: [{
1984
+ type: 'ibc',
1985
+ counterparty: {
1986
+ channel_id: 'channel-26',
1987
+ base_denom: 'stk/uatom',
1988
+ chain_name: 'persistence'
1989
+ },
1990
+ chain: {
1991
+ channel_id: 'channel-7'
1992
+ }
1993
+ }]
1994
+ }, {
1995
+ description: 'pSTAKE is a liquid staking protocol unlocking the liquidity of staked assets.',
1996
+ denom_units: [{
1997
+ denom: 'ibc/6A77936D4B8F4AB96038F17C528C60BB55C19E3458DE1F10A1BC2F6C15A7729D',
1998
+ exponent: 0,
1999
+ aliases: ['ibc/A6E3AF63B3C906416A9AF7A556C59EA4BD50E617EFFE6299B99700CCB780E444']
2000
+ }, {
2001
+ denom: 'pstake',
2002
+ exponent: 18
2003
+ }],
2004
+ type_asset: 'ics20',
2005
+ base: 'ibc/6A77936D4B8F4AB96038F17C528C60BB55C19E3458DE1F10A1BC2F6C15A7729D',
2006
+ name: 'pSTAKE Finance',
2007
+ display: 'pstake',
2008
+ symbol: 'PSTAKE',
2009
+ traces: [{
2010
+ type: 'ibc',
2011
+ counterparty: {
2012
+ channel_id: 'channel-26',
2013
+ base_denom: 'ibc/A6E3AF63B3C906416A9AF7A556C59EA4BD50E617EFFE6299B99700CCB780E444',
2014
+ chain_name: 'persistence'
2015
+ },
2016
+ chain: {
2017
+ channel_id: 'channel-7'
2018
+ }
2019
+ }],
2020
+ logo_URIs: {
2021
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/pstake.png',
2022
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/pstake.svg'
2023
+ },
2024
+ keywords: ['canon'],
2025
+ images: [{
2026
+ image_sync: {
2027
+ chain_name: 'ethereum',
2028
+ base_denom: '0xfB5c6815cA3AC72Ce9F5006869AE67f18bF77006'
2029
+ },
2030
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/pstake.png',
2031
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/pstake.svg'
2032
+ }]
2033
+ }, {
2034
+ denom_units: [{
2035
+ denom: 'ibc/CE585A2D1DE2B6E832EBE0A22B8960E498687EDEEDA0C09E92E2E7752A64B41D',
2036
+ exponent: 0,
2037
+ aliases: ['ibc/C8A74ABBE2AF892E15680D916A7C22130585CE5704F9B17A10F184A90D53BECA']
2038
+ }, {
2039
+ denom: 'atom',
2040
+ exponent: 6
2041
+ }],
2042
+ type_asset: 'ics20',
2043
+ base: 'ibc/CE585A2D1DE2B6E832EBE0A22B8960E498687EDEEDA0C09E92E2E7752A64B41D',
2044
+ name: 'Cosmos Hub Atom',
2045
+ display: 'atom',
2046
+ symbol: 'ATOM',
2047
+ traces: [{
2048
+ type: 'ibc',
2049
+ counterparty: {
2050
+ channel_id: 'channel-26',
2051
+ base_denom: 'ibc/C8A74ABBE2AF892E15680D916A7C22130585CE5704F9B17A10F184A90D53BECA',
2052
+ chain_name: 'persistence'
2053
+ },
2054
+ chain: {
2055
+ channel_id: 'channel-7'
2056
+ }
2057
+ }],
2058
+ images: [{
2059
+ image_sync: {
2060
+ chain_name: 'cosmoshub',
2061
+ base_denom: 'uatom'
2062
+ },
2063
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
2064
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
2065
+ }],
2066
+ logo_URIs: {
2067
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
2068
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
2069
+ }
2070
+ }, {
2071
+ description: 'Tether USDT on Persistence',
2072
+ denom_units: [{
2073
+ denom: 'ibc/3483F4CAF0AEAA8F9FC060A13BF45ADEB298129075626BE5D5497E5800D5925F',
2074
+ exponent: 0,
2075
+ aliases: ['ibc/C559977F5797BDC1D74C0836A10C379C991D664166CB60D776A83029852431B4']
2076
+ }, {
2077
+ denom: 'usdt',
2078
+ exponent: 6
2079
+ }],
2080
+ type_asset: 'ics20',
2081
+ base: 'ibc/3483F4CAF0AEAA8F9FC060A13BF45ADEB298129075626BE5D5497E5800D5925F',
2082
+ name: 'Tether USDT',
2083
+ display: 'usdt',
2084
+ symbol: 'USDT',
2085
+ traces: [{
2086
+ type: 'ibc',
2087
+ counterparty: {
2088
+ channel_id: 'channel-26',
2089
+ base_denom: 'ibc/C559977F5797BDC1D74C0836A10C379C991D664166CB60D776A83029852431B4',
2090
+ chain_name: 'persistence'
2091
+ },
2092
+ chain: {
2093
+ channel_id: 'channel-7'
2094
+ }
2095
+ }],
2096
+ images: [{
2097
+ image_sync: {
2098
+ chain_name: 'kava',
2099
+ base_denom: 'erc20/tether/usdt'
2100
+ },
2101
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
2102
+ }],
2103
+ logo_URIs: {
2104
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
2105
+ }
2106
+ }, {
2107
+ denom_units: [{
2108
+ denom: 'ibc/F3F965ED2E383053D0A2EC02AA28D7F7B72382BDCF4D578EA30C67FFF6A6EFE7',
2109
+ exponent: 0,
2110
+ aliases: ['ibc/B3792E4A62DF4A934EF2DF5968556DB56F5776ED25BDE11188A4F58A7DD406F0']
2111
+ }, {
2112
+ denom: 'usdc',
2113
+ exponent: 6
2114
+ }],
2115
+ type_asset: 'ics20',
2116
+ base: 'ibc/F3F965ED2E383053D0A2EC02AA28D7F7B72382BDCF4D578EA30C67FFF6A6EFE7',
2117
+ name: 'Noble USD Coin',
2118
+ display: 'usdc',
2119
+ symbol: 'USDC',
2120
+ traces: [{
2121
+ type: 'ibc',
2122
+ counterparty: {
2123
+ channel_id: 'channel-26',
2124
+ base_denom: 'ibc/B3792E4A62DF4A934EF2DF5968556DB56F5776ED25BDE11188A4F58A7DD406F0',
2125
+ chain_name: 'persistence'
2126
+ },
2127
+ chain: {
2128
+ channel_id: 'channel-7'
2129
+ }
2130
+ }],
2131
+ images: [{
2132
+ image_sync: {
2133
+ chain_name: 'noble',
2134
+ base_denom: 'uusdc'
2135
+ },
2136
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png',
2137
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg'
2138
+ }],
2139
+ logo_URIs: {
2140
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png',
2141
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg'
2142
+ }
2143
+ }, {
2144
+ description: 'dydx staking token',
2145
+ denom_units: [{
2146
+ denom: 'ibc/1A54F8B40F0A4CE27552BBE91580D57F87988472600D890CCB1FE5F34BE2C659',
2147
+ exponent: 0,
2148
+ aliases: ['ibc/23DC3FF0E4CBB53A1915E4C62507CB7796956E84C68CA49707787CB8BDE90A1E']
2149
+ }, {
2150
+ denom: 'dydx',
2151
+ exponent: 18
2152
+ }],
2153
+ type_asset: 'ics20',
2154
+ base: 'ibc/1A54F8B40F0A4CE27552BBE91580D57F87988472600D890CCB1FE5F34BE2C659',
2155
+ name: 'dYdX',
2156
+ display: 'dydx',
2157
+ symbol: 'DYDX',
2158
+ traces: [{
2159
+ type: 'ibc',
2160
+ counterparty: {
2161
+ channel_id: 'channel-26',
2162
+ base_denom: 'ibc/23DC3FF0E4CBB53A1915E4C62507CB7796956E84C68CA49707787CB8BDE90A1E',
2163
+ chain_name: 'persistence'
2164
+ },
2165
+ chain: {
2166
+ channel_id: 'channel-7'
2167
+ }
2168
+ }],
2169
+ images: [{
2170
+ image_sync: {
2171
+ chain_name: 'dydx',
2172
+ base_denom: 'adydx'
2173
+ },
2174
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png',
2175
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg'
2176
+ }],
2177
+ logo_URIs: {
2178
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png',
2179
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg'
2180
+ }
2181
+ }, {
2182
+ description: 'PSTAKE Liquid-Staked OSMO',
2183
+ denom_units: [{
2184
+ denom: 'ibc/E85810513CE34D6D1F3D17C5CB070780A430AD9319442A2F3F14FD10A3339D63',
2185
+ exponent: 0,
2186
+ aliases: ['stk/uosmo']
2187
+ }, {
2188
+ denom: 'stkosmo',
2189
+ exponent: 6,
2190
+ aliases: ['stk/osmo']
2191
+ }],
2192
+ base: 'ibc/E85810513CE34D6D1F3D17C5CB070780A430AD9319442A2F3F14FD10A3339D63',
2193
+ name: 'PSTAKE staked OSMO',
2194
+ display: 'stkosmo',
2195
+ symbol: 'stkOSMO',
2196
+ logo_URIs: {
2197
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkosmo.png',
2198
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkosmo.svg'
2199
+ },
2200
+ coingecko_id: 'pstake-staked-osmo',
2201
+ images: [{
2202
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkosmo.png',
2203
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkosmo.svg'
2204
+ }],
2205
+ traces: [{
2206
+ type: 'ibc',
2207
+ counterparty: {
2208
+ channel_id: 'channel-26',
2209
+ base_denom: 'stk/uosmo',
2210
+ chain_name: 'persistence'
2211
+ },
2212
+ chain: {
2213
+ channel_id: 'channel-7'
2214
+ }
2215
+ }]
2216
+ }, {
2217
+ description: 'REGEN coin is the token for the Regen Network Platform',
2218
+ denom_units: [{
2219
+ denom: 'ibc/2CC6F10253D563A7C238096BA63D060F7F356E37D5176E517034B8F730DB4AB6',
2220
+ exponent: 0,
2221
+ aliases: ['uregen']
2222
+ }, {
2223
+ denom: 'regen',
2224
+ exponent: 6
2225
+ }],
2226
+ base: 'ibc/2CC6F10253D563A7C238096BA63D060F7F356E37D5176E517034B8F730DB4AB6',
2227
+ name: 'Regen Network',
2228
+ display: 'regen',
2229
+ symbol: 'REGEN',
2230
+ logo_URIs: {
2231
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/regen.png',
2232
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/regen.svg'
2233
+ },
2234
+ coingecko_id: 'regen',
2235
+ images: [{
2236
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/regen.png',
2237
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/regen.svg'
2238
+ }],
2239
+ traces: [{
2240
+ type: 'ibc',
2241
+ counterparty: {
2242
+ channel_id: 'channel-28',
2243
+ base_denom: 'uregen',
2244
+ chain_name: 'regen'
2245
+ },
2246
+ chain: {
2247
+ channel_id: 'channel-10'
2248
+ }
2249
+ }]
2250
+ }, {
2251
+ 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.',
2252
+ denom_units: [{
2253
+ denom: 'ibc/A17EB97F10DA29154907C919A7081E3EB19C84ECC0C888F766AAC2F2C9EAB7D4',
2254
+ exponent: 0,
2255
+ aliases: ['eco.uC.NCT']
2256
+ }, {
2257
+ denom: 'nct',
2258
+ exponent: 6
2259
+ }],
2260
+ base: 'ibc/A17EB97F10DA29154907C919A7081E3EB19C84ECC0C888F766AAC2F2C9EAB7D4',
2261
+ name: 'Nature Carbon Ton',
2262
+ display: 'nct',
2263
+ symbol: 'NCT',
2264
+ logo_URIs: {
2265
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/nct.png',
2266
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/nct.svg'
2267
+ },
2268
+ coingecko_id: 'toucan-protocol-nature-carbon-tonne',
2269
+ images: [{
2270
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/nct.png',
2271
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/nct.svg'
2272
+ }],
2273
+ traces: [{
2274
+ type: 'ibc',
2275
+ counterparty: {
2276
+ channel_id: 'channel-28',
2277
+ base_denom: 'eco.uC.NCT',
2278
+ chain_name: 'regen'
2279
+ },
2280
+ chain: {
2281
+ channel_id: 'channel-10'
2282
+ }
2283
+ }]
2284
+ }, {
2285
+ description: 'The native token of Secret Network',
2286
+ denom_units: [{
2287
+ denom: 'ibc/345D30E8ED06B47FC538ED131D99D16126F07CD6F8B35DE96AAF4C1E445AF466',
2288
+ exponent: 0,
2289
+ aliases: ['uscrt']
2290
+ }, {
2291
+ denom: 'scrt',
2292
+ exponent: 6
2293
+ }],
2294
+ base: 'ibc/345D30E8ED06B47FC538ED131D99D16126F07CD6F8B35DE96AAF4C1E445AF466',
2295
+ name: 'Secret Network',
2296
+ display: 'scrt',
2297
+ symbol: 'SCRT',
2298
+ logo_URIs: {
2299
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
2300
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
2301
+ },
2302
+ coingecko_id: 'secret',
2303
+ images: [{
2304
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
2305
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
2306
+ }],
2307
+ traces: [{
2308
+ type: 'ibc',
2309
+ counterparty: {
2310
+ channel_id: 'channel-15',
2311
+ base_denom: 'uscrt',
2312
+ chain_name: 'secretnetwork'
2313
+ },
2314
+ chain: {
2315
+ channel_id: 'channel-65'
2316
+ }
2317
+ }]
2318
+ }, {
2319
+ description: 'DVPN is the native token of the Sentinel Hub.',
2320
+ denom_units: [{
2321
+ denom: 'ibc/21CB41565FCA19AB6613EE06B0D56E588E0DC3E53FF94BA499BB9635794A1A35',
2322
+ exponent: 0,
2323
+ aliases: ['udvpn']
2324
+ }, {
2325
+ denom: 'dvpn',
2326
+ exponent: 6
2327
+ }],
2328
+ base: 'ibc/21CB41565FCA19AB6613EE06B0D56E588E0DC3E53FF94BA499BB9635794A1A35',
2329
+ name: 'Sentinel',
2330
+ display: 'dvpn',
2331
+ symbol: 'DVPN',
2332
+ logo_URIs: {
2333
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.png',
2334
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.svg'
2335
+ },
2336
+ coingecko_id: 'sentinel',
2337
+ images: [{
2338
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.png',
2339
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.svg'
2340
+ }],
2341
+ traces: [{
2342
+ type: 'ibc',
2343
+ counterparty: {
2344
+ channel_id: 'channel-36',
2345
+ base_denom: 'udvpn',
2346
+ chain_name: 'sentinel'
2347
+ },
2348
+ chain: {
2349
+ channel_id: 'channel-1'
2350
+ }
2351
+ }]
2352
+ }]
2353
+ };
2354
+ var _default = exports["default"] = assets;