@chain-registry/assets 1.27.0 → 1.29.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (160) hide show
  1. package/CHANGELOG.md +536 -0
  2. package/main/asset_lists.js +13 -1
  3. package/main/index.js +41 -3
  4. package/main/mainnet/8ball.js +1454 -0
  5. package/main/mainnet/acrechain.js +5752 -0
  6. package/main/mainnet/agoric.js +4889 -0
  7. package/main/mainnet/aioz.js +1559 -0
  8. package/main/mainnet/akash.js +3628 -0
  9. package/main/mainnet/andromeda.js +1254 -0
  10. package/main/mainnet/archway.js +5657 -0
  11. package/main/mainnet/arkh.js +1454 -0
  12. package/main/mainnet/assetmantle.js +2692 -0
  13. package/main/mainnet/assets.js +127 -0
  14. package/main/mainnet/aura.js +3207 -0
  15. package/main/mainnet/axelar.js +6074 -0
  16. package/main/mainnet/bandchain.js +1489 -0
  17. package/main/mainnet/beezee.js +1454 -0
  18. package/main/mainnet/bitcanna.js +2292 -0
  19. package/main/mainnet/bitsong.js +1789 -0
  20. package/main/mainnet/bluzelle.js +1454 -0
  21. package/main/mainnet/bostrom.js +1454 -0
  22. package/main/mainnet/canto.js +1996 -0
  23. package/main/mainnet/carbon.js +4273 -0
  24. package/main/mainnet/celestia.js +4331 -0
  25. package/main/mainnet/cerberus.js +1454 -0
  26. package/main/mainnet/cheqd.js +1953 -0
  27. package/main/mainnet/chihuahua.js +2908 -0
  28. package/main/mainnet/comdex.js +3901 -0
  29. package/main/mainnet/composable.js +6383 -0
  30. package/main/mainnet/coreum.js +4757 -0
  31. package/main/mainnet/cosmoshub.js +9108 -0
  32. package/main/mainnet/crescent.js +7152 -0
  33. package/main/mainnet/cronos.js +182 -0
  34. package/main/mainnet/cryptoorgchain.js +2295 -0
  35. package/main/mainnet/cudos.js +1454 -0
  36. package/main/mainnet/decentr.js +1653 -0
  37. package/main/mainnet/desmos.js +1454 -0
  38. package/main/mainnet/dig.js +1650 -0
  39. package/main/mainnet/doravota.js +2670 -0
  40. package/main/mainnet/dydx.js +4361 -0
  41. package/main/mainnet/dyson.js +1454 -0
  42. package/main/mainnet/echelon.js +1454 -0
  43. package/main/mainnet/emoney.js +1789 -0
  44. package/main/mainnet/empowerchain.js +2663 -0
  45. package/main/mainnet/evmos.js +6529 -0
  46. package/main/mainnet/fetchhub.js +1454 -0
  47. package/main/mainnet/furya.js +2822 -0
  48. package/main/mainnet/fxcore.js +2737 -0
  49. package/main/mainnet/galaxy.js +1454 -0
  50. package/main/mainnet/gateway.js +2567 -0
  51. package/main/mainnet/genesisl1.js +1454 -0
  52. package/main/mainnet/gitopia.js +1454 -0
  53. package/main/mainnet/gravitybridge.js +3401 -0
  54. package/main/mainnet/haqq.js +3306 -0
  55. package/main/mainnet/impacthub.js +2832 -0
  56. package/main/mainnet/imversed.js +1454 -0
  57. package/main/mainnet/index.js +246 -0
  58. package/main/mainnet/injective.js +6344 -0
  59. package/main/mainnet/irisnet.js +2991 -0
  60. package/main/mainnet/jackal.js +3707 -0
  61. package/main/mainnet/juno.js +8171 -0
  62. package/main/mainnet/kava.js +4832 -0
  63. package/main/mainnet/kichain.js +1559 -0
  64. package/main/mainnet/konstellation.js +1454 -0
  65. package/main/mainnet/kujira.js +9086 -0
  66. package/main/mainnet/kyve.js +2558 -0
  67. package/main/mainnet/lambda.js +1454 -0
  68. package/main/mainnet/likecoin.js +1559 -0
  69. package/main/mainnet/lumenx.js +1454 -0
  70. package/main/mainnet/lumnetwork.js +1559 -0
  71. package/main/mainnet/mars.js +3598 -0
  72. package/main/mainnet/medasdigital.js +1488 -0
  73. package/main/mainnet/meme.js +1454 -0
  74. package/main/mainnet/microtick.js +1454 -0
  75. package/main/mainnet/migaloo.js +5951 -0
  76. package/main/mainnet/neutron.js +7834 -0
  77. package/main/mainnet/noble.js +5521 -0
  78. package/main/mainnet/nois.js +2281 -0
  79. package/main/mainnet/nolus.js +2195 -0
  80. package/main/mainnet/nomic.js +3172 -0
  81. package/main/mainnet/nyx.js +1791 -0
  82. package/main/mainnet/odin.js +2558 -0
  83. package/main/mainnet/okexchain.js +563 -0
  84. package/main/mainnet/omniflixhub.js +2741 -0
  85. package/main/mainnet/onomy.js +1454 -0
  86. package/main/mainnet/oraichain.js +1555 -0
  87. package/main/mainnet/osmosis.js +1 -0
  88. package/main/mainnet/panacea.js +1454 -0
  89. package/main/mainnet/passage.js +1454 -0
  90. package/main/mainnet/persistence.js +4490 -0
  91. package/main/mainnet/planq.js +2056 -0
  92. package/main/mainnet/point.js +116 -0
  93. package/main/mainnet/provenance.js +1454 -0
  94. package/main/mainnet/pundix.js +1523 -0
  95. package/main/mainnet/quasar.js +1454 -0
  96. package/main/mainnet/quicksilver.js +2563 -0
  97. package/main/mainnet/qwoyn.js +1491 -0
  98. package/main/mainnet/realio.js +2569 -0
  99. package/main/mainnet/rebus.js +1454 -0
  100. package/main/mainnet/regen.js +3303 -0
  101. package/main/mainnet/rizon.js +1454 -0
  102. package/main/mainnet/secretnetwork.js +10382 -0
  103. package/main/mainnet/sei.js +4466 -0
  104. package/main/mainnet/sentinel.js +2192 -0
  105. package/main/mainnet/sge.js +1454 -0
  106. package/main/mainnet/shareledger.js +1454 -0
  107. package/main/mainnet/shentu.js +1454 -0
  108. package/main/mainnet/sifchain.js +2354 -0
  109. package/main/mainnet/sommelier.js +4126 -0
  110. package/main/mainnet/source.js +1454 -0
  111. package/main/mainnet/stafihub.js +2985 -0
  112. package/main/mainnet/stargaze.js +5470 -0
  113. package/main/mainnet/starname.js +2090 -0
  114. package/main/mainnet/stride.js +6791 -0
  115. package/main/mainnet/teritori.js +2738 -0
  116. package/main/mainnet/terra.js +2015 -0
  117. package/main/mainnet/terra2.js +8134 -0
  118. package/main/mainnet/tgrade.js +1557 -0
  119. package/main/mainnet/umee.js +4119 -0
  120. package/main/mainnet/unification.js +1791 -0
  121. package/main/mainnet/uptick.js +150 -0
  122. package/main/mainnet/vidulum.js +1486 -0
  123. package/main/mainnet/xpla.js +1650 -0
  124. package/main/noncosmos/assets.js +11 -0
  125. package/main/noncosmos/composablepolkadot.js +140 -0
  126. package/main/noncosmos/index.js +13 -0
  127. package/main/noncosmos/picasso.js +185 -0
  128. package/main/testnet/akashtestnet.js +109 -0
  129. package/main/testnet/archwaytestnet.js +395 -0
  130. package/main/testnet/assets.js +38 -0
  131. package/main/testnet/axelartestnet.js +533 -0
  132. package/main/testnet/celestiatestnet3.js +147 -0
  133. package/main/testnet/chain4energytestnet.js +81 -0
  134. package/main/testnet/composabletestnet.js +81 -0
  135. package/main/testnet/cosmoshubtestnet.js +281 -0
  136. package/main/testnet/doravotatestnet.js +81 -0
  137. package/main/testnet/dydxtestnet.js +292 -0
  138. package/main/testnet/empowertestnet.js +146 -0
  139. package/main/testnet/entrypointtestnet.js +81 -0
  140. package/main/testnet/impacthubtestnet.js +81 -0
  141. package/main/testnet/index.js +67 -0
  142. package/main/testnet/injectivetestnet.js +115 -0
  143. package/main/testnet/junotestnet.js +185 -0
  144. package/main/testnet/kyvetestnet.js +81 -0
  145. package/main/testnet/likecointestnet.js +81 -0
  146. package/main/testnet/marstestnet.js +151 -0
  147. package/main/testnet/neutrontestnet.js +181 -0
  148. package/main/testnet/nobletestnet.js +296 -0
  149. package/main/testnet/noistestnet.js +175 -0
  150. package/main/testnet/nolustestnet.js +114 -0
  151. package/main/testnet/osmosistestnet.js +1438 -0
  152. package/main/testnet/osmosistestnet4.js +504 -0
  153. package/main/testnet/persistencetestnet2.js +395 -0
  154. package/main/testnet/quicksilvertestnet.js +81 -0
  155. package/main/testnet/sagatestnet.js +362 -0
  156. package/main/testnet/sgetestnet.js +81 -0
  157. package/main/testnet/stargazetestnet.js +146 -0
  158. package/main/testnet/xiontestnet.js +476 -0
  159. package/package.json +10 -11
  160. package/types/index.d.ts +1 -1
@@ -0,0 +1,2670 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports["default"] = void 0;
7
+ var assets = {
8
+ chain_name: 'doravota',
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/95762EB27E57BC8916A4EB9C37E20919C8B61025461CED7CA6EF71A38FD51C4E',
13
+ exponent: 0,
14
+ aliases: ['uakt']
15
+ }, {
16
+ denom: 'akt',
17
+ exponent: 6
18
+ }],
19
+ base: 'ibc/95762EB27E57BC8916A4EB9C37E20919C8B61025461CED7CA6EF71A38FD51C4E',
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-125',
36
+ base_denom: 'uakt',
37
+ chain_name: 'akash'
38
+ },
39
+ chain: {
40
+ channel_id: 'channel-7'
41
+ }
42
+ }]
43
+ }, {
44
+ description: 'Tether USDt on Akash',
45
+ denom_units: [{
46
+ denom: 'ibc/A95EBDF88AC1E3FDECAA1D6E250B07C0C86475A3E2BFA2E7DC94A6CDE23DF6D6',
47
+ exponent: 0,
48
+ aliases: ['ibc/05DB6975261B805B6F6A157A4386C627F8A70BF8118D411655EFEDCA82BFABA5']
49
+ }, {
50
+ denom: 'usdt',
51
+ exponent: 6
52
+ }],
53
+ type_asset: 'ics20',
54
+ base: 'ibc/A95EBDF88AC1E3FDECAA1D6E250B07C0C86475A3E2BFA2E7DC94A6CDE23DF6D6',
55
+ name: 'Tether USDt',
56
+ display: 'usdt',
57
+ symbol: 'USDt',
58
+ traces: [{
59
+ type: 'ibc',
60
+ counterparty: {
61
+ channel_id: 'channel-125',
62
+ base_denom: 'ibc/05DB6975261B805B6F6A157A4386C627F8A70BF8118D411655EFEDCA82BFABA5',
63
+ chain_name: 'akash'
64
+ },
65
+ chain: {
66
+ channel_id: 'channel-7'
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 token of Coreum',
81
+ denom_units: [{
82
+ denom: 'ibc/1C8A050BBE4C060A4392CC062B2D3B7C3BFD68E0FA6BB5A5D03DEFCBC0FA7C38',
83
+ exponent: 0,
84
+ aliases: ['ucore']
85
+ }, {
86
+ denom: 'core',
87
+ exponent: 6
88
+ }],
89
+ base: 'ibc/1C8A050BBE4C060A4392CC062B2D3B7C3BFD68E0FA6BB5A5D03DEFCBC0FA7C38',
90
+ name: 'Coreum',
91
+ display: 'core',
92
+ symbol: 'COREUM',
93
+ logo_URIs: {
94
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.png',
95
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.svg'
96
+ },
97
+ coingecko_id: 'coreum',
98
+ keywords: ['dex', 'staking', 'wasm', 'assets', 'nft'],
99
+ images: [{
100
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.png',
101
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.svg'
102
+ }],
103
+ traces: [{
104
+ type: 'ibc',
105
+ counterparty: {
106
+ channel_id: 'channel-10',
107
+ base_denom: 'ucore',
108
+ chain_name: 'coreum'
109
+ },
110
+ chain: {
111
+ channel_id: 'channel-2'
112
+ }
113
+ }]
114
+ }, {
115
+ description: 'The native staking and governance token of the Cosmos Hub.',
116
+ denom_units: [{
117
+ denom: 'ibc/EF48E6B1A1A19F47ECAEA62F5670C37C0580E86A9E88498B7E393EB6F49F33C0',
118
+ exponent: 0,
119
+ aliases: ['uatom']
120
+ }, {
121
+ denom: 'atom',
122
+ exponent: 6
123
+ }],
124
+ base: 'ibc/EF48E6B1A1A19F47ECAEA62F5670C37C0580E86A9E88498B7E393EB6F49F33C0',
125
+ name: 'Cosmos Hub Atom',
126
+ display: 'atom',
127
+ symbol: 'ATOM',
128
+ logo_URIs: {
129
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
130
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
131
+ },
132
+ coingecko_id: 'cosmos',
133
+ images: [{
134
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
135
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
136
+ }],
137
+ traces: [{
138
+ type: 'ibc',
139
+ counterparty: {
140
+ channel_id: 'channel-750',
141
+ base_denom: 'uatom',
142
+ chain_name: 'cosmoshub'
143
+ },
144
+ chain: {
145
+ channel_id: 'channel-4'
146
+ }
147
+ }]
148
+ }, {
149
+ description: 'Tether USDt on the Cosmos Hub',
150
+ denom_units: [{
151
+ denom: 'ibc/0F0156FE21F5BA86C95A8FD8D2AEFEFA0286F82D295D655498487E0DFBD123FA',
152
+ exponent: 0,
153
+ aliases: ['ibc/F04D72CF9B5D9C849BB278B691CDFA2241813327430EC9CDC83F8F4CA4CDC2B0']
154
+ }, {
155
+ denom: 'usdt',
156
+ exponent: 6
157
+ }],
158
+ type_asset: 'ics20',
159
+ base: 'ibc/0F0156FE21F5BA86C95A8FD8D2AEFEFA0286F82D295D655498487E0DFBD123FA',
160
+ name: 'Tether USDt',
161
+ display: 'usdt',
162
+ symbol: 'USDt',
163
+ traces: [{
164
+ type: 'ibc',
165
+ counterparty: {
166
+ channel_id: 'channel-750',
167
+ base_denom: 'ibc/F04D72CF9B5D9C849BB278B691CDFA2241813327430EC9CDC83F8F4CA4CDC2B0',
168
+ chain_name: 'cosmoshub'
169
+ },
170
+ chain: {
171
+ channel_id: 'channel-4'
172
+ }
173
+ }],
174
+ images: [{
175
+ image_sync: {
176
+ chain_name: 'kava',
177
+ base_denom: 'erc20/tether/usdt'
178
+ },
179
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
180
+ }],
181
+ logo_URIs: {
182
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
183
+ }
184
+ }, {
185
+ description: 'FX on Cosmos Hub',
186
+ denom_units: [{
187
+ denom: 'ibc/F35746BFF53445195901060CB930A299DB82EA97EECB50CB2131A7396D03B764',
188
+ exponent: 0,
189
+ aliases: ['ibc/4925E6ABA571A44D2BE0286D2D29AF42A294D0FF2BB16490149A1B26EAD33729']
190
+ }],
191
+ type_asset: 'ics20',
192
+ base: 'ibc/F35746BFF53445195901060CB930A299DB82EA97EECB50CB2131A7396D03B764',
193
+ name: 'Function X',
194
+ display: 'FX',
195
+ symbol: 'FX',
196
+ traces: [{
197
+ type: 'ibc',
198
+ counterparty: {
199
+ channel_id: 'channel-750',
200
+ base_denom: 'ibc/4925E6ABA571A44D2BE0286D2D29AF42A294D0FF2BB16490149A1B26EAD33729',
201
+ chain_name: 'cosmoshub'
202
+ },
203
+ chain: {
204
+ channel_id: 'channel-4'
205
+ }
206
+ }],
207
+ images: [{
208
+ image_sync: {
209
+ chain_name: 'fxcore',
210
+ base_denom: 'FX'
211
+ },
212
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.png',
213
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.svg'
214
+ }],
215
+ logo_URIs: {
216
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.png',
217
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.svg'
218
+ }
219
+ }, {
220
+ description: 'The native staking token of dYdX Protocol.',
221
+ denom_units: [{
222
+ denom: 'ibc/D0C5DCA29836D2FD5937714B21206DD8243E5E76B1D0F180741CCB43DCAC1584',
223
+ exponent: 0,
224
+ aliases: ['adydx']
225
+ }, {
226
+ denom: 'dydx',
227
+ exponent: 18
228
+ }],
229
+ base: 'ibc/D0C5DCA29836D2FD5937714B21206DD8243E5E76B1D0F180741CCB43DCAC1584',
230
+ name: 'dYdX',
231
+ display: 'dydx',
232
+ symbol: 'DYDX',
233
+ logo_URIs: {
234
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png',
235
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg'
236
+ },
237
+ coingecko_id: 'dydx',
238
+ images: [{
239
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png',
240
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg'
241
+ }, {
242
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx-circle.svg',
243
+ theme: {
244
+ circle: true
245
+ }
246
+ }],
247
+ traces: [{
248
+ type: 'ibc',
249
+ counterparty: {
250
+ channel_id: 'channel-15',
251
+ base_denom: 'adydx',
252
+ chain_name: 'dydx'
253
+ },
254
+ chain: {
255
+ channel_id: 'channel-6'
256
+ }
257
+ }]
258
+ }, {
259
+ description: 'Noble USDC on dYdX Protocol.',
260
+ denom_units: [{
261
+ denom: 'ibc/593AA89EF61182F3705BD3B95A2B58AFA128D7FA4D6076BA2476033D8BF0576D',
262
+ exponent: 0,
263
+ aliases: ['ibc/8E27BA2D5493AF5636760E354E46004562C46AB7EC0CC4C1CA14E9E20E2545B5']
264
+ }, {
265
+ denom: 'usdc',
266
+ exponent: 6
267
+ }],
268
+ type_asset: 'ics20',
269
+ base: 'ibc/593AA89EF61182F3705BD3B95A2B58AFA128D7FA4D6076BA2476033D8BF0576D',
270
+ name: 'Noble USDC',
271
+ display: 'usdc',
272
+ symbol: 'USDC',
273
+ traces: [{
274
+ type: 'ibc',
275
+ counterparty: {
276
+ channel_id: 'channel-15',
277
+ base_denom: 'ibc/8E27BA2D5493AF5636760E354E46004562C46AB7EC0CC4C1CA14E9E20E2545B5',
278
+ chain_name: 'dydx'
279
+ },
280
+ chain: {
281
+ channel_id: 'channel-6'
282
+ }
283
+ }],
284
+ images: [{
285
+ image_sync: {
286
+ chain_name: 'noble',
287
+ base_denom: 'uusdc'
288
+ },
289
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png',
290
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg'
291
+ }],
292
+ logo_URIs: {
293
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png',
294
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg'
295
+ }
296
+ }, {
297
+ description: 'The INJ token is the native governance token for the Injective chain.',
298
+ denom_units: [{
299
+ denom: 'ibc/4F9BFE4F1919009E01C5D5960E35D15EFF330B846ADC4B2BECE5170E1AAEC0CE',
300
+ exponent: 0,
301
+ aliases: ['inj']
302
+ }, {
303
+ denom: 'INJ',
304
+ exponent: 18
305
+ }],
306
+ base: 'ibc/4F9BFE4F1919009E01C5D5960E35D15EFF330B846ADC4B2BECE5170E1AAEC0CE',
307
+ name: 'Injective',
308
+ display: 'INJ',
309
+ symbol: 'INJ',
310
+ logo_URIs: {
311
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.png',
312
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.svg'
313
+ },
314
+ coingecko_id: 'injective-protocol',
315
+ images: [{
316
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.png',
317
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.svg'
318
+ }],
319
+ traces: [{
320
+ type: 'ibc',
321
+ counterparty: {
322
+ channel_id: 'channel-182',
323
+ base_denom: 'inj',
324
+ chain_name: 'injective'
325
+ },
326
+ chain: {
327
+ channel_id: 'channel-5'
328
+ }
329
+ }]
330
+ }, {
331
+ description: 'Tether USDt on Injective',
332
+ denom_units: [{
333
+ denom: 'ibc/DA8A1CBA4EE61F380822C6D95930E3E52E0CE252413C8C513F8319AB44313CA3',
334
+ exponent: 0,
335
+ aliases: ['ibc/4ABBEF4C8926DDDB320AE5188CFD63267ABBCEFC0583E4AE05D6E5AA2401DDAB']
336
+ }, {
337
+ denom: 'usdt',
338
+ exponent: 6
339
+ }],
340
+ type_asset: 'ics20',
341
+ base: 'ibc/DA8A1CBA4EE61F380822C6D95930E3E52E0CE252413C8C513F8319AB44313CA3',
342
+ name: 'Tether USDt',
343
+ display: 'usdt',
344
+ symbol: 'USDt',
345
+ traces: [{
346
+ type: 'ibc',
347
+ counterparty: {
348
+ channel_id: 'channel-182',
349
+ base_denom: 'ibc/4ABBEF4C8926DDDB320AE5188CFD63267ABBCEFC0583E4AE05D6E5AA2401DDAB',
350
+ chain_name: 'injective'
351
+ },
352
+ chain: {
353
+ channel_id: 'channel-5'
354
+ }
355
+ }],
356
+ images: [{
357
+ image_sync: {
358
+ chain_name: 'kava',
359
+ base_denom: 'erc20/tether/usdt'
360
+ },
361
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
362
+ }],
363
+ logo_URIs: {
364
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
365
+ }
366
+ }, {
367
+ description: 'ERIS liquid staked INJ',
368
+ denom_units: [{
369
+ denom: 'ibc/DEFA4431885D7F005B1C18C3DDCC4ABD55C921C6743326214A379D69DD5EBF18',
370
+ exponent: 0,
371
+ aliases: ['factory/inj1cdwt8g7nxgtg2k4fn8sj363mh9ahkw2qt0vrnc/ampINJ']
372
+ }, {
373
+ denom: 'ampINJ',
374
+ exponent: 6
375
+ }],
376
+ base: 'ibc/DEFA4431885D7F005B1C18C3DDCC4ABD55C921C6743326214A379D69DD5EBF18',
377
+ name: 'ERIS Amplified INJ',
378
+ display: 'ampINJ',
379
+ symbol: 'ampINJ',
380
+ logo_URIs: {
381
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ampinj.png'
382
+ },
383
+ images: [{
384
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ampinj.png'
385
+ }],
386
+ traces: [{
387
+ type: 'ibc',
388
+ counterparty: {
389
+ channel_id: 'channel-182',
390
+ base_denom: 'factory/inj1cdwt8g7nxgtg2k4fn8sj363mh9ahkw2qt0vrnc/ampINJ',
391
+ chain_name: 'injective'
392
+ },
393
+ chain: {
394
+ channel_id: 'channel-5'
395
+ }
396
+ }]
397
+ }, {
398
+ description: '$AUTISM exists to celebrate autism as a superior biological tech stack for a changing world',
399
+ denom_units: [{
400
+ denom: 'ibc/8ED7ADC4588F6CB9D54E1E11F95EEEABE0D770671C5F9FBE9EFFC933858F3E5E',
401
+ exponent: 0,
402
+ aliases: ['factory/inj14lf8xm6fcvlggpa7guxzjqwjmtr24gnvf56hvz/autism']
403
+ }, {
404
+ denom: 'autism',
405
+ exponent: 6
406
+ }],
407
+ base: 'ibc/8ED7ADC4588F6CB9D54E1E11F95EEEABE0D770671C5F9FBE9EFFC933858F3E5E',
408
+ name: 'Autism',
409
+ display: 'autism',
410
+ symbol: 'AUTISM',
411
+ logo_URIs: {
412
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/autism.png'
413
+ },
414
+ coingecko_id: 'autism',
415
+ images: [{
416
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/autism.png'
417
+ }],
418
+ traces: [{
419
+ type: 'ibc',
420
+ counterparty: {
421
+ channel_id: 'channel-182',
422
+ base_denom: 'factory/inj14lf8xm6fcvlggpa7guxzjqwjmtr24gnvf56hvz/autism',
423
+ chain_name: 'injective'
424
+ },
425
+ chain: {
426
+ channel_id: 'channel-5'
427
+ }
428
+ }]
429
+ }, {
430
+ description: 'The first meme coin on Injective. It’s a dog, but he has nunchucks',
431
+ denom_units: [{
432
+ denom: 'ibc/12FB481950032554A74D52B18A61146A705F1EF0CAE17DCF00AD8F2CEA5C17DC',
433
+ exponent: 0,
434
+ aliases: ['factory/inj1xtel2knkt8hmc9dnzpjz6kdmacgcfmlv5f308w/ninja']
435
+ }, {
436
+ denom: 'NINJA',
437
+ exponent: 6
438
+ }],
439
+ base: 'ibc/12FB481950032554A74D52B18A61146A705F1EF0CAE17DCF00AD8F2CEA5C17DC',
440
+ name: 'Dog wif nunchucks',
441
+ display: 'NINJA',
442
+ symbol: 'NINJA',
443
+ logo_URIs: {
444
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninja.png'
445
+ },
446
+ coingecko_id: 'dog-wif-nuchucks',
447
+ images: [{
448
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninja.png'
449
+ }],
450
+ traces: [{
451
+ type: 'ibc',
452
+ counterparty: {
453
+ channel_id: 'channel-182',
454
+ base_denom: 'factory/inj1xtel2knkt8hmc9dnzpjz6kdmacgcfmlv5f308w/ninja',
455
+ chain_name: 'injective'
456
+ },
457
+ chain: {
458
+ channel_id: 'channel-5'
459
+ }
460
+ }]
461
+ }, {
462
+ description: 'The $WGMI Token - We Gonna Make It. Are you ready?',
463
+ denom_units: [{
464
+ denom: 'ibc/D1F574127A2D17468F0C16803482AF1F8890C3FAF7510A10E87006BE4C05DECB',
465
+ exponent: 0,
466
+ aliases: ['factory/inj1rmjzj9fn47kdmfk4f3z39qr6czexxe0yjyc546/WGMI']
467
+ }, {
468
+ denom: 'WGMI',
469
+ exponent: 6
470
+ }],
471
+ base: 'ibc/D1F574127A2D17468F0C16803482AF1F8890C3FAF7510A10E87006BE4C05DECB',
472
+ name: 'WGMI',
473
+ display: 'WGMI',
474
+ symbol: 'WGMI',
475
+ logo_URIs: {
476
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/wgmi.png'
477
+ },
478
+ images: [{
479
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/wgmi.png'
480
+ }],
481
+ traces: [{
482
+ type: 'ibc',
483
+ counterparty: {
484
+ channel_id: 'channel-182',
485
+ base_denom: 'factory/inj1rmjzj9fn47kdmfk4f3z39qr6czexxe0yjyc546/WGMI',
486
+ chain_name: 'injective'
487
+ },
488
+ chain: {
489
+ channel_id: 'channel-5'
490
+ }
491
+ }]
492
+ }, {
493
+ description: 'The native token of Nolus chain',
494
+ denom_units: [{
495
+ denom: 'ibc/C6824D6F41FC8F906D9656AC77B41FCF7CF136DD74A47E11385B021F6D578FE9',
496
+ exponent: 0,
497
+ aliases: ['unls']
498
+ }, {
499
+ denom: 'nls',
500
+ exponent: 6
501
+ }],
502
+ base: 'ibc/C6824D6F41FC8F906D9656AC77B41FCF7CF136DD74A47E11385B021F6D578FE9',
503
+ name: 'Nolus',
504
+ display: 'nls',
505
+ symbol: 'NLS',
506
+ logo_URIs: {
507
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.png',
508
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.svg'
509
+ },
510
+ coingecko_id: 'nolus',
511
+ images: [{
512
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.png',
513
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.svg'
514
+ }],
515
+ traces: [{
516
+ type: 'ibc',
517
+ counterparty: {
518
+ channel_id: 'channel-4092',
519
+ base_denom: 'unls',
520
+ chain_name: 'nolus'
521
+ },
522
+ chain: {
523
+ channel_id: 'channel-3'
524
+ }
525
+ }]
526
+ }, {
527
+ description: 'axlUSDC transferred from the Osmosis mainnet that is supported on the Nolus chain',
528
+ denom_units: [{
529
+ denom: 'ibc/6660BFFBB57431AF3069D31E529913FFA80CFAB6D42E918E105A7B05D3FC70DE',
530
+ exponent: 0,
531
+ aliases: ['ibc/7FBDBEEEBA9C50C4BCDF7BF438EAB99E64360833D240B32655C96E319559E911']
532
+ }, {
533
+ denom: 'usdc',
534
+ exponent: 6,
535
+ aliases: []
536
+ }],
537
+ type_asset: 'ics20',
538
+ base: 'ibc/6660BFFBB57431AF3069D31E529913FFA80CFAB6D42E918E105A7B05D3FC70DE',
539
+ name: 'axlUSDC',
540
+ display: 'usdc',
541
+ symbol: 'axlUSDC',
542
+ traces: [{
543
+ type: 'ibc',
544
+ counterparty: {
545
+ channel_id: 'channel-4092',
546
+ base_denom: 'ibc/7FBDBEEEBA9C50C4BCDF7BF438EAB99E64360833D240B32655C96E319559E911',
547
+ chain_name: 'nolus'
548
+ },
549
+ chain: {
550
+ channel_id: 'channel-3'
551
+ }
552
+ }],
553
+ images: [{
554
+ image_sync: {
555
+ chain_name: 'osmosis',
556
+ base_denom: 'ibc/D189335C6E4A68B513C10AB227BF1C1D38C746766278BA3EEB4FB14124F1D858'
557
+ },
558
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.png',
559
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg'
560
+ }],
561
+ logo_URIs: {
562
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.png',
563
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg'
564
+ }
565
+ }, {
566
+ description: 'OSMO transferred from the Osmosis mainnet that is supported on the Nolus chain',
567
+ denom_units: [{
568
+ denom: 'ibc/603E270A2472596F2D36CD80DA96C29B1DECD596CA21A97B21A945266C9B11E8',
569
+ exponent: 0,
570
+ aliases: ['ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518']
571
+ }, {
572
+ denom: 'osmo',
573
+ exponent: 6,
574
+ aliases: []
575
+ }],
576
+ type_asset: 'ics20',
577
+ base: 'ibc/603E270A2472596F2D36CD80DA96C29B1DECD596CA21A97B21A945266C9B11E8',
578
+ name: 'Osmosis',
579
+ display: 'osmo',
580
+ symbol: 'OSMO',
581
+ traces: [{
582
+ type: 'ibc',
583
+ counterparty: {
584
+ channel_id: 'channel-4092',
585
+ base_denom: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
586
+ chain_name: 'nolus'
587
+ },
588
+ chain: {
589
+ channel_id: 'channel-3'
590
+ }
591
+ }],
592
+ images: [{
593
+ image_sync: {
594
+ chain_name: 'osmosis',
595
+ base_denom: 'uosmo'
596
+ },
597
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
598
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
599
+ }],
600
+ logo_URIs: {
601
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
602
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
603
+ }
604
+ }, {
605
+ description: 'stOSMO transferred from the Osmosis mainnet that is supported on the Nolus chain',
606
+ denom_units: [{
607
+ denom: 'ibc/F021D13C5B3EAE6921AF8450B650045138AF9449B730EDB5DCC0041CE5F58614',
608
+ exponent: 0,
609
+ aliases: ['ibc/AF5559D128329B6C753F15481BEC26E533B847A471074703FA4903E7E6F61BA1']
610
+ }, {
611
+ denom: 'stosmo',
612
+ exponent: 6,
613
+ aliases: []
614
+ }],
615
+ type_asset: 'ics20',
616
+ base: 'ibc/F021D13C5B3EAE6921AF8450B650045138AF9449B730EDB5DCC0041CE5F58614',
617
+ name: 'Osmosis',
618
+ display: 'stosmo',
619
+ symbol: 'stOSMO',
620
+ traces: [{
621
+ type: 'ibc',
622
+ counterparty: {
623
+ channel_id: 'channel-4092',
624
+ base_denom: 'ibc/AF5559D128329B6C753F15481BEC26E533B847A471074703FA4903E7E6F61BA1',
625
+ chain_name: 'nolus'
626
+ },
627
+ chain: {
628
+ channel_id: 'channel-3'
629
+ }
630
+ }],
631
+ images: [{
632
+ image_sync: {
633
+ chain_name: 'osmosis',
634
+ base_denom: 'ibc/D176154B0C63D1F9C6DCFB4F70349EBF2E2B5A87A05902F57A6AE92B863E9AEC'
635
+ },
636
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.png',
637
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.svg'
638
+ }],
639
+ logo_URIs: {
640
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.png',
641
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.svg'
642
+ }
643
+ }, {
644
+ description: 'ATOM transferred from the Osmosis mainnet that is supported on the Nolus chain',
645
+ denom_units: [{
646
+ denom: 'ibc/46B090A88099265F788C31422C685F545489DBB16B4000BE69430BB0CDF99E16',
647
+ exponent: 0,
648
+ aliases: ['ibc/6CDD4663F2F09CD62285E2D45891FC149A3568E316CE3EBBE201A71A78A69388']
649
+ }, {
650
+ denom: 'atom',
651
+ exponent: 6,
652
+ aliases: []
653
+ }],
654
+ type_asset: 'ics20',
655
+ base: 'ibc/46B090A88099265F788C31422C685F545489DBB16B4000BE69430BB0CDF99E16',
656
+ name: 'Atom',
657
+ display: 'atom',
658
+ symbol: 'ATOM',
659
+ traces: [{
660
+ type: 'ibc',
661
+ counterparty: {
662
+ channel_id: 'channel-4092',
663
+ base_denom: 'ibc/6CDD4663F2F09CD62285E2D45891FC149A3568E316CE3EBBE201A71A78A69388',
664
+ chain_name: 'nolus'
665
+ },
666
+ chain: {
667
+ channel_id: 'channel-3'
668
+ }
669
+ }],
670
+ images: [{
671
+ image_sync: {
672
+ chain_name: 'osmosis',
673
+ base_denom: 'ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2'
674
+ },
675
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
676
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
677
+ }],
678
+ logo_URIs: {
679
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
680
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
681
+ }
682
+ }, {
683
+ description: 'stATOM transferred from the Osmosis mainnet that is supported on the Nolus chain',
684
+ denom_units: [{
685
+ denom: 'ibc/F0496E4E3A3E0EB208DB0FF0B10B6AA008AD903BBFFE739AC6009DBB9C3667D3',
686
+ exponent: 0,
687
+ aliases: ['ibc/FCFF8B19C61677F3B78E2A5AE3B4A34A8D23858D16905F253B8438B3AFD07FF8']
688
+ }, {
689
+ denom: 'statom',
690
+ exponent: 6,
691
+ aliases: []
692
+ }],
693
+ type_asset: 'ics20',
694
+ base: 'ibc/F0496E4E3A3E0EB208DB0FF0B10B6AA008AD903BBFFE739AC6009DBB9C3667D3',
695
+ name: 'stATOM',
696
+ display: 'statom',
697
+ symbol: 'stATOM',
698
+ traces: [{
699
+ type: 'ibc',
700
+ counterparty: {
701
+ channel_id: 'channel-4092',
702
+ base_denom: 'ibc/FCFF8B19C61677F3B78E2A5AE3B4A34A8D23858D16905F253B8438B3AFD07FF8',
703
+ chain_name: 'nolus'
704
+ },
705
+ chain: {
706
+ channel_id: 'channel-3'
707
+ }
708
+ }],
709
+ images: [{
710
+ image_sync: {
711
+ chain_name: 'osmosis',
712
+ base_denom: 'ibc/C140AFD542AE77BD7DCC83F13FDD8C5E5BB8C4929785E6EC2F4C636F98F17901'
713
+ },
714
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.png',
715
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.svg'
716
+ }],
717
+ logo_URIs: {
718
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.png',
719
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.svg'
720
+ }
721
+ }, {
722
+ description: 'WETH transferred from the Osmosis mainnet that is supported on the Nolus chain',
723
+ denom_units: [{
724
+ denom: 'ibc/4515EF7E1686A5FD235AC39E150A60F8FB51031BB04EA00ECDB4BFDD70D11DA4',
725
+ exponent: 0,
726
+ aliases: ['ibc/A7C4A3FB19E88ABE60416125F9189DA680800F4CDD14E3C10C874E022BEFF04C']
727
+ }, {
728
+ denom: 'weth',
729
+ exponent: 18,
730
+ aliases: []
731
+ }],
732
+ type_asset: 'ics20',
733
+ base: 'ibc/4515EF7E1686A5FD235AC39E150A60F8FB51031BB04EA00ECDB4BFDD70D11DA4',
734
+ name: 'WETH',
735
+ display: 'weth',
736
+ symbol: 'WETH',
737
+ traces: [{
738
+ type: 'ibc',
739
+ counterparty: {
740
+ channel_id: 'channel-4092',
741
+ base_denom: 'ibc/A7C4A3FB19E88ABE60416125F9189DA680800F4CDD14E3C10C874E022BEFF04C',
742
+ chain_name: 'nolus'
743
+ },
744
+ chain: {
745
+ channel_id: 'channel-3'
746
+ }
747
+ }],
748
+ images: [{
749
+ image_sync: {
750
+ chain_name: 'osmosis',
751
+ base_denom: 'ibc/EA1D43981D5C9A1C4AAEA9C23BB1D4FA126BA9BC7020A25E0AE4AA841EA25DC5'
752
+ },
753
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/weth.png'
754
+ }],
755
+ logo_URIs: {
756
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/weth.png'
757
+ }
758
+ }, {
759
+ description: 'WBTC transferred from the Osmosis mainnet that is supported on the Nolus chain',
760
+ denom_units: [{
761
+ denom: 'ibc/5A66AB886B1C26CEE275E711E9FDFA3FC26E357D832A9E3B5FC044C8D1E71614',
762
+ exponent: 0,
763
+ aliases: ['ibc/84E70F4A34FB2DE135FD3A04FDDF53B7DA4206080AA785C8BAB7F8B26299A221']
764
+ }, {
765
+ denom: 'wbtc',
766
+ exponent: 8,
767
+ aliases: []
768
+ }],
769
+ type_asset: 'ics20',
770
+ base: 'ibc/5A66AB886B1C26CEE275E711E9FDFA3FC26E357D832A9E3B5FC044C8D1E71614',
771
+ name: 'WBTC',
772
+ display: 'wbtc',
773
+ symbol: 'WBTC',
774
+ traces: [{
775
+ type: 'ibc',
776
+ counterparty: {
777
+ channel_id: 'channel-4092',
778
+ base_denom: 'ibc/84E70F4A34FB2DE135FD3A04FDDF53B7DA4206080AA785C8BAB7F8B26299A221',
779
+ chain_name: 'nolus'
780
+ },
781
+ chain: {
782
+ channel_id: 'channel-3'
783
+ }
784
+ }],
785
+ images: [{
786
+ image_sync: {
787
+ chain_name: 'osmosis',
788
+ base_denom: 'ibc/D1542AA8762DB13087D8364F3EA6509FD6F009A34F00426AF9E4F9FA85CBBF1F'
789
+ },
790
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/wbtc.png'
791
+ }],
792
+ logo_URIs: {
793
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/wbtc.png'
794
+ }
795
+ }, {
796
+ description: 'AKT transferred from the Osmosis mainnet that is supported on the Nolus chain',
797
+ denom_units: [{
798
+ denom: 'ibc/55BE68CD236B03FAF8B63FB16BD19322FB6BBA10EE284CE375A1E9C0B64549F3',
799
+ exponent: 0,
800
+ aliases: ['ibc/ADC63C00000CA75F909D2BE3ACB5A9980BED3A73B92746E0FCE6C67414055459']
801
+ }, {
802
+ denom: 'akt',
803
+ exponent: 6,
804
+ aliases: []
805
+ }],
806
+ type_asset: 'ics20',
807
+ base: 'ibc/55BE68CD236B03FAF8B63FB16BD19322FB6BBA10EE284CE375A1E9C0B64549F3',
808
+ name: 'AKT',
809
+ display: 'akt',
810
+ symbol: 'AKT',
811
+ traces: [{
812
+ type: 'ibc',
813
+ counterparty: {
814
+ channel_id: 'channel-4092',
815
+ base_denom: 'ibc/ADC63C00000CA75F909D2BE3ACB5A9980BED3A73B92746E0FCE6C67414055459',
816
+ chain_name: 'nolus'
817
+ },
818
+ chain: {
819
+ channel_id: 'channel-3'
820
+ }
821
+ }],
822
+ images: [{
823
+ image_sync: {
824
+ chain_name: 'osmosis',
825
+ base_denom: 'ibc/1480B8FD20AD5FCAE81EA87584D269547DD4D436843C1D20F15E00EB64743EF4'
826
+ }
827
+ }]
828
+ }, {
829
+ description: 'AXL transferred from the Osmosis mainnet that is supported on the Nolus chain',
830
+ denom_units: [{
831
+ denom: 'ibc/A6173C210544F7907DDA14F310FF1C649009F0EB6750831064B695393AE1A9DC',
832
+ exponent: 0,
833
+ aliases: ['ibc/1B03A71B8E6F6EF424411DC9326A8E0D25D096E4D2616425CFAF2AF06F0FE717']
834
+ }, {
835
+ denom: 'axl',
836
+ exponent: 6,
837
+ aliases: []
838
+ }],
839
+ type_asset: 'ics20',
840
+ base: 'ibc/A6173C210544F7907DDA14F310FF1C649009F0EB6750831064B695393AE1A9DC',
841
+ name: 'AXL',
842
+ display: 'axl',
843
+ symbol: 'AXL',
844
+ traces: [{
845
+ type: 'ibc',
846
+ counterparty: {
847
+ channel_id: 'channel-4092',
848
+ base_denom: 'ibc/1B03A71B8E6F6EF424411DC9326A8E0D25D096E4D2616425CFAF2AF06F0FE717',
849
+ chain_name: 'nolus'
850
+ },
851
+ chain: {
852
+ channel_id: 'channel-3'
853
+ }
854
+ }],
855
+ images: [{
856
+ image_sync: {
857
+ chain_name: 'osmosis',
858
+ base_denom: 'ibc/903A61A498756EA560B85A85132D3AEE21B5DEDD41213725D22ABF276EA6945E'
859
+ }
860
+ }]
861
+ }, {
862
+ description: 'JUNO transferred from the Osmosis mainnet that is supported on the Nolus chain',
863
+ denom_units: [{
864
+ denom: 'ibc/19352129F5D8C3230FCBB41C5E7A9420B4CB66441DF69BEE088CA1072EF836AC',
865
+ exponent: 0,
866
+ aliases: ['ibc/4F3E83AB35529435E4BFEA001F5D935E7250133347C4E1010A9C77149EF0394C']
867
+ }, {
868
+ denom: 'juno',
869
+ exponent: 6,
870
+ aliases: []
871
+ }],
872
+ type_asset: 'ics20',
873
+ base: 'ibc/19352129F5D8C3230FCBB41C5E7A9420B4CB66441DF69BEE088CA1072EF836AC',
874
+ name: 'JUNO',
875
+ display: 'juno',
876
+ symbol: 'JUNO',
877
+ traces: [{
878
+ type: 'ibc',
879
+ counterparty: {
880
+ channel_id: 'channel-4092',
881
+ base_denom: 'ibc/4F3E83AB35529435E4BFEA001F5D935E7250133347C4E1010A9C77149EF0394C',
882
+ chain_name: 'nolus'
883
+ },
884
+ chain: {
885
+ channel_id: 'channel-3'
886
+ }
887
+ }],
888
+ images: [{
889
+ image_sync: {
890
+ chain_name: 'osmosis',
891
+ base_denom: 'ibc/46B44899322F3CD854D2D46DEEF881958467CDD4B3B10086DA49296BBED94BED'
892
+ }
893
+ }]
894
+ }, {
895
+ description: 'EVMOS transferred from the Osmosis mainnet that is supported on the Nolus chain',
896
+ denom_units: [{
897
+ denom: 'ibc/E3C2D67C07D5AAA6E38457161367952B9C0D848DD3A744AEC902CAC9C78FC769',
898
+ exponent: 0,
899
+ aliases: ['ibc/A59A9C955F1AB8B76671B00C1A0482C64A6590352944BB5880E5122358F7E1CE']
900
+ }, {
901
+ denom: 'evmos',
902
+ exponent: 18,
903
+ aliases: []
904
+ }],
905
+ type_asset: 'ics20',
906
+ base: 'ibc/E3C2D67C07D5AAA6E38457161367952B9C0D848DD3A744AEC902CAC9C78FC769',
907
+ name: 'EVMOS',
908
+ display: 'evmos',
909
+ symbol: 'EVMOS',
910
+ traces: [{
911
+ type: 'ibc',
912
+ counterparty: {
913
+ channel_id: 'channel-4092',
914
+ base_denom: 'ibc/A59A9C955F1AB8B76671B00C1A0482C64A6590352944BB5880E5122358F7E1CE',
915
+ chain_name: 'nolus'
916
+ },
917
+ chain: {
918
+ channel_id: 'channel-3'
919
+ }
920
+ }],
921
+ images: [{
922
+ image_sync: {
923
+ chain_name: 'osmosis',
924
+ base_denom: 'ibc/6AE98883D4D5D5FF9E50D7130F1305DA2FFA0C652D1DD9C123657C6B4EB2DF8A'
925
+ }
926
+ }]
927
+ }, {
928
+ description: 'stkATOM transferred from the Osmosis mainnet that is supported on the Nolus chain',
929
+ denom_units: [{
930
+ denom: 'ibc/6B17EE0D7D4A7B7836350B754DECA9587B596426D9A7EB9FA4FCBEE8D7FE8392',
931
+ exponent: 0,
932
+ aliases: ['ibc/DAAD372DB7DD45BBCFA4DDD40CA9793E9D265D1530083AB41A8A0C53C3EBE865']
933
+ }, {
934
+ denom: 'stk/atom',
935
+ exponent: 6,
936
+ aliases: []
937
+ }],
938
+ type_asset: 'ics20',
939
+ base: 'ibc/6B17EE0D7D4A7B7836350B754DECA9587B596426D9A7EB9FA4FCBEE8D7FE8392',
940
+ name: 'stkATOM',
941
+ display: 'stk/atom',
942
+ symbol: 'stkATOM',
943
+ traces: [{
944
+ type: 'ibc',
945
+ counterparty: {
946
+ channel_id: 'channel-4092',
947
+ base_denom: 'ibc/DAAD372DB7DD45BBCFA4DDD40CA9793E9D265D1530083AB41A8A0C53C3EBE865',
948
+ chain_name: 'nolus'
949
+ },
950
+ chain: {
951
+ channel_id: 'channel-3'
952
+ }
953
+ }],
954
+ images: [{
955
+ image_sync: {
956
+ chain_name: 'osmosis',
957
+ base_denom: 'ibc/CAA179E40F0266B0B29FB5EAA288FB9212E628822265D4141EBD1C47C3CBFCBC'
958
+ }
959
+ }]
960
+ }, {
961
+ description: 'SCRT transferred from the Osmosis mainnet that is supported on the Nolus chain',
962
+ denom_units: [{
963
+ denom: 'ibc/6A87D98DF30A648EA2EA5AEF394E6CAC231AD671806C12E2300B71356BFFF4AA',
964
+ exponent: 0,
965
+ aliases: ['ibc/EA00FFF0335B07B5CD1530B7EB3D2C710620AE5B168C71AFF7B50532D690E107']
966
+ }, {
967
+ denom: 'scrt',
968
+ exponent: 6,
969
+ aliases: []
970
+ }],
971
+ type_asset: 'ics20',
972
+ base: 'ibc/6A87D98DF30A648EA2EA5AEF394E6CAC231AD671806C12E2300B71356BFFF4AA',
973
+ name: 'SCRT',
974
+ display: 'scrt',
975
+ symbol: 'SCRT',
976
+ traces: [{
977
+ type: 'ibc',
978
+ counterparty: {
979
+ channel_id: 'channel-4092',
980
+ base_denom: 'ibc/EA00FFF0335B07B5CD1530B7EB3D2C710620AE5B168C71AFF7B50532D690E107',
981
+ chain_name: 'nolus'
982
+ },
983
+ chain: {
984
+ channel_id: 'channel-3'
985
+ }
986
+ }],
987
+ images: [{
988
+ image_sync: {
989
+ chain_name: 'osmosis',
990
+ base_denom: 'ibc/0954E1C28EB7AF5B72D24F3BC2B47BBB2FDF91BDDFD57B74B99E133AED40972A'
991
+ }
992
+ }]
993
+ }, {
994
+ description: 'CRO transferred from the Osmosis mainnet that is supported on the Nolus chain',
995
+ denom_units: [{
996
+ denom: 'ibc/96B8FC73FD892D06DBE2B08FD2F91680D5148143F62A33DEF16C07F1A6A6A5CF',
997
+ exponent: 0,
998
+ aliases: ['ibc/E1BCC0F7B932E654B1A930F72B76C0678D55095387E2A4D8F00E941A8F82EE48']
999
+ }, {
1000
+ denom: 'cro',
1001
+ exponent: 8,
1002
+ aliases: []
1003
+ }],
1004
+ type_asset: 'ics20',
1005
+ base: 'ibc/96B8FC73FD892D06DBE2B08FD2F91680D5148143F62A33DEF16C07F1A6A6A5CF',
1006
+ name: 'CRO',
1007
+ display: 'cro',
1008
+ symbol: 'CRO',
1009
+ traces: [{
1010
+ type: 'ibc',
1011
+ counterparty: {
1012
+ channel_id: 'channel-4092',
1013
+ base_denom: 'ibc/E1BCC0F7B932E654B1A930F72B76C0678D55095387E2A4D8F00E941A8F82EE48',
1014
+ chain_name: 'nolus'
1015
+ },
1016
+ chain: {
1017
+ channel_id: 'channel-3'
1018
+ }
1019
+ }],
1020
+ images: [{
1021
+ image_sync: {
1022
+ chain_name: 'osmosis',
1023
+ base_denom: 'ibc/E6931F78057F7CC5DA0FD6CEF82FF39373A6E0452BF1FD76910B93292CF356C1'
1024
+ },
1025
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro.svg'
1026
+ }],
1027
+ logo_URIs: {
1028
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro.svg'
1029
+ }
1030
+ }, {
1031
+ description: 'STARS transferred from the Osmosis mainnet that is supported on the Nolus chain',
1032
+ denom_units: [{
1033
+ denom: 'ibc/8986ECA60B85C596F38BF8D21603F76DC426C705FE59EF257178C75B4C90257A',
1034
+ exponent: 0,
1035
+ aliases: ['ibc/11E3CF372E065ACB1A39C531A3C7E7E03F60B5D0653AD2139D31128ACD2772B5']
1036
+ }, {
1037
+ denom: 'stars',
1038
+ exponent: 6,
1039
+ aliases: []
1040
+ }],
1041
+ type_asset: 'ics20',
1042
+ base: 'ibc/8986ECA60B85C596F38BF8D21603F76DC426C705FE59EF257178C75B4C90257A',
1043
+ name: 'STARS',
1044
+ display: 'stars',
1045
+ symbol: 'STARS',
1046
+ traces: [{
1047
+ type: 'ibc',
1048
+ counterparty: {
1049
+ channel_id: 'channel-4092',
1050
+ base_denom: 'ibc/11E3CF372E065ACB1A39C531A3C7E7E03F60B5D0653AD2139D31128ACD2772B5',
1051
+ chain_name: 'nolus'
1052
+ },
1053
+ chain: {
1054
+ channel_id: 'channel-3'
1055
+ }
1056
+ }],
1057
+ images: [{
1058
+ image_sync: {
1059
+ chain_name: 'osmosis',
1060
+ base_denom: 'ibc/987C17B11ABC2B20019178ACE62929FE9840202CE79498E29FE8E5CB02B7C0A4'
1061
+ },
1062
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
1063
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg'
1064
+ }],
1065
+ logo_URIs: {
1066
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
1067
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg'
1068
+ }
1069
+ }, {
1070
+ description: 'TIA transferred from the Osmosis mainnet that is supported on the Nolus chain',
1071
+ denom_units: [{
1072
+ denom: 'ibc/04A1B93D1D1136656FA589F19BAC0E390B5D52C1F5B24F637D4A5A8A96E6389D',
1073
+ exponent: 0,
1074
+ aliases: ['ibc/6C349F0EB135C5FA99301758F35B87DB88403D690E5E314AB080401FEE4066E5']
1075
+ }, {
1076
+ denom: 'tia',
1077
+ exponent: 6,
1078
+ aliases: []
1079
+ }],
1080
+ type_asset: 'ics20',
1081
+ base: 'ibc/04A1B93D1D1136656FA589F19BAC0E390B5D52C1F5B24F637D4A5A8A96E6389D',
1082
+ name: 'TIA',
1083
+ display: 'tia',
1084
+ symbol: 'TIA',
1085
+ traces: [{
1086
+ type: 'ibc',
1087
+ counterparty: {
1088
+ channel_id: 'channel-4092',
1089
+ base_denom: 'ibc/6C349F0EB135C5FA99301758F35B87DB88403D690E5E314AB080401FEE4066E5',
1090
+ chain_name: 'nolus'
1091
+ },
1092
+ chain: {
1093
+ channel_id: 'channel-3'
1094
+ }
1095
+ }],
1096
+ images: [{
1097
+ image_sync: {
1098
+ chain_name: 'osmosis',
1099
+ base_denom: 'ibc/D79E7D83AB399BFFF93433E54FAA480C191248FC556924A2A8351AE2638B3877'
1100
+ },
1101
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png',
1102
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg'
1103
+ }],
1104
+ logo_URIs: {
1105
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png',
1106
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg'
1107
+ }
1108
+ }, {
1109
+ description: 'STRD transferred from the Osmosis mainnet that is supported on the Nolus chain',
1110
+ denom_units: [{
1111
+ denom: 'ibc/491C5F109B39AB4CE54A57FB1780928B6FE559DD9AE933EBA6D524C56DD6DA37',
1112
+ exponent: 0,
1113
+ aliases: ['ibc/04CA9067228BB51F1C39A506DA00DF07E1496D8308DD21E8EF66AD6169FA722B']
1114
+ }, {
1115
+ denom: 'strd',
1116
+ exponent: 6,
1117
+ aliases: []
1118
+ }],
1119
+ type_asset: 'ics20',
1120
+ base: 'ibc/491C5F109B39AB4CE54A57FB1780928B6FE559DD9AE933EBA6D524C56DD6DA37',
1121
+ name: 'STRD',
1122
+ display: 'strd',
1123
+ symbol: 'STRD',
1124
+ traces: [{
1125
+ type: 'ibc',
1126
+ counterparty: {
1127
+ channel_id: 'channel-4092',
1128
+ base_denom: 'ibc/04CA9067228BB51F1C39A506DA00DF07E1496D8308DD21E8EF66AD6169FA722B',
1129
+ chain_name: 'nolus'
1130
+ },
1131
+ chain: {
1132
+ channel_id: 'channel-3'
1133
+ }
1134
+ }],
1135
+ images: [{
1136
+ image_sync: {
1137
+ chain_name: 'osmosis',
1138
+ base_denom: 'ibc/A8CA5EE328FA10C9519DF6057DA1F69682D28F7D0F5CCC7ECB72E3DCA2D157A4'
1139
+ },
1140
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.png',
1141
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg'
1142
+ }],
1143
+ logo_URIs: {
1144
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.png',
1145
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg'
1146
+ }
1147
+ }, {
1148
+ description: 'NTRN transferred from the Neutron mainnet that is supported on the Nolus chain',
1149
+ denom_units: [{
1150
+ denom: 'ibc/75C7410A2238A418318956045F446ABDECE02E762E73E113829ADC356295219D',
1151
+ exponent: 0,
1152
+ aliases: ['ibc/3D6BC6E049CAEB905AC97031A42800588C58FB471EBDC7A3530FFCD0C3DC9E09']
1153
+ }, {
1154
+ denom: 'ntrn',
1155
+ exponent: 6,
1156
+ aliases: []
1157
+ }],
1158
+ type_asset: 'ics20',
1159
+ base: 'ibc/75C7410A2238A418318956045F446ABDECE02E762E73E113829ADC356295219D',
1160
+ name: 'NTRN',
1161
+ display: 'ntrn',
1162
+ symbol: 'NTRN',
1163
+ traces: [{
1164
+ type: 'ibc',
1165
+ counterparty: {
1166
+ channel_id: 'channel-4092',
1167
+ base_denom: 'ibc/3D6BC6E049CAEB905AC97031A42800588C58FB471EBDC7A3530FFCD0C3DC9E09',
1168
+ chain_name: 'nolus'
1169
+ },
1170
+ chain: {
1171
+ channel_id: 'channel-3'
1172
+ }
1173
+ }],
1174
+ images: [{
1175
+ image_sync: {
1176
+ chain_name: 'neutron',
1177
+ base_denom: 'untrn'
1178
+ },
1179
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/neutron.png',
1180
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/neutron.svg'
1181
+ }],
1182
+ logo_URIs: {
1183
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/neutron.png',
1184
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/neutron.svg'
1185
+ }
1186
+ }, {
1187
+ description: 'DYDX transferred from the Neutron mainnet that is supported on the Nolus chain',
1188
+ denom_units: [{
1189
+ denom: 'ibc/01C3820CC77344FEF092FC9F01534D7042163C5D7BA8A96BBE14443D47839FA9',
1190
+ exponent: 0,
1191
+ aliases: ['ibc/6DF8CF5C976851D152E2C7270B0AB25C4F9D64C0A46513A68D6CBB2662A98DF4']
1192
+ }, {
1193
+ denom: 'dydx',
1194
+ exponent: 18,
1195
+ aliases: []
1196
+ }],
1197
+ type_asset: 'ics20',
1198
+ base: 'ibc/01C3820CC77344FEF092FC9F01534D7042163C5D7BA8A96BBE14443D47839FA9',
1199
+ name: 'DYDX',
1200
+ display: 'dydx',
1201
+ symbol: 'DYDX',
1202
+ traces: [{
1203
+ type: 'ibc',
1204
+ counterparty: {
1205
+ channel_id: 'channel-4092',
1206
+ base_denom: 'ibc/6DF8CF5C976851D152E2C7270B0AB25C4F9D64C0A46513A68D6CBB2662A98DF4',
1207
+ chain_name: 'nolus'
1208
+ },
1209
+ chain: {
1210
+ channel_id: 'channel-3'
1211
+ }
1212
+ }],
1213
+ images: [{
1214
+ image_sync: {
1215
+ chain_name: 'neutron',
1216
+ base_denom: 'ibc/2CB87BCE0937B1D1DFCEE79BE4501AAF3C265E923509AEAC410AD85D27F35130'
1217
+ },
1218
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png',
1219
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg'
1220
+ }],
1221
+ logo_URIs: {
1222
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png',
1223
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg'
1224
+ }
1225
+ }, {
1226
+ description: 'The native token of Osmosis',
1227
+ denom_units: [{
1228
+ denom: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
1229
+ exponent: 0,
1230
+ aliases: ['uosmo']
1231
+ }, {
1232
+ denom: 'osmo',
1233
+ exponent: 6
1234
+ }],
1235
+ base: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
1236
+ name: 'Osmosis',
1237
+ display: 'osmo',
1238
+ symbol: 'OSMO',
1239
+ logo_URIs: {
1240
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
1241
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
1242
+ },
1243
+ coingecko_id: 'osmosis',
1244
+ keywords: ['dex', 'staking'],
1245
+ images: [{
1246
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
1247
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
1248
+ }],
1249
+ traces: [{
1250
+ type: 'ibc',
1251
+ counterparty: {
1252
+ channel_id: 'channel-2694',
1253
+ base_denom: 'uosmo',
1254
+ chain_name: 'osmosis'
1255
+ },
1256
+ chain: {
1257
+ channel_id: 'channel-0'
1258
+ }
1259
+ }]
1260
+ }, {
1261
+ denom_units: [{
1262
+ denom: 'ibc/F7E92EE59B5428793F3EF5C1A4CB2494F61A9D0C9A69469D02390714A1372E16',
1263
+ exponent: 0,
1264
+ aliases: ['uion']
1265
+ }, {
1266
+ denom: 'ion',
1267
+ exponent: 6
1268
+ }],
1269
+ base: 'ibc/F7E92EE59B5428793F3EF5C1A4CB2494F61A9D0C9A69469D02390714A1372E16',
1270
+ name: 'Ion DAO',
1271
+ display: 'ion',
1272
+ symbol: 'ION',
1273
+ logo_URIs: {
1274
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
1275
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
1276
+ },
1277
+ coingecko_id: 'ion',
1278
+ keywords: ['memecoin'],
1279
+ images: [{
1280
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
1281
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
1282
+ }],
1283
+ traces: [{
1284
+ type: 'ibc',
1285
+ counterparty: {
1286
+ channel_id: 'channel-2694',
1287
+ base_denom: 'uion',
1288
+ chain_name: 'osmosis'
1289
+ },
1290
+ chain: {
1291
+ channel_id: 'channel-0'
1292
+ }
1293
+ }]
1294
+ }, {
1295
+ denom_units: [{
1296
+ denom: 'ibc/3616134E71F4F7C0AFD22C439567E8C514BE88955903834F4580D9E3E4E3470F',
1297
+ exponent: 0,
1298
+ aliases: ['factory/osmo14klwqgkmackvx2tqa0trtg69dmy0nrg4ntq4gjgw2za4734r5seqjqm4gm/uibcx']
1299
+ }, {
1300
+ denom: 'ibcx',
1301
+ exponent: 6
1302
+ }],
1303
+ address: 'osmo14klwqgkmackvx2tqa0trtg69dmy0nrg4ntq4gjgw2za4734r5seqjqm4gm',
1304
+ base: 'ibc/3616134E71F4F7C0AFD22C439567E8C514BE88955903834F4580D9E3E4E3470F',
1305
+ name: 'IBC Index',
1306
+ display: 'ibcx',
1307
+ symbol: 'IBCX',
1308
+ logo_URIs: {
1309
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ibcx.svg'
1310
+ },
1311
+ coingecko_id: 'ibc-index',
1312
+ images: [{
1313
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ibcx.svg'
1314
+ }],
1315
+ traces: [{
1316
+ type: 'ibc',
1317
+ counterparty: {
1318
+ channel_id: 'channel-2694',
1319
+ base_denom: 'factory/osmo14klwqgkmackvx2tqa0trtg69dmy0nrg4ntq4gjgw2za4734r5seqjqm4gm/uibcx',
1320
+ chain_name: 'osmosis'
1321
+ },
1322
+ chain: {
1323
+ channel_id: 'channel-0'
1324
+ }
1325
+ }]
1326
+ }, {
1327
+ denom_units: [{
1328
+ denom: 'ibc/D4A5AE8E8DD0D49F559F9D85EDF17643E3444BD424FFE7158A8187A5BAFDD463',
1329
+ exponent: 0,
1330
+ aliases: ['factory/osmo1xqw2sl9zk8a6pch0csaw78n4swg5ws8t62wc5qta4gnjxfqg6v2qcs243k/stuibcx']
1331
+ }, {
1332
+ denom: 'stibcx',
1333
+ exponent: 6
1334
+ }],
1335
+ address: 'osmo1xqw2sl9zk8a6pch0csaw78n4swg5ws8t62wc5qta4gnjxfqg6v2qcs243k',
1336
+ base: 'ibc/D4A5AE8E8DD0D49F559F9D85EDF17643E3444BD424FFE7158A8187A5BAFDD463',
1337
+ name: 'Staked IBCX',
1338
+ display: 'stibcx',
1339
+ symbol: 'stIBCX',
1340
+ logo_URIs: {
1341
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/stibcx.png',
1342
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/stibcx.svg'
1343
+ },
1344
+ images: [{
1345
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/stibcx.png',
1346
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/stibcx.svg'
1347
+ }],
1348
+ traces: [{
1349
+ type: 'ibc',
1350
+ counterparty: {
1351
+ channel_id: 'channel-2694',
1352
+ base_denom: 'factory/osmo1xqw2sl9zk8a6pch0csaw78n4swg5ws8t62wc5qta4gnjxfqg6v2qcs243k/stuibcx',
1353
+ chain_name: 'osmosis'
1354
+ },
1355
+ chain: {
1356
+ channel_id: 'channel-0'
1357
+ }
1358
+ }]
1359
+ }, {
1360
+ denom_units: [{
1361
+ denom: 'ibc/7FBDBEEEBA9C50C4BCDF7BF438EAB99E64360833D240B32655C96E319559E911',
1362
+ exponent: 0,
1363
+ aliases: ['ibc/D189335C6E4A68B513C10AB227BF1C1D38C746766278BA3EEB4FB14124F1D858']
1364
+ }, {
1365
+ denom: 'usdc',
1366
+ exponent: 6
1367
+ }],
1368
+ type_asset: 'ics20',
1369
+ base: 'ibc/7FBDBEEEBA9C50C4BCDF7BF438EAB99E64360833D240B32655C96E319559E911',
1370
+ name: 'Axelar USD Coin',
1371
+ display: 'usdc',
1372
+ symbol: 'USDC.axl',
1373
+ traces: [{
1374
+ type: 'ibc',
1375
+ counterparty: {
1376
+ channel_id: 'channel-2694',
1377
+ base_denom: 'ibc/D189335C6E4A68B513C10AB227BF1C1D38C746766278BA3EEB4FB14124F1D858',
1378
+ chain_name: 'osmosis'
1379
+ },
1380
+ chain: {
1381
+ channel_id: 'channel-0'
1382
+ }
1383
+ }],
1384
+ images: [{
1385
+ image_sync: {
1386
+ chain_name: 'axelar',
1387
+ base_denom: 'uusdc'
1388
+ },
1389
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.png',
1390
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg'
1391
+ }],
1392
+ logo_URIs: {
1393
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.png',
1394
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg'
1395
+ }
1396
+ }, {
1397
+ denom_units: [{
1398
+ denom: 'ibc/18624EAC27898C0DD81951E6638AA8F32B35C626A93142A37E2B17D3F4527B0A',
1399
+ exponent: 0,
1400
+ aliases: ['ibc/0B3C3D06228578334B66B57FBFBA4033216CEB8119B27ACDEE18D92DA5B28D43']
1401
+ }, {
1402
+ denom: 'avalanche-usdc',
1403
+ exponent: 6
1404
+ }],
1405
+ type_asset: 'ics20',
1406
+ base: 'ibc/18624EAC27898C0DD81951E6638AA8F32B35C626A93142A37E2B17D3F4527B0A',
1407
+ name: 'Wormhole USDC(Avalanche)',
1408
+ display: 'avalanche-usdc',
1409
+ symbol: 'avalanche.USDC.wh',
1410
+ traces: [{
1411
+ type: 'ibc',
1412
+ counterparty: {
1413
+ channel_id: 'channel-2694',
1414
+ base_denom: 'ibc/0B3C3D06228578334B66B57FBFBA4033216CEB8119B27ACDEE18D92DA5B28D43',
1415
+ chain_name: 'osmosis'
1416
+ },
1417
+ chain: {
1418
+ channel_id: 'channel-0'
1419
+ }
1420
+ }],
1421
+ images: [{
1422
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.hole.png',
1423
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.hole.svg'
1424
+ }],
1425
+ logo_URIs: {
1426
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.hole.png',
1427
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.hole.svg'
1428
+ }
1429
+ }, {
1430
+ denom_units: [{
1431
+ denom: 'ibc/F5FABF52B54E65064B57BF6DBD8E5FAD22CEE9F4B8A57ADBB20CCD0173AA72A4',
1432
+ exponent: 0,
1433
+ aliases: ['ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4']
1434
+ }, {
1435
+ denom: 'usdc',
1436
+ exponent: 6
1437
+ }],
1438
+ type_asset: 'ics20',
1439
+ base: 'ibc/F5FABF52B54E65064B57BF6DBD8E5FAD22CEE9F4B8A57ADBB20CCD0173AA72A4',
1440
+ name: 'Noble USD Coin',
1441
+ display: 'usdc',
1442
+ symbol: 'USDC',
1443
+ traces: [{
1444
+ type: 'ibc',
1445
+ counterparty: {
1446
+ channel_id: 'channel-2694',
1447
+ base_denom: 'ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4',
1448
+ chain_name: 'osmosis'
1449
+ },
1450
+ chain: {
1451
+ channel_id: 'channel-0'
1452
+ }
1453
+ }],
1454
+ images: [{
1455
+ image_sync: {
1456
+ chain_name: 'noble',
1457
+ base_denom: 'uusdc'
1458
+ },
1459
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png',
1460
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg'
1461
+ }],
1462
+ logo_URIs: {
1463
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png',
1464
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg'
1465
+ }
1466
+ }, {
1467
+ denom_units: [{
1468
+ denom: 'ibc/AF5559D128329B6C753F15481BEC26E533B847A471074703FA4903E7E6F61BA1',
1469
+ exponent: 0,
1470
+ aliases: ['ibc/D176154B0C63D1F9C6DCFB4F70349EBF2E2B5A87A05902F57A6AE92B863E9AEC']
1471
+ }, {
1472
+ denom: 'stosmo',
1473
+ exponent: 6
1474
+ }],
1475
+ type_asset: 'ics20',
1476
+ base: 'ibc/AF5559D128329B6C753F15481BEC26E533B847A471074703FA4903E7E6F61BA1',
1477
+ name: 'stOSMO',
1478
+ display: 'stosmo',
1479
+ symbol: 'stOSMO',
1480
+ traces: [{
1481
+ type: 'ibc',
1482
+ counterparty: {
1483
+ channel_id: 'channel-2694',
1484
+ base_denom: 'ibc/D176154B0C63D1F9C6DCFB4F70349EBF2E2B5A87A05902F57A6AE92B863E9AEC',
1485
+ chain_name: 'osmosis'
1486
+ },
1487
+ chain: {
1488
+ channel_id: 'channel-0'
1489
+ }
1490
+ }],
1491
+ images: [{
1492
+ image_sync: {
1493
+ chain_name: 'stride',
1494
+ base_denom: 'stuosmo'
1495
+ },
1496
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.png',
1497
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.svg'
1498
+ }],
1499
+ logo_URIs: {
1500
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.png',
1501
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.svg'
1502
+ }
1503
+ }, {
1504
+ denom_units: [{
1505
+ denom: 'ibc/6CDD4663F2F09CD62285E2D45891FC149A3568E316CE3EBBE201A71A78A69388',
1506
+ exponent: 0,
1507
+ aliases: ['ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2']
1508
+ }, {
1509
+ denom: 'atom',
1510
+ exponent: 6
1511
+ }],
1512
+ type_asset: 'ics20',
1513
+ base: 'ibc/6CDD4663F2F09CD62285E2D45891FC149A3568E316CE3EBBE201A71A78A69388',
1514
+ name: 'Cosmos Hub Atom',
1515
+ display: 'atom',
1516
+ symbol: 'ATOM',
1517
+ traces: [{
1518
+ type: 'ibc',
1519
+ counterparty: {
1520
+ channel_id: 'channel-2694',
1521
+ base_denom: 'ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2',
1522
+ chain_name: 'osmosis'
1523
+ },
1524
+ chain: {
1525
+ channel_id: 'channel-0'
1526
+ }
1527
+ }],
1528
+ images: [{
1529
+ image_sync: {
1530
+ chain_name: 'cosmoshub',
1531
+ base_denom: 'uatom'
1532
+ },
1533
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
1534
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
1535
+ }],
1536
+ logo_URIs: {
1537
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
1538
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
1539
+ }
1540
+ }, {
1541
+ denom_units: [{
1542
+ denom: 'ibc/FCFF8B19C61677F3B78E2A5AE3B4A34A8D23858D16905F253B8438B3AFD07FF8',
1543
+ exponent: 0,
1544
+ aliases: ['ibc/C140AFD542AE77BD7DCC83F13FDD8C5E5BB8C4929785E6EC2F4C636F98F17901']
1545
+ }, {
1546
+ denom: 'statom',
1547
+ exponent: 6
1548
+ }],
1549
+ type_asset: 'ics20',
1550
+ base: 'ibc/FCFF8B19C61677F3B78E2A5AE3B4A34A8D23858D16905F253B8438B3AFD07FF8',
1551
+ name: 'stATOM',
1552
+ display: 'statom',
1553
+ symbol: 'stATOM',
1554
+ traces: [{
1555
+ type: 'ibc',
1556
+ counterparty: {
1557
+ channel_id: 'channel-2694',
1558
+ base_denom: 'ibc/C140AFD542AE77BD7DCC83F13FDD8C5E5BB8C4929785E6EC2F4C636F98F17901',
1559
+ chain_name: 'osmosis'
1560
+ },
1561
+ chain: {
1562
+ channel_id: 'channel-0'
1563
+ }
1564
+ }],
1565
+ images: [{
1566
+ image_sync: {
1567
+ chain_name: 'stride',
1568
+ base_denom: 'stuatom'
1569
+ },
1570
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.png',
1571
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.svg'
1572
+ }],
1573
+ logo_URIs: {
1574
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.png',
1575
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.svg'
1576
+ }
1577
+ }, {
1578
+ denom_units: [{
1579
+ denom: 'ibc/A7C4A3FB19E88ABE60416125F9189DA680800F4CDD14E3C10C874E022BEFF04C',
1580
+ exponent: 0,
1581
+ aliases: ['ibc/EA1D43981D5C9A1C4AAEA9C23BB1D4FA126BA9BC7020A25E0AE4AA841EA25DC5']
1582
+ }, {
1583
+ denom: 'weth',
1584
+ exponent: 18
1585
+ }],
1586
+ type_asset: 'ics20',
1587
+ base: 'ibc/A7C4A3FB19E88ABE60416125F9189DA680800F4CDD14E3C10C874E022BEFF04C',
1588
+ name: 'Wrapped Ether',
1589
+ display: 'weth',
1590
+ symbol: 'ETH',
1591
+ traces: [{
1592
+ type: 'ibc',
1593
+ counterparty: {
1594
+ channel_id: 'channel-2694',
1595
+ base_denom: 'ibc/EA1D43981D5C9A1C4AAEA9C23BB1D4FA126BA9BC7020A25E0AE4AA841EA25DC5',
1596
+ chain_name: 'osmosis'
1597
+ },
1598
+ chain: {
1599
+ channel_id: 'channel-0'
1600
+ }
1601
+ }],
1602
+ images: [{
1603
+ image_sync: {
1604
+ chain_name: 'axelar',
1605
+ base_denom: 'weth-wei'
1606
+ },
1607
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/weth.png'
1608
+ }],
1609
+ logo_URIs: {
1610
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/weth.png'
1611
+ }
1612
+ }, {
1613
+ denom_units: [{
1614
+ denom: 'ibc/84E70F4A34FB2DE135FD3A04FDDF53B7DA4206080AA785C8BAB7F8B26299A221',
1615
+ exponent: 0,
1616
+ aliases: ['ibc/D1542AA8762DB13087D8364F3EA6509FD6F009A34F00426AF9E4F9FA85CBBF1F']
1617
+ }, {
1618
+ denom: 'wbtc',
1619
+ exponent: 8
1620
+ }],
1621
+ type_asset: 'ics20',
1622
+ base: 'ibc/84E70F4A34FB2DE135FD3A04FDDF53B7DA4206080AA785C8BAB7F8B26299A221',
1623
+ name: 'Wrapped Bitcoin (Axelar)',
1624
+ display: 'wbtc',
1625
+ symbol: 'WBTC.axl',
1626
+ traces: [{
1627
+ type: 'ibc',
1628
+ counterparty: {
1629
+ channel_id: 'channel-2694',
1630
+ base_denom: 'ibc/D1542AA8762DB13087D8364F3EA6509FD6F009A34F00426AF9E4F9FA85CBBF1F',
1631
+ chain_name: 'osmosis'
1632
+ },
1633
+ chain: {
1634
+ channel_id: 'channel-0'
1635
+ }
1636
+ }],
1637
+ images: [{
1638
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.svg',
1639
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.png'
1640
+ }, {
1641
+ image_sync: {
1642
+ chain_name: 'axelar',
1643
+ base_denom: 'wbtc-satoshi'
1644
+ },
1645
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/wbtc.png'
1646
+ }],
1647
+ logo_URIs: {
1648
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.svg',
1649
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.png'
1650
+ }
1651
+ }, {
1652
+ description: 'ERIS liquid staked OSMO',
1653
+ denom_units: [{
1654
+ denom: 'ibc/AA054FD00F476B91C63F27F591B410CCC8F9DB1FC829B51353C51458E2817434',
1655
+ exponent: 0,
1656
+ aliases: ['factory/osmo1dv8wz09tckslr2wy5z86r46dxvegylhpt97r9yd6qc3kyc6tv42qa89dr9/ampOSMO']
1657
+ }, {
1658
+ denom: 'ampOSMO',
1659
+ exponent: 6
1660
+ }],
1661
+ address: 'osmo1dv8wz09tckslr2wy5z86r46dxvegylhpt97r9yd6qc3kyc6tv42qa89dr9',
1662
+ base: 'ibc/AA054FD00F476B91C63F27F591B410CCC8F9DB1FC829B51353C51458E2817434',
1663
+ name: 'ERIS Amplified OSMO',
1664
+ display: 'ampOSMO',
1665
+ symbol: 'ampOSMO',
1666
+ logo_URIs: {
1667
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/amposmo.png'
1668
+ },
1669
+ images: [{
1670
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/amposmo.png'
1671
+ }],
1672
+ traces: [{
1673
+ type: 'ibc',
1674
+ counterparty: {
1675
+ channel_id: 'channel-2694',
1676
+ base_denom: 'factory/osmo1dv8wz09tckslr2wy5z86r46dxvegylhpt97r9yd6qc3kyc6tv42qa89dr9/ampOSMO',
1677
+ chain_name: 'osmosis'
1678
+ },
1679
+ chain: {
1680
+ channel_id: 'channel-0'
1681
+ }
1682
+ }]
1683
+ }, {
1684
+ description: 'Tether USDT on Osmosis',
1685
+ denom_units: [{
1686
+ denom: 'ibc/A291356F2AE84BEB344DEA335F837AAFBA43C873009D0AC9333E6E3B04AB1AA9',
1687
+ exponent: 0,
1688
+ aliases: ['ibc/4ABBEF4C8926DDDB320AE5188CFD63267ABBCEFC0583E4AE05D6E5AA2401DDAB']
1689
+ }, {
1690
+ denom: 'usdt',
1691
+ exponent: 6
1692
+ }],
1693
+ type_asset: 'ics20',
1694
+ base: 'ibc/A291356F2AE84BEB344DEA335F837AAFBA43C873009D0AC9333E6E3B04AB1AA9',
1695
+ name: 'Tether USDT',
1696
+ display: 'usdt',
1697
+ symbol: 'USDT',
1698
+ traces: [{
1699
+ type: 'ibc',
1700
+ counterparty: {
1701
+ channel_id: 'channel-2694',
1702
+ base_denom: 'ibc/4ABBEF4C8926DDDB320AE5188CFD63267ABBCEFC0583E4AE05D6E5AA2401DDAB',
1703
+ chain_name: 'osmosis'
1704
+ },
1705
+ chain: {
1706
+ channel_id: 'channel-0'
1707
+ }
1708
+ }],
1709
+ images: [{
1710
+ image_sync: {
1711
+ chain_name: 'kava',
1712
+ base_denom: 'erc20/tether/usdt'
1713
+ },
1714
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
1715
+ }],
1716
+ logo_URIs: {
1717
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
1718
+ }
1719
+ }, {
1720
+ description: "Membrane's CDP-style stablecoin called CDT",
1721
+ denom_units: [{
1722
+ denom: 'ibc/B0263C28B6F44651F4596413B41FDB749EA010BD1220816DAC0ABF9947C1E806',
1723
+ exponent: 0,
1724
+ aliases: ['factory/osmo1s794h9rxggytja3a4pmwul53u98k06zy2qtrdvjnfuxruh7s8yjs6cyxgd/ucdt']
1725
+ }, {
1726
+ denom: 'cdt',
1727
+ exponent: 6
1728
+ }],
1729
+ base: 'ibc/B0263C28B6F44651F4596413B41FDB749EA010BD1220816DAC0ABF9947C1E806',
1730
+ name: 'CDT Stablecoin',
1731
+ display: 'cdt',
1732
+ symbol: 'CDT',
1733
+ logo_URIs: {
1734
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/CDT.svg'
1735
+ },
1736
+ coingecko_id: 'collateralized-debt-token',
1737
+ images: [{
1738
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/CDT.svg'
1739
+ }],
1740
+ traces: [{
1741
+ type: 'ibc',
1742
+ counterparty: {
1743
+ channel_id: 'channel-2694',
1744
+ base_denom: 'factory/osmo1s794h9rxggytja3a4pmwul53u98k06zy2qtrdvjnfuxruh7s8yjs6cyxgd/ucdt',
1745
+ chain_name: 'osmosis'
1746
+ },
1747
+ chain: {
1748
+ channel_id: 'channel-0'
1749
+ }
1750
+ }]
1751
+ }, {
1752
+ description: "Membrane's protocol token",
1753
+ denom_units: [{
1754
+ denom: 'ibc/E94BB144B818CB8061F43E202BEA1E9273B87D6326C8C6F4E6AE71C62FD37854',
1755
+ exponent: 0,
1756
+ aliases: ['factory/osmo1s794h9rxggytja3a4pmwul53u98k06zy2qtrdvjnfuxruh7s8yjs6cyxgd/umbrn']
1757
+ }, {
1758
+ denom: 'mbrn',
1759
+ exponent: 6
1760
+ }],
1761
+ base: 'ibc/E94BB144B818CB8061F43E202BEA1E9273B87D6326C8C6F4E6AE71C62FD37854',
1762
+ name: 'Membrane',
1763
+ display: 'mbrn',
1764
+ symbol: 'MBRN',
1765
+ logo_URIs: {
1766
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/MBRN.svg'
1767
+ },
1768
+ coingecko_id: 'membrane',
1769
+ images: [{
1770
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/MBRN.svg'
1771
+ }],
1772
+ traces: [{
1773
+ type: 'ibc',
1774
+ counterparty: {
1775
+ channel_id: 'channel-2694',
1776
+ base_denom: 'factory/osmo1s794h9rxggytja3a4pmwul53u98k06zy2qtrdvjnfuxruh7s8yjs6cyxgd/umbrn',
1777
+ chain_name: 'osmosis'
1778
+ },
1779
+ chain: {
1780
+ channel_id: 'channel-0'
1781
+ }
1782
+ }]
1783
+ }, {
1784
+ description: 'TIA on Osmosis',
1785
+ denom_units: [{
1786
+ denom: 'ibc/6C349F0EB135C5FA99301758F35B87DB88403D690E5E314AB080401FEE4066E5',
1787
+ exponent: 0,
1788
+ aliases: ['ibc/D79E7D83AB399BFFF93433E54FAA480C191248FC556924A2A8351AE2638B3877']
1789
+ }, {
1790
+ denom: 'tia',
1791
+ exponent: 6
1792
+ }],
1793
+ type_asset: 'ics20',
1794
+ base: 'ibc/6C349F0EB135C5FA99301758F35B87DB88403D690E5E314AB080401FEE4066E5',
1795
+ name: 'Celestia TIA',
1796
+ display: 'tia',
1797
+ symbol: 'TIA',
1798
+ traces: [{
1799
+ type: 'ibc',
1800
+ counterparty: {
1801
+ channel_id: 'channel-2694',
1802
+ base_denom: 'ibc/D79E7D83AB399BFFF93433E54FAA480C191248FC556924A2A8351AE2638B3877',
1803
+ chain_name: 'osmosis'
1804
+ },
1805
+ chain: {
1806
+ channel_id: 'channel-0'
1807
+ }
1808
+ }],
1809
+ images: [{
1810
+ image_sync: {
1811
+ chain_name: 'celestia',
1812
+ base_denom: 'utia'
1813
+ },
1814
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png',
1815
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg'
1816
+ }],
1817
+ logo_URIs: {
1818
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png',
1819
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg'
1820
+ }
1821
+ }, {
1822
+ description: 'Margined Power Token sqOSMO',
1823
+ denom_units: [{
1824
+ denom: 'ibc/A5BA3F1C38ADAA11F941D66B19A7CD67B127F25DE2EA581BCD2DC4D8D50BEED9',
1825
+ exponent: 0,
1826
+ aliases: ['factory/osmo1g8qypve6l95xmhgc0fddaecerffymsl7kn9muw/squosmo']
1827
+ }, {
1828
+ denom: 'sqosmo',
1829
+ exponent: 6
1830
+ }],
1831
+ base: 'ibc/A5BA3F1C38ADAA11F941D66B19A7CD67B127F25DE2EA581BCD2DC4D8D50BEED9',
1832
+ name: 'OSMO Squared',
1833
+ display: 'sqosmo',
1834
+ symbol: 'sqOSMO',
1835
+ logo_URIs: {
1836
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sqosmo.svg'
1837
+ },
1838
+ images: [{
1839
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sqosmo.svg'
1840
+ }],
1841
+ traces: [{
1842
+ type: 'ibc',
1843
+ counterparty: {
1844
+ channel_id: 'channel-2694',
1845
+ base_denom: 'factory/osmo1g8qypve6l95xmhgc0fddaecerffymsl7kn9muw/squosmo',
1846
+ chain_name: 'osmosis'
1847
+ },
1848
+ chain: {
1849
+ channel_id: 'channel-0'
1850
+ }
1851
+ }]
1852
+ }, {
1853
+ description: 'NOIS on Osmosis',
1854
+ denom_units: [{
1855
+ denom: 'ibc/B4D30D3FC770F58F0FAC4C593D18DED847844942A2B8D15E0ABDDBF110AE7A6E',
1856
+ exponent: 0,
1857
+ aliases: ['ibc/6928AFA9EA721938FED13B051F9DBF1272B16393D20C49EA5E4901BB76D94A90']
1858
+ }, {
1859
+ denom: 'nois',
1860
+ exponent: 6
1861
+ }],
1862
+ type_asset: 'ics20',
1863
+ base: 'ibc/B4D30D3FC770F58F0FAC4C593D18DED847844942A2B8D15E0ABDDBF110AE7A6E',
1864
+ name: 'Nois NOIS',
1865
+ display: 'nois',
1866
+ symbol: 'NOIS',
1867
+ traces: [{
1868
+ type: 'ibc',
1869
+ counterparty: {
1870
+ channel_id: 'channel-2694',
1871
+ base_denom: 'ibc/6928AFA9EA721938FED13B051F9DBF1272B16393D20C49EA5E4901BB76D94A90',
1872
+ chain_name: 'osmosis'
1873
+ },
1874
+ chain: {
1875
+ channel_id: 'channel-0'
1876
+ }
1877
+ }],
1878
+ images: [{
1879
+ image_sync: {
1880
+ chain_name: 'nois',
1881
+ base_denom: 'unois'
1882
+ },
1883
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.png',
1884
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.svg'
1885
+ }],
1886
+ logo_URIs: {
1887
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.png',
1888
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.svg'
1889
+ }
1890
+ }, {
1891
+ description: 'Margined Power Token sqBTC',
1892
+ denom_units: [{
1893
+ denom: 'ibc/8361A05D7FEB200168AD58B4BE8B9A4F4EC3386FED621B94026B925EFBD2DD88',
1894
+ exponent: 0,
1895
+ aliases: ['factory/osmo1g8qypve6l95xmhgc0fddaecerffymsl7kn9muw/sqbtc']
1896
+ }, {
1897
+ denom: 'sqbtc',
1898
+ exponent: 6
1899
+ }],
1900
+ base: 'ibc/8361A05D7FEB200168AD58B4BE8B9A4F4EC3386FED621B94026B925EFBD2DD88',
1901
+ name: 'BTC Squared',
1902
+ display: 'sqbtc',
1903
+ symbol: 'sqBTC',
1904
+ logo_URIs: {
1905
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sqbtc.svg'
1906
+ },
1907
+ images: [{
1908
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sqbtc.svg'
1909
+ }],
1910
+ traces: [{
1911
+ type: 'ibc',
1912
+ counterparty: {
1913
+ channel_id: 'channel-2694',
1914
+ base_denom: 'factory/osmo1g8qypve6l95xmhgc0fddaecerffymsl7kn9muw/sqbtc',
1915
+ chain_name: 'osmosis'
1916
+ },
1917
+ chain: {
1918
+ channel_id: 'channel-0'
1919
+ }
1920
+ }]
1921
+ }, {
1922
+ description: 'Margined Power Token sqATOM',
1923
+ denom_units: [{
1924
+ denom: 'ibc/92CA10D8AD5DFA69918E5860570A33922EC9181F013328034D9423D7A3A95C89',
1925
+ exponent: 0,
1926
+ aliases: ['factory/osmo1g8qypve6l95xmhgc0fddaecerffymsl7kn9muw/sqatom']
1927
+ }, {
1928
+ denom: 'sqatom',
1929
+ exponent: 6
1930
+ }],
1931
+ base: 'ibc/92CA10D8AD5DFA69918E5860570A33922EC9181F013328034D9423D7A3A95C89',
1932
+ name: 'ATOM Squared',
1933
+ display: 'sqatom',
1934
+ symbol: 'sqATOM',
1935
+ logo_URIs: {
1936
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sqatom.svg'
1937
+ },
1938
+ images: [{
1939
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sqatom.svg'
1940
+ }],
1941
+ traces: [{
1942
+ type: 'ibc',
1943
+ counterparty: {
1944
+ channel_id: 'channel-2694',
1945
+ base_denom: 'factory/osmo1g8qypve6l95xmhgc0fddaecerffymsl7kn9muw/sqatom',
1946
+ chain_name: 'osmosis'
1947
+ },
1948
+ chain: {
1949
+ channel_id: 'channel-0'
1950
+ }
1951
+ }]
1952
+ }, {
1953
+ description: 'CRO is the native token of the Crypto.org Chain, referred to as Native CRO.',
1954
+ denom_units: [{
1955
+ denom: 'ibc/E1BCC0F7B932E654B1A930F72B76C0678D55095387E2A4D8F00E941A8F82EE48',
1956
+ exponent: 0,
1957
+ aliases: ['ibc/E6931F78057F7CC5DA0FD6CEF82FF39373A6E0452BF1FD76910B93292CF356C1']
1958
+ }, {
1959
+ denom: 'cro',
1960
+ exponent: 8
1961
+ }],
1962
+ type_asset: 'ics20',
1963
+ base: 'ibc/E1BCC0F7B932E654B1A930F72B76C0678D55095387E2A4D8F00E941A8F82EE48',
1964
+ name: 'Cronos',
1965
+ display: 'cro',
1966
+ symbol: 'CRO',
1967
+ traces: [{
1968
+ type: 'ibc',
1969
+ counterparty: {
1970
+ channel_id: 'channel-2694',
1971
+ base_denom: 'ibc/E6931F78057F7CC5DA0FD6CEF82FF39373A6E0452BF1FD76910B93292CF356C1',
1972
+ chain_name: 'osmosis'
1973
+ },
1974
+ chain: {
1975
+ channel_id: 'channel-0'
1976
+ }
1977
+ }],
1978
+ images: [{
1979
+ image_sync: {
1980
+ chain_name: 'cryptoorgchain',
1981
+ base_denom: 'basecro'
1982
+ },
1983
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro.svg'
1984
+ }],
1985
+ logo_URIs: {
1986
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro.svg'
1987
+ }
1988
+ }, {
1989
+ description: 'The native token of Stargaze',
1990
+ denom_units: [{
1991
+ denom: 'ibc/11E3CF372E065ACB1A39C531A3C7E7E03F60B5D0653AD2139D31128ACD2772B5',
1992
+ exponent: 0,
1993
+ aliases: ['ibc/987C17B11ABC2B20019178ACE62929FE9840202CE79498E29FE8E5CB02B7C0A4']
1994
+ }, {
1995
+ denom: 'stars',
1996
+ exponent: 6
1997
+ }],
1998
+ type_asset: 'ics20',
1999
+ base: 'ibc/11E3CF372E065ACB1A39C531A3C7E7E03F60B5D0653AD2139D31128ACD2772B5',
2000
+ name: 'Stargaze',
2001
+ display: 'stars',
2002
+ symbol: 'STARS',
2003
+ traces: [{
2004
+ type: 'ibc',
2005
+ counterparty: {
2006
+ channel_id: 'channel-2694',
2007
+ base_denom: 'ibc/987C17B11ABC2B20019178ACE62929FE9840202CE79498E29FE8E5CB02B7C0A4',
2008
+ chain_name: 'osmosis'
2009
+ },
2010
+ chain: {
2011
+ channel_id: 'channel-0'
2012
+ }
2013
+ }],
2014
+ images: [{
2015
+ image_sync: {
2016
+ chain_name: 'stargaze',
2017
+ base_denom: 'ustars'
2018
+ },
2019
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
2020
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg'
2021
+ }],
2022
+ logo_URIs: {
2023
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
2024
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg'
2025
+ }
2026
+ }, {
2027
+ description: 'Maximize ETH yield through leveraged staking across Aave, Compound and Morpho and liquidity provision of ETH liquid staking tokens on Uniswap V3.',
2028
+ denom_units: [{
2029
+ denom: 'ibc/9F4C0779B5198070691EA6E6630FFD9C714092FD7F8DEB595A9F8B4421A940AC',
2030
+ exponent: 0,
2031
+ aliases: ['ibc/FBB3FEF80ED2344D821D4F95C31DBFD33E4E31D5324CAD94EF756E67B749F668']
2032
+ }, {
2033
+ denom: 'YieldETH',
2034
+ exponent: 18
2035
+ }],
2036
+ type_asset: 'ics20',
2037
+ base: 'ibc/9F4C0779B5198070691EA6E6630FFD9C714092FD7F8DEB595A9F8B4421A940AC',
2038
+ name: 'Real Yield Eth',
2039
+ display: 'YieldETH',
2040
+ symbol: 'YieldETH',
2041
+ traces: [{
2042
+ type: 'ibc',
2043
+ counterparty: {
2044
+ channel_id: 'channel-2694',
2045
+ base_denom: 'ibc/FBB3FEF80ED2344D821D4F95C31DBFD33E4E31D5324CAD94EF756E67B749F668',
2046
+ chain_name: 'osmosis'
2047
+ },
2048
+ chain: {
2049
+ channel_id: 'channel-0'
2050
+ }
2051
+ }],
2052
+ images: [{
2053
+ image_sync: {
2054
+ chain_name: 'ethereum',
2055
+ base_denom: 'wei'
2056
+ },
2057
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
2058
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg'
2059
+ }],
2060
+ logo_URIs: {
2061
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
2062
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg'
2063
+ }
2064
+ }, {
2065
+ description: 'The native staking token of dYdX Protocol.',
2066
+ denom_units: [{
2067
+ denom: 'ibc/64C2F728722DA2B30083372FD2DDDC86B976F963F5BC18122B86E571E91D6BA3',
2068
+ exponent: 0,
2069
+ aliases: ['ibc/831F0B1BBB1D08A2B75311892876D71565478C532967545476DF4C2D7492E48C']
2070
+ }, {
2071
+ denom: 'dydx',
2072
+ exponent: 18
2073
+ }],
2074
+ type_asset: 'ics20',
2075
+ base: 'ibc/64C2F728722DA2B30083372FD2DDDC86B976F963F5BC18122B86E571E91D6BA3',
2076
+ name: 'dYdX',
2077
+ display: 'dydx',
2078
+ symbol: 'DYDX',
2079
+ traces: [{
2080
+ type: 'ibc',
2081
+ counterparty: {
2082
+ channel_id: 'channel-2694',
2083
+ base_denom: 'ibc/831F0B1BBB1D08A2B75311892876D71565478C532967545476DF4C2D7492E48C',
2084
+ chain_name: 'osmosis'
2085
+ },
2086
+ chain: {
2087
+ channel_id: 'channel-0'
2088
+ }
2089
+ }],
2090
+ images: [{
2091
+ image_sync: {
2092
+ chain_name: 'dydx',
2093
+ base_denom: 'adydx'
2094
+ },
2095
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png',
2096
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg'
2097
+ }],
2098
+ logo_URIs: {
2099
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png',
2100
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg'
2101
+ }
2102
+ }, {
2103
+ description: 'The native token of Quasar',
2104
+ denom_units: [{
2105
+ denom: 'ibc/FF456FD21AA44251D2122BF19B20C5FE717A1EBD054A59FA1CA4B21742048CA0',
2106
+ exponent: 0,
2107
+ aliases: ['ibc/1B708808D372E959CD4839C594960309283424C775F4A038AAEBE7F83A988477']
2108
+ }, {
2109
+ denom: 'qsr',
2110
+ exponent: 6
2111
+ }],
2112
+ type_asset: 'ics20',
2113
+ base: 'ibc/FF456FD21AA44251D2122BF19B20C5FE717A1EBD054A59FA1CA4B21742048CA0',
2114
+ name: 'Quasar',
2115
+ display: 'qsr',
2116
+ symbol: 'QSR',
2117
+ traces: [{
2118
+ type: 'ibc',
2119
+ counterparty: {
2120
+ channel_id: 'channel-2694',
2121
+ base_denom: 'ibc/1B708808D372E959CD4839C594960309283424C775F4A038AAEBE7F83A988477',
2122
+ chain_name: 'osmosis'
2123
+ },
2124
+ chain: {
2125
+ channel_id: 'channel-0'
2126
+ }
2127
+ }],
2128
+ images: [{
2129
+ image_sync: {
2130
+ chain_name: 'quasar',
2131
+ base_denom: 'uqsr'
2132
+ },
2133
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quasar/images/quasar.png'
2134
+ }],
2135
+ logo_URIs: {
2136
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quasar/images/quasar.png'
2137
+ }
2138
+ }, {
2139
+ description: 'Levana native token',
2140
+ denom_units: [{
2141
+ denom: 'ibc/4786BEBBFDD989C467C4552AD73065D8B2578230B8428B3B9275D540EB04C851',
2142
+ exponent: 0,
2143
+ aliases: ['factory/osmo1mlng7pz4pnyxtpq0akfwall37czyk9lukaucsrn30ameplhhshtqdvfm5c/ulvn']
2144
+ }, {
2145
+ denom: 'lvn',
2146
+ exponent: 6
2147
+ }],
2148
+ base: 'ibc/4786BEBBFDD989C467C4552AD73065D8B2578230B8428B3B9275D540EB04C851',
2149
+ name: 'Levana',
2150
+ display: 'lvn',
2151
+ symbol: 'LVN',
2152
+ logo_URIs: {
2153
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/levana.png',
2154
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/levana.svg'
2155
+ },
2156
+ coingecko_id: 'levana-protocol',
2157
+ images: [{
2158
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/levana.png',
2159
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/levana.svg'
2160
+ }, {
2161
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/levana.png'
2162
+ }],
2163
+ traces: [{
2164
+ type: 'ibc',
2165
+ counterparty: {
2166
+ channel_id: 'channel-2694',
2167
+ base_denom: 'factory/osmo1mlng7pz4pnyxtpq0akfwall37czyk9lukaucsrn30ameplhhshtqdvfm5c/ulvn',
2168
+ chain_name: 'osmosis'
2169
+ },
2170
+ chain: {
2171
+ channel_id: 'channel-0'
2172
+ }
2173
+ }]
2174
+ }, {
2175
+ description: "MilkyWay's liquid staked TIA",
2176
+ denom_units: [{
2177
+ denom: 'ibc/16065EE5282C5217685C8F084FC44864C25C706AC37356B0D62811D50B96920F',
2178
+ exponent: 0,
2179
+ aliases: ['factory/osmo1f5vfcph2dvfeqcqkhetwv75fda69z7e5c2dldm3kvgj23crkv6wqcn47a0/umilkTIA']
2180
+ }, {
2181
+ denom: 'milkTIA',
2182
+ exponent: 6
2183
+ }],
2184
+ base: 'ibc/16065EE5282C5217685C8F084FC44864C25C706AC37356B0D62811D50B96920F',
2185
+ name: 'milkTIA',
2186
+ display: 'milkTIA',
2187
+ symbol: 'milkTIA',
2188
+ traces: [{
2189
+ type: 'ibc',
2190
+ counterparty: {
2191
+ channel_id: 'channel-2694',
2192
+ base_denom: 'factory/osmo1f5vfcph2dvfeqcqkhetwv75fda69z7e5c2dldm3kvgj23crkv6wqcn47a0/umilkTIA',
2193
+ chain_name: 'osmosis'
2194
+ },
2195
+ chain: {
2196
+ channel_id: 'channel-0'
2197
+ }
2198
+ }],
2199
+ logo_URIs: {
2200
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/milktia.png',
2201
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/milktia.svg'
2202
+ },
2203
+ coingecko_id: 'milkyway-staked-tia',
2204
+ images: [{
2205
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/milktia.png',
2206
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/milktia.svg'
2207
+ }]
2208
+ }, {
2209
+ denom_units: [{
2210
+ denom: 'ibc/4E19777F57A46073C673FDAB58A4C6BA85208DCBD5E2948107DE0B7248F0D3B0',
2211
+ exponent: 0,
2212
+ aliases: ['ibc/ECBE78BF7677320A93E7BA1761D144BCBF0CBC247C290C049655E106FE5DC68E']
2213
+ }, {
2214
+ denom: 'stkosmo',
2215
+ exponent: 6,
2216
+ aliases: ['stk/osmo']
2217
+ }],
2218
+ type_asset: 'ics20',
2219
+ base: 'ibc/4E19777F57A46073C673FDAB58A4C6BA85208DCBD5E2948107DE0B7248F0D3B0',
2220
+ name: 'PSTAKE staked OSMO',
2221
+ display: 'stkosmo',
2222
+ symbol: 'stkOSMO',
2223
+ traces: [{
2224
+ type: 'ibc',
2225
+ counterparty: {
2226
+ channel_id: 'channel-2694',
2227
+ base_denom: 'ibc/ECBE78BF7677320A93E7BA1761D144BCBF0CBC247C290C049655E106FE5DC68E',
2228
+ chain_name: 'osmosis'
2229
+ },
2230
+ chain: {
2231
+ channel_id: 'channel-0'
2232
+ }
2233
+ }],
2234
+ images: [{
2235
+ image_sync: {
2236
+ chain_name: 'persistence',
2237
+ base_denom: 'stk/uosmo'
2238
+ },
2239
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkosmo.png',
2240
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkosmo.svg'
2241
+ }],
2242
+ logo_URIs: {
2243
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkosmo.png',
2244
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkosmo.svg'
2245
+ }
2246
+ }, {
2247
+ description: 'The PAGE token is used for actions in the PageDAO NFT literary ecosystem and for DAO governance.',
2248
+ denom_units: [{
2249
+ denom: 'ibc/B79B0B919C27401AC597C7C31CC7492EF208A58DCB451A3CCB379BADE3109E5F',
2250
+ exponent: 0,
2251
+ aliases: ['ibc/23A62409E4AD8133116C249B1FA38EED30E500A115D7B153109462CD82C1CD99']
2252
+ }, {
2253
+ denom: 'page',
2254
+ exponent: 8
2255
+ }],
2256
+ type_asset: 'ics20',
2257
+ base: 'ibc/B79B0B919C27401AC597C7C31CC7492EF208A58DCB451A3CCB379BADE3109E5F',
2258
+ name: 'PageDAO',
2259
+ display: 'page',
2260
+ symbol: 'PAGE.grv',
2261
+ traces: [{
2262
+ type: 'ibc',
2263
+ counterparty: {
2264
+ channel_id: 'channel-2694',
2265
+ base_denom: 'ibc/23A62409E4AD8133116C249B1FA38EED30E500A115D7B153109462CD82C1CD99',
2266
+ chain_name: 'osmosis'
2267
+ },
2268
+ chain: {
2269
+ channel_id: 'channel-0'
2270
+ }
2271
+ }],
2272
+ images: [{
2273
+ image_sync: {
2274
+ chain_name: 'gravitybridge',
2275
+ base_denom: 'gravity0x60e683C6514Edd5F758A55b6f393BeBBAfaA8d5e'
2276
+ },
2277
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/page.png',
2278
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/page.svg'
2279
+ }],
2280
+ logo_URIs: {
2281
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/page.png',
2282
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/page.svg'
2283
+ }
2284
+ }, {
2285
+ description: "Nomic's native token.",
2286
+ denom_units: [{
2287
+ denom: 'ibc/AD1095193A389090566F66B9F9E1DE8F10D81F7B787717E7EC231369046D0ABF',
2288
+ exponent: 0,
2289
+ aliases: ['ibc/F49DFB3BC8105C57EE7F17EC2402438825B31212CFDD81681EB87911E934F32C']
2290
+ }, {
2291
+ denom: 'nom',
2292
+ exponent: 6
2293
+ }],
2294
+ type_asset: 'ics20',
2295
+ base: 'ibc/AD1095193A389090566F66B9F9E1DE8F10D81F7B787717E7EC231369046D0ABF',
2296
+ name: 'Nomic',
2297
+ display: 'nomic',
2298
+ symbol: 'NOM',
2299
+ traces: [{
2300
+ type: 'ibc',
2301
+ counterparty: {
2302
+ channel_id: 'channel-2694',
2303
+ base_denom: 'ibc/F49DFB3BC8105C57EE7F17EC2402438825B31212CFDD81681EB87911E934F32C',
2304
+ chain_name: 'osmosis'
2305
+ },
2306
+ chain: {
2307
+ channel_id: 'channel-0'
2308
+ }
2309
+ }],
2310
+ images: [{
2311
+ image_sync: {
2312
+ chain_name: 'nomic',
2313
+ base_denom: 'unom'
2314
+ },
2315
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nom.png',
2316
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nom.svg'
2317
+ }],
2318
+ logo_URIs: {
2319
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nom.png',
2320
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nom.svg'
2321
+ }
2322
+ }, {
2323
+ description: 'Bitcoin. On Cosmos.',
2324
+ denom_units: [{
2325
+ denom: 'ibc/05F447D15EE51344959C2EFBCE22B14DA3CB55FB4C56EA71F09CCC54E0BF9678',
2326
+ exponent: 0,
2327
+ aliases: ['ibc/75345531D87BD90BF108BE7240BD721CB2CB0A1F16D4EBA71B09EC3C43E15C8F']
2328
+ }, {
2329
+ denom: 'nbtc',
2330
+ exponent: 14
2331
+ }],
2332
+ type_asset: 'ics20',
2333
+ base: 'ibc/05F447D15EE51344959C2EFBCE22B14DA3CB55FB4C56EA71F09CCC54E0BF9678',
2334
+ name: 'Nomic Bitcoin',
2335
+ display: 'nbtc',
2336
+ symbol: 'nBTC',
2337
+ traces: [{
2338
+ type: 'ibc',
2339
+ counterparty: {
2340
+ channel_id: 'channel-2694',
2341
+ base_denom: 'ibc/75345531D87BD90BF108BE7240BD721CB2CB0A1F16D4EBA71B09EC3C43E15C8F',
2342
+ chain_name: 'osmosis'
2343
+ },
2344
+ chain: {
2345
+ channel_id: 'channel-0'
2346
+ }
2347
+ }],
2348
+ images: [{
2349
+ image_sync: {
2350
+ chain_name: 'nomic',
2351
+ base_denom: 'usat'
2352
+ },
2353
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nbtc.png',
2354
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nbtc.svg'
2355
+ }],
2356
+ logo_URIs: {
2357
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nbtc.png',
2358
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nbtc.svg'
2359
+ }
2360
+ }, {
2361
+ description: 'AUTISM on Osmosis',
2362
+ denom_units: [{
2363
+ denom: 'ibc/35065FCFC0E3F13EE449D9C02E79ECB91CFAD36F56DF5299CBFD442578ED826E',
2364
+ exponent: 0,
2365
+ aliases: ['ibc/9DDF52A334F92BC57A9E0D59DFF9984EAC61D2A14E5162605DF601AA58FDFC6D']
2366
+ }, {
2367
+ denom: 'autism',
2368
+ exponent: 6
2369
+ }],
2370
+ type_asset: 'ics20',
2371
+ base: 'ibc/35065FCFC0E3F13EE449D9C02E79ECB91CFAD36F56DF5299CBFD442578ED826E',
2372
+ name: 'Injective AUTISM',
2373
+ display: 'autism',
2374
+ symbol: 'AUTISM',
2375
+ traces: [{
2376
+ type: 'ibc',
2377
+ counterparty: {
2378
+ channel_id: 'channel-2694',
2379
+ base_denom: 'ibc/9DDF52A334F92BC57A9E0D59DFF9984EAC61D2A14E5162605DF601AA58FDFC6D',
2380
+ chain_name: 'osmosis'
2381
+ },
2382
+ chain: {
2383
+ channel_id: 'channel-0'
2384
+ }
2385
+ }],
2386
+ images: [{
2387
+ image_sync: {
2388
+ chain_name: 'injective',
2389
+ base_denom: 'factory/inj14lf8xm6fcvlggpa7guxzjqwjmtr24gnvf56hvz/autism'
2390
+ },
2391
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/autism.png'
2392
+ }],
2393
+ logo_URIs: {
2394
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/autism.png'
2395
+ }
2396
+ }, {
2397
+ description: 'Woof on Osmosis',
2398
+ denom_units: [{
2399
+ denom: 'ibc/A5E921253495F2A8827BAF18DA3BF18F72E88D7EC9DF047D262915783EA2B272',
2400
+ exponent: 0,
2401
+ aliases: ['ibc/9B8EC667B6DF55387DC0F3ACC4F187DA6921B0806ED35DE6B04DE96F5AB81F53']
2402
+ }, {
2403
+ denom: 'WOOF',
2404
+ exponent: 6
2405
+ }],
2406
+ type_asset: 'ics20',
2407
+ base: 'ibc/A5E921253495F2A8827BAF18DA3BF18F72E88D7EC9DF047D262915783EA2B272',
2408
+ name: 'WOOF chihuahua',
2409
+ display: 'WOOF',
2410
+ symbol: 'WOOF',
2411
+ traces: [{
2412
+ type: 'ibc',
2413
+ counterparty: {
2414
+ channel_id: 'channel-2694',
2415
+ base_denom: 'ibc/9B8EC667B6DF55387DC0F3ACC4F187DA6921B0806ED35DE6B04DE96F5AB81F53',
2416
+ chain_name: 'osmosis'
2417
+ },
2418
+ chain: {
2419
+ channel_id: 'channel-0'
2420
+ }
2421
+ }],
2422
+ logo_URIs: {
2423
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/woof.png'
2424
+ },
2425
+ images: [{
2426
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/woof.png'
2427
+ }]
2428
+ }, {
2429
+ description: 'The native coin of Sneaky Productions.',
2430
+ denom_units: [{
2431
+ denom: 'ibc/E890CC919F2CF9442F0A6C5ED8D3375D8A4121D99CA0B97513089AE58BD95336',
2432
+ exponent: 0,
2433
+ aliases: ['ibc/94ED1F172BC633DFC56D7E26551D8B101ADCCC69052AC44FED89F97FF658138F']
2434
+ }, {
2435
+ denom: 'sneaky',
2436
+ exponent: 6
2437
+ }],
2438
+ type_asset: 'ics20',
2439
+ base: 'ibc/E890CC919F2CF9442F0A6C5ED8D3375D8A4121D99CA0B97513089AE58BD95336',
2440
+ name: 'Sneaky Productions',
2441
+ display: 'sneaky',
2442
+ symbol: 'SNEAKY',
2443
+ traces: [{
2444
+ type: 'ibc',
2445
+ counterparty: {
2446
+ channel_id: 'channel-2694',
2447
+ base_denom: 'ibc/94ED1F172BC633DFC56D7E26551D8B101ADCCC69052AC44FED89F97FF658138F',
2448
+ chain_name: 'osmosis'
2449
+ },
2450
+ chain: {
2451
+ channel_id: 'channel-0'
2452
+ }
2453
+ }],
2454
+ logo_URIs: {
2455
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/sneaky.png'
2456
+ },
2457
+ images: [{
2458
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/sneaky.png'
2459
+ }]
2460
+ }, {
2461
+ denom_units: [{
2462
+ denom: 'ibc/CE99B4D2A172275C064595B750827855E04D5E068FB7C642C8469CA9B5DB0EE1',
2463
+ exponent: 0,
2464
+ aliases: ['factory/osmo1z0qrq605sjgcqpylfl4aa6s90x738j7m58wyatt0tdzflg2ha26q67k743/wbtc']
2465
+ }, {
2466
+ denom: 'wbtc',
2467
+ exponent: 8
2468
+ }],
2469
+ address: 'osmo1z0qrq605sjgcqpylfl4aa6s90x738j7m58wyatt0tdzflg2ha26q67k743',
2470
+ type_asset: 'sdk.coin',
2471
+ base: 'ibc/CE99B4D2A172275C064595B750827855E04D5E068FB7C642C8469CA9B5DB0EE1',
2472
+ name: 'Wrapped Bitcoin',
2473
+ display: 'wbtc',
2474
+ symbol: 'WBTC',
2475
+ traces: [{
2476
+ type: 'ibc',
2477
+ counterparty: {
2478
+ channel_id: 'channel-2694',
2479
+ base_denom: 'factory/osmo1z0qrq605sjgcqpylfl4aa6s90x738j7m58wyatt0tdzflg2ha26q67k743/wbtc',
2480
+ chain_name: 'osmosis'
2481
+ },
2482
+ chain: {
2483
+ channel_id: 'channel-0'
2484
+ }
2485
+ }],
2486
+ images: [{
2487
+ image_sync: {
2488
+ chain_name: 'ethereum',
2489
+ base_denom: '0x2260fac5e5542a773aa44fbcfedf7c193bc2c599'
2490
+ },
2491
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.png',
2492
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.svg'
2493
+ }],
2494
+ logo_URIs: {
2495
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.png',
2496
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.svg'
2497
+ }
2498
+ }, {
2499
+ 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.",
2500
+ denom_units: [{
2501
+ denom: 'ibc/AB7C92666DE8C7A977666B8080CABF0127B652B9D40F7251E6914DE942D9942B',
2502
+ exponent: 0,
2503
+ aliases: ['factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO']
2504
+ }, {
2505
+ denom: 'WOSMO',
2506
+ exponent: 6
2507
+ }],
2508
+ address: 'osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3',
2509
+ base: 'ibc/AB7C92666DE8C7A977666B8080CABF0127B652B9D40F7251E6914DE942D9942B',
2510
+ name: 'WOSMO',
2511
+ display: 'WOSMO',
2512
+ symbol: 'WOSMO',
2513
+ logo_URIs: {
2514
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/WOSMO.png'
2515
+ },
2516
+ images: [{
2517
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/WOSMO.png'
2518
+ }],
2519
+ traces: [{
2520
+ type: 'ibc',
2521
+ counterparty: {
2522
+ channel_id: 'channel-2694',
2523
+ base_denom: 'factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO',
2524
+ chain_name: 'osmosis'
2525
+ },
2526
+ chain: {
2527
+ channel_id: 'channel-0'
2528
+ }
2529
+ }]
2530
+ }, {
2531
+ description: 'NLS on Osmosis',
2532
+ denom_units: [{
2533
+ denom: 'ibc/989DF9B673551127FB0176F748F43E6CF67BAF429535DBC8CA1644B5FAF80453',
2534
+ exponent: 0,
2535
+ aliases: ['ibc/D9AFCECDD361D38302AA66EB3BAC23B95234832C51D12489DC451FA2B7C72782']
2536
+ }, {
2537
+ denom: 'nls',
2538
+ exponent: 6
2539
+ }],
2540
+ type_asset: 'ics20',
2541
+ base: 'ibc/989DF9B673551127FB0176F748F43E6CF67BAF429535DBC8CA1644B5FAF80453',
2542
+ name: 'Nolus',
2543
+ display: 'nls',
2544
+ symbol: 'NLS',
2545
+ traces: [{
2546
+ type: 'ibc',
2547
+ counterparty: {
2548
+ channel_id: 'channel-2694',
2549
+ base_denom: 'ibc/D9AFCECDD361D38302AA66EB3BAC23B95234832C51D12489DC451FA2B7C72782',
2550
+ chain_name: 'osmosis'
2551
+ },
2552
+ chain: {
2553
+ channel_id: 'channel-0'
2554
+ }
2555
+ }],
2556
+ images: [{
2557
+ image_sync: {
2558
+ chain_name: 'nolus',
2559
+ base_denom: 'unls'
2560
+ },
2561
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.png',
2562
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.svg'
2563
+ }],
2564
+ logo_URIs: {
2565
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.png',
2566
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.svg'
2567
+ }
2568
+ }, {
2569
+ description: 'STRD on Osmosis',
2570
+ denom_units: [{
2571
+ denom: 'ibc/04CA9067228BB51F1C39A506DA00DF07E1496D8308DD21E8EF66AD6169FA722B',
2572
+ exponent: 0,
2573
+ aliases: ['ibc/A8CA5EE328FA10C9519DF6057DA1F69682D28F7D0F5CCC7ECB72E3DCA2D157A4']
2574
+ }, {
2575
+ denom: 'strd',
2576
+ exponent: 6
2577
+ }],
2578
+ type_asset: 'ics20',
2579
+ base: 'ibc/04CA9067228BB51F1C39A506DA00DF07E1496D8308DD21E8EF66AD6169FA722B',
2580
+ name: 'Stride',
2581
+ display: 'strd',
2582
+ symbol: 'STRD',
2583
+ traces: [{
2584
+ type: 'ibc',
2585
+ counterparty: {
2586
+ channel_id: 'channel-2694',
2587
+ base_denom: 'ibc/A8CA5EE328FA10C9519DF6057DA1F69682D28F7D0F5CCC7ECB72E3DCA2D157A4',
2588
+ chain_name: 'osmosis'
2589
+ },
2590
+ chain: {
2591
+ channel_id: 'channel-0'
2592
+ }
2593
+ }],
2594
+ images: [{
2595
+ image_sync: {
2596
+ chain_name: 'stride',
2597
+ base_denom: 'ustrd'
2598
+ },
2599
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.png',
2600
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg'
2601
+ }],
2602
+ logo_URIs: {
2603
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.png',
2604
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg'
2605
+ }
2606
+ }, {
2607
+ description: 'Margined Power Token sqTIA',
2608
+ denom_units: [{
2609
+ denom: 'ibc/0A15AC1985AFEA902D4EBE897DABBD28100894D2ECE76E081963145EFC1C5BFF',
2610
+ exponent: 0,
2611
+ aliases: ['factory/osmo1g8qypve6l95xmhgc0fddaecerffymsl7kn9muw/sqtia']
2612
+ }, {
2613
+ denom: 'sqtia',
2614
+ exponent: 6
2615
+ }],
2616
+ base: 'ibc/0A15AC1985AFEA902D4EBE897DABBD28100894D2ECE76E081963145EFC1C5BFF',
2617
+ name: 'TIA Squared',
2618
+ display: 'sqtia',
2619
+ symbol: 'sqTIA',
2620
+ logo_URIs: {
2621
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sqtia.svg'
2622
+ },
2623
+ images: [{
2624
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sqtia.svg'
2625
+ }],
2626
+ traces: [{
2627
+ type: 'ibc',
2628
+ counterparty: {
2629
+ channel_id: 'channel-2694',
2630
+ base_denom: 'factory/osmo1g8qypve6l95xmhgc0fddaecerffymsl7kn9muw/sqtia',
2631
+ chain_name: 'osmosis'
2632
+ },
2633
+ chain: {
2634
+ channel_id: 'channel-0'
2635
+ }
2636
+ }]
2637
+ }, {
2638
+ description: 'Sail DAO Token',
2639
+ denom_units: [{
2640
+ denom: 'ibc/7577185E42939EE57EF73E2DE57A28BBE7693EDC0766C506E570C5D6B7636B33',
2641
+ exponent: 0,
2642
+ aliases: ['factory/osmo1rckme96ptawr4zwexxj5g5gej9s2dmud8r2t9j0k0prn5mch5g4snzzwjv/sail']
2643
+ }, {
2644
+ denom: 'sail',
2645
+ exponent: 6
2646
+ }],
2647
+ base: 'ibc/7577185E42939EE57EF73E2DE57A28BBE7693EDC0766C506E570C5D6B7636B33',
2648
+ name: 'Sail',
2649
+ display: 'sail',
2650
+ symbol: 'SAIL',
2651
+ logo_URIs: {
2652
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sail.png'
2653
+ },
2654
+ images: [{
2655
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sail.png'
2656
+ }],
2657
+ traces: [{
2658
+ type: 'ibc',
2659
+ counterparty: {
2660
+ channel_id: 'channel-2694',
2661
+ base_denom: 'factory/osmo1rckme96ptawr4zwexxj5g5gej9s2dmud8r2t9j0k0prn5mch5g4snzzwjv/sail',
2662
+ chain_name: 'osmosis'
2663
+ },
2664
+ chain: {
2665
+ channel_id: 'channel-0'
2666
+ }
2667
+ }]
2668
+ }]
2669
+ };
2670
+ var _default = exports["default"] = assets;