@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,2991 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports["default"] = void 0;
7
+ var assets = {
8
+ chain_name: 'irisnet',
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/ED3433FEFECE0B9EC584F0EBAB31E8AB6A7A187537F3E5B1D8A80998986E7ACF',
13
+ exponent: 0,
14
+ aliases: ['uakt']
15
+ }, {
16
+ denom: 'akt',
17
+ exponent: 6
18
+ }],
19
+ base: 'ibc/ED3433FEFECE0B9EC584F0EBAB31E8AB6A7A187537F3E5B1D8A80998986E7ACF',
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-11',
36
+ base_denom: 'uakt',
37
+ chain_name: 'akash'
38
+ },
39
+ chain: {
40
+ channel_id: 'channel-9'
41
+ }
42
+ }]
43
+ }, {
44
+ description: 'Tether USDt on Akash',
45
+ denom_units: [{
46
+ denom: 'ibc/CD079FB14DFAFB2EC084CBDEE23D113D040A090133891A602AA7D41F5B0CC821',
47
+ exponent: 0,
48
+ aliases: ['ibc/05DB6975261B805B6F6A157A4386C627F8A70BF8118D411655EFEDCA82BFABA5']
49
+ }, {
50
+ denom: 'usdt',
51
+ exponent: 6
52
+ }],
53
+ type_asset: 'ics20',
54
+ base: 'ibc/CD079FB14DFAFB2EC084CBDEE23D113D040A090133891A602AA7D41F5B0CC821',
55
+ name: 'Tether USDt',
56
+ display: 'usdt',
57
+ symbol: 'USDt',
58
+ traces: [{
59
+ type: 'ibc',
60
+ counterparty: {
61
+ channel_id: 'channel-11',
62
+ base_denom: 'ibc/05DB6975261B805B6F6A157A4386C627F8A70BF8118D411655EFEDCA82BFABA5',
63
+ chain_name: 'akash'
64
+ },
65
+ chain: {
66
+ channel_id: 'channel-9'
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 governance token of Carbon',
81
+ denom_units: [{
82
+ denom: 'ibc/0F39B2641900A05EAA70935311CBB149E9146DAADF6BBDF25A85035ABEE0DB19',
83
+ exponent: 0,
84
+ aliases: ['swth']
85
+ }, {
86
+ denom: 'dswth',
87
+ exponent: 8,
88
+ aliases: ['SWTH']
89
+ }],
90
+ type_asset: 'sdk.coin',
91
+ base: 'ibc/0F39B2641900A05EAA70935311CBB149E9146DAADF6BBDF25A85035ABEE0DB19',
92
+ name: 'Carbon',
93
+ display: 'dswth',
94
+ symbol: 'SWTH',
95
+ logo_URIs: {
96
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/swth.png',
97
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/swth.svg'
98
+ },
99
+ coingecko_id: 'switcheo',
100
+ images: [{
101
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/swth.png',
102
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/swth.svg'
103
+ }],
104
+ traces: [{
105
+ type: 'ibc',
106
+ counterparty: {
107
+ channel_id: 'channel-28',
108
+ base_denom: 'swth',
109
+ chain_name: 'carbon'
110
+ },
111
+ chain: {
112
+ channel_id: 'channel-68'
113
+ }
114
+ }]
115
+ }, {
116
+ description: 'The native stablecoin of Carbon',
117
+ denom_units: [{
118
+ denom: 'ibc/ACA232C70FF87156F3232F4D872DC3B9EFFBA8D5EAABD5F5E0414874DB53F06D',
119
+ exponent: 0,
120
+ aliases: ['usc']
121
+ }, {
122
+ denom: 'dusc',
123
+ exponent: 8,
124
+ aliases: ['USC']
125
+ }],
126
+ type_asset: 'sdk.coin',
127
+ base: 'ibc/ACA232C70FF87156F3232F4D872DC3B9EFFBA8D5EAABD5F5E0414874DB53F06D',
128
+ name: 'Carbon USD Coin',
129
+ display: 'dusc',
130
+ symbol: 'USC',
131
+ logo_URIs: {
132
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/usc.png',
133
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/usc.svg'
134
+ },
135
+ coingecko_id: 'carbon-usd',
136
+ images: [{
137
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/usc.png',
138
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/usc.svg'
139
+ }],
140
+ traces: [{
141
+ type: 'ibc',
142
+ counterparty: {
143
+ channel_id: 'channel-28',
144
+ base_denom: 'usc',
145
+ chain_name: 'carbon'
146
+ },
147
+ chain: {
148
+ channel_id: 'channel-68'
149
+ }
150
+ }]
151
+ }, {
152
+ description: 'BNB token on Carbon',
153
+ denom_units: [{
154
+ denom: 'ibc/6664F0194F0B92E7CDF96C26D07357D66692B05B70880C2AD3C5AD611456CB72',
155
+ exponent: 0,
156
+ aliases: ['bnb.1.6.773edb']
157
+ }, {
158
+ denom: 'bnb',
159
+ exponent: 18,
160
+ aliases: ['BNB']
161
+ }],
162
+ base: 'ibc/6664F0194F0B92E7CDF96C26D07357D66692B05B70880C2AD3C5AD611456CB72',
163
+ name: 'Binance Coin',
164
+ display: 'bnb',
165
+ symbol: 'BNB',
166
+ traces: [{
167
+ type: 'ibc',
168
+ counterparty: {
169
+ channel_id: 'channel-28',
170
+ base_denom: 'bnb.1.6.773edb',
171
+ chain_name: 'carbon'
172
+ },
173
+ chain: {
174
+ channel_id: 'channel-68'
175
+ }
176
+ }],
177
+ logo_URIs: {
178
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/bnb.png',
179
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/bnb.svg'
180
+ },
181
+ images: [{
182
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/bnb.png',
183
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/bnb.svg'
184
+ }]
185
+ }, {
186
+ description: 'bNEO token on Carbon',
187
+ denom_units: [{
188
+ denom: 'ibc/6C7341132177C06D2C937DEF310C8567AFAEFBDB87B965C364E824FA56932442',
189
+ exponent: 0,
190
+ aliases: ['bneo.1.14.e2e5f6']
191
+ }, {
192
+ denom: 'bneo',
193
+ exponent: 8,
194
+ aliases: ['bNEO']
195
+ }],
196
+ base: 'ibc/6C7341132177C06D2C937DEF310C8567AFAEFBDB87B965C364E824FA56932442',
197
+ name: 'BurgerNEO',
198
+ display: 'bneo',
199
+ symbol: 'bNEO',
200
+ traces: [{
201
+ type: 'ibc',
202
+ counterparty: {
203
+ channel_id: 'channel-28',
204
+ base_denom: 'bneo.1.14.e2e5f6',
205
+ chain_name: 'carbon'
206
+ },
207
+ chain: {
208
+ channel_id: 'channel-68'
209
+ }
210
+ }],
211
+ logo_URIs: {
212
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/bneo.png',
213
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/bneo.svg'
214
+ },
215
+ images: [{
216
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/bneo.png',
217
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/bneo.svg'
218
+ }]
219
+ }, {
220
+ description: 'BUSD (BEP-20) token on Carbon',
221
+ denom_units: [{
222
+ denom: 'ibc/8D3E324EADE06088FCBC50CCFD3FBFA65C8DE0CC03185793337634817F7D2E36',
223
+ exponent: 0,
224
+ aliases: ['busd.1.6.754a80']
225
+ }, {
226
+ denom: 'busd',
227
+ exponent: 18,
228
+ aliases: ['BUSD']
229
+ }],
230
+ base: 'ibc/8D3E324EADE06088FCBC50CCFD3FBFA65C8DE0CC03185793337634817F7D2E36',
231
+ name: 'BUSD (BEP-20)',
232
+ display: 'busd',
233
+ symbol: 'BUSD',
234
+ traces: [{
235
+ type: 'ibc',
236
+ counterparty: {
237
+ channel_id: 'channel-28',
238
+ base_denom: 'busd.1.6.754a80',
239
+ chain_name: 'carbon'
240
+ },
241
+ chain: {
242
+ channel_id: 'channel-68'
243
+ }
244
+ }],
245
+ logo_URIs: {
246
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/busd.png'
247
+ },
248
+ images: [{
249
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/busd.png'
250
+ }]
251
+ }, {
252
+ description: 'Carbon Wrapped GLP on Carbon',
253
+ denom_units: [{
254
+ denom: 'ibc/9221FA2B61C84402994BF48110D98042556791D94A0C2CAE3754B1B1B4BD201F',
255
+ exponent: 0,
256
+ aliases: ['cglp.1.19.1698d3']
257
+ }, {
258
+ denom: 'cglp',
259
+ exponent: 18,
260
+ aliases: ['CGLP']
261
+ }],
262
+ base: 'ibc/9221FA2B61C84402994BF48110D98042556791D94A0C2CAE3754B1B1B4BD201F',
263
+ name: 'Carbon Wrapped GLP',
264
+ display: 'cglp',
265
+ symbol: 'CGLP',
266
+ traces: [{
267
+ type: 'ibc',
268
+ counterparty: {
269
+ channel_id: 'channel-28',
270
+ base_denom: 'cglp.1.19.1698d3',
271
+ chain_name: 'carbon'
272
+ },
273
+ chain: {
274
+ channel_id: 'channel-68'
275
+ }
276
+ }],
277
+ logo_URIs: {
278
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/cglp.png',
279
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/cglp.svg'
280
+ },
281
+ images: [{
282
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/cglp.png',
283
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/cglp.svg'
284
+ }]
285
+ }, {
286
+ description: 'Grouped USD on Carbon',
287
+ denom_units: [{
288
+ denom: 'ibc/4D5AD0CA0181E8811CC0287878CCF45AC381CC933A8BF3FFAD4C54E3242A163D',
289
+ exponent: 0,
290
+ aliases: ['cgt/1']
291
+ }, {
292
+ denom: 'usd',
293
+ exponent: 18,
294
+ aliases: ['USD']
295
+ }],
296
+ base: 'ibc/4D5AD0CA0181E8811CC0287878CCF45AC381CC933A8BF3FFAD4C54E3242A163D',
297
+ name: 'Carbon Grouped USD',
298
+ display: 'usd',
299
+ symbol: 'USD',
300
+ logo_URIs: {
301
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/carbon-grouped-usd.png',
302
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/carbon-grouped-usd.svg'
303
+ },
304
+ images: [{
305
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/carbon-grouped-usd.png',
306
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/carbon-grouped-usd.svg'
307
+ }],
308
+ traces: [{
309
+ type: 'ibc',
310
+ counterparty: {
311
+ channel_id: 'channel-28',
312
+ base_denom: 'cgt/1',
313
+ chain_name: 'carbon'
314
+ },
315
+ chain: {
316
+ channel_id: 'channel-68'
317
+ }
318
+ }]
319
+ }, {
320
+ description: 'ETH (Arbitrum) token on Carbon',
321
+ denom_units: [{
322
+ denom: 'ibc/634F61E5356F8B4A1532987740BF934F5DF330A7A27DC8DA803F89F3A347CEC0',
323
+ exponent: 0,
324
+ aliases: ['eth.1.19.c3b805']
325
+ }, {
326
+ denom: 'eth',
327
+ exponent: 18,
328
+ aliases: ['ETH']
329
+ }],
330
+ base: 'ibc/634F61E5356F8B4A1532987740BF934F5DF330A7A27DC8DA803F89F3A347CEC0',
331
+ name: 'Ethereum (Arbitrum)',
332
+ display: 'eth',
333
+ symbol: 'ETH',
334
+ traces: [{
335
+ type: 'ibc',
336
+ counterparty: {
337
+ channel_id: 'channel-28',
338
+ base_denom: 'eth.1.19.c3b805',
339
+ chain_name: 'carbon'
340
+ },
341
+ chain: {
342
+ channel_id: 'channel-68'
343
+ }
344
+ }],
345
+ logo_URIs: {
346
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth.svg'
347
+ },
348
+ images: [{
349
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth.svg'
350
+ }]
351
+ }, {
352
+ description: 'ETH (ERC20) token on Carbon',
353
+ denom_units: [{
354
+ denom: 'ibc/8B869020561C4FD61643688C962A8DF0D5BB3BCDA3DE7627A4E3540AF27ABB91',
355
+ exponent: 0,
356
+ aliases: ['eth.1.2.942d87']
357
+ }, {
358
+ denom: 'eth',
359
+ exponent: 18,
360
+ aliases: ['ETH']
361
+ }],
362
+ base: 'ibc/8B869020561C4FD61643688C962A8DF0D5BB3BCDA3DE7627A4E3540AF27ABB91',
363
+ name: 'Ethereum (ERC20)',
364
+ display: 'eth',
365
+ symbol: 'ETH',
366
+ traces: [{
367
+ type: 'ibc',
368
+ counterparty: {
369
+ channel_id: 'channel-28',
370
+ base_denom: 'eth.1.2.942d87',
371
+ chain_name: 'carbon'
372
+ },
373
+ chain: {
374
+ channel_id: 'channel-68'
375
+ }
376
+ }],
377
+ logo_URIs: {
378
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth.svg'
379
+ },
380
+ images: [{
381
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth.svg'
382
+ }]
383
+ }, {
384
+ description: 'USDC (ERC20) token on Carbon',
385
+ denom_units: [{
386
+ denom: 'ibc/AED31A14D03C8C8553BFBD3B11C8E7244AA0B2F34BC43606D0F74EBA4F9037E7',
387
+ exponent: 0,
388
+ aliases: ['usdc.1.2.343151']
389
+ }, {
390
+ denom: 'usdc',
391
+ exponent: 6,
392
+ aliases: ['USDC']
393
+ }],
394
+ base: 'ibc/AED31A14D03C8C8553BFBD3B11C8E7244AA0B2F34BC43606D0F74EBA4F9037E7',
395
+ name: 'Circle USD',
396
+ display: 'usdc',
397
+ symbol: 'USDC',
398
+ traces: [{
399
+ type: 'ibc',
400
+ counterparty: {
401
+ channel_id: 'channel-28',
402
+ base_denom: 'usdc.1.2.343151',
403
+ chain_name: 'carbon'
404
+ },
405
+ chain: {
406
+ channel_id: 'channel-68'
407
+ }
408
+ }],
409
+ logo_URIs: {
410
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
411
+ },
412
+ images: [{
413
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
414
+ }]
415
+ }, {
416
+ description: 'USD Coin (BEP-20) token on Carbon',
417
+ denom_units: [{
418
+ denom: 'ibc/A7FED1387BE9EDE4ADE5A6BEBF686E1EF2331131BDCCBCBBB112CDFB281597CE',
419
+ exponent: 0,
420
+ aliases: ['usdc.1.6.53ff75']
421
+ }, {
422
+ denom: 'usdc',
423
+ exponent: 18,
424
+ aliases: ['USDC']
425
+ }],
426
+ base: 'ibc/A7FED1387BE9EDE4ADE5A6BEBF686E1EF2331131BDCCBCBBB112CDFB281597CE',
427
+ name: 'USD Coin (BEP-20)',
428
+ display: 'usdc',
429
+ symbol: 'USDC',
430
+ traces: [{
431
+ type: 'ibc',
432
+ counterparty: {
433
+ channel_id: 'channel-28',
434
+ base_denom: 'usdc.1.6.53ff75',
435
+ chain_name: 'carbon'
436
+ },
437
+ chain: {
438
+ channel_id: 'channel-68'
439
+ }
440
+ }],
441
+ logo_URIs: {
442
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
443
+ },
444
+ images: [{
445
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
446
+ }]
447
+ }, {
448
+ description: 'ZIL token on Carbon',
449
+ denom_units: [{
450
+ denom: 'ibc/A40833ACAEEBC614615372D9AC57C7661A173B333CFEA311867E72EE7BDD7693',
451
+ exponent: 0,
452
+ aliases: ['zil.1.18.1a4a06']
453
+ }, {
454
+ denom: 'zil',
455
+ exponent: 12,
456
+ aliases: ['ZIL']
457
+ }],
458
+ base: 'ibc/A40833ACAEEBC614615372D9AC57C7661A173B333CFEA311867E72EE7BDD7693',
459
+ name: 'Zilliqa',
460
+ display: 'zil',
461
+ symbol: 'ZIL',
462
+ traces: [{
463
+ type: 'ibc',
464
+ counterparty: {
465
+ channel_id: 'channel-28',
466
+ base_denom: 'zil.1.18.1a4a06',
467
+ chain_name: 'carbon'
468
+ },
469
+ chain: {
470
+ channel_id: 'channel-68'
471
+ }
472
+ }],
473
+ logo_URIs: {
474
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/zil.png',
475
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/zil.svg'
476
+ },
477
+ images: [{
478
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/zil.png',
479
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/zil.svg'
480
+ }]
481
+ }, {
482
+ description: 'The native staking and governance token of the Cosmos Hub.',
483
+ denom_units: [{
484
+ denom: 'ibc/A8C2D23A1E6F95DA4E48BA349667E322BD7A6C996D8A4AAE8BA72E190F3D1477',
485
+ exponent: 0,
486
+ aliases: ['uatom']
487
+ }, {
488
+ denom: 'atom',
489
+ exponent: 6
490
+ }],
491
+ base: 'ibc/A8C2D23A1E6F95DA4E48BA349667E322BD7A6C996D8A4AAE8BA72E190F3D1477',
492
+ name: 'Cosmos Hub Atom',
493
+ display: 'atom',
494
+ symbol: 'ATOM',
495
+ logo_URIs: {
496
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
497
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
498
+ },
499
+ coingecko_id: 'cosmos',
500
+ images: [{
501
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
502
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
503
+ }],
504
+ traces: [{
505
+ type: 'ibc',
506
+ counterparty: {
507
+ channel_id: 'channel-182',
508
+ base_denom: 'uatom',
509
+ chain_name: 'cosmoshub'
510
+ },
511
+ chain: {
512
+ channel_id: 'channel-12'
513
+ }
514
+ }]
515
+ }, {
516
+ description: 'Tether USDt on the Cosmos Hub',
517
+ denom_units: [{
518
+ denom: 'ibc/B81DEE1F8CD6541B168AAAFBBE52FDA24E975A3B7B05BA07BEA850466DCAEA25',
519
+ exponent: 0,
520
+ aliases: ['ibc/F04D72CF9B5D9C849BB278B691CDFA2241813327430EC9CDC83F8F4CA4CDC2B0']
521
+ }, {
522
+ denom: 'usdt',
523
+ exponent: 6
524
+ }],
525
+ type_asset: 'ics20',
526
+ base: 'ibc/B81DEE1F8CD6541B168AAAFBBE52FDA24E975A3B7B05BA07BEA850466DCAEA25',
527
+ name: 'Tether USDt',
528
+ display: 'usdt',
529
+ symbol: 'USDt',
530
+ traces: [{
531
+ type: 'ibc',
532
+ counterparty: {
533
+ channel_id: 'channel-182',
534
+ base_denom: 'ibc/F04D72CF9B5D9C849BB278B691CDFA2241813327430EC9CDC83F8F4CA4CDC2B0',
535
+ chain_name: 'cosmoshub'
536
+ },
537
+ chain: {
538
+ channel_id: 'channel-12'
539
+ }
540
+ }],
541
+ images: [{
542
+ image_sync: {
543
+ chain_name: 'kava',
544
+ base_denom: 'erc20/tether/usdt'
545
+ },
546
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
547
+ }],
548
+ logo_URIs: {
549
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
550
+ }
551
+ }, {
552
+ description: 'FX on Cosmos Hub',
553
+ denom_units: [{
554
+ denom: 'ibc/B280408DF776617585EFCB01CE91FF89AF065ECBBEF54D30B4E0E07CB40FB8A3',
555
+ exponent: 0,
556
+ aliases: ['ibc/4925E6ABA571A44D2BE0286D2D29AF42A294D0FF2BB16490149A1B26EAD33729']
557
+ }],
558
+ type_asset: 'ics20',
559
+ base: 'ibc/B280408DF776617585EFCB01CE91FF89AF065ECBBEF54D30B4E0E07CB40FB8A3',
560
+ name: 'Function X',
561
+ display: 'FX',
562
+ symbol: 'FX',
563
+ traces: [{
564
+ type: 'ibc',
565
+ counterparty: {
566
+ channel_id: 'channel-182',
567
+ base_denom: 'ibc/4925E6ABA571A44D2BE0286D2D29AF42A294D0FF2BB16490149A1B26EAD33729',
568
+ chain_name: 'cosmoshub'
569
+ },
570
+ chain: {
571
+ channel_id: 'channel-12'
572
+ }
573
+ }],
574
+ images: [{
575
+ image_sync: {
576
+ chain_name: 'fxcore',
577
+ base_denom: 'FX'
578
+ },
579
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.png',
580
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.svg'
581
+ }],
582
+ logo_URIs: {
583
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.png',
584
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.svg'
585
+ }
586
+ }, {
587
+ description: 'The native token of Crescent',
588
+ denom_units: [{
589
+ denom: 'ibc/6F45FFC7C8BF941B356DAD73B41DD3D232CBB72025A0D9B82AAA0494D107297C',
590
+ exponent: 0,
591
+ aliases: ['ucre']
592
+ }, {
593
+ denom: 'cre',
594
+ exponent: 6
595
+ }],
596
+ base: 'ibc/6F45FFC7C8BF941B356DAD73B41DD3D232CBB72025A0D9B82AAA0494D107297C',
597
+ name: 'Crescent',
598
+ display: 'cre',
599
+ symbol: 'CRE',
600
+ logo_URIs: {
601
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.png',
602
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.svg'
603
+ },
604
+ coingecko_id: 'crescent-network',
605
+ images: [{
606
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.png',
607
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.svg'
608
+ }],
609
+ traces: [{
610
+ type: 'ibc',
611
+ counterparty: {
612
+ channel_id: 'channel-37',
613
+ base_denom: 'ucre',
614
+ chain_name: 'crescent'
615
+ },
616
+ chain: {
617
+ channel_id: 'channel-37'
618
+ }
619
+ }]
620
+ }, {
621
+ description: 'The bonded token of Crescent',
622
+ denom_units: [{
623
+ denom: 'ibc/9425A82592DAB9CEF917CCBD2381DEB240D16EBF6E860DA4D66730D84420E761',
624
+ exponent: 0,
625
+ aliases: ['ubcre']
626
+ }, {
627
+ denom: 'bcre',
628
+ exponent: 6
629
+ }],
630
+ base: 'ibc/9425A82592DAB9CEF917CCBD2381DEB240D16EBF6E860DA4D66730D84420E761',
631
+ name: 'Bonded Crescent',
632
+ display: 'bcre',
633
+ symbol: 'bCRE',
634
+ logo_URIs: {
635
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/bcre.png',
636
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/bcre.svg'
637
+ },
638
+ coingecko_id: 'liquid-staking-crescent',
639
+ images: [{
640
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/bcre.png',
641
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/bcre.svg'
642
+ }],
643
+ traces: [{
644
+ type: 'ibc',
645
+ counterparty: {
646
+ channel_id: 'channel-37',
647
+ base_denom: 'ubcre',
648
+ chain_name: 'crescent'
649
+ },
650
+ chain: {
651
+ channel_id: 'channel-37'
652
+ }
653
+ }]
654
+ }, {
655
+ description: 'CRO is the native token of the Crypto.org Chain, referred to as Native CRO.',
656
+ denom_units: [{
657
+ denom: 'ibc/F5252D10648436F46AD3D6CDA3B6F67486633B94A8BA024155D5F4891A32D3AF',
658
+ exponent: 0,
659
+ aliases: ['basecro']
660
+ }, {
661
+ denom: 'cro',
662
+ exponent: 8
663
+ }],
664
+ base: 'ibc/F5252D10648436F46AD3D6CDA3B6F67486633B94A8BA024155D5F4891A32D3AF',
665
+ name: 'Cronos',
666
+ display: 'cro',
667
+ symbol: 'CRO',
668
+ logo_URIs: {
669
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro.svg'
670
+ },
671
+ coingecko_id: 'crypto-com-chain',
672
+ images: [{
673
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro.svg'
674
+ }, {
675
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cronos.png'
676
+ }],
677
+ traces: [{
678
+ type: 'ibc',
679
+ counterparty: {
680
+ channel_id: 'channel-23',
681
+ base_denom: 'basecro',
682
+ chain_name: 'cryptoorgchain'
683
+ },
684
+ chain: {
685
+ channel_id: 'channel-13'
686
+ }
687
+ }]
688
+ }, {
689
+ description: 'e-Money NGM staking token. In addition to earning staking rewards the token is bought back and burned based on e-Money stablecoin inflation.',
690
+ denom_units: [{
691
+ denom: 'ibc/9085726C53DAE8603258E0664A0C00F9F3CE03CA8C0E9AF785F32EC42368DE94',
692
+ exponent: 0,
693
+ aliases: ['ungm']
694
+ }, {
695
+ denom: 'ngm',
696
+ exponent: 6
697
+ }],
698
+ base: 'ibc/9085726C53DAE8603258E0664A0C00F9F3CE03CA8C0E9AF785F32EC42368DE94',
699
+ name: 'e-Money',
700
+ display: 'ngm',
701
+ symbol: 'NGM',
702
+ logo_URIs: {
703
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/ngm.png',
704
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/ngm.svg'
705
+ },
706
+ coingecko_id: 'e-money',
707
+ images: [{
708
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/ngm.png',
709
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/ngm.svg'
710
+ }],
711
+ traces: [{
712
+ type: 'ibc',
713
+ counterparty: {
714
+ channel_id: 'channel-2',
715
+ base_denom: 'ungm',
716
+ chain_name: 'emoney'
717
+ },
718
+ chain: {
719
+ channel_id: 'channel-23'
720
+ }
721
+ }]
722
+ }, {
723
+ description: 'e-Money EUR stablecoin. Audited and backed by fiat EUR deposits and government bonds.',
724
+ denom_units: [{
725
+ denom: 'ibc/7061990F2866DDB4938844BEF6054195DECDAF6F7E2C12C422C684D2BEEA787D',
726
+ exponent: 0,
727
+ aliases: ['eeur']
728
+ }, {
729
+ denom: 'eur',
730
+ exponent: 6
731
+ }],
732
+ base: 'ibc/7061990F2866DDB4938844BEF6054195DECDAF6F7E2C12C422C684D2BEEA787D',
733
+ name: 'e-Money EUR',
734
+ display: 'eur',
735
+ symbol: 'EEUR',
736
+ logo_URIs: {
737
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/eeur.png',
738
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/eeur.svg'
739
+ },
740
+ coingecko_id: 'e-money-eur',
741
+ images: [{
742
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/eeur.png',
743
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/eeur.svg'
744
+ }],
745
+ traces: [{
746
+ type: 'ibc',
747
+ counterparty: {
748
+ channel_id: 'channel-2',
749
+ base_denom: 'eeur',
750
+ chain_name: 'emoney'
751
+ },
752
+ chain: {
753
+ channel_id: 'channel-23'
754
+ }
755
+ }]
756
+ }, {
757
+ description: 'e-Money CHF stablecoin. Audited and backed by fiat CHF deposits and government bonds.',
758
+ denom_units: [{
759
+ denom: 'ibc/BE78EE32683CB0BEDE19D69B4BB5E2CC33F06EF4AACFE6E92F51AA3C57BF202F',
760
+ exponent: 0,
761
+ aliases: ['echf']
762
+ }, {
763
+ denom: 'chf',
764
+ exponent: 6
765
+ }],
766
+ base: 'ibc/BE78EE32683CB0BEDE19D69B4BB5E2CC33F06EF4AACFE6E92F51AA3C57BF202F',
767
+ name: 'e-Money CHF',
768
+ display: 'chf',
769
+ symbol: 'ECHF',
770
+ logo_URIs: {
771
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/echf.png',
772
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/echf.svg'
773
+ },
774
+ coingecko_id: '',
775
+ images: [{
776
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/echf.png',
777
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/echf.svg'
778
+ }],
779
+ traces: [{
780
+ type: 'ibc',
781
+ counterparty: {
782
+ channel_id: 'channel-2',
783
+ base_denom: 'echf',
784
+ chain_name: 'emoney'
785
+ },
786
+ chain: {
787
+ channel_id: 'channel-23'
788
+ }
789
+ }]
790
+ }, {
791
+ description: 'e-Money NOK stablecoin. Audited and backed by fiat NOK deposits and government bonds.',
792
+ denom_units: [{
793
+ denom: 'ibc/38F5900BB9FC9282646216BF233B3974F7B8F1A85411FC45675BE4258BBCEED7',
794
+ exponent: 0,
795
+ aliases: ['enok']
796
+ }, {
797
+ denom: 'nok',
798
+ exponent: 6
799
+ }],
800
+ base: 'ibc/38F5900BB9FC9282646216BF233B3974F7B8F1A85411FC45675BE4258BBCEED7',
801
+ name: 'e-Money NOK',
802
+ display: 'nok',
803
+ symbol: 'ENOK',
804
+ logo_URIs: {
805
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/enok.png',
806
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/enok.svg'
807
+ },
808
+ coingecko_id: '',
809
+ images: [{
810
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/enok.png',
811
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/enok.svg'
812
+ }],
813
+ traces: [{
814
+ type: 'ibc',
815
+ counterparty: {
816
+ channel_id: 'channel-2',
817
+ base_denom: 'enok',
818
+ chain_name: 'emoney'
819
+ },
820
+ chain: {
821
+ channel_id: 'channel-23'
822
+ }
823
+ }]
824
+ }, {
825
+ description: 'e-Money DKK stablecoin. Audited and backed by fiat DKK deposits and government bonds.',
826
+ denom_units: [{
827
+ denom: 'ibc/0A3E6D8B433B3BEE6BA21ED81A21106E764EAB3799627C2E4711EAD9AB476D2F',
828
+ exponent: 0,
829
+ aliases: ['edkk']
830
+ }, {
831
+ denom: 'dkk',
832
+ exponent: 6
833
+ }],
834
+ base: 'ibc/0A3E6D8B433B3BEE6BA21ED81A21106E764EAB3799627C2E4711EAD9AB476D2F',
835
+ name: 'e-Money DKK',
836
+ display: 'dkk',
837
+ symbol: 'EDKK',
838
+ logo_URIs: {
839
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/edkk.png',
840
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/edkk.svg'
841
+ },
842
+ coingecko_id: '',
843
+ images: [{
844
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/edkk.png',
845
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/edkk.svg'
846
+ }],
847
+ traces: [{
848
+ type: 'ibc',
849
+ counterparty: {
850
+ channel_id: 'channel-2',
851
+ base_denom: 'edkk',
852
+ chain_name: 'emoney'
853
+ },
854
+ chain: {
855
+ channel_id: 'channel-23'
856
+ }
857
+ }]
858
+ }, {
859
+ description: 'e-Money SEK stablecoin. Audited and backed by fiat SEK deposits and government bonds.',
860
+ denom_units: [{
861
+ denom: 'ibc/B994C93E89A89B6005E92BCB56E8E8977F87A5DD3ABEB48F016850580C77CADB',
862
+ exponent: 0,
863
+ aliases: ['esek']
864
+ }, {
865
+ denom: 'sek',
866
+ exponent: 6
867
+ }],
868
+ base: 'ibc/B994C93E89A89B6005E92BCB56E8E8977F87A5DD3ABEB48F016850580C77CADB',
869
+ name: 'e-Money SEK',
870
+ display: 'sek',
871
+ symbol: 'ESEK',
872
+ logo_URIs: {
873
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/esek.png',
874
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/esek.svg'
875
+ },
876
+ coingecko_id: '',
877
+ images: [{
878
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/esek.png',
879
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/esek.svg'
880
+ }],
881
+ traces: [{
882
+ type: 'ibc',
883
+ counterparty: {
884
+ channel_id: 'channel-2',
885
+ base_denom: 'esek',
886
+ chain_name: 'emoney'
887
+ },
888
+ chain: {
889
+ channel_id: 'channel-23'
890
+ }
891
+ }]
892
+ }, {
893
+ description: 'The native token of Osmosis',
894
+ denom_units: [{
895
+ denom: 'ibc/47BD209179859CDE4A2806763D7189B6E6FE13A17880FE2B42DE1E6C1E329E23',
896
+ exponent: 0,
897
+ aliases: ['uosmo']
898
+ }, {
899
+ denom: 'osmo',
900
+ exponent: 6
901
+ }],
902
+ base: 'ibc/47BD209179859CDE4A2806763D7189B6E6FE13A17880FE2B42DE1E6C1E329E23',
903
+ name: 'Osmosis',
904
+ display: 'osmo',
905
+ symbol: 'OSMO',
906
+ logo_URIs: {
907
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
908
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
909
+ },
910
+ coingecko_id: 'osmosis',
911
+ keywords: ['dex', 'staking'],
912
+ images: [{
913
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
914
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
915
+ }],
916
+ traces: [{
917
+ type: 'ibc',
918
+ counterparty: {
919
+ channel_id: 'channel-6',
920
+ base_denom: 'uosmo',
921
+ chain_name: 'osmosis'
922
+ },
923
+ chain: {
924
+ channel_id: 'channel-3'
925
+ }
926
+ }]
927
+ }, {
928
+ denom_units: [{
929
+ denom: 'ibc/6CDA7F7E4DDB86FD275A986E78F13DF2FC500E3FEC2149E2215061FA51BB8C5D',
930
+ exponent: 0,
931
+ aliases: ['uion']
932
+ }, {
933
+ denom: 'ion',
934
+ exponent: 6
935
+ }],
936
+ base: 'ibc/6CDA7F7E4DDB86FD275A986E78F13DF2FC500E3FEC2149E2215061FA51BB8C5D',
937
+ name: 'Ion DAO',
938
+ display: 'ion',
939
+ symbol: 'ION',
940
+ logo_URIs: {
941
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
942
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
943
+ },
944
+ coingecko_id: 'ion',
945
+ keywords: ['memecoin'],
946
+ images: [{
947
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
948
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
949
+ }],
950
+ traces: [{
951
+ type: 'ibc',
952
+ counterparty: {
953
+ channel_id: 'channel-6',
954
+ base_denom: 'uion',
955
+ chain_name: 'osmosis'
956
+ },
957
+ chain: {
958
+ channel_id: 'channel-3'
959
+ }
960
+ }]
961
+ }, {
962
+ denom_units: [{
963
+ denom: 'ibc/4B39EC56434C4D8FAD896E608BD3E915601CCBF77265C5645874A42A50EAA6E4',
964
+ exponent: 0,
965
+ aliases: ['factory/osmo14klwqgkmackvx2tqa0trtg69dmy0nrg4ntq4gjgw2za4734r5seqjqm4gm/uibcx']
966
+ }, {
967
+ denom: 'ibcx',
968
+ exponent: 6
969
+ }],
970
+ address: 'osmo14klwqgkmackvx2tqa0trtg69dmy0nrg4ntq4gjgw2za4734r5seqjqm4gm',
971
+ base: 'ibc/4B39EC56434C4D8FAD896E608BD3E915601CCBF77265C5645874A42A50EAA6E4',
972
+ name: 'IBC Index',
973
+ display: 'ibcx',
974
+ symbol: 'IBCX',
975
+ logo_URIs: {
976
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ibcx.svg'
977
+ },
978
+ coingecko_id: 'ibc-index',
979
+ images: [{
980
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ibcx.svg'
981
+ }],
982
+ traces: [{
983
+ type: 'ibc',
984
+ counterparty: {
985
+ channel_id: 'channel-6',
986
+ base_denom: 'factory/osmo14klwqgkmackvx2tqa0trtg69dmy0nrg4ntq4gjgw2za4734r5seqjqm4gm/uibcx',
987
+ chain_name: 'osmosis'
988
+ },
989
+ chain: {
990
+ channel_id: 'channel-3'
991
+ }
992
+ }]
993
+ }, {
994
+ denom_units: [{
995
+ denom: 'ibc/5C9F3AA2AB264730BCF28BF465A06793BB2B2843C1FB55E011D7E3849159D934',
996
+ exponent: 0,
997
+ aliases: ['factory/osmo1xqw2sl9zk8a6pch0csaw78n4swg5ws8t62wc5qta4gnjxfqg6v2qcs243k/stuibcx']
998
+ }, {
999
+ denom: 'stibcx',
1000
+ exponent: 6
1001
+ }],
1002
+ address: 'osmo1xqw2sl9zk8a6pch0csaw78n4swg5ws8t62wc5qta4gnjxfqg6v2qcs243k',
1003
+ base: 'ibc/5C9F3AA2AB264730BCF28BF465A06793BB2B2843C1FB55E011D7E3849159D934',
1004
+ name: 'Staked IBCX',
1005
+ display: 'stibcx',
1006
+ symbol: 'stIBCX',
1007
+ logo_URIs: {
1008
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/stibcx.png',
1009
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/stibcx.svg'
1010
+ },
1011
+ images: [{
1012
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/stibcx.png',
1013
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/stibcx.svg'
1014
+ }],
1015
+ traces: [{
1016
+ type: 'ibc',
1017
+ counterparty: {
1018
+ channel_id: 'channel-6',
1019
+ base_denom: 'factory/osmo1xqw2sl9zk8a6pch0csaw78n4swg5ws8t62wc5qta4gnjxfqg6v2qcs243k/stuibcx',
1020
+ chain_name: 'osmosis'
1021
+ },
1022
+ chain: {
1023
+ channel_id: 'channel-3'
1024
+ }
1025
+ }]
1026
+ }, {
1027
+ denom_units: [{
1028
+ denom: 'ibc/05554A9BFDD28894D7F18F4C707AA0930D778751A437A9FE1F4684A3E1199728',
1029
+ exponent: 0,
1030
+ aliases: ['ibc/D189335C6E4A68B513C10AB227BF1C1D38C746766278BA3EEB4FB14124F1D858']
1031
+ }, {
1032
+ denom: 'usdc',
1033
+ exponent: 6
1034
+ }],
1035
+ type_asset: 'ics20',
1036
+ base: 'ibc/05554A9BFDD28894D7F18F4C707AA0930D778751A437A9FE1F4684A3E1199728',
1037
+ name: 'Axelar USD Coin',
1038
+ display: 'usdc',
1039
+ symbol: 'USDC.axl',
1040
+ traces: [{
1041
+ type: 'ibc',
1042
+ counterparty: {
1043
+ channel_id: 'channel-6',
1044
+ base_denom: 'ibc/D189335C6E4A68B513C10AB227BF1C1D38C746766278BA3EEB4FB14124F1D858',
1045
+ chain_name: 'osmosis'
1046
+ },
1047
+ chain: {
1048
+ channel_id: 'channel-3'
1049
+ }
1050
+ }],
1051
+ images: [{
1052
+ image_sync: {
1053
+ chain_name: 'axelar',
1054
+ base_denom: 'uusdc'
1055
+ },
1056
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.png',
1057
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg'
1058
+ }],
1059
+ logo_URIs: {
1060
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.png',
1061
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg'
1062
+ }
1063
+ }, {
1064
+ denom_units: [{
1065
+ denom: 'ibc/772155EEF00BA870FBE1345909200160C789501A1898E7AD8A82D14F3100D411',
1066
+ exponent: 0,
1067
+ aliases: ['ibc/0B3C3D06228578334B66B57FBFBA4033216CEB8119B27ACDEE18D92DA5B28D43']
1068
+ }, {
1069
+ denom: 'avalanche-usdc',
1070
+ exponent: 6
1071
+ }],
1072
+ type_asset: 'ics20',
1073
+ base: 'ibc/772155EEF00BA870FBE1345909200160C789501A1898E7AD8A82D14F3100D411',
1074
+ name: 'Wormhole USDC(Avalanche)',
1075
+ display: 'avalanche-usdc',
1076
+ symbol: 'avalanche.USDC.wh',
1077
+ traces: [{
1078
+ type: 'ibc',
1079
+ counterparty: {
1080
+ channel_id: 'channel-6',
1081
+ base_denom: 'ibc/0B3C3D06228578334B66B57FBFBA4033216CEB8119B27ACDEE18D92DA5B28D43',
1082
+ chain_name: 'osmosis'
1083
+ },
1084
+ chain: {
1085
+ channel_id: 'channel-3'
1086
+ }
1087
+ }],
1088
+ images: [{
1089
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.hole.png',
1090
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.hole.svg'
1091
+ }],
1092
+ logo_URIs: {
1093
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.hole.png',
1094
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.hole.svg'
1095
+ }
1096
+ }, {
1097
+ denom_units: [{
1098
+ denom: 'ibc/247DEF7C0E022DC3FAF5EB13A38C616252B5B85651803E03710CCBD581673C87',
1099
+ exponent: 0,
1100
+ aliases: ['ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4']
1101
+ }, {
1102
+ denom: 'usdc',
1103
+ exponent: 6
1104
+ }],
1105
+ type_asset: 'ics20',
1106
+ base: 'ibc/247DEF7C0E022DC3FAF5EB13A38C616252B5B85651803E03710CCBD581673C87',
1107
+ name: 'Noble USD Coin',
1108
+ display: 'usdc',
1109
+ symbol: 'USDC',
1110
+ traces: [{
1111
+ type: 'ibc',
1112
+ counterparty: {
1113
+ channel_id: 'channel-6',
1114
+ base_denom: 'ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4',
1115
+ chain_name: 'osmosis'
1116
+ },
1117
+ chain: {
1118
+ channel_id: 'channel-3'
1119
+ }
1120
+ }],
1121
+ images: [{
1122
+ image_sync: {
1123
+ chain_name: 'noble',
1124
+ base_denom: 'uusdc'
1125
+ },
1126
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png',
1127
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg'
1128
+ }],
1129
+ logo_URIs: {
1130
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png',
1131
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg'
1132
+ }
1133
+ }, {
1134
+ denom_units: [{
1135
+ denom: 'ibc/712DD317E8DE4DDC5CBF8481BBE0DB1D48A16C8C28057D502A38F3671295C0AB',
1136
+ exponent: 0,
1137
+ aliases: ['ibc/D176154B0C63D1F9C6DCFB4F70349EBF2E2B5A87A05902F57A6AE92B863E9AEC']
1138
+ }, {
1139
+ denom: 'stosmo',
1140
+ exponent: 6
1141
+ }],
1142
+ type_asset: 'ics20',
1143
+ base: 'ibc/712DD317E8DE4DDC5CBF8481BBE0DB1D48A16C8C28057D502A38F3671295C0AB',
1144
+ name: 'stOSMO',
1145
+ display: 'stosmo',
1146
+ symbol: 'stOSMO',
1147
+ traces: [{
1148
+ type: 'ibc',
1149
+ counterparty: {
1150
+ channel_id: 'channel-6',
1151
+ base_denom: 'ibc/D176154B0C63D1F9C6DCFB4F70349EBF2E2B5A87A05902F57A6AE92B863E9AEC',
1152
+ chain_name: 'osmosis'
1153
+ },
1154
+ chain: {
1155
+ channel_id: 'channel-3'
1156
+ }
1157
+ }],
1158
+ images: [{
1159
+ image_sync: {
1160
+ chain_name: 'stride',
1161
+ base_denom: 'stuosmo'
1162
+ },
1163
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.png',
1164
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.svg'
1165
+ }],
1166
+ logo_URIs: {
1167
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.png',
1168
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.svg'
1169
+ }
1170
+ }, {
1171
+ denom_units: [{
1172
+ denom: 'ibc/F34DC2408B2EB193D2A82388AC5F9AC86282B14BBF623A8581BBE075654547CD',
1173
+ exponent: 0,
1174
+ aliases: ['ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2']
1175
+ }, {
1176
+ denom: 'atom',
1177
+ exponent: 6
1178
+ }],
1179
+ type_asset: 'ics20',
1180
+ base: 'ibc/F34DC2408B2EB193D2A82388AC5F9AC86282B14BBF623A8581BBE075654547CD',
1181
+ name: 'Cosmos Hub Atom',
1182
+ display: 'atom',
1183
+ symbol: 'ATOM',
1184
+ traces: [{
1185
+ type: 'ibc',
1186
+ counterparty: {
1187
+ channel_id: 'channel-6',
1188
+ base_denom: 'ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2',
1189
+ chain_name: 'osmosis'
1190
+ },
1191
+ chain: {
1192
+ channel_id: 'channel-3'
1193
+ }
1194
+ }],
1195
+ images: [{
1196
+ image_sync: {
1197
+ chain_name: 'cosmoshub',
1198
+ base_denom: 'uatom'
1199
+ },
1200
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
1201
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
1202
+ }],
1203
+ logo_URIs: {
1204
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
1205
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
1206
+ }
1207
+ }, {
1208
+ denom_units: [{
1209
+ denom: 'ibc/F535FE1A4EB96E3A6B45153B1187AC9B8BBEB2D230AEFBD196862BF421B92BAF',
1210
+ exponent: 0,
1211
+ aliases: ['ibc/C140AFD542AE77BD7DCC83F13FDD8C5E5BB8C4929785E6EC2F4C636F98F17901']
1212
+ }, {
1213
+ denom: 'statom',
1214
+ exponent: 6
1215
+ }],
1216
+ type_asset: 'ics20',
1217
+ base: 'ibc/F535FE1A4EB96E3A6B45153B1187AC9B8BBEB2D230AEFBD196862BF421B92BAF',
1218
+ name: 'stATOM',
1219
+ display: 'statom',
1220
+ symbol: 'stATOM',
1221
+ traces: [{
1222
+ type: 'ibc',
1223
+ counterparty: {
1224
+ channel_id: 'channel-6',
1225
+ base_denom: 'ibc/C140AFD542AE77BD7DCC83F13FDD8C5E5BB8C4929785E6EC2F4C636F98F17901',
1226
+ chain_name: 'osmosis'
1227
+ },
1228
+ chain: {
1229
+ channel_id: 'channel-3'
1230
+ }
1231
+ }],
1232
+ images: [{
1233
+ image_sync: {
1234
+ chain_name: 'stride',
1235
+ base_denom: 'stuatom'
1236
+ },
1237
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.png',
1238
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.svg'
1239
+ }],
1240
+ logo_URIs: {
1241
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.png',
1242
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.svg'
1243
+ }
1244
+ }, {
1245
+ denom_units: [{
1246
+ denom: 'ibc/F472078E60F4AA887DA65A6009E501882594AAA5721C3C13F54724E6B29F1718',
1247
+ exponent: 0,
1248
+ aliases: ['ibc/EA1D43981D5C9A1C4AAEA9C23BB1D4FA126BA9BC7020A25E0AE4AA841EA25DC5']
1249
+ }, {
1250
+ denom: 'weth',
1251
+ exponent: 18
1252
+ }],
1253
+ type_asset: 'ics20',
1254
+ base: 'ibc/F472078E60F4AA887DA65A6009E501882594AAA5721C3C13F54724E6B29F1718',
1255
+ name: 'Wrapped Ether',
1256
+ display: 'weth',
1257
+ symbol: 'ETH',
1258
+ traces: [{
1259
+ type: 'ibc',
1260
+ counterparty: {
1261
+ channel_id: 'channel-6',
1262
+ base_denom: 'ibc/EA1D43981D5C9A1C4AAEA9C23BB1D4FA126BA9BC7020A25E0AE4AA841EA25DC5',
1263
+ chain_name: 'osmosis'
1264
+ },
1265
+ chain: {
1266
+ channel_id: 'channel-3'
1267
+ }
1268
+ }],
1269
+ images: [{
1270
+ image_sync: {
1271
+ chain_name: 'axelar',
1272
+ base_denom: 'weth-wei'
1273
+ },
1274
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/weth.png'
1275
+ }],
1276
+ logo_URIs: {
1277
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/weth.png'
1278
+ }
1279
+ }, {
1280
+ denom_units: [{
1281
+ denom: 'ibc/C975A2A3ED94B56B93336A188D953C2C8895931BD96BE0DA4DB82F9B560B0EDF',
1282
+ exponent: 0,
1283
+ aliases: ['ibc/D1542AA8762DB13087D8364F3EA6509FD6F009A34F00426AF9E4F9FA85CBBF1F']
1284
+ }, {
1285
+ denom: 'wbtc',
1286
+ exponent: 8
1287
+ }],
1288
+ type_asset: 'ics20',
1289
+ base: 'ibc/C975A2A3ED94B56B93336A188D953C2C8895931BD96BE0DA4DB82F9B560B0EDF',
1290
+ name: 'Wrapped Bitcoin (Axelar)',
1291
+ display: 'wbtc',
1292
+ symbol: 'WBTC.axl',
1293
+ traces: [{
1294
+ type: 'ibc',
1295
+ counterparty: {
1296
+ channel_id: 'channel-6',
1297
+ base_denom: 'ibc/D1542AA8762DB13087D8364F3EA6509FD6F009A34F00426AF9E4F9FA85CBBF1F',
1298
+ chain_name: 'osmosis'
1299
+ },
1300
+ chain: {
1301
+ channel_id: 'channel-3'
1302
+ }
1303
+ }],
1304
+ images: [{
1305
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.svg',
1306
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.png'
1307
+ }, {
1308
+ image_sync: {
1309
+ chain_name: 'axelar',
1310
+ base_denom: 'wbtc-satoshi'
1311
+ },
1312
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/wbtc.png'
1313
+ }],
1314
+ logo_URIs: {
1315
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.svg',
1316
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.png'
1317
+ }
1318
+ }, {
1319
+ description: 'ERIS liquid staked OSMO',
1320
+ denom_units: [{
1321
+ denom: 'ibc/126F26B7B86115B6FC29F96E35FDFCD7606C9DC459909B69F8E5AA4D07E4C18C',
1322
+ exponent: 0,
1323
+ aliases: ['factory/osmo1dv8wz09tckslr2wy5z86r46dxvegylhpt97r9yd6qc3kyc6tv42qa89dr9/ampOSMO']
1324
+ }, {
1325
+ denom: 'ampOSMO',
1326
+ exponent: 6
1327
+ }],
1328
+ address: 'osmo1dv8wz09tckslr2wy5z86r46dxvegylhpt97r9yd6qc3kyc6tv42qa89dr9',
1329
+ base: 'ibc/126F26B7B86115B6FC29F96E35FDFCD7606C9DC459909B69F8E5AA4D07E4C18C',
1330
+ name: 'ERIS Amplified OSMO',
1331
+ display: 'ampOSMO',
1332
+ symbol: 'ampOSMO',
1333
+ logo_URIs: {
1334
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/amposmo.png'
1335
+ },
1336
+ images: [{
1337
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/amposmo.png'
1338
+ }],
1339
+ traces: [{
1340
+ type: 'ibc',
1341
+ counterparty: {
1342
+ channel_id: 'channel-6',
1343
+ base_denom: 'factory/osmo1dv8wz09tckslr2wy5z86r46dxvegylhpt97r9yd6qc3kyc6tv42qa89dr9/ampOSMO',
1344
+ chain_name: 'osmosis'
1345
+ },
1346
+ chain: {
1347
+ channel_id: 'channel-3'
1348
+ }
1349
+ }]
1350
+ }, {
1351
+ description: 'Tether USDT on Osmosis',
1352
+ denom_units: [{
1353
+ denom: 'ibc/B063BCBCD45084893C9889EBE472D666F7E6F56300897DCECDFD7EB88C3E8609',
1354
+ exponent: 0,
1355
+ aliases: ['ibc/4ABBEF4C8926DDDB320AE5188CFD63267ABBCEFC0583E4AE05D6E5AA2401DDAB']
1356
+ }, {
1357
+ denom: 'usdt',
1358
+ exponent: 6
1359
+ }],
1360
+ type_asset: 'ics20',
1361
+ base: 'ibc/B063BCBCD45084893C9889EBE472D666F7E6F56300897DCECDFD7EB88C3E8609',
1362
+ name: 'Tether USDT',
1363
+ display: 'usdt',
1364
+ symbol: 'USDT',
1365
+ traces: [{
1366
+ type: 'ibc',
1367
+ counterparty: {
1368
+ channel_id: 'channel-6',
1369
+ base_denom: 'ibc/4ABBEF4C8926DDDB320AE5188CFD63267ABBCEFC0583E4AE05D6E5AA2401DDAB',
1370
+ chain_name: 'osmosis'
1371
+ },
1372
+ chain: {
1373
+ channel_id: 'channel-3'
1374
+ }
1375
+ }],
1376
+ images: [{
1377
+ image_sync: {
1378
+ chain_name: 'kava',
1379
+ base_denom: 'erc20/tether/usdt'
1380
+ },
1381
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
1382
+ }],
1383
+ logo_URIs: {
1384
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
1385
+ }
1386
+ }, {
1387
+ description: "Membrane's CDP-style stablecoin called CDT",
1388
+ denom_units: [{
1389
+ denom: 'ibc/D909F180B345BB1E4FB098377F04C240DD4DB7BA17C2831547C02168686C6F9D',
1390
+ exponent: 0,
1391
+ aliases: ['factory/osmo1s794h9rxggytja3a4pmwul53u98k06zy2qtrdvjnfuxruh7s8yjs6cyxgd/ucdt']
1392
+ }, {
1393
+ denom: 'cdt',
1394
+ exponent: 6
1395
+ }],
1396
+ base: 'ibc/D909F180B345BB1E4FB098377F04C240DD4DB7BA17C2831547C02168686C6F9D',
1397
+ name: 'CDT Stablecoin',
1398
+ display: 'cdt',
1399
+ symbol: 'CDT',
1400
+ logo_URIs: {
1401
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/CDT.svg'
1402
+ },
1403
+ coingecko_id: 'collateralized-debt-token',
1404
+ images: [{
1405
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/CDT.svg'
1406
+ }],
1407
+ traces: [{
1408
+ type: 'ibc',
1409
+ counterparty: {
1410
+ channel_id: 'channel-6',
1411
+ base_denom: 'factory/osmo1s794h9rxggytja3a4pmwul53u98k06zy2qtrdvjnfuxruh7s8yjs6cyxgd/ucdt',
1412
+ chain_name: 'osmosis'
1413
+ },
1414
+ chain: {
1415
+ channel_id: 'channel-3'
1416
+ }
1417
+ }]
1418
+ }, {
1419
+ description: "Membrane's protocol token",
1420
+ denom_units: [{
1421
+ denom: 'ibc/A3372FC7EB2060C6EEDBD370AE0964B1049A4F9F23314910E07928D95F5045D1',
1422
+ exponent: 0,
1423
+ aliases: ['factory/osmo1s794h9rxggytja3a4pmwul53u98k06zy2qtrdvjnfuxruh7s8yjs6cyxgd/umbrn']
1424
+ }, {
1425
+ denom: 'mbrn',
1426
+ exponent: 6
1427
+ }],
1428
+ base: 'ibc/A3372FC7EB2060C6EEDBD370AE0964B1049A4F9F23314910E07928D95F5045D1',
1429
+ name: 'Membrane',
1430
+ display: 'mbrn',
1431
+ symbol: 'MBRN',
1432
+ logo_URIs: {
1433
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/MBRN.svg'
1434
+ },
1435
+ coingecko_id: 'membrane',
1436
+ images: [{
1437
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/MBRN.svg'
1438
+ }],
1439
+ traces: [{
1440
+ type: 'ibc',
1441
+ counterparty: {
1442
+ channel_id: 'channel-6',
1443
+ base_denom: 'factory/osmo1s794h9rxggytja3a4pmwul53u98k06zy2qtrdvjnfuxruh7s8yjs6cyxgd/umbrn',
1444
+ chain_name: 'osmosis'
1445
+ },
1446
+ chain: {
1447
+ channel_id: 'channel-3'
1448
+ }
1449
+ }]
1450
+ }, {
1451
+ description: 'TIA on Osmosis',
1452
+ denom_units: [{
1453
+ denom: 'ibc/AD4B55B4D96A75CA3A4608DF6C7E54CFCCE3335992E16BA7708D5522FE641323',
1454
+ exponent: 0,
1455
+ aliases: ['ibc/D79E7D83AB399BFFF93433E54FAA480C191248FC556924A2A8351AE2638B3877']
1456
+ }, {
1457
+ denom: 'tia',
1458
+ exponent: 6
1459
+ }],
1460
+ type_asset: 'ics20',
1461
+ base: 'ibc/AD4B55B4D96A75CA3A4608DF6C7E54CFCCE3335992E16BA7708D5522FE641323',
1462
+ name: 'Celestia TIA',
1463
+ display: 'tia',
1464
+ symbol: 'TIA',
1465
+ traces: [{
1466
+ type: 'ibc',
1467
+ counterparty: {
1468
+ channel_id: 'channel-6',
1469
+ base_denom: 'ibc/D79E7D83AB399BFFF93433E54FAA480C191248FC556924A2A8351AE2638B3877',
1470
+ chain_name: 'osmosis'
1471
+ },
1472
+ chain: {
1473
+ channel_id: 'channel-3'
1474
+ }
1475
+ }],
1476
+ images: [{
1477
+ image_sync: {
1478
+ chain_name: 'celestia',
1479
+ base_denom: 'utia'
1480
+ },
1481
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png',
1482
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg'
1483
+ }],
1484
+ logo_URIs: {
1485
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png',
1486
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg'
1487
+ }
1488
+ }, {
1489
+ description: 'Margined Power Token sqOSMO',
1490
+ denom_units: [{
1491
+ denom: 'ibc/5D98FB84A053607675006ED29A165F67B51FDFCEDDBEE1CFCB0F36BE5A78E44C',
1492
+ exponent: 0,
1493
+ aliases: ['factory/osmo1g8qypve6l95xmhgc0fddaecerffymsl7kn9muw/squosmo']
1494
+ }, {
1495
+ denom: 'sqosmo',
1496
+ exponent: 6
1497
+ }],
1498
+ base: 'ibc/5D98FB84A053607675006ED29A165F67B51FDFCEDDBEE1CFCB0F36BE5A78E44C',
1499
+ name: 'OSMO Squared',
1500
+ display: 'sqosmo',
1501
+ symbol: 'sqOSMO',
1502
+ logo_URIs: {
1503
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sqosmo.svg'
1504
+ },
1505
+ images: [{
1506
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sqosmo.svg'
1507
+ }],
1508
+ traces: [{
1509
+ type: 'ibc',
1510
+ counterparty: {
1511
+ channel_id: 'channel-6',
1512
+ base_denom: 'factory/osmo1g8qypve6l95xmhgc0fddaecerffymsl7kn9muw/squosmo',
1513
+ chain_name: 'osmosis'
1514
+ },
1515
+ chain: {
1516
+ channel_id: 'channel-3'
1517
+ }
1518
+ }]
1519
+ }, {
1520
+ description: 'NOIS on Osmosis',
1521
+ denom_units: [{
1522
+ denom: 'ibc/5760107AF0BBF34C0875F176110F97CFE2D6B4CA5175B2C1D6CC1B4C08E6778C',
1523
+ exponent: 0,
1524
+ aliases: ['ibc/6928AFA9EA721938FED13B051F9DBF1272B16393D20C49EA5E4901BB76D94A90']
1525
+ }, {
1526
+ denom: 'nois',
1527
+ exponent: 6
1528
+ }],
1529
+ type_asset: 'ics20',
1530
+ base: 'ibc/5760107AF0BBF34C0875F176110F97CFE2D6B4CA5175B2C1D6CC1B4C08E6778C',
1531
+ name: 'Nois NOIS',
1532
+ display: 'nois',
1533
+ symbol: 'NOIS',
1534
+ traces: [{
1535
+ type: 'ibc',
1536
+ counterparty: {
1537
+ channel_id: 'channel-6',
1538
+ base_denom: 'ibc/6928AFA9EA721938FED13B051F9DBF1272B16393D20C49EA5E4901BB76D94A90',
1539
+ chain_name: 'osmosis'
1540
+ },
1541
+ chain: {
1542
+ channel_id: 'channel-3'
1543
+ }
1544
+ }],
1545
+ images: [{
1546
+ image_sync: {
1547
+ chain_name: 'nois',
1548
+ base_denom: 'unois'
1549
+ },
1550
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.png',
1551
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.svg'
1552
+ }],
1553
+ logo_URIs: {
1554
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.png',
1555
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.svg'
1556
+ }
1557
+ }, {
1558
+ description: 'Margined Power Token sqBTC',
1559
+ denom_units: [{
1560
+ denom: 'ibc/A11C220A3AA505044D32DEB089A5FA00B96187CD7A1CBA57890FBFEF21AD302B',
1561
+ exponent: 0,
1562
+ aliases: ['factory/osmo1g8qypve6l95xmhgc0fddaecerffymsl7kn9muw/sqbtc']
1563
+ }, {
1564
+ denom: 'sqbtc',
1565
+ exponent: 6
1566
+ }],
1567
+ base: 'ibc/A11C220A3AA505044D32DEB089A5FA00B96187CD7A1CBA57890FBFEF21AD302B',
1568
+ name: 'BTC Squared',
1569
+ display: 'sqbtc',
1570
+ symbol: 'sqBTC',
1571
+ logo_URIs: {
1572
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sqbtc.svg'
1573
+ },
1574
+ images: [{
1575
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sqbtc.svg'
1576
+ }],
1577
+ traces: [{
1578
+ type: 'ibc',
1579
+ counterparty: {
1580
+ channel_id: 'channel-6',
1581
+ base_denom: 'factory/osmo1g8qypve6l95xmhgc0fddaecerffymsl7kn9muw/sqbtc',
1582
+ chain_name: 'osmosis'
1583
+ },
1584
+ chain: {
1585
+ channel_id: 'channel-3'
1586
+ }
1587
+ }]
1588
+ }, {
1589
+ description: 'Margined Power Token sqATOM',
1590
+ denom_units: [{
1591
+ denom: 'ibc/E35C7FCAF6616E74279A71715D24A54E46114EA11F96D5A1F916531A2142CA47',
1592
+ exponent: 0,
1593
+ aliases: ['factory/osmo1g8qypve6l95xmhgc0fddaecerffymsl7kn9muw/sqatom']
1594
+ }, {
1595
+ denom: 'sqatom',
1596
+ exponent: 6
1597
+ }],
1598
+ base: 'ibc/E35C7FCAF6616E74279A71715D24A54E46114EA11F96D5A1F916531A2142CA47',
1599
+ name: 'ATOM Squared',
1600
+ display: 'sqatom',
1601
+ symbol: 'sqATOM',
1602
+ logo_URIs: {
1603
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sqatom.svg'
1604
+ },
1605
+ images: [{
1606
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sqatom.svg'
1607
+ }],
1608
+ traces: [{
1609
+ type: 'ibc',
1610
+ counterparty: {
1611
+ channel_id: 'channel-6',
1612
+ base_denom: 'factory/osmo1g8qypve6l95xmhgc0fddaecerffymsl7kn9muw/sqatom',
1613
+ chain_name: 'osmosis'
1614
+ },
1615
+ chain: {
1616
+ channel_id: 'channel-3'
1617
+ }
1618
+ }]
1619
+ }, {
1620
+ description: 'CRO is the native token of the Crypto.org Chain, referred to as Native CRO.',
1621
+ denom_units: [{
1622
+ denom: 'ibc/71F5B573D4D0B07F28C01DEDF5BBF4019E2B8C7C198EAC4C3B13D88FE4348651',
1623
+ exponent: 0,
1624
+ aliases: ['ibc/E6931F78057F7CC5DA0FD6CEF82FF39373A6E0452BF1FD76910B93292CF356C1']
1625
+ }, {
1626
+ denom: 'cro',
1627
+ exponent: 8
1628
+ }],
1629
+ type_asset: 'ics20',
1630
+ base: 'ibc/71F5B573D4D0B07F28C01DEDF5BBF4019E2B8C7C198EAC4C3B13D88FE4348651',
1631
+ name: 'Cronos',
1632
+ display: 'cro',
1633
+ symbol: 'CRO',
1634
+ traces: [{
1635
+ type: 'ibc',
1636
+ counterparty: {
1637
+ channel_id: 'channel-6',
1638
+ base_denom: 'ibc/E6931F78057F7CC5DA0FD6CEF82FF39373A6E0452BF1FD76910B93292CF356C1',
1639
+ chain_name: 'osmosis'
1640
+ },
1641
+ chain: {
1642
+ channel_id: 'channel-3'
1643
+ }
1644
+ }],
1645
+ images: [{
1646
+ image_sync: {
1647
+ chain_name: 'cryptoorgchain',
1648
+ base_denom: 'basecro'
1649
+ },
1650
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro.svg'
1651
+ }],
1652
+ logo_URIs: {
1653
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro.svg'
1654
+ }
1655
+ }, {
1656
+ description: 'The native token of Stargaze',
1657
+ denom_units: [{
1658
+ denom: 'ibc/4472060867B1527ECE6456D82B463A536EAF4ABC57E0099FF5302F4C93D8C65E',
1659
+ exponent: 0,
1660
+ aliases: ['ibc/987C17B11ABC2B20019178ACE62929FE9840202CE79498E29FE8E5CB02B7C0A4']
1661
+ }, {
1662
+ denom: 'stars',
1663
+ exponent: 6
1664
+ }],
1665
+ type_asset: 'ics20',
1666
+ base: 'ibc/4472060867B1527ECE6456D82B463A536EAF4ABC57E0099FF5302F4C93D8C65E',
1667
+ name: 'Stargaze',
1668
+ display: 'stars',
1669
+ symbol: 'STARS',
1670
+ traces: [{
1671
+ type: 'ibc',
1672
+ counterparty: {
1673
+ channel_id: 'channel-6',
1674
+ base_denom: 'ibc/987C17B11ABC2B20019178ACE62929FE9840202CE79498E29FE8E5CB02B7C0A4',
1675
+ chain_name: 'osmosis'
1676
+ },
1677
+ chain: {
1678
+ channel_id: 'channel-3'
1679
+ }
1680
+ }],
1681
+ images: [{
1682
+ image_sync: {
1683
+ chain_name: 'stargaze',
1684
+ base_denom: 'ustars'
1685
+ },
1686
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
1687
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg'
1688
+ }],
1689
+ logo_URIs: {
1690
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
1691
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg'
1692
+ }
1693
+ }, {
1694
+ description: 'Maximize ETH yield through leveraged staking across Aave, Compound and Morpho and liquidity provision of ETH liquid staking tokens on Uniswap V3.',
1695
+ denom_units: [{
1696
+ denom: 'ibc/0BB23E756DD6BAC50257DA0BF943740B59C6F4AD6DA0C5D3FC137C713F46064B',
1697
+ exponent: 0,
1698
+ aliases: ['ibc/FBB3FEF80ED2344D821D4F95C31DBFD33E4E31D5324CAD94EF756E67B749F668']
1699
+ }, {
1700
+ denom: 'YieldETH',
1701
+ exponent: 18
1702
+ }],
1703
+ type_asset: 'ics20',
1704
+ base: 'ibc/0BB23E756DD6BAC50257DA0BF943740B59C6F4AD6DA0C5D3FC137C713F46064B',
1705
+ name: 'Real Yield Eth',
1706
+ display: 'YieldETH',
1707
+ symbol: 'YieldETH',
1708
+ traces: [{
1709
+ type: 'ibc',
1710
+ counterparty: {
1711
+ channel_id: 'channel-6',
1712
+ base_denom: 'ibc/FBB3FEF80ED2344D821D4F95C31DBFD33E4E31D5324CAD94EF756E67B749F668',
1713
+ chain_name: 'osmosis'
1714
+ },
1715
+ chain: {
1716
+ channel_id: 'channel-3'
1717
+ }
1718
+ }],
1719
+ images: [{
1720
+ image_sync: {
1721
+ chain_name: 'ethereum',
1722
+ base_denom: 'wei'
1723
+ },
1724
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
1725
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg'
1726
+ }],
1727
+ logo_URIs: {
1728
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
1729
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg'
1730
+ }
1731
+ }, {
1732
+ description: 'The native staking token of dYdX Protocol.',
1733
+ denom_units: [{
1734
+ denom: 'ibc/C642A7E1C5FC31980940CAEED21D7200DB7230CB3CDF18CC379F95A1D34C407B',
1735
+ exponent: 0,
1736
+ aliases: ['ibc/831F0B1BBB1D08A2B75311892876D71565478C532967545476DF4C2D7492E48C']
1737
+ }, {
1738
+ denom: 'dydx',
1739
+ exponent: 18
1740
+ }],
1741
+ type_asset: 'ics20',
1742
+ base: 'ibc/C642A7E1C5FC31980940CAEED21D7200DB7230CB3CDF18CC379F95A1D34C407B',
1743
+ name: 'dYdX',
1744
+ display: 'dydx',
1745
+ symbol: 'DYDX',
1746
+ traces: [{
1747
+ type: 'ibc',
1748
+ counterparty: {
1749
+ channel_id: 'channel-6',
1750
+ base_denom: 'ibc/831F0B1BBB1D08A2B75311892876D71565478C532967545476DF4C2D7492E48C',
1751
+ chain_name: 'osmosis'
1752
+ },
1753
+ chain: {
1754
+ channel_id: 'channel-3'
1755
+ }
1756
+ }],
1757
+ images: [{
1758
+ image_sync: {
1759
+ chain_name: 'dydx',
1760
+ base_denom: 'adydx'
1761
+ },
1762
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png',
1763
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg'
1764
+ }],
1765
+ logo_URIs: {
1766
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png',
1767
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg'
1768
+ }
1769
+ }, {
1770
+ description: 'The native token of Quasar',
1771
+ denom_units: [{
1772
+ denom: 'ibc/E86C369839AE658834D23C0894E1C9A3ED91E021D8E4E8548962B49D3915AC18',
1773
+ exponent: 0,
1774
+ aliases: ['ibc/1B708808D372E959CD4839C594960309283424C775F4A038AAEBE7F83A988477']
1775
+ }, {
1776
+ denom: 'qsr',
1777
+ exponent: 6
1778
+ }],
1779
+ type_asset: 'ics20',
1780
+ base: 'ibc/E86C369839AE658834D23C0894E1C9A3ED91E021D8E4E8548962B49D3915AC18',
1781
+ name: 'Quasar',
1782
+ display: 'qsr',
1783
+ symbol: 'QSR',
1784
+ traces: [{
1785
+ type: 'ibc',
1786
+ counterparty: {
1787
+ channel_id: 'channel-6',
1788
+ base_denom: 'ibc/1B708808D372E959CD4839C594960309283424C775F4A038AAEBE7F83A988477',
1789
+ chain_name: 'osmosis'
1790
+ },
1791
+ chain: {
1792
+ channel_id: 'channel-3'
1793
+ }
1794
+ }],
1795
+ images: [{
1796
+ image_sync: {
1797
+ chain_name: 'quasar',
1798
+ base_denom: 'uqsr'
1799
+ },
1800
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quasar/images/quasar.png'
1801
+ }],
1802
+ logo_URIs: {
1803
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quasar/images/quasar.png'
1804
+ }
1805
+ }, {
1806
+ description: 'Levana native token',
1807
+ denom_units: [{
1808
+ denom: 'ibc/B64A07C006C0F5E260A8AD50BD53568F1FD4A0D75B7A9F8765C81BEAFDA62053',
1809
+ exponent: 0,
1810
+ aliases: ['factory/osmo1mlng7pz4pnyxtpq0akfwall37czyk9lukaucsrn30ameplhhshtqdvfm5c/ulvn']
1811
+ }, {
1812
+ denom: 'lvn',
1813
+ exponent: 6
1814
+ }],
1815
+ base: 'ibc/B64A07C006C0F5E260A8AD50BD53568F1FD4A0D75B7A9F8765C81BEAFDA62053',
1816
+ name: 'Levana',
1817
+ display: 'lvn',
1818
+ symbol: 'LVN',
1819
+ logo_URIs: {
1820
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/levana.png',
1821
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/levana.svg'
1822
+ },
1823
+ coingecko_id: 'levana-protocol',
1824
+ images: [{
1825
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/levana.png',
1826
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/levana.svg'
1827
+ }, {
1828
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/levana.png'
1829
+ }],
1830
+ traces: [{
1831
+ type: 'ibc',
1832
+ counterparty: {
1833
+ channel_id: 'channel-6',
1834
+ base_denom: 'factory/osmo1mlng7pz4pnyxtpq0akfwall37czyk9lukaucsrn30ameplhhshtqdvfm5c/ulvn',
1835
+ chain_name: 'osmosis'
1836
+ },
1837
+ chain: {
1838
+ channel_id: 'channel-3'
1839
+ }
1840
+ }]
1841
+ }, {
1842
+ description: "MilkyWay's liquid staked TIA",
1843
+ denom_units: [{
1844
+ denom: 'ibc/EA2F9730C3496ED83479D9238515311A9AFA60E3D24A3419BECDF2A2A8152F8C',
1845
+ exponent: 0,
1846
+ aliases: ['factory/osmo1f5vfcph2dvfeqcqkhetwv75fda69z7e5c2dldm3kvgj23crkv6wqcn47a0/umilkTIA']
1847
+ }, {
1848
+ denom: 'milkTIA',
1849
+ exponent: 6
1850
+ }],
1851
+ base: 'ibc/EA2F9730C3496ED83479D9238515311A9AFA60E3D24A3419BECDF2A2A8152F8C',
1852
+ name: 'milkTIA',
1853
+ display: 'milkTIA',
1854
+ symbol: 'milkTIA',
1855
+ traces: [{
1856
+ type: 'ibc',
1857
+ counterparty: {
1858
+ channel_id: 'channel-6',
1859
+ base_denom: 'factory/osmo1f5vfcph2dvfeqcqkhetwv75fda69z7e5c2dldm3kvgj23crkv6wqcn47a0/umilkTIA',
1860
+ chain_name: 'osmosis'
1861
+ },
1862
+ chain: {
1863
+ channel_id: 'channel-3'
1864
+ }
1865
+ }],
1866
+ logo_URIs: {
1867
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/milktia.png',
1868
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/milktia.svg'
1869
+ },
1870
+ coingecko_id: 'milkyway-staked-tia',
1871
+ images: [{
1872
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/milktia.png',
1873
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/milktia.svg'
1874
+ }]
1875
+ }, {
1876
+ denom_units: [{
1877
+ denom: 'ibc/FB7DD99F7B1485935E8D3ACBBE7DE45B578DC99B76418965037A3AC4A720BD2D',
1878
+ exponent: 0,
1879
+ aliases: ['ibc/ECBE78BF7677320A93E7BA1761D144BCBF0CBC247C290C049655E106FE5DC68E']
1880
+ }, {
1881
+ denom: 'stkosmo',
1882
+ exponent: 6,
1883
+ aliases: ['stk/osmo']
1884
+ }],
1885
+ type_asset: 'ics20',
1886
+ base: 'ibc/FB7DD99F7B1485935E8D3ACBBE7DE45B578DC99B76418965037A3AC4A720BD2D',
1887
+ name: 'PSTAKE staked OSMO',
1888
+ display: 'stkosmo',
1889
+ symbol: 'stkOSMO',
1890
+ traces: [{
1891
+ type: 'ibc',
1892
+ counterparty: {
1893
+ channel_id: 'channel-6',
1894
+ base_denom: 'ibc/ECBE78BF7677320A93E7BA1761D144BCBF0CBC247C290C049655E106FE5DC68E',
1895
+ chain_name: 'osmosis'
1896
+ },
1897
+ chain: {
1898
+ channel_id: 'channel-3'
1899
+ }
1900
+ }],
1901
+ images: [{
1902
+ image_sync: {
1903
+ chain_name: 'persistence',
1904
+ base_denom: 'stk/uosmo'
1905
+ },
1906
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkosmo.png',
1907
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkosmo.svg'
1908
+ }],
1909
+ logo_URIs: {
1910
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkosmo.png',
1911
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkosmo.svg'
1912
+ }
1913
+ }, {
1914
+ description: 'The PAGE token is used for actions in the PageDAO NFT literary ecosystem and for DAO governance.',
1915
+ denom_units: [{
1916
+ denom: 'ibc/D7A760BA2CF5A8921F7635F24AD711AF0F13BF23861396085D3388A6BD13D453',
1917
+ exponent: 0,
1918
+ aliases: ['ibc/23A62409E4AD8133116C249B1FA38EED30E500A115D7B153109462CD82C1CD99']
1919
+ }, {
1920
+ denom: 'page',
1921
+ exponent: 8
1922
+ }],
1923
+ type_asset: 'ics20',
1924
+ base: 'ibc/D7A760BA2CF5A8921F7635F24AD711AF0F13BF23861396085D3388A6BD13D453',
1925
+ name: 'PageDAO',
1926
+ display: 'page',
1927
+ symbol: 'PAGE.grv',
1928
+ traces: [{
1929
+ type: 'ibc',
1930
+ counterparty: {
1931
+ channel_id: 'channel-6',
1932
+ base_denom: 'ibc/23A62409E4AD8133116C249B1FA38EED30E500A115D7B153109462CD82C1CD99',
1933
+ chain_name: 'osmosis'
1934
+ },
1935
+ chain: {
1936
+ channel_id: 'channel-3'
1937
+ }
1938
+ }],
1939
+ images: [{
1940
+ image_sync: {
1941
+ chain_name: 'gravitybridge',
1942
+ base_denom: 'gravity0x60e683C6514Edd5F758A55b6f393BeBBAfaA8d5e'
1943
+ },
1944
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/page.png',
1945
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/page.svg'
1946
+ }],
1947
+ logo_URIs: {
1948
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/page.png',
1949
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/page.svg'
1950
+ }
1951
+ }, {
1952
+ description: "Nomic's native token.",
1953
+ denom_units: [{
1954
+ denom: 'ibc/C4DD2EA6C8EF05200B421AE1A7F32456E7DAA4CCCAAB46E15DA7708FA4FAD86B',
1955
+ exponent: 0,
1956
+ aliases: ['ibc/F49DFB3BC8105C57EE7F17EC2402438825B31212CFDD81681EB87911E934F32C']
1957
+ }, {
1958
+ denom: 'nom',
1959
+ exponent: 6
1960
+ }],
1961
+ type_asset: 'ics20',
1962
+ base: 'ibc/C4DD2EA6C8EF05200B421AE1A7F32456E7DAA4CCCAAB46E15DA7708FA4FAD86B',
1963
+ name: 'Nomic',
1964
+ display: 'nomic',
1965
+ symbol: 'NOM',
1966
+ traces: [{
1967
+ type: 'ibc',
1968
+ counterparty: {
1969
+ channel_id: 'channel-6',
1970
+ base_denom: 'ibc/F49DFB3BC8105C57EE7F17EC2402438825B31212CFDD81681EB87911E934F32C',
1971
+ chain_name: 'osmosis'
1972
+ },
1973
+ chain: {
1974
+ channel_id: 'channel-3'
1975
+ }
1976
+ }],
1977
+ images: [{
1978
+ image_sync: {
1979
+ chain_name: 'nomic',
1980
+ base_denom: 'unom'
1981
+ },
1982
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nom.png',
1983
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nom.svg'
1984
+ }],
1985
+ logo_URIs: {
1986
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nom.png',
1987
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nom.svg'
1988
+ }
1989
+ }, {
1990
+ description: 'Bitcoin. On Cosmos.',
1991
+ denom_units: [{
1992
+ denom: 'ibc/3332C190D8842AF453D1B4C8DB04AA8D4303E1203F58D4EFE3554F7BF495A3DE',
1993
+ exponent: 0,
1994
+ aliases: ['ibc/75345531D87BD90BF108BE7240BD721CB2CB0A1F16D4EBA71B09EC3C43E15C8F']
1995
+ }, {
1996
+ denom: 'nbtc',
1997
+ exponent: 14
1998
+ }],
1999
+ type_asset: 'ics20',
2000
+ base: 'ibc/3332C190D8842AF453D1B4C8DB04AA8D4303E1203F58D4EFE3554F7BF495A3DE',
2001
+ name: 'Nomic Bitcoin',
2002
+ display: 'nbtc',
2003
+ symbol: 'nBTC',
2004
+ traces: [{
2005
+ type: 'ibc',
2006
+ counterparty: {
2007
+ channel_id: 'channel-6',
2008
+ base_denom: 'ibc/75345531D87BD90BF108BE7240BD721CB2CB0A1F16D4EBA71B09EC3C43E15C8F',
2009
+ chain_name: 'osmosis'
2010
+ },
2011
+ chain: {
2012
+ channel_id: 'channel-3'
2013
+ }
2014
+ }],
2015
+ images: [{
2016
+ image_sync: {
2017
+ chain_name: 'nomic',
2018
+ base_denom: 'usat'
2019
+ },
2020
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nbtc.png',
2021
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nbtc.svg'
2022
+ }],
2023
+ logo_URIs: {
2024
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nbtc.png',
2025
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nbtc.svg'
2026
+ }
2027
+ }, {
2028
+ description: 'AUTISM on Osmosis',
2029
+ denom_units: [{
2030
+ denom: 'ibc/C84F9A2953156F52C0EA85CCFEB01757CABC09442C29721F7FE1C9A5C1A33FDC',
2031
+ exponent: 0,
2032
+ aliases: ['ibc/9DDF52A334F92BC57A9E0D59DFF9984EAC61D2A14E5162605DF601AA58FDFC6D']
2033
+ }, {
2034
+ denom: 'autism',
2035
+ exponent: 6
2036
+ }],
2037
+ type_asset: 'ics20',
2038
+ base: 'ibc/C84F9A2953156F52C0EA85CCFEB01757CABC09442C29721F7FE1C9A5C1A33FDC',
2039
+ name: 'Injective AUTISM',
2040
+ display: 'autism',
2041
+ symbol: 'AUTISM',
2042
+ traces: [{
2043
+ type: 'ibc',
2044
+ counterparty: {
2045
+ channel_id: 'channel-6',
2046
+ base_denom: 'ibc/9DDF52A334F92BC57A9E0D59DFF9984EAC61D2A14E5162605DF601AA58FDFC6D',
2047
+ chain_name: 'osmosis'
2048
+ },
2049
+ chain: {
2050
+ channel_id: 'channel-3'
2051
+ }
2052
+ }],
2053
+ images: [{
2054
+ image_sync: {
2055
+ chain_name: 'injective',
2056
+ base_denom: 'factory/inj14lf8xm6fcvlggpa7guxzjqwjmtr24gnvf56hvz/autism'
2057
+ },
2058
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/autism.png'
2059
+ }],
2060
+ logo_URIs: {
2061
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/autism.png'
2062
+ }
2063
+ }, {
2064
+ description: 'Woof on Osmosis',
2065
+ denom_units: [{
2066
+ denom: 'ibc/4763350DAF397EDB2B5EF7439ED604A0D2F2FF34CE4B743A22ACF75C70F54535',
2067
+ exponent: 0,
2068
+ aliases: ['ibc/9B8EC667B6DF55387DC0F3ACC4F187DA6921B0806ED35DE6B04DE96F5AB81F53']
2069
+ }, {
2070
+ denom: 'WOOF',
2071
+ exponent: 6
2072
+ }],
2073
+ type_asset: 'ics20',
2074
+ base: 'ibc/4763350DAF397EDB2B5EF7439ED604A0D2F2FF34CE4B743A22ACF75C70F54535',
2075
+ name: 'WOOF chihuahua',
2076
+ display: 'WOOF',
2077
+ symbol: 'WOOF',
2078
+ traces: [{
2079
+ type: 'ibc',
2080
+ counterparty: {
2081
+ channel_id: 'channel-6',
2082
+ base_denom: 'ibc/9B8EC667B6DF55387DC0F3ACC4F187DA6921B0806ED35DE6B04DE96F5AB81F53',
2083
+ chain_name: 'osmosis'
2084
+ },
2085
+ chain: {
2086
+ channel_id: 'channel-3'
2087
+ }
2088
+ }],
2089
+ logo_URIs: {
2090
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/woof.png'
2091
+ },
2092
+ images: [{
2093
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/woof.png'
2094
+ }]
2095
+ }, {
2096
+ description: 'The native coin of Sneaky Productions.',
2097
+ denom_units: [{
2098
+ denom: 'ibc/E12D9224966C3381B8DA896BE426D774830C82F730721B1CE804C4E03EA13054',
2099
+ exponent: 0,
2100
+ aliases: ['ibc/94ED1F172BC633DFC56D7E26551D8B101ADCCC69052AC44FED89F97FF658138F']
2101
+ }, {
2102
+ denom: 'sneaky',
2103
+ exponent: 6
2104
+ }],
2105
+ type_asset: 'ics20',
2106
+ base: 'ibc/E12D9224966C3381B8DA896BE426D774830C82F730721B1CE804C4E03EA13054',
2107
+ name: 'Sneaky Productions',
2108
+ display: 'sneaky',
2109
+ symbol: 'SNEAKY',
2110
+ traces: [{
2111
+ type: 'ibc',
2112
+ counterparty: {
2113
+ channel_id: 'channel-6',
2114
+ base_denom: 'ibc/94ED1F172BC633DFC56D7E26551D8B101ADCCC69052AC44FED89F97FF658138F',
2115
+ chain_name: 'osmosis'
2116
+ },
2117
+ chain: {
2118
+ channel_id: 'channel-3'
2119
+ }
2120
+ }],
2121
+ logo_URIs: {
2122
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/sneaky.png'
2123
+ },
2124
+ images: [{
2125
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/sneaky.png'
2126
+ }]
2127
+ }, {
2128
+ denom_units: [{
2129
+ denom: 'ibc/AF4CF77A64B784DE1C40471BBB366722DBE7FFEB8C42C71D2B7FB447BA193549',
2130
+ exponent: 0,
2131
+ aliases: ['factory/osmo1z0qrq605sjgcqpylfl4aa6s90x738j7m58wyatt0tdzflg2ha26q67k743/wbtc']
2132
+ }, {
2133
+ denom: 'wbtc',
2134
+ exponent: 8
2135
+ }],
2136
+ address: 'osmo1z0qrq605sjgcqpylfl4aa6s90x738j7m58wyatt0tdzflg2ha26q67k743',
2137
+ type_asset: 'sdk.coin',
2138
+ base: 'ibc/AF4CF77A64B784DE1C40471BBB366722DBE7FFEB8C42C71D2B7FB447BA193549',
2139
+ name: 'Wrapped Bitcoin',
2140
+ display: 'wbtc',
2141
+ symbol: 'WBTC',
2142
+ traces: [{
2143
+ type: 'ibc',
2144
+ counterparty: {
2145
+ channel_id: 'channel-6',
2146
+ base_denom: 'factory/osmo1z0qrq605sjgcqpylfl4aa6s90x738j7m58wyatt0tdzflg2ha26q67k743/wbtc',
2147
+ chain_name: 'osmosis'
2148
+ },
2149
+ chain: {
2150
+ channel_id: 'channel-3'
2151
+ }
2152
+ }],
2153
+ images: [{
2154
+ image_sync: {
2155
+ chain_name: 'ethereum',
2156
+ base_denom: '0x2260fac5e5542a773aa44fbcfedf7c193bc2c599'
2157
+ },
2158
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.png',
2159
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.svg'
2160
+ }],
2161
+ logo_URIs: {
2162
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.png',
2163
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.svg'
2164
+ }
2165
+ }, {
2166
+ 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.",
2167
+ denom_units: [{
2168
+ denom: 'ibc/BEEBCB44C03068B40BD4709196D5205ED2F78878611D41BC56DD223410AEF4AF',
2169
+ exponent: 0,
2170
+ aliases: ['factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO']
2171
+ }, {
2172
+ denom: 'WOSMO',
2173
+ exponent: 6
2174
+ }],
2175
+ address: 'osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3',
2176
+ base: 'ibc/BEEBCB44C03068B40BD4709196D5205ED2F78878611D41BC56DD223410AEF4AF',
2177
+ name: 'WOSMO',
2178
+ display: 'WOSMO',
2179
+ symbol: 'WOSMO',
2180
+ logo_URIs: {
2181
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/WOSMO.png'
2182
+ },
2183
+ images: [{
2184
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/WOSMO.png'
2185
+ }],
2186
+ traces: [{
2187
+ type: 'ibc',
2188
+ counterparty: {
2189
+ channel_id: 'channel-6',
2190
+ base_denom: 'factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO',
2191
+ chain_name: 'osmosis'
2192
+ },
2193
+ chain: {
2194
+ channel_id: 'channel-3'
2195
+ }
2196
+ }]
2197
+ }, {
2198
+ description: 'NLS on Osmosis',
2199
+ denom_units: [{
2200
+ denom: 'ibc/24565C7037FE0139C6897E20DE956761C2B148C0B0790DA9BF85C3E383C00F2A',
2201
+ exponent: 0,
2202
+ aliases: ['ibc/D9AFCECDD361D38302AA66EB3BAC23B95234832C51D12489DC451FA2B7C72782']
2203
+ }, {
2204
+ denom: 'nls',
2205
+ exponent: 6
2206
+ }],
2207
+ type_asset: 'ics20',
2208
+ base: 'ibc/24565C7037FE0139C6897E20DE956761C2B148C0B0790DA9BF85C3E383C00F2A',
2209
+ name: 'Nolus',
2210
+ display: 'nls',
2211
+ symbol: 'NLS',
2212
+ traces: [{
2213
+ type: 'ibc',
2214
+ counterparty: {
2215
+ channel_id: 'channel-6',
2216
+ base_denom: 'ibc/D9AFCECDD361D38302AA66EB3BAC23B95234832C51D12489DC451FA2B7C72782',
2217
+ chain_name: 'osmosis'
2218
+ },
2219
+ chain: {
2220
+ channel_id: 'channel-3'
2221
+ }
2222
+ }],
2223
+ images: [{
2224
+ image_sync: {
2225
+ chain_name: 'nolus',
2226
+ base_denom: 'unls'
2227
+ },
2228
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.png',
2229
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.svg'
2230
+ }],
2231
+ logo_URIs: {
2232
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.png',
2233
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.svg'
2234
+ }
2235
+ }, {
2236
+ description: 'STRD on Osmosis',
2237
+ denom_units: [{
2238
+ denom: 'ibc/34EBA74436A1E755DF99072B23265EA57B8422F7C6B89EDAC9E8DD6F21B490BB',
2239
+ exponent: 0,
2240
+ aliases: ['ibc/A8CA5EE328FA10C9519DF6057DA1F69682D28F7D0F5CCC7ECB72E3DCA2D157A4']
2241
+ }, {
2242
+ denom: 'strd',
2243
+ exponent: 6
2244
+ }],
2245
+ type_asset: 'ics20',
2246
+ base: 'ibc/34EBA74436A1E755DF99072B23265EA57B8422F7C6B89EDAC9E8DD6F21B490BB',
2247
+ name: 'Stride',
2248
+ display: 'strd',
2249
+ symbol: 'STRD',
2250
+ traces: [{
2251
+ type: 'ibc',
2252
+ counterparty: {
2253
+ channel_id: 'channel-6',
2254
+ base_denom: 'ibc/A8CA5EE328FA10C9519DF6057DA1F69682D28F7D0F5CCC7ECB72E3DCA2D157A4',
2255
+ chain_name: 'osmosis'
2256
+ },
2257
+ chain: {
2258
+ channel_id: 'channel-3'
2259
+ }
2260
+ }],
2261
+ images: [{
2262
+ image_sync: {
2263
+ chain_name: 'stride',
2264
+ base_denom: 'ustrd'
2265
+ },
2266
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.png',
2267
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg'
2268
+ }],
2269
+ logo_URIs: {
2270
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.png',
2271
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg'
2272
+ }
2273
+ }, {
2274
+ description: 'Margined Power Token sqTIA',
2275
+ denom_units: [{
2276
+ denom: 'ibc/E4583A41DD728B66583FEC88608A11CCCF0BEFFE7213DA0D47A770AE80908B98',
2277
+ exponent: 0,
2278
+ aliases: ['factory/osmo1g8qypve6l95xmhgc0fddaecerffymsl7kn9muw/sqtia']
2279
+ }, {
2280
+ denom: 'sqtia',
2281
+ exponent: 6
2282
+ }],
2283
+ base: 'ibc/E4583A41DD728B66583FEC88608A11CCCF0BEFFE7213DA0D47A770AE80908B98',
2284
+ name: 'TIA Squared',
2285
+ display: 'sqtia',
2286
+ symbol: 'sqTIA',
2287
+ logo_URIs: {
2288
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sqtia.svg'
2289
+ },
2290
+ images: [{
2291
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sqtia.svg'
2292
+ }],
2293
+ traces: [{
2294
+ type: 'ibc',
2295
+ counterparty: {
2296
+ channel_id: 'channel-6',
2297
+ base_denom: 'factory/osmo1g8qypve6l95xmhgc0fddaecerffymsl7kn9muw/sqtia',
2298
+ chain_name: 'osmosis'
2299
+ },
2300
+ chain: {
2301
+ channel_id: 'channel-3'
2302
+ }
2303
+ }]
2304
+ }, {
2305
+ description: 'Sail DAO Token',
2306
+ denom_units: [{
2307
+ denom: 'ibc/8AB88C0D359840C50442995B8053323F94BAC6AF040E12F7F2517EDD5475A909',
2308
+ exponent: 0,
2309
+ aliases: ['factory/osmo1rckme96ptawr4zwexxj5g5gej9s2dmud8r2t9j0k0prn5mch5g4snzzwjv/sail']
2310
+ }, {
2311
+ denom: 'sail',
2312
+ exponent: 6
2313
+ }],
2314
+ base: 'ibc/8AB88C0D359840C50442995B8053323F94BAC6AF040E12F7F2517EDD5475A909',
2315
+ name: 'Sail',
2316
+ display: 'sail',
2317
+ symbol: 'SAIL',
2318
+ logo_URIs: {
2319
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sail.png'
2320
+ },
2321
+ images: [{
2322
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sail.png'
2323
+ }],
2324
+ traces: [{
2325
+ type: 'ibc',
2326
+ counterparty: {
2327
+ channel_id: 'channel-6',
2328
+ base_denom: 'factory/osmo1rckme96ptawr4zwexxj5g5gej9s2dmud8r2t9j0k0prn5mch5g4snzzwjv/sail',
2329
+ chain_name: 'osmosis'
2330
+ },
2331
+ chain: {
2332
+ channel_id: 'channel-3'
2333
+ }
2334
+ }]
2335
+ }, {
2336
+ description: 'The XPRT token is primarily a governance token for the Persistence chain.',
2337
+ denom_units: [{
2338
+ denom: 'ibc/2915CCA550DA6840CB2D4F5BC95A067A7924A767B2EBEB3227DD66124AA8A626',
2339
+ exponent: 0,
2340
+ aliases: ['uxprt']
2341
+ }, {
2342
+ denom: 'xprt',
2343
+ exponent: 6
2344
+ }],
2345
+ base: 'ibc/2915CCA550DA6840CB2D4F5BC95A067A7924A767B2EBEB3227DD66124AA8A626',
2346
+ name: 'Persistence',
2347
+ display: 'xprt',
2348
+ symbol: 'XPRT',
2349
+ logo_URIs: {
2350
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
2351
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg'
2352
+ },
2353
+ coingecko_id: 'persistence',
2354
+ images: [{
2355
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
2356
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg'
2357
+ }],
2358
+ traces: [{
2359
+ type: 'ibc',
2360
+ counterparty: {
2361
+ channel_id: 'channel-19',
2362
+ base_denom: 'uxprt',
2363
+ chain_name: 'persistence'
2364
+ },
2365
+ chain: {
2366
+ channel_id: 'channel-15'
2367
+ }
2368
+ }]
2369
+ }, {
2370
+ description: 'PSTAKE Liquid-Staked ATOM',
2371
+ denom_units: [{
2372
+ denom: 'ibc/BF3890F46503C1DCAF549855CDA5D185B095BFB6ABBCE4FB079F1FD0C7FA30F1',
2373
+ exponent: 0,
2374
+ aliases: ['stk/uatom']
2375
+ }, {
2376
+ denom: 'stkatom',
2377
+ exponent: 6,
2378
+ aliases: ['stk/atom']
2379
+ }],
2380
+ base: 'ibc/BF3890F46503C1DCAF549855CDA5D185B095BFB6ABBCE4FB079F1FD0C7FA30F1',
2381
+ name: 'PSTAKE staked ATOM',
2382
+ display: 'stkatom',
2383
+ symbol: 'stkATOM',
2384
+ logo_URIs: {
2385
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.png',
2386
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.svg'
2387
+ },
2388
+ coingecko_id: 'stkatom',
2389
+ images: [{
2390
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.png',
2391
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.svg'
2392
+ }],
2393
+ traces: [{
2394
+ type: 'ibc',
2395
+ counterparty: {
2396
+ channel_id: 'channel-19',
2397
+ base_denom: 'stk/uatom',
2398
+ chain_name: 'persistence'
2399
+ },
2400
+ chain: {
2401
+ channel_id: 'channel-15'
2402
+ }
2403
+ }]
2404
+ }, {
2405
+ description: 'pSTAKE is a liquid staking protocol unlocking the liquidity of staked assets.',
2406
+ denom_units: [{
2407
+ denom: 'ibc/28FD914945B402E6471DD4E31DD8EDFB42B3810DA367967F4E941E85D0AD53DE',
2408
+ exponent: 0,
2409
+ aliases: ['ibc/A6E3AF63B3C906416A9AF7A556C59EA4BD50E617EFFE6299B99700CCB780E444']
2410
+ }, {
2411
+ denom: 'pstake',
2412
+ exponent: 18
2413
+ }],
2414
+ type_asset: 'ics20',
2415
+ base: 'ibc/28FD914945B402E6471DD4E31DD8EDFB42B3810DA367967F4E941E85D0AD53DE',
2416
+ name: 'pSTAKE Finance',
2417
+ display: 'pstake',
2418
+ symbol: 'PSTAKE',
2419
+ traces: [{
2420
+ type: 'ibc',
2421
+ counterparty: {
2422
+ channel_id: 'channel-19',
2423
+ base_denom: 'ibc/A6E3AF63B3C906416A9AF7A556C59EA4BD50E617EFFE6299B99700CCB780E444',
2424
+ chain_name: 'persistence'
2425
+ },
2426
+ chain: {
2427
+ channel_id: 'channel-15'
2428
+ }
2429
+ }],
2430
+ logo_URIs: {
2431
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/pstake.png',
2432
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/pstake.svg'
2433
+ },
2434
+ keywords: ['canon'],
2435
+ images: [{
2436
+ image_sync: {
2437
+ chain_name: 'ethereum',
2438
+ base_denom: '0xfB5c6815cA3AC72Ce9F5006869AE67f18bF77006'
2439
+ },
2440
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/pstake.png',
2441
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/pstake.svg'
2442
+ }]
2443
+ }, {
2444
+ denom_units: [{
2445
+ denom: 'ibc/CFB269C186D9A4B7D99AF9D41681983EAC9CD566AAA8515634C2C2C8F9787D60',
2446
+ exponent: 0,
2447
+ aliases: ['ibc/C8A74ABBE2AF892E15680D916A7C22130585CE5704F9B17A10F184A90D53BECA']
2448
+ }, {
2449
+ denom: 'atom',
2450
+ exponent: 6
2451
+ }],
2452
+ type_asset: 'ics20',
2453
+ base: 'ibc/CFB269C186D9A4B7D99AF9D41681983EAC9CD566AAA8515634C2C2C8F9787D60',
2454
+ name: 'Cosmos Hub Atom',
2455
+ display: 'atom',
2456
+ symbol: 'ATOM',
2457
+ traces: [{
2458
+ type: 'ibc',
2459
+ counterparty: {
2460
+ channel_id: 'channel-19',
2461
+ base_denom: 'ibc/C8A74ABBE2AF892E15680D916A7C22130585CE5704F9B17A10F184A90D53BECA',
2462
+ chain_name: 'persistence'
2463
+ },
2464
+ chain: {
2465
+ channel_id: 'channel-15'
2466
+ }
2467
+ }],
2468
+ images: [{
2469
+ image_sync: {
2470
+ chain_name: 'cosmoshub',
2471
+ base_denom: 'uatom'
2472
+ },
2473
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
2474
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
2475
+ }],
2476
+ logo_URIs: {
2477
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
2478
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
2479
+ }
2480
+ }, {
2481
+ description: 'Tether USDT on Persistence',
2482
+ denom_units: [{
2483
+ denom: 'ibc/BEB9BA2E3DEFEB391684802A79D5787CB1F9E9C63099D4228B585435C6BE5C20',
2484
+ exponent: 0,
2485
+ aliases: ['ibc/C559977F5797BDC1D74C0836A10C379C991D664166CB60D776A83029852431B4']
2486
+ }, {
2487
+ denom: 'usdt',
2488
+ exponent: 6
2489
+ }],
2490
+ type_asset: 'ics20',
2491
+ base: 'ibc/BEB9BA2E3DEFEB391684802A79D5787CB1F9E9C63099D4228B585435C6BE5C20',
2492
+ name: 'Tether USDT',
2493
+ display: 'usdt',
2494
+ symbol: 'USDT',
2495
+ traces: [{
2496
+ type: 'ibc',
2497
+ counterparty: {
2498
+ channel_id: 'channel-19',
2499
+ base_denom: 'ibc/C559977F5797BDC1D74C0836A10C379C991D664166CB60D776A83029852431B4',
2500
+ chain_name: 'persistence'
2501
+ },
2502
+ chain: {
2503
+ channel_id: 'channel-15'
2504
+ }
2505
+ }],
2506
+ images: [{
2507
+ image_sync: {
2508
+ chain_name: 'kava',
2509
+ base_denom: 'erc20/tether/usdt'
2510
+ },
2511
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
2512
+ }],
2513
+ logo_URIs: {
2514
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
2515
+ }
2516
+ }, {
2517
+ denom_units: [{
2518
+ denom: 'ibc/DAF47D64874671B40C6A48DBF5AD65AF356A275E5DA01843EE88A4856658AE79',
2519
+ exponent: 0,
2520
+ aliases: ['ibc/B3792E4A62DF4A934EF2DF5968556DB56F5776ED25BDE11188A4F58A7DD406F0']
2521
+ }, {
2522
+ denom: 'usdc',
2523
+ exponent: 6
2524
+ }],
2525
+ type_asset: 'ics20',
2526
+ base: 'ibc/DAF47D64874671B40C6A48DBF5AD65AF356A275E5DA01843EE88A4856658AE79',
2527
+ name: 'Noble USD Coin',
2528
+ display: 'usdc',
2529
+ symbol: 'USDC',
2530
+ traces: [{
2531
+ type: 'ibc',
2532
+ counterparty: {
2533
+ channel_id: 'channel-19',
2534
+ base_denom: 'ibc/B3792E4A62DF4A934EF2DF5968556DB56F5776ED25BDE11188A4F58A7DD406F0',
2535
+ chain_name: 'persistence'
2536
+ },
2537
+ chain: {
2538
+ channel_id: 'channel-15'
2539
+ }
2540
+ }],
2541
+ images: [{
2542
+ image_sync: {
2543
+ chain_name: 'noble',
2544
+ base_denom: 'uusdc'
2545
+ },
2546
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png',
2547
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg'
2548
+ }],
2549
+ logo_URIs: {
2550
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png',
2551
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg'
2552
+ }
2553
+ }, {
2554
+ description: 'dydx staking token',
2555
+ denom_units: [{
2556
+ denom: 'ibc/3A9073FFEBABA6F17DEABD341F7C602D3DB948142B2B8011608EC3C0EF2FED4B',
2557
+ exponent: 0,
2558
+ aliases: ['ibc/23DC3FF0E4CBB53A1915E4C62507CB7796956E84C68CA49707787CB8BDE90A1E']
2559
+ }, {
2560
+ denom: 'dydx',
2561
+ exponent: 18
2562
+ }],
2563
+ type_asset: 'ics20',
2564
+ base: 'ibc/3A9073FFEBABA6F17DEABD341F7C602D3DB948142B2B8011608EC3C0EF2FED4B',
2565
+ name: 'dYdX',
2566
+ display: 'dydx',
2567
+ symbol: 'DYDX',
2568
+ traces: [{
2569
+ type: 'ibc',
2570
+ counterparty: {
2571
+ channel_id: 'channel-19',
2572
+ base_denom: 'ibc/23DC3FF0E4CBB53A1915E4C62507CB7796956E84C68CA49707787CB8BDE90A1E',
2573
+ chain_name: 'persistence'
2574
+ },
2575
+ chain: {
2576
+ channel_id: 'channel-15'
2577
+ }
2578
+ }],
2579
+ images: [{
2580
+ image_sync: {
2581
+ chain_name: 'dydx',
2582
+ base_denom: 'adydx'
2583
+ },
2584
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png',
2585
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg'
2586
+ }],
2587
+ logo_URIs: {
2588
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png',
2589
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg'
2590
+ }
2591
+ }, {
2592
+ description: 'PSTAKE Liquid-Staked OSMO',
2593
+ denom_units: [{
2594
+ denom: 'ibc/3D335DCD4AF59A4750C589C041318B0692C8CD690067CB930FC47A64209EA3A0',
2595
+ exponent: 0,
2596
+ aliases: ['stk/uosmo']
2597
+ }, {
2598
+ denom: 'stkosmo',
2599
+ exponent: 6,
2600
+ aliases: ['stk/osmo']
2601
+ }],
2602
+ base: 'ibc/3D335DCD4AF59A4750C589C041318B0692C8CD690067CB930FC47A64209EA3A0',
2603
+ name: 'PSTAKE staked OSMO',
2604
+ display: 'stkosmo',
2605
+ symbol: 'stkOSMO',
2606
+ logo_URIs: {
2607
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkosmo.png',
2608
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkosmo.svg'
2609
+ },
2610
+ coingecko_id: 'pstake-staked-osmo',
2611
+ images: [{
2612
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkosmo.png',
2613
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkosmo.svg'
2614
+ }],
2615
+ traces: [{
2616
+ type: 'ibc',
2617
+ counterparty: {
2618
+ channel_id: 'channel-19',
2619
+ base_denom: 'stk/uosmo',
2620
+ chain_name: 'persistence'
2621
+ },
2622
+ chain: {
2623
+ channel_id: 'channel-15'
2624
+ }
2625
+ }]
2626
+ }, {
2627
+ description: 'REGEN coin is the token for the Regen Network Platform',
2628
+ denom_units: [{
2629
+ denom: 'ibc/2BCCECAE49E981163B887FECCAF38B952915D10BD56D5B55B525DF1ECE804764',
2630
+ exponent: 0,
2631
+ aliases: ['uregen']
2632
+ }, {
2633
+ denom: 'regen',
2634
+ exponent: 6
2635
+ }],
2636
+ base: 'ibc/2BCCECAE49E981163B887FECCAF38B952915D10BD56D5B55B525DF1ECE804764',
2637
+ name: 'Regen Network',
2638
+ display: 'regen',
2639
+ symbol: 'REGEN',
2640
+ logo_URIs: {
2641
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/regen.png',
2642
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/regen.svg'
2643
+ },
2644
+ coingecko_id: 'regen',
2645
+ images: [{
2646
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/regen.png',
2647
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/regen.svg'
2648
+ }],
2649
+ traces: [{
2650
+ type: 'ibc',
2651
+ counterparty: {
2652
+ channel_id: 'channel-9',
2653
+ base_denom: 'uregen',
2654
+ chain_name: 'regen'
2655
+ },
2656
+ chain: {
2657
+ channel_id: 'channel-16'
2658
+ }
2659
+ }]
2660
+ }, {
2661
+ 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.',
2662
+ denom_units: [{
2663
+ denom: 'ibc/E4D2C5B05889285580E321CEA1CBCB39AD89925B2ABED01FFFB341CEB83A9D25',
2664
+ exponent: 0,
2665
+ aliases: ['eco.uC.NCT']
2666
+ }, {
2667
+ denom: 'nct',
2668
+ exponent: 6
2669
+ }],
2670
+ base: 'ibc/E4D2C5B05889285580E321CEA1CBCB39AD89925B2ABED01FFFB341CEB83A9D25',
2671
+ name: 'Nature Carbon Ton',
2672
+ display: 'nct',
2673
+ symbol: 'NCT',
2674
+ logo_URIs: {
2675
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/nct.png',
2676
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/nct.svg'
2677
+ },
2678
+ coingecko_id: 'toucan-protocol-nature-carbon-tonne',
2679
+ images: [{
2680
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/nct.png',
2681
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/nct.svg'
2682
+ }],
2683
+ traces: [{
2684
+ type: 'ibc',
2685
+ counterparty: {
2686
+ channel_id: 'channel-9',
2687
+ base_denom: 'eco.uC.NCT',
2688
+ chain_name: 'regen'
2689
+ },
2690
+ chain: {
2691
+ channel_id: 'channel-16'
2692
+ }
2693
+ }]
2694
+ }, {
2695
+ description: 'DVPN is the native token of the Sentinel Hub.',
2696
+ denom_units: [{
2697
+ denom: 'ibc/1EC0D41FED64D7C9C0D87E059F478965BE3962841BA14EFBF8C5A75F4458143A',
2698
+ exponent: 0,
2699
+ aliases: ['udvpn']
2700
+ }, {
2701
+ denom: 'dvpn',
2702
+ exponent: 6
2703
+ }],
2704
+ base: 'ibc/1EC0D41FED64D7C9C0D87E059F478965BE3962841BA14EFBF8C5A75F4458143A',
2705
+ name: 'Sentinel',
2706
+ display: 'dvpn',
2707
+ symbol: 'DVPN',
2708
+ logo_URIs: {
2709
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.png',
2710
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.svg'
2711
+ },
2712
+ coingecko_id: 'sentinel',
2713
+ images: [{
2714
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.png',
2715
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.svg'
2716
+ }],
2717
+ traces: [{
2718
+ type: 'ibc',
2719
+ counterparty: {
2720
+ channel_id: 'channel-9',
2721
+ base_denom: 'udvpn',
2722
+ chain_name: 'sentinel'
2723
+ },
2724
+ chain: {
2725
+ channel_id: 'channel-17'
2726
+ }
2727
+ }]
2728
+ }, {
2729
+ description: "Rowan Token (ROWAN) is the Sifchain Network's native utility token, used as the primary means to govern, provide liquidity, secure the blockchain, incentivize participants, and provide a default mechanism to store and exchange value.",
2730
+ denom_units: [{
2731
+ denom: 'ibc/D722F048B816E0E36F20D9CF82CF3C4707DCE37F47583A6DA7829A69EF5175F4',
2732
+ exponent: 0,
2733
+ aliases: ['rowan']
2734
+ }, {
2735
+ denom: 'ROWAN',
2736
+ exponent: 18
2737
+ }],
2738
+ base: 'ibc/D722F048B816E0E36F20D9CF82CF3C4707DCE37F47583A6DA7829A69EF5175F4',
2739
+ name: 'Sifchain Rowan',
2740
+ display: 'ROWAN',
2741
+ symbol: 'ROWAN',
2742
+ logo_URIs: {
2743
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sifchain/images/rowan.png',
2744
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sifchain/images/rowan.svg'
2745
+ },
2746
+ coingecko_id: 'sifchain',
2747
+ images: [{
2748
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sifchain/images/rowan.png',
2749
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sifchain/images/rowan.svg'
2750
+ }],
2751
+ traces: [{
2752
+ type: 'ibc',
2753
+ counterparty: {
2754
+ channel_id: 'channel-8',
2755
+ base_denom: 'rowan',
2756
+ chain_name: 'sifchain'
2757
+ },
2758
+ chain: {
2759
+ channel_id: 'channel-19'
2760
+ }
2761
+ }]
2762
+ }, {
2763
+ description: 'The native staking and governance token of the StaFi Hub.',
2764
+ denom_units: [{
2765
+ denom: 'ibc/296AD3092A117E9CB9345612D51332CA1DBCBA1B854840A3DDFAF1CFC31D87B9',
2766
+ exponent: 0,
2767
+ aliases: ['ufis']
2768
+ }, {
2769
+ denom: 'fis',
2770
+ exponent: 6
2771
+ }],
2772
+ base: 'ibc/296AD3092A117E9CB9345612D51332CA1DBCBA1B854840A3DDFAF1CFC31D87B9',
2773
+ name: 'FIS',
2774
+ display: 'fis',
2775
+ symbol: 'FIS',
2776
+ logo_URIs: {
2777
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stafihub/images/fis.svg'
2778
+ },
2779
+ coingecko_id: 'stafi',
2780
+ images: [{
2781
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stafihub/images/fis.svg'
2782
+ }],
2783
+ traces: [{
2784
+ type: 'ibc',
2785
+ counterparty: {
2786
+ channel_id: 'channel-3',
2787
+ base_denom: 'ufis',
2788
+ chain_name: 'stafihub'
2789
+ },
2790
+ chain: {
2791
+ channel_id: 'channel-33'
2792
+ }
2793
+ }]
2794
+ }, {
2795
+ description: 'A liquid staking representation of staked ATOMs',
2796
+ denom_units: [{
2797
+ denom: 'ibc/3FEC726F9AC4039C74460FC90CCB545FABD1F946CF432F2E72C804EDB60CF59C',
2798
+ exponent: 0,
2799
+ aliases: ['uratom']
2800
+ }, {
2801
+ denom: 'ratom',
2802
+ exponent: 6
2803
+ }],
2804
+ base: 'ibc/3FEC726F9AC4039C74460FC90CCB545FABD1F946CF432F2E72C804EDB60CF59C',
2805
+ name: 'rATOM',
2806
+ display: 'ratom',
2807
+ symbol: 'rATOM',
2808
+ traces: [{
2809
+ type: 'ibc',
2810
+ counterparty: {
2811
+ channel_id: 'channel-3',
2812
+ base_denom: 'uratom',
2813
+ chain_name: 'stafihub'
2814
+ },
2815
+ chain: {
2816
+ channel_id: 'channel-33'
2817
+ }
2818
+ }],
2819
+ logo_URIs: {
2820
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stafihub/images/ratom.svg'
2821
+ },
2822
+ coingecko_id: '',
2823
+ images: [{
2824
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stafihub/images/ratom.svg'
2825
+ }]
2826
+ }, {
2827
+ description: 'A liquid staking representation of staked IRISs',
2828
+ denom_units: [{
2829
+ denom: 'ibc/3DEAEE595A04590A5692EF121C872C9D51A414D5AAE16FD0D0F150692DA0602B',
2830
+ exponent: 0,
2831
+ aliases: ['uriris']
2832
+ }, {
2833
+ denom: 'riris',
2834
+ exponent: 6
2835
+ }],
2836
+ base: 'ibc/3DEAEE595A04590A5692EF121C872C9D51A414D5AAE16FD0D0F150692DA0602B',
2837
+ name: 'rIRIS',
2838
+ display: 'riris',
2839
+ symbol: 'rIRIS',
2840
+ traces: [{
2841
+ type: 'ibc',
2842
+ counterparty: {
2843
+ channel_id: 'channel-3',
2844
+ base_denom: 'uriris',
2845
+ chain_name: 'stafihub'
2846
+ },
2847
+ chain: {
2848
+ channel_id: 'channel-33'
2849
+ }
2850
+ }],
2851
+ logo_URIs: {
2852
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stafihub/images/riris.svg'
2853
+ },
2854
+ coingecko_id: '',
2855
+ images: [{
2856
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stafihub/images/riris.svg'
2857
+ }]
2858
+ }, {
2859
+ description: 'A liquid staking representation of staked HUAHUAs',
2860
+ denom_units: [{
2861
+ denom: 'ibc/30D036F0C82BDA577FC8DA75539BA6CF11A47851CC7397443FC84395453013FC',
2862
+ exponent: 0,
2863
+ aliases: ['urhuahua']
2864
+ }, {
2865
+ denom: 'rhuahua',
2866
+ exponent: 6
2867
+ }],
2868
+ base: 'ibc/30D036F0C82BDA577FC8DA75539BA6CF11A47851CC7397443FC84395453013FC',
2869
+ name: 'rHUAHUA',
2870
+ display: 'rhuahua',
2871
+ symbol: 'rHUAHUA',
2872
+ traces: [{
2873
+ type: 'ibc',
2874
+ counterparty: {
2875
+ channel_id: 'channel-3',
2876
+ base_denom: 'urhuahua',
2877
+ chain_name: 'stafihub'
2878
+ },
2879
+ chain: {
2880
+ channel_id: 'channel-33'
2881
+ }
2882
+ }],
2883
+ logo_URIs: {
2884
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stafihub/images/rhuahua.svg'
2885
+ },
2886
+ coingecko_id: '',
2887
+ images: [{
2888
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stafihub/images/rhuahua.svg'
2889
+ }]
2890
+ }, {
2891
+ description: 'A liquid staking representation of staked SWTHs',
2892
+ denom_units: [{
2893
+ denom: 'ibc/64489DE2EDA20C00BE10583A9147D6D0A639E8FD42DD3CD28B223A75EF510992',
2894
+ exponent: 0,
2895
+ aliases: ['urswth']
2896
+ }, {
2897
+ denom: 'rswth',
2898
+ exponent: 8
2899
+ }],
2900
+ base: 'ibc/64489DE2EDA20C00BE10583A9147D6D0A639E8FD42DD3CD28B223A75EF510992',
2901
+ name: 'rSWTH',
2902
+ display: 'rswth',
2903
+ symbol: 'rSWTH',
2904
+ traces: [{
2905
+ type: 'ibc',
2906
+ counterparty: {
2907
+ channel_id: 'channel-3',
2908
+ base_denom: 'urswth',
2909
+ chain_name: 'stafihub'
2910
+ },
2911
+ chain: {
2912
+ channel_id: 'channel-33'
2913
+ }
2914
+ }],
2915
+ logo_URIs: {
2916
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stafihub/images/rswth.svg'
2917
+ },
2918
+ coingecko_id: '',
2919
+ images: [{
2920
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stafihub/images/rswth.svg'
2921
+ }]
2922
+ }, {
2923
+ description: 'IOV coin is the token for the Starname (IOV) Asset Name Service',
2924
+ denom_units: [{
2925
+ denom: 'ibc/5F53F29B6E8DA52864B946771572957EFF91EFD4BE2C8F29258B89C55D41808A',
2926
+ exponent: 0,
2927
+ aliases: ['uiov']
2928
+ }, {
2929
+ denom: 'iov',
2930
+ exponent: 6
2931
+ }],
2932
+ base: 'ibc/5F53F29B6E8DA52864B946771572957EFF91EFD4BE2C8F29258B89C55D41808A',
2933
+ name: 'Starname',
2934
+ display: 'iov',
2935
+ symbol: 'IOV',
2936
+ logo_URIs: {
2937
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/starname/images/iov.png',
2938
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/starname/images/iov.svg'
2939
+ },
2940
+ coingecko_id: 'starname',
2941
+ images: [{
2942
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/starname/images/iov.png',
2943
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/starname/images/iov.svg'
2944
+ }],
2945
+ traces: [{
2946
+ type: 'ibc',
2947
+ counterparty: {
2948
+ channel_id: 'channel-11',
2949
+ base_denom: 'uiov',
2950
+ chain_name: 'starname'
2951
+ },
2952
+ chain: {
2953
+ channel_id: 'channel-21'
2954
+ }
2955
+ }]
2956
+ }, {
2957
+ description: 'The native token of Uptick',
2958
+ denom_units: [{
2959
+ denom: 'ibc/B6A9F64D8D16E88C86C3A276A7620CA6642BC5453B897E09F69DED2FDC7B519E',
2960
+ exponent: 0,
2961
+ aliases: ['auptick']
2962
+ }, {
2963
+ denom: 'uptick',
2964
+ exponent: 18
2965
+ }],
2966
+ base: 'ibc/B6A9F64D8D16E88C86C3A276A7620CA6642BC5453B897E09F69DED2FDC7B519E',
2967
+ name: 'Uptick',
2968
+ display: 'uptick',
2969
+ symbol: 'UPTICK',
2970
+ logo_URIs: {
2971
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/uptick/images/uptick.png',
2972
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/uptick/images/uptick.svg'
2973
+ },
2974
+ images: [{
2975
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/uptick/images/uptick.png',
2976
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/uptick/images/uptick.svg'
2977
+ }],
2978
+ traces: [{
2979
+ type: 'ibc',
2980
+ counterparty: {
2981
+ channel_id: 'channel-2',
2982
+ base_denom: 'auptick',
2983
+ chain_name: 'uptick'
2984
+ },
2985
+ chain: {
2986
+ channel_id: 'channel-39'
2987
+ }
2988
+ }]
2989
+ }]
2990
+ };
2991
+ var _default = exports["default"] = assets;