@chain-registry/assets 1.28.0 → 1.29.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (160) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/main/asset_lists.js +13 -1
  3. package/main/index.js +41 -3
  4. package/main/mainnet/8ball.js +1454 -0
  5. package/main/mainnet/acrechain.js +5752 -0
  6. package/main/mainnet/agoric.js +4889 -0
  7. package/main/mainnet/aioz.js +1559 -0
  8. package/main/mainnet/akash.js +3628 -0
  9. package/main/mainnet/andromeda.js +1254 -0
  10. package/main/mainnet/archway.js +5657 -0
  11. package/main/mainnet/arkh.js +1454 -0
  12. package/main/mainnet/assetmantle.js +2692 -0
  13. package/main/mainnet/assets.js +127 -0
  14. package/main/mainnet/aura.js +3207 -0
  15. package/main/mainnet/axelar.js +6074 -0
  16. package/main/mainnet/bandchain.js +1489 -0
  17. package/main/mainnet/beezee.js +1454 -0
  18. package/main/mainnet/bitcanna.js +2292 -0
  19. package/main/mainnet/bitsong.js +1789 -0
  20. package/main/mainnet/bluzelle.js +1454 -0
  21. package/main/mainnet/bostrom.js +1454 -0
  22. package/main/mainnet/canto.js +1996 -0
  23. package/main/mainnet/carbon.js +4273 -0
  24. package/main/mainnet/celestia.js +4331 -0
  25. package/main/mainnet/cerberus.js +1454 -0
  26. package/main/mainnet/cheqd.js +1953 -0
  27. package/main/mainnet/chihuahua.js +2908 -0
  28. package/main/mainnet/comdex.js +3901 -0
  29. package/main/mainnet/composable.js +6383 -0
  30. package/main/mainnet/coreum.js +4757 -0
  31. package/main/mainnet/cosmoshub.js +9108 -0
  32. package/main/mainnet/crescent.js +7152 -0
  33. package/main/mainnet/cronos.js +182 -0
  34. package/main/mainnet/cryptoorgchain.js +2295 -0
  35. package/main/mainnet/cudos.js +1454 -0
  36. package/main/mainnet/decentr.js +1653 -0
  37. package/main/mainnet/desmos.js +1454 -0
  38. package/main/mainnet/dig.js +1650 -0
  39. package/main/mainnet/doravota.js +2670 -0
  40. package/main/mainnet/dydx.js +4361 -0
  41. package/main/mainnet/dyson.js +1454 -0
  42. package/main/mainnet/echelon.js +1454 -0
  43. package/main/mainnet/emoney.js +1789 -0
  44. package/main/mainnet/empowerchain.js +2663 -0
  45. package/main/mainnet/evmos.js +6529 -0
  46. package/main/mainnet/fetchhub.js +1454 -0
  47. package/main/mainnet/furya.js +2822 -0
  48. package/main/mainnet/fxcore.js +2737 -0
  49. package/main/mainnet/galaxy.js +1454 -0
  50. package/main/mainnet/gateway.js +2567 -0
  51. package/main/mainnet/genesisl1.js +1454 -0
  52. package/main/mainnet/gitopia.js +1454 -0
  53. package/main/mainnet/gravitybridge.js +3401 -0
  54. package/main/mainnet/haqq.js +3306 -0
  55. package/main/mainnet/impacthub.js +2832 -0
  56. package/main/mainnet/imversed.js +1454 -0
  57. package/main/mainnet/index.js +246 -0
  58. package/main/mainnet/injective.js +6344 -0
  59. package/main/mainnet/irisnet.js +2991 -0
  60. package/main/mainnet/jackal.js +3707 -0
  61. package/main/mainnet/juno.js +8171 -0
  62. package/main/mainnet/kava.js +4832 -0
  63. package/main/mainnet/kichain.js +1559 -0
  64. package/main/mainnet/konstellation.js +1454 -0
  65. package/main/mainnet/kujira.js +9086 -0
  66. package/main/mainnet/kyve.js +2558 -0
  67. package/main/mainnet/lambda.js +1454 -0
  68. package/main/mainnet/likecoin.js +1559 -0
  69. package/main/mainnet/lumenx.js +1454 -0
  70. package/main/mainnet/lumnetwork.js +1559 -0
  71. package/main/mainnet/mars.js +3598 -0
  72. package/main/mainnet/medasdigital.js +1488 -0
  73. package/main/mainnet/meme.js +1454 -0
  74. package/main/mainnet/microtick.js +1454 -0
  75. package/main/mainnet/migaloo.js +5951 -0
  76. package/main/mainnet/neutron.js +7834 -0
  77. package/main/mainnet/noble.js +5521 -0
  78. package/main/mainnet/nois.js +2281 -0
  79. package/main/mainnet/nolus.js +2195 -0
  80. package/main/mainnet/nomic.js +3172 -0
  81. package/main/mainnet/nyx.js +1791 -0
  82. package/main/mainnet/odin.js +2558 -0
  83. package/main/mainnet/okexchain.js +563 -0
  84. package/main/mainnet/omniflixhub.js +2741 -0
  85. package/main/mainnet/onomy.js +1454 -0
  86. package/main/mainnet/oraichain.js +1555 -0
  87. package/main/mainnet/osmosis.js +1 -0
  88. package/main/mainnet/panacea.js +1454 -0
  89. package/main/mainnet/passage.js +1454 -0
  90. package/main/mainnet/persistence.js +4490 -0
  91. package/main/mainnet/planq.js +2056 -0
  92. package/main/mainnet/point.js +116 -0
  93. package/main/mainnet/provenance.js +1454 -0
  94. package/main/mainnet/pundix.js +1523 -0
  95. package/main/mainnet/quasar.js +1454 -0
  96. package/main/mainnet/quicksilver.js +2563 -0
  97. package/main/mainnet/qwoyn.js +1491 -0
  98. package/main/mainnet/realio.js +2569 -0
  99. package/main/mainnet/rebus.js +1454 -0
  100. package/main/mainnet/regen.js +3303 -0
  101. package/main/mainnet/rizon.js +1454 -0
  102. package/main/mainnet/secretnetwork.js +10382 -0
  103. package/main/mainnet/sei.js +4466 -0
  104. package/main/mainnet/sentinel.js +2192 -0
  105. package/main/mainnet/sge.js +1454 -0
  106. package/main/mainnet/shareledger.js +1454 -0
  107. package/main/mainnet/shentu.js +1454 -0
  108. package/main/mainnet/sifchain.js +2354 -0
  109. package/main/mainnet/sommelier.js +4126 -0
  110. package/main/mainnet/source.js +1454 -0
  111. package/main/mainnet/stafihub.js +2985 -0
  112. package/main/mainnet/stargaze.js +5470 -0
  113. package/main/mainnet/starname.js +2090 -0
  114. package/main/mainnet/stride.js +6791 -0
  115. package/main/mainnet/teritori.js +2738 -0
  116. package/main/mainnet/terra.js +2015 -0
  117. package/main/mainnet/terra2.js +8134 -0
  118. package/main/mainnet/tgrade.js +1557 -0
  119. package/main/mainnet/umee.js +4119 -0
  120. package/main/mainnet/unification.js +1791 -0
  121. package/main/mainnet/uptick.js +150 -0
  122. package/main/mainnet/vidulum.js +1486 -0
  123. package/main/mainnet/xpla.js +1650 -0
  124. package/main/noncosmos/assets.js +11 -0
  125. package/main/noncosmos/composablepolkadot.js +140 -0
  126. package/main/noncosmos/index.js +13 -0
  127. package/main/noncosmos/picasso.js +185 -0
  128. package/main/testnet/akashtestnet.js +109 -0
  129. package/main/testnet/archwaytestnet.js +395 -0
  130. package/main/testnet/assets.js +38 -0
  131. package/main/testnet/axelartestnet.js +533 -0
  132. package/main/testnet/celestiatestnet3.js +147 -0
  133. package/main/testnet/chain4energytestnet.js +81 -0
  134. package/main/testnet/composabletestnet.js +81 -0
  135. package/main/testnet/cosmoshubtestnet.js +281 -0
  136. package/main/testnet/doravotatestnet.js +81 -0
  137. package/main/testnet/dydxtestnet.js +292 -0
  138. package/main/testnet/empowertestnet.js +146 -0
  139. package/main/testnet/entrypointtestnet.js +81 -0
  140. package/main/testnet/impacthubtestnet.js +81 -0
  141. package/main/testnet/index.js +67 -0
  142. package/main/testnet/injectivetestnet.js +115 -0
  143. package/main/testnet/junotestnet.js +185 -0
  144. package/main/testnet/kyvetestnet.js +81 -0
  145. package/main/testnet/likecointestnet.js +81 -0
  146. package/main/testnet/marstestnet.js +151 -0
  147. package/main/testnet/neutrontestnet.js +181 -0
  148. package/main/testnet/nobletestnet.js +296 -0
  149. package/main/testnet/noistestnet.js +175 -0
  150. package/main/testnet/nolustestnet.js +114 -0
  151. package/main/testnet/osmosistestnet.js +1438 -0
  152. package/main/testnet/osmosistestnet4.js +504 -0
  153. package/main/testnet/persistencetestnet2.js +395 -0
  154. package/main/testnet/quicksilvertestnet.js +81 -0
  155. package/main/testnet/sagatestnet.js +362 -0
  156. package/main/testnet/sgetestnet.js +81 -0
  157. package/main/testnet/stargazetestnet.js +146 -0
  158. package/main/testnet/xiontestnet.js +476 -0
  159. package/package.json +8 -9
  160. package/types/index.d.ts +1 -1
@@ -0,0 +1,3306 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports["default"] = void 0;
7
+ var assets = {
8
+ chain_name: 'haqq',
9
+ assets: [{
10
+ description: 'The native token of Axelar',
11
+ denom_units: [{
12
+ denom: 'ibc/0E1517E2771CA7C03F2ED3F9BAECCAEADF0BFD79B89679E834933BC0F179AD98',
13
+ exponent: 0,
14
+ aliases: ['uaxl']
15
+ }, {
16
+ denom: 'axl',
17
+ exponent: 6
18
+ }],
19
+ base: 'ibc/0E1517E2771CA7C03F2ED3F9BAECCAEADF0BFD79B89679E834933BC0F179AD98',
20
+ name: 'Axelar',
21
+ display: 'axl',
22
+ symbol: 'AXL',
23
+ logo_URIs: {
24
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
25
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg'
26
+ },
27
+ coingecko_id: 'axelar',
28
+ images: [{
29
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
30
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg'
31
+ }],
32
+ traces: [{
33
+ type: 'ibc',
34
+ counterparty: {
35
+ channel_id: 'channel-113',
36
+ base_denom: 'uaxl',
37
+ chain_name: 'axelar'
38
+ },
39
+ chain: {
40
+ channel_id: 'channel-1'
41
+ }
42
+ }]
43
+ }, {
44
+ description: "Circle's stablecoin on Axelar",
45
+ denom_units: [{
46
+ denom: 'ibc/65D0BEC6DAD96C7F5043D1E54E54B6BB5D5B3AEC3FF6CEBB75B9E059F3580EA3',
47
+ exponent: 0,
48
+ aliases: ['uusdc']
49
+ }, {
50
+ denom: 'usdc',
51
+ exponent: 6
52
+ }],
53
+ base: 'ibc/65D0BEC6DAD96C7F5043D1E54E54B6BB5D5B3AEC3FF6CEBB75B9E059F3580EA3',
54
+ name: 'USD Coin',
55
+ display: 'usdc',
56
+ symbol: 'USDC',
57
+ traces: [{
58
+ type: 'ibc',
59
+ counterparty: {
60
+ channel_id: 'channel-113',
61
+ base_denom: 'uusdc',
62
+ chain_name: 'axelar'
63
+ },
64
+ chain: {
65
+ channel_id: 'channel-1'
66
+ }
67
+ }],
68
+ logo_URIs: {
69
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.png',
70
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg'
71
+ },
72
+ coingecko_id: 'axlusdc',
73
+ images: [{
74
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.png',
75
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg'
76
+ }]
77
+ }, {
78
+ description: "Frax's fractional-algorithmic stablecoin on Axelar",
79
+ denom_units: [{
80
+ denom: 'ibc/B826FA7F1989A109B506F861764AC25C82F90F2F8B1CA297FE61FAB8E39F9916',
81
+ exponent: 0,
82
+ aliases: ['frax-wei']
83
+ }, {
84
+ denom: 'frax',
85
+ exponent: 18
86
+ }],
87
+ base: 'ibc/B826FA7F1989A109B506F861764AC25C82F90F2F8B1CA297FE61FAB8E39F9916',
88
+ name: 'Frax',
89
+ display: 'frax',
90
+ symbol: 'FRAX',
91
+ traces: [{
92
+ type: 'ibc',
93
+ counterparty: {
94
+ channel_id: 'channel-113',
95
+ base_denom: 'frax-wei',
96
+ chain_name: 'axelar'
97
+ },
98
+ chain: {
99
+ channel_id: 'channel-1'
100
+ }
101
+ }],
102
+ logo_URIs: {
103
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/frax.svg'
104
+ },
105
+ images: [{
106
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/frax.svg'
107
+ }]
108
+ }, {
109
+ description: 'Dai stablecoin on Axelar',
110
+ denom_units: [{
111
+ denom: 'ibc/7D52903C3B425450A5451BE8068F469A96BAFAA47DC0E06718210F3093E308D2',
112
+ exponent: 0,
113
+ aliases: ['dai-wei']
114
+ }, {
115
+ denom: 'dai',
116
+ exponent: 18
117
+ }],
118
+ base: 'ibc/7D52903C3B425450A5451BE8068F469A96BAFAA47DC0E06718210F3093E308D2',
119
+ name: 'Dai Stablecoin',
120
+ display: 'dai',
121
+ symbol: 'DAI',
122
+ traces: [{
123
+ type: 'ibc',
124
+ counterparty: {
125
+ channel_id: 'channel-113',
126
+ base_denom: 'dai-wei',
127
+ chain_name: 'axelar'
128
+ },
129
+ chain: {
130
+ channel_id: 'channel-1'
131
+ }
132
+ }],
133
+ logo_URIs: {
134
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/dai.png',
135
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/dai.svg'
136
+ },
137
+ images: [{
138
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/dai.png',
139
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/dai.svg'
140
+ }]
141
+ }, {
142
+ description: "Tether's USD stablecoin on Axelar",
143
+ denom_units: [{
144
+ denom: 'ibc/A1F24CAA35E32235C8502B8A76AB9683211F66795876C9D99F0FB3F26182C6D0',
145
+ exponent: 0,
146
+ aliases: ['uusdt']
147
+ }, {
148
+ denom: 'usdt',
149
+ exponent: 6
150
+ }],
151
+ base: 'ibc/A1F24CAA35E32235C8502B8A76AB9683211F66795876C9D99F0FB3F26182C6D0',
152
+ name: 'Tether USD',
153
+ display: 'usdt',
154
+ symbol: 'USDT',
155
+ traces: [{
156
+ type: 'ibc',
157
+ counterparty: {
158
+ channel_id: 'channel-113',
159
+ base_denom: 'uusdt',
160
+ chain_name: 'axelar'
161
+ },
162
+ chain: {
163
+ channel_id: 'channel-1'
164
+ }
165
+ }],
166
+ logo_URIs: {
167
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdt.png',
168
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdt.svg'
169
+ },
170
+ images: [{
171
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdt.png',
172
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdt.svg'
173
+ }]
174
+ }, {
175
+ description: 'Wrapped Ether on Axelar',
176
+ denom_units: [{
177
+ denom: 'ibc/DD0D56BDAB32493B216A4C0530A336620D86FBE1C682888C5513899838FF7389',
178
+ exponent: 0,
179
+ aliases: ['weth-wei']
180
+ }, {
181
+ denom: 'weth',
182
+ exponent: 18
183
+ }],
184
+ base: 'ibc/DD0D56BDAB32493B216A4C0530A336620D86FBE1C682888C5513899838FF7389',
185
+ name: 'Wrapped Ether',
186
+ display: 'weth',
187
+ symbol: 'WETH',
188
+ traces: [{
189
+ type: 'ibc',
190
+ counterparty: {
191
+ channel_id: 'channel-113',
192
+ base_denom: 'weth-wei',
193
+ chain_name: 'axelar'
194
+ },
195
+ chain: {
196
+ channel_id: 'channel-1'
197
+ }
198
+ }],
199
+ logo_URIs: {
200
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/weth.png'
201
+ },
202
+ images: [{
203
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/weth.png'
204
+ }]
205
+ }, {
206
+ description: 'Wrapped Bitcoin on Axelar',
207
+ denom_units: [{
208
+ denom: 'ibc/850E88B206F6EEB9AC9D13A0316CE92D693CD30A9C4756D9D151959AA3643C4F',
209
+ exponent: 0,
210
+ aliases: ['wbtc-satoshi']
211
+ }, {
212
+ denom: 'wbtc',
213
+ exponent: 8
214
+ }],
215
+ base: 'ibc/850E88B206F6EEB9AC9D13A0316CE92D693CD30A9C4756D9D151959AA3643C4F',
216
+ name: 'Wrapped Bitcoin',
217
+ display: 'wbtc',
218
+ symbol: 'WBTC',
219
+ traces: [{
220
+ type: 'ibc',
221
+ counterparty: {
222
+ channel_id: 'channel-113',
223
+ base_denom: 'wbtc-satoshi',
224
+ chain_name: 'axelar'
225
+ },
226
+ chain: {
227
+ channel_id: 'channel-1'
228
+ }
229
+ }],
230
+ logo_URIs: {
231
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/wbtc.png'
232
+ },
233
+ images: [{
234
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/wbtc.png'
235
+ }]
236
+ }, {
237
+ description: 'Aave on Axelar',
238
+ denom_units: [{
239
+ denom: 'ibc/8A00659EA12CF738566912B3CDDFE1EBABA2735F8273DA06864E3A8AD31F8527',
240
+ exponent: 0,
241
+ aliases: ['aave-wei']
242
+ }, {
243
+ denom: 'aave',
244
+ exponent: 18
245
+ }],
246
+ base: 'ibc/8A00659EA12CF738566912B3CDDFE1EBABA2735F8273DA06864E3A8AD31F8527',
247
+ name: 'Aave',
248
+ display: 'aave',
249
+ symbol: 'AAVE',
250
+ traces: [{
251
+ type: 'ibc',
252
+ counterparty: {
253
+ channel_id: 'channel-113',
254
+ base_denom: 'aave-wei',
255
+ chain_name: 'axelar'
256
+ },
257
+ chain: {
258
+ channel_id: 'channel-1'
259
+ }
260
+ }],
261
+ logo_URIs: {
262
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/aave.svg'
263
+ },
264
+ images: [{
265
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/aave.svg'
266
+ }]
267
+ }, {
268
+ description: 'ApeCoin on Axelar',
269
+ denom_units: [{
270
+ denom: 'ibc/5059AE37193C2E0579F3D9F3C911295A13A93313808DCB5BA3E43D6C17AF0A85',
271
+ exponent: 0,
272
+ aliases: ['ape-wei']
273
+ }, {
274
+ denom: 'ape',
275
+ exponent: 18
276
+ }],
277
+ base: 'ibc/5059AE37193C2E0579F3D9F3C911295A13A93313808DCB5BA3E43D6C17AF0A85',
278
+ name: 'ApeCoin',
279
+ display: 'ape',
280
+ symbol: 'APE',
281
+ traces: [{
282
+ type: 'ibc',
283
+ counterparty: {
284
+ channel_id: 'channel-113',
285
+ base_denom: 'ape-wei',
286
+ chain_name: 'axelar'
287
+ },
288
+ chain: {
289
+ channel_id: 'channel-1'
290
+ }
291
+ }],
292
+ logo_URIs: {
293
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ape.svg'
294
+ },
295
+ images: [{
296
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ape.svg'
297
+ }]
298
+ }, {
299
+ description: 'Axie Infinity Shard on Axelar',
300
+ denom_units: [{
301
+ denom: 'ibc/3A576EAFE91B3C9D8822AE896F450F4E6F11F1A33BF991D4FCE335BFC08D7574',
302
+ exponent: 0,
303
+ aliases: ['axs-wei']
304
+ }, {
305
+ denom: 'axs',
306
+ exponent: 18
307
+ }],
308
+ base: 'ibc/3A576EAFE91B3C9D8822AE896F450F4E6F11F1A33BF991D4FCE335BFC08D7574',
309
+ name: 'Axie Infinity Shard',
310
+ display: 'axs',
311
+ symbol: 'AXS',
312
+ traces: [{
313
+ type: 'ibc',
314
+ counterparty: {
315
+ channel_id: 'channel-113',
316
+ base_denom: 'axs-wei',
317
+ chain_name: 'axelar'
318
+ },
319
+ chain: {
320
+ channel_id: 'channel-1'
321
+ }
322
+ }],
323
+ logo_URIs: {
324
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/axs.svg'
325
+ },
326
+ images: [{
327
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/axs.svg'
328
+ }]
329
+ }, {
330
+ description: 'Chainlink on Axelar',
331
+ denom_units: [{
332
+ denom: 'ibc/E46F5D449A1543CECDB8A9B65B9F5713564C34C2AC7899508D06DB2E2DD5F9F2',
333
+ exponent: 0,
334
+ aliases: ['link-wei']
335
+ }, {
336
+ denom: 'link',
337
+ exponent: 18
338
+ }],
339
+ base: 'ibc/E46F5D449A1543CECDB8A9B65B9F5713564C34C2AC7899508D06DB2E2DD5F9F2',
340
+ name: 'Chainlink',
341
+ display: 'link',
342
+ symbol: 'LINK',
343
+ traces: [{
344
+ type: 'ibc',
345
+ counterparty: {
346
+ channel_id: 'channel-113',
347
+ base_denom: 'link-wei',
348
+ chain_name: 'axelar'
349
+ },
350
+ chain: {
351
+ channel_id: 'channel-1'
352
+ }
353
+ }],
354
+ logo_URIs: {
355
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.png',
356
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.svg'
357
+ },
358
+ images: [{
359
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.png',
360
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.svg'
361
+ }]
362
+ }, {
363
+ description: 'Maker on Axelar',
364
+ denom_units: [{
365
+ denom: 'ibc/EC157449417448E5F1572D81BF8B0B097140FDD51116E4A98588691675F4900C',
366
+ exponent: 0,
367
+ aliases: ['mkr-wei']
368
+ }, {
369
+ denom: 'mkr',
370
+ exponent: 18
371
+ }],
372
+ base: 'ibc/EC157449417448E5F1572D81BF8B0B097140FDD51116E4A98588691675F4900C',
373
+ name: 'Maker',
374
+ display: 'mkr',
375
+ symbol: 'MKR',
376
+ traces: [{
377
+ type: 'ibc',
378
+ counterparty: {
379
+ channel_id: 'channel-113',
380
+ base_denom: 'mkr-wei',
381
+ chain_name: 'axelar'
382
+ },
383
+ chain: {
384
+ channel_id: 'channel-1'
385
+ }
386
+ }],
387
+ logo_URIs: {
388
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/mkr.svg'
389
+ },
390
+ images: [{
391
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/mkr.svg'
392
+ }]
393
+ }, {
394
+ description: 'Rai Reflex Index on Axelar',
395
+ denom_units: [{
396
+ denom: 'ibc/85134A05F0A7B97E4156D421F5154F55C67028ABEFF03DDC1D5764F68F935228',
397
+ exponent: 0,
398
+ aliases: ['rai-wei']
399
+ }, {
400
+ denom: 'rai',
401
+ exponent: 18
402
+ }],
403
+ base: 'ibc/85134A05F0A7B97E4156D421F5154F55C67028ABEFF03DDC1D5764F68F935228',
404
+ name: 'Rai Reflex Index',
405
+ display: 'rai',
406
+ symbol: 'RAI',
407
+ traces: [{
408
+ type: 'ibc',
409
+ counterparty: {
410
+ channel_id: 'channel-113',
411
+ base_denom: 'rai-wei',
412
+ chain_name: 'axelar'
413
+ },
414
+ chain: {
415
+ channel_id: 'channel-1'
416
+ }
417
+ }],
418
+ logo_URIs: {
419
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/rai.svg'
420
+ },
421
+ images: [{
422
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/rai.svg'
423
+ }]
424
+ }, {
425
+ description: 'Shiba Inu on Axelar',
426
+ denom_units: [{
427
+ denom: 'ibc/9E8C062909538C2B572C29A478DC322749152D1A6553320F75C3F4B738AC338E',
428
+ exponent: 0,
429
+ aliases: ['shib-wei']
430
+ }, {
431
+ denom: 'shib',
432
+ exponent: 18
433
+ }],
434
+ base: 'ibc/9E8C062909538C2B572C29A478DC322749152D1A6553320F75C3F4B738AC338E',
435
+ name: 'Shiba Inu',
436
+ display: 'shib',
437
+ symbol: 'SHIB',
438
+ traces: [{
439
+ type: 'ibc',
440
+ counterparty: {
441
+ channel_id: 'channel-113',
442
+ base_denom: 'shib-wei',
443
+ chain_name: 'axelar'
444
+ },
445
+ chain: {
446
+ channel_id: 'channel-1'
447
+ }
448
+ }],
449
+ logo_URIs: {
450
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/shib.svg'
451
+ },
452
+ images: [{
453
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/shib.svg'
454
+ }]
455
+ }, {
456
+ description: 'Lido Staked Ether on Axelar',
457
+ denom_units: [{
458
+ denom: 'ibc/43C2F70FABEF6023DAA352C58277E802215EEEBEC5779403FE2EB1B03206E044',
459
+ exponent: 0,
460
+ aliases: ['steth-wei']
461
+ }, {
462
+ denom: 'steth',
463
+ exponent: 18
464
+ }],
465
+ base: 'ibc/43C2F70FABEF6023DAA352C58277E802215EEEBEC5779403FE2EB1B03206E044',
466
+ name: 'Lido Staked Ether',
467
+ display: 'steth',
468
+ symbol: 'stETH',
469
+ traces: [{
470
+ type: 'ibc',
471
+ counterparty: {
472
+ channel_id: 'channel-113',
473
+ base_denom: 'steth-wei',
474
+ chain_name: 'axelar'
475
+ },
476
+ chain: {
477
+ channel_id: 'channel-1'
478
+ }
479
+ }],
480
+ logo_URIs: {
481
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/steth.svg'
482
+ },
483
+ images: [{
484
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/steth.svg'
485
+ }]
486
+ }, {
487
+ description: 'Uniswap on Axelar',
488
+ denom_units: [{
489
+ denom: 'ibc/7E4E3F5580B9B59D43BBA944A070807BAB62C4123DAAE82D5C0E619981327B55',
490
+ exponent: 0,
491
+ aliases: ['uni-wei']
492
+ }, {
493
+ denom: 'uni',
494
+ exponent: 18
495
+ }],
496
+ base: 'ibc/7E4E3F5580B9B59D43BBA944A070807BAB62C4123DAAE82D5C0E619981327B55',
497
+ name: 'Uniswap',
498
+ display: 'uni',
499
+ symbol: 'UNI',
500
+ traces: [{
501
+ type: 'ibc',
502
+ counterparty: {
503
+ channel_id: 'channel-113',
504
+ base_denom: 'uni-wei',
505
+ chain_name: 'axelar'
506
+ },
507
+ chain: {
508
+ channel_id: 'channel-1'
509
+ }
510
+ }],
511
+ logo_URIs: {
512
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/uni.svg'
513
+ },
514
+ images: [{
515
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/uni.svg'
516
+ }]
517
+ }, {
518
+ description: 'Chain on Axelar',
519
+ denom_units: [{
520
+ denom: 'ibc/0F2F347B9D5D78D8717DF56FF8A281F91432B36AC5FB3A4C3CA7D62A4C92AF7E',
521
+ exponent: 0,
522
+ aliases: ['xcn-wei']
523
+ }, {
524
+ denom: 'xcn',
525
+ exponent: 18
526
+ }],
527
+ base: 'ibc/0F2F347B9D5D78D8717DF56FF8A281F91432B36AC5FB3A4C3CA7D62A4C92AF7E',
528
+ name: 'Chain',
529
+ display: 'xcn',
530
+ symbol: 'XCN',
531
+ traces: [{
532
+ type: 'ibc',
533
+ counterparty: {
534
+ channel_id: 'channel-113',
535
+ base_denom: 'xcn-wei',
536
+ chain_name: 'axelar'
537
+ },
538
+ chain: {
539
+ channel_id: 'channel-1'
540
+ }
541
+ }],
542
+ logo_URIs: {
543
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/xcn.svg'
544
+ },
545
+ images: [{
546
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/xcn.svg'
547
+ }]
548
+ }, {
549
+ description: 'Wrapped Polkadot on Axelar',
550
+ denom_units: [{
551
+ denom: 'ibc/50551EE1B7421026F68EB2714DDF2C607ECA3D4B14A67273A71767A0F8CC29F5',
552
+ exponent: 0,
553
+ aliases: ['dot-planck']
554
+ }, {
555
+ denom: 'dot',
556
+ exponent: 10
557
+ }],
558
+ base: 'ibc/50551EE1B7421026F68EB2714DDF2C607ECA3D4B14A67273A71767A0F8CC29F5',
559
+ name: 'Wrapped Polkadot',
560
+ display: 'dot',
561
+ symbol: 'DOT',
562
+ traces: [{
563
+ type: 'ibc',
564
+ counterparty: {
565
+ channel_id: 'channel-113',
566
+ base_denom: 'dot-planck',
567
+ chain_name: 'axelar'
568
+ },
569
+ chain: {
570
+ channel_id: 'channel-1'
571
+ }
572
+ }],
573
+ logo_URIs: {
574
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polkadot/images/dot.png',
575
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polkadot/images/dot.svg'
576
+ },
577
+ images: [{
578
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polkadot/images/dot.png',
579
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polkadot/images/dot.svg'
580
+ }]
581
+ }, {
582
+ description: 'Wrapped Moonbeam on Axelar',
583
+ denom_units: [{
584
+ denom: 'ibc/E3878CD653ECCD470639A4398EC4913C9915DD3E550697CF0424B572B2385B60',
585
+ exponent: 0,
586
+ aliases: ['wglmr-wei']
587
+ }, {
588
+ denom: 'wglmr',
589
+ exponent: 18
590
+ }],
591
+ base: 'ibc/E3878CD653ECCD470639A4398EC4913C9915DD3E550697CF0424B572B2385B60',
592
+ name: 'Wrapped Moonbeam',
593
+ display: 'wglmr',
594
+ symbol: 'WGLMR',
595
+ traces: [{
596
+ type: 'ibc',
597
+ counterparty: {
598
+ channel_id: 'channel-113',
599
+ base_denom: 'wglmr-wei',
600
+ chain_name: 'axelar'
601
+ },
602
+ chain: {
603
+ channel_id: 'channel-1'
604
+ }
605
+ }],
606
+ logo_URIs: {
607
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/moonbeam/images/glmr.png',
608
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/moonbeam/images/glmr.svg'
609
+ },
610
+ images: [{
611
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/moonbeam/images/glmr.png',
612
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/moonbeam/images/glmr.svg'
613
+ }]
614
+ }, {
615
+ description: 'Wrapped Matic on Axelar',
616
+ denom_units: [{
617
+ denom: 'ibc/7BFC5893BCCC6C9A4B173BC1183D2706141CBF71679EA6BDCE15E679CEC05183',
618
+ exponent: 0,
619
+ aliases: ['wmatic-wei']
620
+ }, {
621
+ denom: 'wmatic',
622
+ exponent: 18
623
+ }],
624
+ base: 'ibc/7BFC5893BCCC6C9A4B173BC1183D2706141CBF71679EA6BDCE15E679CEC05183',
625
+ name: 'Wrapped Matic',
626
+ display: 'wmatic',
627
+ symbol: 'WMATIC',
628
+ traces: [{
629
+ type: 'ibc',
630
+ counterparty: {
631
+ channel_id: 'channel-113',
632
+ base_denom: 'wmatic-wei',
633
+ chain_name: 'axelar'
634
+ },
635
+ chain: {
636
+ channel_id: 'channel-1'
637
+ }
638
+ }],
639
+ logo_URIs: {
640
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polygon/images/wmatic.png',
641
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polygon/images/wmatic.svg'
642
+ },
643
+ images: [{
644
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polygon/images/wmatic.png',
645
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polygon/images/wmatic.svg'
646
+ }]
647
+ }, {
648
+ description: 'Wrapped BNB on Axelar',
649
+ denom_units: [{
650
+ denom: 'ibc/52F7DAC8D338E4D7388D02EBD6E522B86EBB62A48C6732C2651423A9E79377DE',
651
+ exponent: 0,
652
+ aliases: ['wbnb-wei']
653
+ }, {
654
+ denom: 'wbnb',
655
+ exponent: 18
656
+ }],
657
+ base: 'ibc/52F7DAC8D338E4D7388D02EBD6E522B86EBB62A48C6732C2651423A9E79377DE',
658
+ name: 'Wrapped BNB',
659
+ display: 'wbnb',
660
+ symbol: 'WBNB',
661
+ traces: [{
662
+ type: 'ibc',
663
+ counterparty: {
664
+ channel_id: 'channel-113',
665
+ base_denom: 'wbnb-wei',
666
+ chain_name: 'axelar'
667
+ },
668
+ chain: {
669
+ channel_id: 'channel-1'
670
+ }
671
+ }],
672
+ logo_URIs: {
673
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/wbnb.png',
674
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/wbnb.svg'
675
+ },
676
+ images: [{
677
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/wbnb.png',
678
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/wbnb.svg'
679
+ }]
680
+ }, {
681
+ description: 'Binance USD on Axelar.',
682
+ denom_units: [{
683
+ denom: 'ibc/97B1DE3106F835AA76ED7625C6DEF5110F35E9B349D3AC4CD6F78C8A6FCE9F2D',
684
+ exponent: 0,
685
+ aliases: ['busd-wei']
686
+ }, {
687
+ denom: 'busd',
688
+ exponent: 18
689
+ }],
690
+ base: 'ibc/97B1DE3106F835AA76ED7625C6DEF5110F35E9B349D3AC4CD6F78C8A6FCE9F2D',
691
+ name: 'Binance USD',
692
+ display: 'busd',
693
+ symbol: 'BUSD',
694
+ traces: [{
695
+ type: 'ibc',
696
+ counterparty: {
697
+ channel_id: 'channel-113',
698
+ base_denom: 'busd-wei',
699
+ chain_name: 'axelar'
700
+ },
701
+ chain: {
702
+ channel_id: 'channel-1'
703
+ }
704
+ }],
705
+ logo_URIs: {
706
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/busd.png'
707
+ },
708
+ images: [{
709
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/busd.png'
710
+ }]
711
+ }, {
712
+ description: 'Wrapped AVAX on Axelar.',
713
+ denom_units: [{
714
+ denom: 'ibc/78D5DAB545549A930F5DB22CFA7C821ACE8EF55DCF787BED93A56D04CC7477F5',
715
+ exponent: 0,
716
+ aliases: ['wavax-wei']
717
+ }, {
718
+ denom: 'avax',
719
+ exponent: 18
720
+ }],
721
+ base: 'ibc/78D5DAB545549A930F5DB22CFA7C821ACE8EF55DCF787BED93A56D04CC7477F5',
722
+ name: 'Wrapped AVAX',
723
+ display: 'avax',
724
+ symbol: 'WAVAX',
725
+ traces: [{
726
+ type: 'ibc',
727
+ counterparty: {
728
+ channel_id: 'channel-113',
729
+ base_denom: 'wavax-wei',
730
+ chain_name: 'axelar'
731
+ },
732
+ chain: {
733
+ channel_id: 'channel-1'
734
+ }
735
+ }],
736
+ logo_URIs: {
737
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/avalanche/images/wavax.svg'
738
+ },
739
+ images: [{
740
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/avalanche/images/wavax.svg'
741
+ }]
742
+ }, {
743
+ description: 'Wrapped FTM on Axelar.',
744
+ denom_units: [{
745
+ denom: 'ibc/301A96A9BB897EF914BA74534EE1D75417753A0E113F2F766838274057290B79',
746
+ exponent: 0,
747
+ aliases: ['wftm-wei']
748
+ }, {
749
+ denom: 'ftm',
750
+ exponent: 18
751
+ }],
752
+ base: 'ibc/301A96A9BB897EF914BA74534EE1D75417753A0E113F2F766838274057290B79',
753
+ name: 'Wrapped FTM',
754
+ display: 'ftm',
755
+ symbol: 'WFTM',
756
+ traces: [{
757
+ type: 'ibc',
758
+ counterparty: {
759
+ channel_id: 'channel-113',
760
+ base_denom: 'wftm-wei',
761
+ chain_name: 'axelar'
762
+ },
763
+ chain: {
764
+ channel_id: 'channel-1'
765
+ }
766
+ }],
767
+ logo_URIs: {
768
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/fantom/images/ftm.png'
769
+ },
770
+ images: [{
771
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/fantom/images/ftm.png'
772
+ }]
773
+ }, {
774
+ description: "Circle's stablecoin from Polygon on Axelar",
775
+ denom_units: [{
776
+ denom: 'ibc/D82D6BC5236279A14496692576272D92A449EA9EFFACB87071B1801CED1A1025',
777
+ exponent: 0,
778
+ aliases: ['polygon-uusdc']
779
+ }, {
780
+ denom: 'polygon-usdc',
781
+ exponent: 6
782
+ }],
783
+ base: 'ibc/D82D6BC5236279A14496692576272D92A449EA9EFFACB87071B1801CED1A1025',
784
+ name: 'USD Coin from Polygon',
785
+ display: 'polygon-usdc',
786
+ symbol: 'USDC',
787
+ traces: [{
788
+ type: 'ibc',
789
+ counterparty: {
790
+ channel_id: 'channel-113',
791
+ base_denom: 'polygon-uusdc',
792
+ chain_name: 'axelar'
793
+ },
794
+ chain: {
795
+ channel_id: 'channel-1'
796
+ }
797
+ }],
798
+ logo_URIs: {
799
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.png',
800
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg'
801
+ },
802
+ images: [{
803
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.png',
804
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg'
805
+ }]
806
+ }, {
807
+ description: "Circle's stablecoin from Avalanche on Axelar",
808
+ denom_units: [{
809
+ denom: 'ibc/C8F93B4FCBC2DEF43B056F4A47156B3FE98EDAD7680D42B5F1A40ED9C371C0DF',
810
+ exponent: 0,
811
+ aliases: ['avalanche-uusdc']
812
+ }, {
813
+ denom: 'avalanche-usdc',
814
+ exponent: 6
815
+ }],
816
+ base: 'ibc/C8F93B4FCBC2DEF43B056F4A47156B3FE98EDAD7680D42B5F1A40ED9C371C0DF',
817
+ name: 'USD Coin from Avalanche',
818
+ display: 'avalanche-usdc',
819
+ symbol: 'USDC',
820
+ traces: [{
821
+ type: 'ibc',
822
+ counterparty: {
823
+ channel_id: 'channel-113',
824
+ base_denom: 'avalanche-uusdc',
825
+ chain_name: 'axelar'
826
+ },
827
+ chain: {
828
+ channel_id: 'channel-1'
829
+ }
830
+ }],
831
+ logo_URIs: {
832
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.png',
833
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg'
834
+ },
835
+ images: [{
836
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.png',
837
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg'
838
+ }]
839
+ }, {
840
+ description: 'Wrapped FIL on Axelar',
841
+ denom_units: [{
842
+ denom: 'ibc/64F437CA650406EC32948093BD96FDE7BE7ECB389D28D9426D04857E520A1D1D',
843
+ exponent: 0,
844
+ aliases: ['wfil-wei']
845
+ }, {
846
+ denom: 'fil',
847
+ exponent: 18
848
+ }],
849
+ base: 'ibc/64F437CA650406EC32948093BD96FDE7BE7ECB389D28D9426D04857E520A1D1D',
850
+ name: 'Wrapped FIL from Filecoin',
851
+ display: 'fil',
852
+ symbol: 'axlFIL',
853
+ traces: [{
854
+ type: 'ibc',
855
+ counterparty: {
856
+ channel_id: 'channel-113',
857
+ base_denom: 'wfil-wei',
858
+ chain_name: 'axelar'
859
+ },
860
+ chain: {
861
+ channel_id: 'channel-1'
862
+ }
863
+ }],
864
+ logo_URIs: {
865
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/filecoin/images/wfil.png',
866
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/filecoin/images/wfil.svg'
867
+ },
868
+ images: [{
869
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/filecoin/images/wfil.png',
870
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/filecoin/images/wfil.svg'
871
+ }]
872
+ }, {
873
+ description: 'Arbitrum on Axelar',
874
+ denom_units: [{
875
+ denom: 'ibc/598E0EE8751CD6842128E9043DBED1BA6A03F58586E1D2E237933E17EDF27608',
876
+ exponent: 0,
877
+ aliases: ['arb-wei']
878
+ }, {
879
+ denom: 'arb',
880
+ exponent: 18
881
+ }],
882
+ base: 'ibc/598E0EE8751CD6842128E9043DBED1BA6A03F58586E1D2E237933E17EDF27608',
883
+ name: 'Arbitrum',
884
+ display: 'arb',
885
+ symbol: 'ARB',
886
+ traces: [{
887
+ type: 'ibc',
888
+ counterparty: {
889
+ channel_id: 'channel-113',
890
+ base_denom: 'arb-wei',
891
+ chain_name: 'axelar'
892
+ },
893
+ chain: {
894
+ channel_id: 'channel-1'
895
+ }
896
+ }],
897
+ logo_URIs: {
898
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/arbitrum/images/arb.png',
899
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/arbitrum/images/arb.svg'
900
+ },
901
+ images: [{
902
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/arbitrum/images/arb.png',
903
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/arbitrum/images/arb.svg'
904
+ }]
905
+ }, {
906
+ denom_units: [{
907
+ denom: 'ibc/BA5E586534A1E1FF6132B819ABE8D4D3C2FDCF9DFDC9D6FABE3E6CBCD7406C19',
908
+ exponent: 0,
909
+ aliases: ['pepe-wei']
910
+ }, {
911
+ denom: 'pepe',
912
+ exponent: 18
913
+ }],
914
+ base: 'ibc/BA5E586534A1E1FF6132B819ABE8D4D3C2FDCF9DFDC9D6FABE3E6CBCD7406C19',
915
+ name: 'Pepe',
916
+ display: 'pepe',
917
+ symbol: 'PEPE',
918
+ traces: [{
919
+ type: 'ibc',
920
+ counterparty: {
921
+ channel_id: 'channel-113',
922
+ base_denom: 'pepe-wei',
923
+ chain_name: 'axelar'
924
+ },
925
+ chain: {
926
+ channel_id: 'channel-1'
927
+ }
928
+ }],
929
+ images: [{
930
+ image_sync: {
931
+ chain_name: 'ethereum',
932
+ base_denom: '0x6982508145454Ce325dDbE47a25d4ec3d2311933'
933
+ },
934
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/pepe.png',
935
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/pepe.svg'
936
+ }],
937
+ logo_URIs: {
938
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/pepe.png',
939
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/pepe.svg'
940
+ }
941
+ }, {
942
+ denom_units: [{
943
+ denom: 'ibc/F0211D8FA296BBCABD74D8EC1D6BF1614BAED76F849A1F764E85595BB060D4BA',
944
+ exponent: 0,
945
+ aliases: ['cbeth-wei']
946
+ }, {
947
+ denom: 'cbeth',
948
+ exponent: 18
949
+ }],
950
+ base: 'ibc/F0211D8FA296BBCABD74D8EC1D6BF1614BAED76F849A1F764E85595BB060D4BA',
951
+ name: 'Coinbase Wrapped Staked ETH',
952
+ display: 'cbeth',
953
+ symbol: 'cbETH',
954
+ traces: [{
955
+ type: 'ibc',
956
+ counterparty: {
957
+ channel_id: 'channel-113',
958
+ base_denom: 'cbeth-wei',
959
+ chain_name: 'axelar'
960
+ },
961
+ chain: {
962
+ channel_id: 'channel-1'
963
+ }
964
+ }],
965
+ images: [{
966
+ image_sync: {
967
+ chain_name: 'ethereum',
968
+ base_denom: '0xbe9895146f7af43049ca1c1ae358b0541ea49704'
969
+ },
970
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/cbeth.png'
971
+ }],
972
+ logo_URIs: {
973
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/cbeth.png'
974
+ }
975
+ }, {
976
+ denom_units: [{
977
+ denom: 'ibc/31C6106A9C6BD20BB1A323A6D229AC2753CB0508E8DDFF52A5E853F5FB94D172',
978
+ exponent: 0,
979
+ aliases: ['reth-wei']
980
+ }, {
981
+ denom: 'reth',
982
+ exponent: 18
983
+ }],
984
+ base: 'ibc/31C6106A9C6BD20BB1A323A6D229AC2753CB0508E8DDFF52A5E853F5FB94D172',
985
+ name: 'Rocket Pool Ether',
986
+ display: 'reth',
987
+ symbol: 'rETH',
988
+ traces: [{
989
+ type: 'ibc',
990
+ counterparty: {
991
+ channel_id: 'channel-113',
992
+ base_denom: 'reth-wei',
993
+ chain_name: 'axelar'
994
+ },
995
+ chain: {
996
+ channel_id: 'channel-1'
997
+ }
998
+ }],
999
+ images: [{
1000
+ image_sync: {
1001
+ chain_name: 'ethereum',
1002
+ base_denom: '0xae78736cd615f374d3085123a210448e74fc6393'
1003
+ },
1004
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/reth.png'
1005
+ }],
1006
+ logo_URIs: {
1007
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/reth.png'
1008
+ }
1009
+ }, {
1010
+ denom_units: [{
1011
+ denom: 'ibc/4AEDE86813773F42D89F606736DE982FB45269C1C7A3ABDB89D76033B6BEA1A3',
1012
+ exponent: 0,
1013
+ aliases: ['sfrxeth-wei']
1014
+ }, {
1015
+ denom: 'sfrxeth',
1016
+ exponent: 18
1017
+ }],
1018
+ base: 'ibc/4AEDE86813773F42D89F606736DE982FB45269C1C7A3ABDB89D76033B6BEA1A3',
1019
+ name: 'Staked Frax Ether',
1020
+ display: 'sfrxeth',
1021
+ symbol: 'sfrxETH',
1022
+ traces: [{
1023
+ type: 'ibc',
1024
+ counterparty: {
1025
+ channel_id: 'channel-113',
1026
+ base_denom: 'sfrxeth-wei',
1027
+ chain_name: 'axelar'
1028
+ },
1029
+ chain: {
1030
+ channel_id: 'channel-1'
1031
+ }
1032
+ }],
1033
+ images: [{
1034
+ image_sync: {
1035
+ chain_name: 'ethereum',
1036
+ base_denom: '0xac3e018457b222d93114458476f3e3416abbe38f'
1037
+ },
1038
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/sfrxeth.svg'
1039
+ }],
1040
+ logo_URIs: {
1041
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/sfrxeth.svg'
1042
+ }
1043
+ }, {
1044
+ denom_units: [{
1045
+ denom: 'ibc/2BCE4106BF06DAECF08E1B8A8FC46B61A40484314CFED60E7008A28973B155CF',
1046
+ exponent: 0,
1047
+ aliases: ['wsteth-wei']
1048
+ }, {
1049
+ denom: 'wsteth',
1050
+ exponent: 18
1051
+ }],
1052
+ base: 'ibc/2BCE4106BF06DAECF08E1B8A8FC46B61A40484314CFED60E7008A28973B155CF',
1053
+ name: 'Wrapped Lido Staked Ether',
1054
+ display: 'wsteth',
1055
+ symbol: 'wstETH',
1056
+ traces: [{
1057
+ type: 'ibc',
1058
+ counterparty: {
1059
+ channel_id: 'channel-113',
1060
+ base_denom: 'wsteth-wei',
1061
+ chain_name: 'axelar'
1062
+ },
1063
+ chain: {
1064
+ channel_id: 'channel-1'
1065
+ }
1066
+ }],
1067
+ images: [{
1068
+ image_sync: {
1069
+ chain_name: 'ethereum',
1070
+ base_denom: '0x7f39c581f595b53c5cb19bd0b3f8da6c935e2ca0'
1071
+ },
1072
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wsteth.svg'
1073
+ }],
1074
+ logo_URIs: {
1075
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wsteth.svg'
1076
+ }
1077
+ }, {
1078
+ denom_units: [{
1079
+ denom: 'ibc/90969D2154B34BE0520E8E9E1516DC49019F30D3BA7752C692530F2D933E627C',
1080
+ exponent: 0,
1081
+ aliases: ['yieldeth-wei']
1082
+ }, {
1083
+ denom: 'YieldETH',
1084
+ exponent: 18
1085
+ }],
1086
+ base: 'ibc/90969D2154B34BE0520E8E9E1516DC49019F30D3BA7752C692530F2D933E627C',
1087
+ name: 'Real Yield Eth',
1088
+ display: 'YieldETH',
1089
+ symbol: 'YieldETH',
1090
+ traces: [{
1091
+ type: 'ibc',
1092
+ counterparty: {
1093
+ channel_id: 'channel-113',
1094
+ base_denom: 'yieldeth-wei',
1095
+ chain_name: 'axelar'
1096
+ },
1097
+ chain: {
1098
+ channel_id: 'channel-1'
1099
+ }
1100
+ }],
1101
+ images: [{
1102
+ image_sync: {
1103
+ chain_name: 'ethereum',
1104
+ base_denom: '0xb5b29320d2Dde5BA5BAFA1EbcD270052070483ec'
1105
+ },
1106
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/yieldeth.png',
1107
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/yieldeth.svg'
1108
+ }],
1109
+ logo_URIs: {
1110
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/yieldeth.png',
1111
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/yieldeth.svg'
1112
+ }
1113
+ }, {
1114
+ description: 'The native staking and governance token of the Cosmos Hub.',
1115
+ denom_units: [{
1116
+ denom: 'ibc/A4DB47A9D3CF9A068D454513891B526702455D3EF08FB9EB558C561F9DC2B701',
1117
+ exponent: 0,
1118
+ aliases: ['uatom']
1119
+ }, {
1120
+ denom: 'atom',
1121
+ exponent: 6
1122
+ }],
1123
+ base: 'ibc/A4DB47A9D3CF9A068D454513891B526702455D3EF08FB9EB558C561F9DC2B701',
1124
+ name: 'Cosmos Hub Atom',
1125
+ display: 'atom',
1126
+ symbol: 'ATOM',
1127
+ logo_URIs: {
1128
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
1129
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
1130
+ },
1131
+ coingecko_id: 'cosmos',
1132
+ images: [{
1133
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
1134
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
1135
+ }],
1136
+ traces: [{
1137
+ type: 'ibc',
1138
+ counterparty: {
1139
+ channel_id: 'channel-632',
1140
+ base_denom: 'uatom',
1141
+ chain_name: 'cosmoshub'
1142
+ },
1143
+ chain: {
1144
+ channel_id: 'channel-3'
1145
+ }
1146
+ }]
1147
+ }, {
1148
+ description: 'Tether USDt on the Cosmos Hub',
1149
+ denom_units: [{
1150
+ denom: 'ibc/AAF06E041140B017BF3E4741905EEF21873320A418CEB88AE4CDB4218DF69DEF',
1151
+ exponent: 0,
1152
+ aliases: ['ibc/F04D72CF9B5D9C849BB278B691CDFA2241813327430EC9CDC83F8F4CA4CDC2B0']
1153
+ }, {
1154
+ denom: 'usdt',
1155
+ exponent: 6
1156
+ }],
1157
+ type_asset: 'ics20',
1158
+ base: 'ibc/AAF06E041140B017BF3E4741905EEF21873320A418CEB88AE4CDB4218DF69DEF',
1159
+ name: 'Tether USDt',
1160
+ display: 'usdt',
1161
+ symbol: 'USDt',
1162
+ traces: [{
1163
+ type: 'ibc',
1164
+ counterparty: {
1165
+ channel_id: 'channel-632',
1166
+ base_denom: 'ibc/F04D72CF9B5D9C849BB278B691CDFA2241813327430EC9CDC83F8F4CA4CDC2B0',
1167
+ chain_name: 'cosmoshub'
1168
+ },
1169
+ chain: {
1170
+ channel_id: 'channel-3'
1171
+ }
1172
+ }],
1173
+ images: [{
1174
+ image_sync: {
1175
+ chain_name: 'kava',
1176
+ base_denom: 'erc20/tether/usdt'
1177
+ },
1178
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
1179
+ }],
1180
+ logo_URIs: {
1181
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
1182
+ }
1183
+ }, {
1184
+ description: 'FX on Cosmos Hub',
1185
+ denom_units: [{
1186
+ denom: 'ibc/96BA12E4CD7854ADDA25C85E5DFDA79670046BB7169DD137260B090DC4F58122',
1187
+ exponent: 0,
1188
+ aliases: ['ibc/4925E6ABA571A44D2BE0286D2D29AF42A294D0FF2BB16490149A1B26EAD33729']
1189
+ }],
1190
+ type_asset: 'ics20',
1191
+ base: 'ibc/96BA12E4CD7854ADDA25C85E5DFDA79670046BB7169DD137260B090DC4F58122',
1192
+ name: 'Function X',
1193
+ display: 'FX',
1194
+ symbol: 'FX',
1195
+ traces: [{
1196
+ type: 'ibc',
1197
+ counterparty: {
1198
+ channel_id: 'channel-632',
1199
+ base_denom: 'ibc/4925E6ABA571A44D2BE0286D2D29AF42A294D0FF2BB16490149A1B26EAD33729',
1200
+ chain_name: 'cosmoshub'
1201
+ },
1202
+ chain: {
1203
+ channel_id: 'channel-3'
1204
+ }
1205
+ }],
1206
+ images: [{
1207
+ image_sync: {
1208
+ chain_name: 'fxcore',
1209
+ base_denom: 'FX'
1210
+ },
1211
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.png',
1212
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.svg'
1213
+ }],
1214
+ logo_URIs: {
1215
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.png',
1216
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.svg'
1217
+ }
1218
+ }, {
1219
+ description: 'The native token of Gravity Bridge',
1220
+ denom_units: [{
1221
+ denom: 'ibc/FC9D92EC12BC974E8B6179D411351524CD5C2EBC3CE29D5BA856414FEFA47093',
1222
+ exponent: 0,
1223
+ aliases: ['ugraviton']
1224
+ }, {
1225
+ denom: 'graviton',
1226
+ exponent: 6
1227
+ }],
1228
+ base: 'ibc/FC9D92EC12BC974E8B6179D411351524CD5C2EBC3CE29D5BA856414FEFA47093',
1229
+ name: 'Graviton',
1230
+ display: 'graviton',
1231
+ symbol: 'GRAV',
1232
+ coingecko_id: 'graviton',
1233
+ logo_URIs: {
1234
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/gravitybridge/images/grav.png',
1235
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/gravitybridge/images/grav.svg'
1236
+ },
1237
+ images: [{
1238
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/gravitybridge/images/grav.png',
1239
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/gravitybridge/images/grav.svg'
1240
+ }],
1241
+ traces: [{
1242
+ type: 'ibc',
1243
+ counterparty: {
1244
+ channel_id: 'channel-100',
1245
+ base_denom: 'ugraviton',
1246
+ chain_name: 'gravitybridge'
1247
+ },
1248
+ chain: {
1249
+ channel_id: 'channel-0'
1250
+ }
1251
+ }]
1252
+ }, {
1253
+ description: 'pSTAKE is a liquid staking protocol unlocking the liquidity of staked assets.',
1254
+ denom_units: [{
1255
+ denom: 'ibc/C1F31ABD9112C10AEAE61B00EC8C70433B23435AC3BB64ECB4F0073C8079C2A4',
1256
+ exponent: 0,
1257
+ aliases: ['gravity0xfB5c6815cA3AC72Ce9F5006869AE67f18bF77006']
1258
+ }, {
1259
+ denom: 'pstake',
1260
+ exponent: 18
1261
+ }],
1262
+ base: 'ibc/C1F31ABD9112C10AEAE61B00EC8C70433B23435AC3BB64ECB4F0073C8079C2A4',
1263
+ name: 'pSTAKE Finance',
1264
+ display: 'pstake',
1265
+ symbol: 'PSTAKE',
1266
+ traces: [{
1267
+ type: 'ibc',
1268
+ counterparty: {
1269
+ channel_id: 'channel-100',
1270
+ base_denom: 'gravity0xfB5c6815cA3AC72Ce9F5006869AE67f18bF77006',
1271
+ chain_name: 'gravitybridge'
1272
+ },
1273
+ chain: {
1274
+ channel_id: 'channel-0'
1275
+ }
1276
+ }],
1277
+ logo_URIs: {
1278
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/pstake.png',
1279
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/pstake.svg'
1280
+ },
1281
+ images: [{
1282
+ image_sync: {
1283
+ chain_name: 'ethereum',
1284
+ base_denom: '0xfB5c6815cA3AC72Ce9F5006869AE67f18bF77006'
1285
+ },
1286
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/pstake.png',
1287
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/pstake.svg'
1288
+ }]
1289
+ }, {
1290
+ description: 'Gravity Bridge WETH',
1291
+ denom_units: [{
1292
+ denom: 'ibc/DC186CA7A8C009B43774EBDC825C935CABA9743504CE6037507E6E5CCE12858A',
1293
+ exponent: 0,
1294
+ aliases: ['gravity0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2']
1295
+ }, {
1296
+ denom: 'gweth',
1297
+ exponent: 18
1298
+ }],
1299
+ base: 'ibc/DC186CA7A8C009B43774EBDC825C935CABA9743504CE6037507E6E5CCE12858A',
1300
+ name: 'Wrapped Ethereum',
1301
+ display: 'gweth',
1302
+ symbol: 'WETH',
1303
+ logo_URIs: {
1304
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/weth.svg'
1305
+ },
1306
+ traces: [{
1307
+ type: 'ibc',
1308
+ counterparty: {
1309
+ channel_id: 'channel-100',
1310
+ base_denom: 'gravity0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2',
1311
+ chain_name: 'gravitybridge'
1312
+ },
1313
+ chain: {
1314
+ channel_id: 'channel-0'
1315
+ }
1316
+ }],
1317
+ images: [{
1318
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/weth.svg'
1319
+ }]
1320
+ }, {
1321
+ description: 'Gravity Bridge USDC',
1322
+ denom_units: [{
1323
+ denom: 'ibc/17CD484EE7D9723B847D95015FA3EBD1572FD13BC84FB838F55B18A57450F25B',
1324
+ exponent: 0,
1325
+ aliases: ['gravity0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48']
1326
+ }, {
1327
+ denom: 'gusdc',
1328
+ exponent: 6
1329
+ }],
1330
+ base: 'ibc/17CD484EE7D9723B847D95015FA3EBD1572FD13BC84FB838F55B18A57450F25B',
1331
+ name: 'USD Coin',
1332
+ display: 'gusdc',
1333
+ symbol: 'USDC',
1334
+ logo_URIs: {
1335
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
1336
+ },
1337
+ traces: [{
1338
+ type: 'ibc',
1339
+ counterparty: {
1340
+ channel_id: 'channel-100',
1341
+ base_denom: 'gravity0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48',
1342
+ chain_name: 'gravitybridge'
1343
+ },
1344
+ chain: {
1345
+ channel_id: 'channel-0'
1346
+ }
1347
+ }],
1348
+ images: [{
1349
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
1350
+ }]
1351
+ }, {
1352
+ description: 'Gravity Bridge USDT',
1353
+ denom_units: [{
1354
+ denom: 'ibc/4F6A2DEFEA52CD8D90966ADCB2BD0593D3993AB0DF7F6AEB3EFD6167D79237B0',
1355
+ exponent: 0,
1356
+ aliases: ['gravity0xdAC17F958D2ee523a2206206994597C13D831ec7']
1357
+ }, {
1358
+ denom: 'gusdt',
1359
+ exponent: 6
1360
+ }],
1361
+ base: 'ibc/4F6A2DEFEA52CD8D90966ADCB2BD0593D3993AB0DF7F6AEB3EFD6167D79237B0',
1362
+ name: 'Tether USD',
1363
+ display: 'gusdt',
1364
+ symbol: 'USDT',
1365
+ logo_URIs: {
1366
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
1367
+ },
1368
+ traces: [{
1369
+ type: 'ibc',
1370
+ counterparty: {
1371
+ channel_id: 'channel-100',
1372
+ base_denom: 'gravity0xdAC17F958D2ee523a2206206994597C13D831ec7',
1373
+ chain_name: 'gravitybridge'
1374
+ },
1375
+ chain: {
1376
+ channel_id: 'channel-0'
1377
+ }
1378
+ }],
1379
+ images: [{
1380
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
1381
+ }]
1382
+ }, {
1383
+ description: 'Gravity Bridge WBTC',
1384
+ denom_units: [{
1385
+ denom: 'ibc/1CF77BE8D99679A2C7BAEA22397DD02CCBFDC50E90A273598C9DBE9CC3557936',
1386
+ exponent: 0,
1387
+ aliases: ['gravity0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599']
1388
+ }, {
1389
+ denom: 'gwbtc',
1390
+ exponent: 8
1391
+ }],
1392
+ base: 'ibc/1CF77BE8D99679A2C7BAEA22397DD02CCBFDC50E90A273598C9DBE9CC3557936',
1393
+ name: 'Wrapped Bitcoin',
1394
+ display: 'gwbtc',
1395
+ symbol: 'WBTC',
1396
+ logo_URIs: {
1397
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.png',
1398
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.svg'
1399
+ },
1400
+ traces: [{
1401
+ type: 'ibc',
1402
+ counterparty: {
1403
+ channel_id: 'channel-100',
1404
+ base_denom: 'gravity0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599',
1405
+ chain_name: 'gravitybridge'
1406
+ },
1407
+ chain: {
1408
+ channel_id: 'channel-0'
1409
+ }
1410
+ }],
1411
+ images: [{
1412
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.png',
1413
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.svg'
1414
+ }]
1415
+ }, {
1416
+ description: 'Gravity Bridge DAI',
1417
+ denom_units: [{
1418
+ denom: 'ibc/D99936DBB29675AC60A97BC9BD009B4713498D7A82B5F649C498106B53C2067F',
1419
+ exponent: 0,
1420
+ aliases: ['gravity0x6B175474E89094C44Da98b954EedeAC495271d0F']
1421
+ }, {
1422
+ denom: 'gdai',
1423
+ exponent: 18
1424
+ }],
1425
+ base: 'ibc/D99936DBB29675AC60A97BC9BD009B4713498D7A82B5F649C498106B53C2067F',
1426
+ name: 'Dai Stablecoin',
1427
+ display: 'gdai',
1428
+ symbol: 'DAI',
1429
+ logo_URIs: {
1430
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/dai.svg'
1431
+ },
1432
+ traces: [{
1433
+ type: 'ibc',
1434
+ counterparty: {
1435
+ channel_id: 'channel-100',
1436
+ base_denom: 'gravity0x6B175474E89094C44Da98b954EedeAC495271d0F',
1437
+ chain_name: 'gravitybridge'
1438
+ },
1439
+ chain: {
1440
+ channel_id: 'channel-0'
1441
+ }
1442
+ }],
1443
+ images: [{
1444
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/dai.svg'
1445
+ }]
1446
+ }, {
1447
+ description: 'Gravity Bridge sDAI',
1448
+ denom_units: [{
1449
+ denom: 'ibc/BEDF742C640E7961EC3745BCE982285A8E3B3471824969A9F4D03A67C296A6ED',
1450
+ exponent: 0,
1451
+ aliases: ['gravity0x83F20F44975D03b1b09e64809B757c47f942BEeA']
1452
+ }, {
1453
+ denom: 'gsdai',
1454
+ exponent: 18
1455
+ }],
1456
+ base: 'ibc/BEDF742C640E7961EC3745BCE982285A8E3B3471824969A9F4D03A67C296A6ED',
1457
+ name: 'Savings Dai',
1458
+ display: 'gsdai',
1459
+ symbol: 'sDAI',
1460
+ logo_URIs: {
1461
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/sdai.png',
1462
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/sdai.svg'
1463
+ },
1464
+ traces: [{
1465
+ type: 'ibc',
1466
+ counterparty: {
1467
+ channel_id: 'channel-100',
1468
+ base_denom: 'gravity0x83F20F44975D03b1b09e64809B757c47f942BEeA',
1469
+ chain_name: 'gravitybridge'
1470
+ },
1471
+ chain: {
1472
+ channel_id: 'channel-0'
1473
+ }
1474
+ }],
1475
+ images: [{
1476
+ image_sync: {
1477
+ base_denom: 'ethereum',
1478
+ chain_name: '0x83F20F44975D03b1b09e64809B757c47f942BEeA'
1479
+ },
1480
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/sdai.png',
1481
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/sdai.svg'
1482
+ }]
1483
+ }, {
1484
+ description: 'Gravity Bridge OCC',
1485
+ denom_units: [{
1486
+ denom: 'ibc/5C1D16DD5C8DFC8B9942204CA679CA1C207C130DD39C2C195AE26C1B46F49A5F',
1487
+ exponent: 0,
1488
+ aliases: ['gravity0x2F109021aFe75B949429fe30523Ee7C0D5B27207']
1489
+ }, {
1490
+ denom: 'gocc',
1491
+ exponent: 18
1492
+ }],
1493
+ base: 'ibc/5C1D16DD5C8DFC8B9942204CA679CA1C207C130DD39C2C195AE26C1B46F49A5F',
1494
+ name: 'OccamFi',
1495
+ display: 'gocc',
1496
+ symbol: 'OCC',
1497
+ logo_URIs: {
1498
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/occamfi.png'
1499
+ },
1500
+ traces: [{
1501
+ type: 'ibc',
1502
+ counterparty: {
1503
+ channel_id: 'channel-100',
1504
+ base_denom: 'gravity0x2F109021aFe75B949429fe30523Ee7C0D5B27207',
1505
+ chain_name: 'gravitybridge'
1506
+ },
1507
+ chain: {
1508
+ channel_id: 'channel-0'
1509
+ }
1510
+ }],
1511
+ images: [{
1512
+ image_sync: {
1513
+ chain_name: 'ethereum',
1514
+ base_denom: '0x2F109021aFe75B949429fe30523Ee7C0D5B27207'
1515
+ },
1516
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/occamfi.png'
1517
+ }]
1518
+ }, {
1519
+ description: 'The PAGE token is used for actions in the PageDAO NFT literary ecosystem and for DAO governance.',
1520
+ denom_units: [{
1521
+ denom: 'ibc/B79B0B919C27401AC597C7C31CC7492EF208A58DCB451A3CCB379BADE3109E5F',
1522
+ exponent: 0,
1523
+ aliases: ['gravity0x60e683C6514Edd5F758A55b6f393BeBBAfaA8d5e']
1524
+ }, {
1525
+ denom: 'page',
1526
+ exponent: 8
1527
+ }],
1528
+ base: 'ibc/B79B0B919C27401AC597C7C31CC7492EF208A58DCB451A3CCB379BADE3109E5F',
1529
+ name: 'Page',
1530
+ display: 'page',
1531
+ symbol: 'PAGE',
1532
+ logo_URIs: {
1533
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/page.png',
1534
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/page.svg'
1535
+ },
1536
+ traces: [{
1537
+ type: 'ibc',
1538
+ counterparty: {
1539
+ channel_id: 'channel-100',
1540
+ base_denom: 'gravity0x60e683C6514Edd5F758A55b6f393BeBBAfaA8d5e',
1541
+ chain_name: 'gravitybridge'
1542
+ },
1543
+ chain: {
1544
+ channel_id: 'channel-0'
1545
+ }
1546
+ }],
1547
+ images: [{
1548
+ image_sync: {
1549
+ chain_name: 'ethereum',
1550
+ base_denom: '0x60e683C6514Edd5F758A55b6f393BeBBAfaA8d5e'
1551
+ },
1552
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/page.png',
1553
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/page.svg'
1554
+ }]
1555
+ }, {
1556
+ description: 'The native staking and governance token of Kava',
1557
+ denom_units: [{
1558
+ denom: 'ibc/AB083B5EEEE4A922F76D6348F13548170C2305DF7E3A1BB203362B3A03224F3F',
1559
+ exponent: 0,
1560
+ aliases: ['ukava']
1561
+ }, {
1562
+ denom: 'kava',
1563
+ exponent: 6
1564
+ }],
1565
+ base: 'ibc/AB083B5EEEE4A922F76D6348F13548170C2305DF7E3A1BB203362B3A03224F3F',
1566
+ name: 'Kava',
1567
+ display: 'kava',
1568
+ symbol: 'KAVA',
1569
+ logo_URIs: {
1570
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/kava.png',
1571
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/kava.svg'
1572
+ },
1573
+ coingecko_id: 'kava',
1574
+ images: [{
1575
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/kava.png',
1576
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/kava.svg'
1577
+ }],
1578
+ traces: [{
1579
+ type: 'ibc',
1580
+ counterparty: {
1581
+ channel_id: 'channel-135',
1582
+ base_denom: 'ukava',
1583
+ chain_name: 'kava'
1584
+ },
1585
+ chain: {
1586
+ channel_id: 'channel-6'
1587
+ }
1588
+ }]
1589
+ }, {
1590
+ description: 'Governance token of Kava Lend Protocol',
1591
+ denom_units: [{
1592
+ denom: 'ibc/358AD6D8E6DFFF97E8198EE25FC7665D9769FC0C4E2BC4CC5CF67096B978F63C',
1593
+ exponent: 0,
1594
+ aliases: ['hard']
1595
+ }, {
1596
+ denom: 'HARD',
1597
+ exponent: 6
1598
+ }],
1599
+ base: 'ibc/358AD6D8E6DFFF97E8198EE25FC7665D9769FC0C4E2BC4CC5CF67096B978F63C',
1600
+ name: 'Kava Hard',
1601
+ display: 'HARD',
1602
+ symbol: 'HARD',
1603
+ logo_URIs: {
1604
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/hard.png',
1605
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/hard.svg'
1606
+ },
1607
+ coingecko_id: 'kava-lend',
1608
+ images: [{
1609
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/hard.png',
1610
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/hard.svg'
1611
+ }],
1612
+ traces: [{
1613
+ type: 'ibc',
1614
+ counterparty: {
1615
+ channel_id: 'channel-135',
1616
+ base_denom: 'hard',
1617
+ chain_name: 'kava'
1618
+ },
1619
+ chain: {
1620
+ channel_id: 'channel-6'
1621
+ }
1622
+ }]
1623
+ }, {
1624
+ description: 'Governance token of Kava Swap Protocol',
1625
+ denom_units: [{
1626
+ denom: 'ibc/3EE5345B2D8F4FBB07F5FB8944DE28A5EA1902A7941D7FF7DBCE27A521E14976',
1627
+ exponent: 0,
1628
+ aliases: ['swp']
1629
+ }, {
1630
+ denom: 'SWP',
1631
+ exponent: 6
1632
+ }],
1633
+ base: 'ibc/3EE5345B2D8F4FBB07F5FB8944DE28A5EA1902A7941D7FF7DBCE27A521E14976',
1634
+ name: 'Kava Swap',
1635
+ display: 'SWP',
1636
+ symbol: 'SWP',
1637
+ logo_URIs: {
1638
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/swp.png',
1639
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/swp.svg'
1640
+ },
1641
+ coingecko_id: 'kava-swap',
1642
+ images: [{
1643
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/swp.png',
1644
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/swp.svg'
1645
+ }],
1646
+ traces: [{
1647
+ type: 'ibc',
1648
+ counterparty: {
1649
+ channel_id: 'channel-135',
1650
+ base_denom: 'swp',
1651
+ chain_name: 'kava'
1652
+ },
1653
+ chain: {
1654
+ channel_id: 'channel-6'
1655
+ }
1656
+ }]
1657
+ }, {
1658
+ description: 'The native stablecoin of Kava',
1659
+ denom_units: [{
1660
+ denom: 'ibc/CF9825DCE571536A48A0B14EBE80184951CCF7ACB3CC197A062FF5C4AACE14D1',
1661
+ exponent: 0,
1662
+ aliases: ['usdx']
1663
+ }, {
1664
+ denom: 'USDX',
1665
+ exponent: 6
1666
+ }],
1667
+ base: 'ibc/CF9825DCE571536A48A0B14EBE80184951CCF7ACB3CC197A062FF5C4AACE14D1',
1668
+ name: 'Kava USDX',
1669
+ display: 'USDX',
1670
+ symbol: 'USDX',
1671
+ logo_URIs: {
1672
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/usdx.png',
1673
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/usdx.svg'
1674
+ },
1675
+ coingecko_id: 'usdx',
1676
+ images: [{
1677
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/usdx.png',
1678
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/usdx.svg'
1679
+ }],
1680
+ traces: [{
1681
+ type: 'ibc',
1682
+ counterparty: {
1683
+ channel_id: 'channel-135',
1684
+ base_denom: 'usdx',
1685
+ chain_name: 'kava'
1686
+ },
1687
+ chain: {
1688
+ channel_id: 'channel-6'
1689
+ }
1690
+ }]
1691
+ }, {
1692
+ denom_units: [{
1693
+ denom: 'ibc/8651846EC43BB4DBA86744430F8AF546B00AE4CB3BABA9F3CB738CA59BD3BB7E',
1694
+ exponent: 0,
1695
+ aliases: ['erc20/tether/usdt']
1696
+ }, {
1697
+ denom: 'usdt',
1698
+ exponent: 6
1699
+ }],
1700
+ base: 'ibc/8651846EC43BB4DBA86744430F8AF546B00AE4CB3BABA9F3CB738CA59BD3BB7E',
1701
+ name: 'Tether USD',
1702
+ display: 'usdt',
1703
+ symbol: 'USDT',
1704
+ coingecko_id: 'tether',
1705
+ traces: [{
1706
+ type: 'ibc',
1707
+ counterparty: {
1708
+ channel_id: 'channel-135',
1709
+ base_denom: 'erc20/tether/usdt',
1710
+ chain_name: 'kava'
1711
+ },
1712
+ chain: {
1713
+ channel_id: 'channel-6'
1714
+ }
1715
+ }],
1716
+ images: [{
1717
+ image_sync: {
1718
+ chain_name: 'ethereum',
1719
+ base_denom: '0xdac17f958d2ee523a2206206994597c13d831ec7'
1720
+ },
1721
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
1722
+ }],
1723
+ logo_URIs: {
1724
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
1725
+ }
1726
+ }, {
1727
+ description: 'The permissioned staking asset for Noble Chain',
1728
+ denom_units: [{
1729
+ denom: 'ibc/9FFBC43E9BAE33B426858E26CAE523F086868B83DD8323E0AAD709A06D4ECE92',
1730
+ exponent: 0,
1731
+ aliases: ['ustake']
1732
+ }, {
1733
+ denom: 'stake',
1734
+ exponent: 6
1735
+ }],
1736
+ base: 'ibc/9FFBC43E9BAE33B426858E26CAE523F086868B83DD8323E0AAD709A06D4ECE92',
1737
+ name: 'Stake',
1738
+ display: 'stake',
1739
+ symbol: 'STAKE',
1740
+ logo_URIs: {
1741
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.png',
1742
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.svg'
1743
+ },
1744
+ images: [{
1745
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.png',
1746
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.svg'
1747
+ }],
1748
+ traces: [{
1749
+ type: 'ibc',
1750
+ counterparty: {
1751
+ channel_id: 'channel-32',
1752
+ base_denom: 'ustake',
1753
+ chain_name: 'noble'
1754
+ },
1755
+ chain: {
1756
+ channel_id: 'channel-4'
1757
+ }
1758
+ }]
1759
+ }, {
1760
+ description: 'Frienzies are an IBC token redeemable exclusively for a physical asset issued by the Noble entity.',
1761
+ denom_units: [{
1762
+ denom: 'ibc/54DB64C5FB39CEFF614DCD04808E2FF8B88305656E0ADFE992E267100DFF78CC',
1763
+ exponent: 0,
1764
+ aliases: ['ufrienzies']
1765
+ }, {
1766
+ denom: 'frienzies',
1767
+ exponent: 6
1768
+ }],
1769
+ base: 'ibc/54DB64C5FB39CEFF614DCD04808E2FF8B88305656E0ADFE992E267100DFF78CC',
1770
+ display: 'frienzies',
1771
+ name: 'Frienzies',
1772
+ symbol: 'FRNZ',
1773
+ logo_URIs: {
1774
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.png',
1775
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.svg'
1776
+ },
1777
+ images: [{
1778
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.png',
1779
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.svg'
1780
+ }],
1781
+ traces: [{
1782
+ type: 'ibc',
1783
+ counterparty: {
1784
+ channel_id: 'channel-32',
1785
+ base_denom: 'ufrienzies',
1786
+ chain_name: 'noble'
1787
+ },
1788
+ chain: {
1789
+ channel_id: 'channel-4'
1790
+ }
1791
+ }]
1792
+ }, {
1793
+ description: 'ATOM token on Noble',
1794
+ denom_units: [{
1795
+ denom: 'ibc/3600A58204E11D4824D254D1F7772D442419C73096C15B6207ECD6C7CD308F55',
1796
+ exponent: 0,
1797
+ aliases: ['ibc/EF48E6B1A1A19F47ECAEA62F5670C37C0580E86A9E88498B7E393EB6F49F33C0']
1798
+ }, {
1799
+ denom: 'atom',
1800
+ exponent: 6,
1801
+ aliases: ['ATOM']
1802
+ }],
1803
+ type_asset: 'ics20',
1804
+ base: 'ibc/3600A58204E11D4824D254D1F7772D442419C73096C15B6207ECD6C7CD308F55',
1805
+ name: 'Atom Staking Coin',
1806
+ display: 'atom',
1807
+ symbol: 'ATOM',
1808
+ traces: [{
1809
+ type: 'ibc',
1810
+ counterparty: {
1811
+ channel_id: 'channel-32',
1812
+ base_denom: 'ibc/EF48E6B1A1A19F47ECAEA62F5670C37C0580E86A9E88498B7E393EB6F49F33C0',
1813
+ chain_name: 'noble'
1814
+ },
1815
+ chain: {
1816
+ channel_id: 'channel-4'
1817
+ }
1818
+ }],
1819
+ logo_URIs: {
1820
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
1821
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
1822
+ },
1823
+ images: [{
1824
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
1825
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
1826
+ }]
1827
+ }, {
1828
+ description: 'USD Coin',
1829
+ denom_units: [{
1830
+ denom: 'ibc/BFF0D3805B50D93E2FA5C0B2DDF7E0B30A631076CD80BC12A48C0E95404B4A41',
1831
+ exponent: 0,
1832
+ aliases: ['uusdc']
1833
+ }, {
1834
+ denom: 'usdc',
1835
+ exponent: 6
1836
+ }],
1837
+ base: 'ibc/BFF0D3805B50D93E2FA5C0B2DDF7E0B30A631076CD80BC12A48C0E95404B4A41',
1838
+ display: 'usdc',
1839
+ name: 'USD Coin',
1840
+ symbol: 'USDC',
1841
+ coingecko_id: 'usd-coin',
1842
+ traces: [{
1843
+ type: 'ibc',
1844
+ counterparty: {
1845
+ channel_id: 'channel-32',
1846
+ base_denom: 'uusdc',
1847
+ chain_name: 'noble'
1848
+ },
1849
+ chain: {
1850
+ channel_id: 'channel-4'
1851
+ }
1852
+ }],
1853
+ logo_URIs: {
1854
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png',
1855
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg'
1856
+ },
1857
+ images: [{
1858
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png',
1859
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg'
1860
+ }]
1861
+ }, {
1862
+ description: 'The native token of Osmosis',
1863
+ denom_units: [{
1864
+ denom: 'ibc/13B2C536BB057AC79D5616B8EA1B9540EC1F2170718CAFF6F0083C966FFFED0B',
1865
+ exponent: 0,
1866
+ aliases: ['uosmo']
1867
+ }, {
1868
+ denom: 'osmo',
1869
+ exponent: 6
1870
+ }],
1871
+ base: 'ibc/13B2C536BB057AC79D5616B8EA1B9540EC1F2170718CAFF6F0083C966FFFED0B',
1872
+ name: 'Osmosis',
1873
+ display: 'osmo',
1874
+ symbol: 'OSMO',
1875
+ logo_URIs: {
1876
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
1877
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
1878
+ },
1879
+ coingecko_id: 'osmosis',
1880
+ keywords: ['dex', 'staking'],
1881
+ images: [{
1882
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
1883
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
1884
+ }],
1885
+ traces: [{
1886
+ type: 'ibc',
1887
+ counterparty: {
1888
+ channel_id: 'channel-1575',
1889
+ base_denom: 'uosmo',
1890
+ chain_name: 'osmosis'
1891
+ },
1892
+ chain: {
1893
+ channel_id: 'channel-2'
1894
+ }
1895
+ }]
1896
+ }, {
1897
+ denom_units: [{
1898
+ denom: 'ibc/6FA7B62692FBCA2E51F567947035DE3C5D7333D49D13B85A25F358E80DF4E991',
1899
+ exponent: 0,
1900
+ aliases: ['uion']
1901
+ }, {
1902
+ denom: 'ion',
1903
+ exponent: 6
1904
+ }],
1905
+ base: 'ibc/6FA7B62692FBCA2E51F567947035DE3C5D7333D49D13B85A25F358E80DF4E991',
1906
+ name: 'Ion DAO',
1907
+ display: 'ion',
1908
+ symbol: 'ION',
1909
+ logo_URIs: {
1910
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
1911
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
1912
+ },
1913
+ coingecko_id: 'ion',
1914
+ keywords: ['memecoin'],
1915
+ images: [{
1916
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
1917
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
1918
+ }],
1919
+ traces: [{
1920
+ type: 'ibc',
1921
+ counterparty: {
1922
+ channel_id: 'channel-1575',
1923
+ base_denom: 'uion',
1924
+ chain_name: 'osmosis'
1925
+ },
1926
+ chain: {
1927
+ channel_id: 'channel-2'
1928
+ }
1929
+ }]
1930
+ }, {
1931
+ denom_units: [{
1932
+ denom: 'ibc/2C050CF57DE908B3E90585A944F564DFD5E3AA6AA7668BA853CE00D527CDE1E6',
1933
+ exponent: 0,
1934
+ aliases: ['factory/osmo14klwqgkmackvx2tqa0trtg69dmy0nrg4ntq4gjgw2za4734r5seqjqm4gm/uibcx']
1935
+ }, {
1936
+ denom: 'ibcx',
1937
+ exponent: 6
1938
+ }],
1939
+ address: 'osmo14klwqgkmackvx2tqa0trtg69dmy0nrg4ntq4gjgw2za4734r5seqjqm4gm',
1940
+ base: 'ibc/2C050CF57DE908B3E90585A944F564DFD5E3AA6AA7668BA853CE00D527CDE1E6',
1941
+ name: 'IBC Index',
1942
+ display: 'ibcx',
1943
+ symbol: 'IBCX',
1944
+ logo_URIs: {
1945
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ibcx.svg'
1946
+ },
1947
+ coingecko_id: 'ibc-index',
1948
+ images: [{
1949
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ibcx.svg'
1950
+ }],
1951
+ traces: [{
1952
+ type: 'ibc',
1953
+ counterparty: {
1954
+ channel_id: 'channel-1575',
1955
+ base_denom: 'factory/osmo14klwqgkmackvx2tqa0trtg69dmy0nrg4ntq4gjgw2za4734r5seqjqm4gm/uibcx',
1956
+ chain_name: 'osmosis'
1957
+ },
1958
+ chain: {
1959
+ channel_id: 'channel-2'
1960
+ }
1961
+ }]
1962
+ }, {
1963
+ denom_units: [{
1964
+ denom: 'ibc/37EB0BEEB1902310C0CDCA69E548CCD3CB8CF6EAB002B7D2F1A2647E16A63B51',
1965
+ exponent: 0,
1966
+ aliases: ['factory/osmo1xqw2sl9zk8a6pch0csaw78n4swg5ws8t62wc5qta4gnjxfqg6v2qcs243k/stuibcx']
1967
+ }, {
1968
+ denom: 'stibcx',
1969
+ exponent: 6
1970
+ }],
1971
+ address: 'osmo1xqw2sl9zk8a6pch0csaw78n4swg5ws8t62wc5qta4gnjxfqg6v2qcs243k',
1972
+ base: 'ibc/37EB0BEEB1902310C0CDCA69E548CCD3CB8CF6EAB002B7D2F1A2647E16A63B51',
1973
+ name: 'Staked IBCX',
1974
+ display: 'stibcx',
1975
+ symbol: 'stIBCX',
1976
+ logo_URIs: {
1977
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/stibcx.png',
1978
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/stibcx.svg'
1979
+ },
1980
+ images: [{
1981
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/stibcx.png',
1982
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/stibcx.svg'
1983
+ }],
1984
+ traces: [{
1985
+ type: 'ibc',
1986
+ counterparty: {
1987
+ channel_id: 'channel-1575',
1988
+ base_denom: 'factory/osmo1xqw2sl9zk8a6pch0csaw78n4swg5ws8t62wc5qta4gnjxfqg6v2qcs243k/stuibcx',
1989
+ chain_name: 'osmosis'
1990
+ },
1991
+ chain: {
1992
+ channel_id: 'channel-2'
1993
+ }
1994
+ }]
1995
+ }, {
1996
+ denom_units: [{
1997
+ denom: 'ibc/13DF61376C08483555C6D4C9203612086A1B23218EB5EBDBE609EEC7EFF2D82D',
1998
+ exponent: 0,
1999
+ aliases: ['ibc/D189335C6E4A68B513C10AB227BF1C1D38C746766278BA3EEB4FB14124F1D858']
2000
+ }, {
2001
+ denom: 'usdc',
2002
+ exponent: 6
2003
+ }],
2004
+ type_asset: 'ics20',
2005
+ base: 'ibc/13DF61376C08483555C6D4C9203612086A1B23218EB5EBDBE609EEC7EFF2D82D',
2006
+ name: 'Axelar USD Coin',
2007
+ display: 'usdc',
2008
+ symbol: 'USDC.axl',
2009
+ traces: [{
2010
+ type: 'ibc',
2011
+ counterparty: {
2012
+ channel_id: 'channel-1575',
2013
+ base_denom: 'ibc/D189335C6E4A68B513C10AB227BF1C1D38C746766278BA3EEB4FB14124F1D858',
2014
+ chain_name: 'osmosis'
2015
+ },
2016
+ chain: {
2017
+ channel_id: 'channel-2'
2018
+ }
2019
+ }],
2020
+ images: [{
2021
+ image_sync: {
2022
+ chain_name: 'axelar',
2023
+ base_denom: 'uusdc'
2024
+ },
2025
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.png',
2026
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg'
2027
+ }],
2028
+ logo_URIs: {
2029
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.png',
2030
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg'
2031
+ }
2032
+ }, {
2033
+ denom_units: [{
2034
+ denom: 'ibc/D548681BAC4DB2735D6F17E191FBB1DF8AF2A1ACA481D37CCB7E385C45351DE0',
2035
+ exponent: 0,
2036
+ aliases: ['ibc/0B3C3D06228578334B66B57FBFBA4033216CEB8119B27ACDEE18D92DA5B28D43']
2037
+ }, {
2038
+ denom: 'avalanche-usdc',
2039
+ exponent: 6
2040
+ }],
2041
+ type_asset: 'ics20',
2042
+ base: 'ibc/D548681BAC4DB2735D6F17E191FBB1DF8AF2A1ACA481D37CCB7E385C45351DE0',
2043
+ name: 'Wormhole USDC(Avalanche)',
2044
+ display: 'avalanche-usdc',
2045
+ symbol: 'avalanche.USDC.wh',
2046
+ traces: [{
2047
+ type: 'ibc',
2048
+ counterparty: {
2049
+ channel_id: 'channel-1575',
2050
+ base_denom: 'ibc/0B3C3D06228578334B66B57FBFBA4033216CEB8119B27ACDEE18D92DA5B28D43',
2051
+ chain_name: 'osmosis'
2052
+ },
2053
+ chain: {
2054
+ channel_id: 'channel-2'
2055
+ }
2056
+ }],
2057
+ images: [{
2058
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.hole.png',
2059
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.hole.svg'
2060
+ }],
2061
+ logo_URIs: {
2062
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.hole.png',
2063
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.hole.svg'
2064
+ }
2065
+ }, {
2066
+ denom_units: [{
2067
+ denom: 'ibc/0E8595C44285144325A131C9A451E63B8E7467914DA5BC194F191151ED27DF30',
2068
+ exponent: 0,
2069
+ aliases: ['ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4']
2070
+ }, {
2071
+ denom: 'usdc',
2072
+ exponent: 6
2073
+ }],
2074
+ type_asset: 'ics20',
2075
+ base: 'ibc/0E8595C44285144325A131C9A451E63B8E7467914DA5BC194F191151ED27DF30',
2076
+ name: 'Noble USD Coin',
2077
+ display: 'usdc',
2078
+ symbol: 'USDC',
2079
+ traces: [{
2080
+ type: 'ibc',
2081
+ counterparty: {
2082
+ channel_id: 'channel-1575',
2083
+ base_denom: 'ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4',
2084
+ chain_name: 'osmosis'
2085
+ },
2086
+ chain: {
2087
+ channel_id: 'channel-2'
2088
+ }
2089
+ }],
2090
+ images: [{
2091
+ image_sync: {
2092
+ chain_name: 'noble',
2093
+ base_denom: 'uusdc'
2094
+ },
2095
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png',
2096
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg'
2097
+ }],
2098
+ logo_URIs: {
2099
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png',
2100
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg'
2101
+ }
2102
+ }, {
2103
+ denom_units: [{
2104
+ denom: 'ibc/B76B340588564A49387A7B22A24CFFE3F873B61B461AD95A242E1D76138B6BBD',
2105
+ exponent: 0,
2106
+ aliases: ['ibc/D176154B0C63D1F9C6DCFB4F70349EBF2E2B5A87A05902F57A6AE92B863E9AEC']
2107
+ }, {
2108
+ denom: 'stosmo',
2109
+ exponent: 6
2110
+ }],
2111
+ type_asset: 'ics20',
2112
+ base: 'ibc/B76B340588564A49387A7B22A24CFFE3F873B61B461AD95A242E1D76138B6BBD',
2113
+ name: 'stOSMO',
2114
+ display: 'stosmo',
2115
+ symbol: 'stOSMO',
2116
+ traces: [{
2117
+ type: 'ibc',
2118
+ counterparty: {
2119
+ channel_id: 'channel-1575',
2120
+ base_denom: 'ibc/D176154B0C63D1F9C6DCFB4F70349EBF2E2B5A87A05902F57A6AE92B863E9AEC',
2121
+ chain_name: 'osmosis'
2122
+ },
2123
+ chain: {
2124
+ channel_id: 'channel-2'
2125
+ }
2126
+ }],
2127
+ images: [{
2128
+ image_sync: {
2129
+ chain_name: 'stride',
2130
+ base_denom: 'stuosmo'
2131
+ },
2132
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.png',
2133
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.svg'
2134
+ }],
2135
+ logo_URIs: {
2136
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.png',
2137
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.svg'
2138
+ }
2139
+ }, {
2140
+ denom_units: [{
2141
+ denom: 'ibc/5F78C42BCC76287AE6B3185C6C1455DFFF8D805B1847F94B9B625384B93885C7',
2142
+ exponent: 0,
2143
+ aliases: ['ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2']
2144
+ }, {
2145
+ denom: 'atom',
2146
+ exponent: 6
2147
+ }],
2148
+ type_asset: 'ics20',
2149
+ base: 'ibc/5F78C42BCC76287AE6B3185C6C1455DFFF8D805B1847F94B9B625384B93885C7',
2150
+ name: 'Cosmos Hub Atom',
2151
+ display: 'atom',
2152
+ symbol: 'ATOM',
2153
+ traces: [{
2154
+ type: 'ibc',
2155
+ counterparty: {
2156
+ channel_id: 'channel-1575',
2157
+ base_denom: 'ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2',
2158
+ chain_name: 'osmosis'
2159
+ },
2160
+ chain: {
2161
+ channel_id: 'channel-2'
2162
+ }
2163
+ }],
2164
+ images: [{
2165
+ image_sync: {
2166
+ chain_name: 'cosmoshub',
2167
+ base_denom: 'uatom'
2168
+ },
2169
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
2170
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
2171
+ }],
2172
+ logo_URIs: {
2173
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
2174
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
2175
+ }
2176
+ }, {
2177
+ denom_units: [{
2178
+ denom: 'ibc/0F7930B63244CA4BCC01C08F85697131884A24CD87A8DD970DE968E4477035F8',
2179
+ exponent: 0,
2180
+ aliases: ['ibc/C140AFD542AE77BD7DCC83F13FDD8C5E5BB8C4929785E6EC2F4C636F98F17901']
2181
+ }, {
2182
+ denom: 'statom',
2183
+ exponent: 6
2184
+ }],
2185
+ type_asset: 'ics20',
2186
+ base: 'ibc/0F7930B63244CA4BCC01C08F85697131884A24CD87A8DD970DE968E4477035F8',
2187
+ name: 'stATOM',
2188
+ display: 'statom',
2189
+ symbol: 'stATOM',
2190
+ traces: [{
2191
+ type: 'ibc',
2192
+ counterparty: {
2193
+ channel_id: 'channel-1575',
2194
+ base_denom: 'ibc/C140AFD542AE77BD7DCC83F13FDD8C5E5BB8C4929785E6EC2F4C636F98F17901',
2195
+ chain_name: 'osmosis'
2196
+ },
2197
+ chain: {
2198
+ channel_id: 'channel-2'
2199
+ }
2200
+ }],
2201
+ images: [{
2202
+ image_sync: {
2203
+ chain_name: 'stride',
2204
+ base_denom: 'stuatom'
2205
+ },
2206
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.png',
2207
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.svg'
2208
+ }],
2209
+ logo_URIs: {
2210
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.png',
2211
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.svg'
2212
+ }
2213
+ }, {
2214
+ denom_units: [{
2215
+ denom: 'ibc/EAFC16C9228D3D8423D93CB2259B7AE7F504B8454060A3E43E5A5D5E595C4854',
2216
+ exponent: 0,
2217
+ aliases: ['ibc/EA1D43981D5C9A1C4AAEA9C23BB1D4FA126BA9BC7020A25E0AE4AA841EA25DC5']
2218
+ }, {
2219
+ denom: 'weth',
2220
+ exponent: 18
2221
+ }],
2222
+ type_asset: 'ics20',
2223
+ base: 'ibc/EAFC16C9228D3D8423D93CB2259B7AE7F504B8454060A3E43E5A5D5E595C4854',
2224
+ name: 'Wrapped Ether',
2225
+ display: 'weth',
2226
+ symbol: 'ETH',
2227
+ traces: [{
2228
+ type: 'ibc',
2229
+ counterparty: {
2230
+ channel_id: 'channel-1575',
2231
+ base_denom: 'ibc/EA1D43981D5C9A1C4AAEA9C23BB1D4FA126BA9BC7020A25E0AE4AA841EA25DC5',
2232
+ chain_name: 'osmosis'
2233
+ },
2234
+ chain: {
2235
+ channel_id: 'channel-2'
2236
+ }
2237
+ }],
2238
+ images: [{
2239
+ image_sync: {
2240
+ chain_name: 'axelar',
2241
+ base_denom: 'weth-wei'
2242
+ },
2243
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/weth.png'
2244
+ }],
2245
+ logo_URIs: {
2246
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/weth.png'
2247
+ }
2248
+ }, {
2249
+ denom_units: [{
2250
+ denom: 'ibc/9BF31153F7E37F687C75A2F310E7A4DB6E0512B065F709B5EB69FE828133AFAC',
2251
+ exponent: 0,
2252
+ aliases: ['ibc/D1542AA8762DB13087D8364F3EA6509FD6F009A34F00426AF9E4F9FA85CBBF1F']
2253
+ }, {
2254
+ denom: 'wbtc',
2255
+ exponent: 8
2256
+ }],
2257
+ type_asset: 'ics20',
2258
+ base: 'ibc/9BF31153F7E37F687C75A2F310E7A4DB6E0512B065F709B5EB69FE828133AFAC',
2259
+ name: 'Wrapped Bitcoin (Axelar)',
2260
+ display: 'wbtc',
2261
+ symbol: 'WBTC.axl',
2262
+ traces: [{
2263
+ type: 'ibc',
2264
+ counterparty: {
2265
+ channel_id: 'channel-1575',
2266
+ base_denom: 'ibc/D1542AA8762DB13087D8364F3EA6509FD6F009A34F00426AF9E4F9FA85CBBF1F',
2267
+ chain_name: 'osmosis'
2268
+ },
2269
+ chain: {
2270
+ channel_id: 'channel-2'
2271
+ }
2272
+ }],
2273
+ images: [{
2274
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.svg',
2275
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.png'
2276
+ }, {
2277
+ image_sync: {
2278
+ chain_name: 'axelar',
2279
+ base_denom: 'wbtc-satoshi'
2280
+ },
2281
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/wbtc.png'
2282
+ }],
2283
+ logo_URIs: {
2284
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.svg',
2285
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.png'
2286
+ }
2287
+ }, {
2288
+ description: 'ERIS liquid staked OSMO',
2289
+ denom_units: [{
2290
+ denom: 'ibc/591EFBCEDAE6CE54652FD099434D57E054CF0302697DB44C75271E197B3DDCCB',
2291
+ exponent: 0,
2292
+ aliases: ['factory/osmo1dv8wz09tckslr2wy5z86r46dxvegylhpt97r9yd6qc3kyc6tv42qa89dr9/ampOSMO']
2293
+ }, {
2294
+ denom: 'ampOSMO',
2295
+ exponent: 6
2296
+ }],
2297
+ address: 'osmo1dv8wz09tckslr2wy5z86r46dxvegylhpt97r9yd6qc3kyc6tv42qa89dr9',
2298
+ base: 'ibc/591EFBCEDAE6CE54652FD099434D57E054CF0302697DB44C75271E197B3DDCCB',
2299
+ name: 'ERIS Amplified OSMO',
2300
+ display: 'ampOSMO',
2301
+ symbol: 'ampOSMO',
2302
+ logo_URIs: {
2303
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/amposmo.png'
2304
+ },
2305
+ images: [{
2306
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/amposmo.png'
2307
+ }],
2308
+ traces: [{
2309
+ type: 'ibc',
2310
+ counterparty: {
2311
+ channel_id: 'channel-1575',
2312
+ base_denom: 'factory/osmo1dv8wz09tckslr2wy5z86r46dxvegylhpt97r9yd6qc3kyc6tv42qa89dr9/ampOSMO',
2313
+ chain_name: 'osmosis'
2314
+ },
2315
+ chain: {
2316
+ channel_id: 'channel-2'
2317
+ }
2318
+ }]
2319
+ }, {
2320
+ description: 'Tether USDT on Osmosis',
2321
+ denom_units: [{
2322
+ denom: 'ibc/CC9501809531F9BCB844563C21CC434C8BB202B4F66F8F5371BF940AF098E207',
2323
+ exponent: 0,
2324
+ aliases: ['ibc/4ABBEF4C8926DDDB320AE5188CFD63267ABBCEFC0583E4AE05D6E5AA2401DDAB']
2325
+ }, {
2326
+ denom: 'usdt',
2327
+ exponent: 6
2328
+ }],
2329
+ type_asset: 'ics20',
2330
+ base: 'ibc/CC9501809531F9BCB844563C21CC434C8BB202B4F66F8F5371BF940AF098E207',
2331
+ name: 'Tether USDT',
2332
+ display: 'usdt',
2333
+ symbol: 'USDT',
2334
+ traces: [{
2335
+ type: 'ibc',
2336
+ counterparty: {
2337
+ channel_id: 'channel-1575',
2338
+ base_denom: 'ibc/4ABBEF4C8926DDDB320AE5188CFD63267ABBCEFC0583E4AE05D6E5AA2401DDAB',
2339
+ chain_name: 'osmosis'
2340
+ },
2341
+ chain: {
2342
+ channel_id: 'channel-2'
2343
+ }
2344
+ }],
2345
+ images: [{
2346
+ image_sync: {
2347
+ chain_name: 'kava',
2348
+ base_denom: 'erc20/tether/usdt'
2349
+ },
2350
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
2351
+ }],
2352
+ logo_URIs: {
2353
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
2354
+ }
2355
+ }, {
2356
+ description: "Membrane's CDP-style stablecoin called CDT",
2357
+ denom_units: [{
2358
+ denom: 'ibc/2E4E61E6E600E2E3ABA83A65179D9F36CFA98AD6EDDD52A9E45A4D2C842E4016',
2359
+ exponent: 0,
2360
+ aliases: ['factory/osmo1s794h9rxggytja3a4pmwul53u98k06zy2qtrdvjnfuxruh7s8yjs6cyxgd/ucdt']
2361
+ }, {
2362
+ denom: 'cdt',
2363
+ exponent: 6
2364
+ }],
2365
+ base: 'ibc/2E4E61E6E600E2E3ABA83A65179D9F36CFA98AD6EDDD52A9E45A4D2C842E4016',
2366
+ name: 'CDT Stablecoin',
2367
+ display: 'cdt',
2368
+ symbol: 'CDT',
2369
+ logo_URIs: {
2370
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/CDT.svg'
2371
+ },
2372
+ coingecko_id: 'collateralized-debt-token',
2373
+ images: [{
2374
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/CDT.svg'
2375
+ }],
2376
+ traces: [{
2377
+ type: 'ibc',
2378
+ counterparty: {
2379
+ channel_id: 'channel-1575',
2380
+ base_denom: 'factory/osmo1s794h9rxggytja3a4pmwul53u98k06zy2qtrdvjnfuxruh7s8yjs6cyxgd/ucdt',
2381
+ chain_name: 'osmosis'
2382
+ },
2383
+ chain: {
2384
+ channel_id: 'channel-2'
2385
+ }
2386
+ }]
2387
+ }, {
2388
+ description: "Membrane's protocol token",
2389
+ denom_units: [{
2390
+ denom: 'ibc/A38747EE1A3E2A3DEF42FDA5E177C6B59FC72EB00DE705956EFBAFA41BBE106D',
2391
+ exponent: 0,
2392
+ aliases: ['factory/osmo1s794h9rxggytja3a4pmwul53u98k06zy2qtrdvjnfuxruh7s8yjs6cyxgd/umbrn']
2393
+ }, {
2394
+ denom: 'mbrn',
2395
+ exponent: 6
2396
+ }],
2397
+ base: 'ibc/A38747EE1A3E2A3DEF42FDA5E177C6B59FC72EB00DE705956EFBAFA41BBE106D',
2398
+ name: 'Membrane',
2399
+ display: 'mbrn',
2400
+ symbol: 'MBRN',
2401
+ logo_URIs: {
2402
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/MBRN.svg'
2403
+ },
2404
+ coingecko_id: 'membrane',
2405
+ images: [{
2406
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/MBRN.svg'
2407
+ }],
2408
+ traces: [{
2409
+ type: 'ibc',
2410
+ counterparty: {
2411
+ channel_id: 'channel-1575',
2412
+ base_denom: 'factory/osmo1s794h9rxggytja3a4pmwul53u98k06zy2qtrdvjnfuxruh7s8yjs6cyxgd/umbrn',
2413
+ chain_name: 'osmosis'
2414
+ },
2415
+ chain: {
2416
+ channel_id: 'channel-2'
2417
+ }
2418
+ }]
2419
+ }, {
2420
+ description: 'TIA on Osmosis',
2421
+ denom_units: [{
2422
+ denom: 'ibc/DC5A969358D9155B238B0822BE34CC216FE6B94D39975216DE5501365DFD0C84',
2423
+ exponent: 0,
2424
+ aliases: ['ibc/D79E7D83AB399BFFF93433E54FAA480C191248FC556924A2A8351AE2638B3877']
2425
+ }, {
2426
+ denom: 'tia',
2427
+ exponent: 6
2428
+ }],
2429
+ type_asset: 'ics20',
2430
+ base: 'ibc/DC5A969358D9155B238B0822BE34CC216FE6B94D39975216DE5501365DFD0C84',
2431
+ name: 'Celestia TIA',
2432
+ display: 'tia',
2433
+ symbol: 'TIA',
2434
+ traces: [{
2435
+ type: 'ibc',
2436
+ counterparty: {
2437
+ channel_id: 'channel-1575',
2438
+ base_denom: 'ibc/D79E7D83AB399BFFF93433E54FAA480C191248FC556924A2A8351AE2638B3877',
2439
+ chain_name: 'osmosis'
2440
+ },
2441
+ chain: {
2442
+ channel_id: 'channel-2'
2443
+ }
2444
+ }],
2445
+ images: [{
2446
+ image_sync: {
2447
+ chain_name: 'celestia',
2448
+ base_denom: 'utia'
2449
+ },
2450
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png',
2451
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg'
2452
+ }],
2453
+ logo_URIs: {
2454
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png',
2455
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg'
2456
+ }
2457
+ }, {
2458
+ description: 'Margined Power Token sqOSMO',
2459
+ denom_units: [{
2460
+ denom: 'ibc/6906B8D2981F8CA4FB77E73658967BFC8185BEAAFCE966B81A07AA4EA813C3BE',
2461
+ exponent: 0,
2462
+ aliases: ['factory/osmo1g8qypve6l95xmhgc0fddaecerffymsl7kn9muw/squosmo']
2463
+ }, {
2464
+ denom: 'sqosmo',
2465
+ exponent: 6
2466
+ }],
2467
+ base: 'ibc/6906B8D2981F8CA4FB77E73658967BFC8185BEAAFCE966B81A07AA4EA813C3BE',
2468
+ name: 'OSMO Squared',
2469
+ display: 'sqosmo',
2470
+ symbol: 'sqOSMO',
2471
+ logo_URIs: {
2472
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sqosmo.svg'
2473
+ },
2474
+ images: [{
2475
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sqosmo.svg'
2476
+ }],
2477
+ traces: [{
2478
+ type: 'ibc',
2479
+ counterparty: {
2480
+ channel_id: 'channel-1575',
2481
+ base_denom: 'factory/osmo1g8qypve6l95xmhgc0fddaecerffymsl7kn9muw/squosmo',
2482
+ chain_name: 'osmosis'
2483
+ },
2484
+ chain: {
2485
+ channel_id: 'channel-2'
2486
+ }
2487
+ }]
2488
+ }, {
2489
+ description: 'NOIS on Osmosis',
2490
+ denom_units: [{
2491
+ denom: 'ibc/C6A97D88DC642F9B8420D09BB333C60F89F672827D9795ED84003A2774DA1601',
2492
+ exponent: 0,
2493
+ aliases: ['ibc/6928AFA9EA721938FED13B051F9DBF1272B16393D20C49EA5E4901BB76D94A90']
2494
+ }, {
2495
+ denom: 'nois',
2496
+ exponent: 6
2497
+ }],
2498
+ type_asset: 'ics20',
2499
+ base: 'ibc/C6A97D88DC642F9B8420D09BB333C60F89F672827D9795ED84003A2774DA1601',
2500
+ name: 'Nois NOIS',
2501
+ display: 'nois',
2502
+ symbol: 'NOIS',
2503
+ traces: [{
2504
+ type: 'ibc',
2505
+ counterparty: {
2506
+ channel_id: 'channel-1575',
2507
+ base_denom: 'ibc/6928AFA9EA721938FED13B051F9DBF1272B16393D20C49EA5E4901BB76D94A90',
2508
+ chain_name: 'osmosis'
2509
+ },
2510
+ chain: {
2511
+ channel_id: 'channel-2'
2512
+ }
2513
+ }],
2514
+ images: [{
2515
+ image_sync: {
2516
+ chain_name: 'nois',
2517
+ base_denom: 'unois'
2518
+ },
2519
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.png',
2520
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.svg'
2521
+ }],
2522
+ logo_URIs: {
2523
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.png',
2524
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.svg'
2525
+ }
2526
+ }, {
2527
+ description: 'Margined Power Token sqBTC',
2528
+ denom_units: [{
2529
+ denom: 'ibc/2B80C6D67DBD4A2BCB068AEA6D920A689F51BFF1A5DF9AA2CB6B730B2A094083',
2530
+ exponent: 0,
2531
+ aliases: ['factory/osmo1g8qypve6l95xmhgc0fddaecerffymsl7kn9muw/sqbtc']
2532
+ }, {
2533
+ denom: 'sqbtc',
2534
+ exponent: 6
2535
+ }],
2536
+ base: 'ibc/2B80C6D67DBD4A2BCB068AEA6D920A689F51BFF1A5DF9AA2CB6B730B2A094083',
2537
+ name: 'BTC Squared',
2538
+ display: 'sqbtc',
2539
+ symbol: 'sqBTC',
2540
+ logo_URIs: {
2541
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sqbtc.svg'
2542
+ },
2543
+ images: [{
2544
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sqbtc.svg'
2545
+ }],
2546
+ traces: [{
2547
+ type: 'ibc',
2548
+ counterparty: {
2549
+ channel_id: 'channel-1575',
2550
+ base_denom: 'factory/osmo1g8qypve6l95xmhgc0fddaecerffymsl7kn9muw/sqbtc',
2551
+ chain_name: 'osmosis'
2552
+ },
2553
+ chain: {
2554
+ channel_id: 'channel-2'
2555
+ }
2556
+ }]
2557
+ }, {
2558
+ description: 'Margined Power Token sqATOM',
2559
+ denom_units: [{
2560
+ denom: 'ibc/39CFEA876435224EDD79A0D392D94C0A549B0072FDAB518F6812D8531D98F983',
2561
+ exponent: 0,
2562
+ aliases: ['factory/osmo1g8qypve6l95xmhgc0fddaecerffymsl7kn9muw/sqatom']
2563
+ }, {
2564
+ denom: 'sqatom',
2565
+ exponent: 6
2566
+ }],
2567
+ base: 'ibc/39CFEA876435224EDD79A0D392D94C0A549B0072FDAB518F6812D8531D98F983',
2568
+ name: 'ATOM Squared',
2569
+ display: 'sqatom',
2570
+ symbol: 'sqATOM',
2571
+ logo_URIs: {
2572
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sqatom.svg'
2573
+ },
2574
+ images: [{
2575
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sqatom.svg'
2576
+ }],
2577
+ traces: [{
2578
+ type: 'ibc',
2579
+ counterparty: {
2580
+ channel_id: 'channel-1575',
2581
+ base_denom: 'factory/osmo1g8qypve6l95xmhgc0fddaecerffymsl7kn9muw/sqatom',
2582
+ chain_name: 'osmosis'
2583
+ },
2584
+ chain: {
2585
+ channel_id: 'channel-2'
2586
+ }
2587
+ }]
2588
+ }, {
2589
+ description: 'CRO is the native token of the Crypto.org Chain, referred to as Native CRO.',
2590
+ denom_units: [{
2591
+ denom: 'ibc/3D7EBE58FD23398381555EDB0AF2E4EF98287D5F8CA210C9E0DA5C240FD60A42',
2592
+ exponent: 0,
2593
+ aliases: ['ibc/E6931F78057F7CC5DA0FD6CEF82FF39373A6E0452BF1FD76910B93292CF356C1']
2594
+ }, {
2595
+ denom: 'cro',
2596
+ exponent: 8
2597
+ }],
2598
+ type_asset: 'ics20',
2599
+ base: 'ibc/3D7EBE58FD23398381555EDB0AF2E4EF98287D5F8CA210C9E0DA5C240FD60A42',
2600
+ name: 'Cronos',
2601
+ display: 'cro',
2602
+ symbol: 'CRO',
2603
+ traces: [{
2604
+ type: 'ibc',
2605
+ counterparty: {
2606
+ channel_id: 'channel-1575',
2607
+ base_denom: 'ibc/E6931F78057F7CC5DA0FD6CEF82FF39373A6E0452BF1FD76910B93292CF356C1',
2608
+ chain_name: 'osmosis'
2609
+ },
2610
+ chain: {
2611
+ channel_id: 'channel-2'
2612
+ }
2613
+ }],
2614
+ images: [{
2615
+ image_sync: {
2616
+ chain_name: 'cryptoorgchain',
2617
+ base_denom: 'basecro'
2618
+ },
2619
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro.svg'
2620
+ }],
2621
+ logo_URIs: {
2622
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro.svg'
2623
+ }
2624
+ }, {
2625
+ description: 'The native token of Stargaze',
2626
+ denom_units: [{
2627
+ denom: 'ibc/5B5C6253F505A05809C899CDB26FAD6464657889F15D5699DC6F6B6AFFE9FDA4',
2628
+ exponent: 0,
2629
+ aliases: ['ibc/987C17B11ABC2B20019178ACE62929FE9840202CE79498E29FE8E5CB02B7C0A4']
2630
+ }, {
2631
+ denom: 'stars',
2632
+ exponent: 6
2633
+ }],
2634
+ type_asset: 'ics20',
2635
+ base: 'ibc/5B5C6253F505A05809C899CDB26FAD6464657889F15D5699DC6F6B6AFFE9FDA4',
2636
+ name: 'Stargaze',
2637
+ display: 'stars',
2638
+ symbol: 'STARS',
2639
+ traces: [{
2640
+ type: 'ibc',
2641
+ counterparty: {
2642
+ channel_id: 'channel-1575',
2643
+ base_denom: 'ibc/987C17B11ABC2B20019178ACE62929FE9840202CE79498E29FE8E5CB02B7C0A4',
2644
+ chain_name: 'osmosis'
2645
+ },
2646
+ chain: {
2647
+ channel_id: 'channel-2'
2648
+ }
2649
+ }],
2650
+ images: [{
2651
+ image_sync: {
2652
+ chain_name: 'stargaze',
2653
+ base_denom: 'ustars'
2654
+ },
2655
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
2656
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg'
2657
+ }],
2658
+ logo_URIs: {
2659
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
2660
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg'
2661
+ }
2662
+ }, {
2663
+ description: 'Maximize ETH yield through leveraged staking across Aave, Compound and Morpho and liquidity provision of ETH liquid staking tokens on Uniswap V3.',
2664
+ denom_units: [{
2665
+ denom: 'ibc/19A959F35B4ABA76C9FC9C8585FD2D098FB1C366D14D07FBE4D1F9F4E3FE671C',
2666
+ exponent: 0,
2667
+ aliases: ['ibc/FBB3FEF80ED2344D821D4F95C31DBFD33E4E31D5324CAD94EF756E67B749F668']
2668
+ }, {
2669
+ denom: 'YieldETH',
2670
+ exponent: 18
2671
+ }],
2672
+ type_asset: 'ics20',
2673
+ base: 'ibc/19A959F35B4ABA76C9FC9C8585FD2D098FB1C366D14D07FBE4D1F9F4E3FE671C',
2674
+ name: 'Real Yield Eth',
2675
+ display: 'YieldETH',
2676
+ symbol: 'YieldETH',
2677
+ traces: [{
2678
+ type: 'ibc',
2679
+ counterparty: {
2680
+ channel_id: 'channel-1575',
2681
+ base_denom: 'ibc/FBB3FEF80ED2344D821D4F95C31DBFD33E4E31D5324CAD94EF756E67B749F668',
2682
+ chain_name: 'osmosis'
2683
+ },
2684
+ chain: {
2685
+ channel_id: 'channel-2'
2686
+ }
2687
+ }],
2688
+ images: [{
2689
+ image_sync: {
2690
+ chain_name: 'ethereum',
2691
+ base_denom: 'wei'
2692
+ },
2693
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
2694
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg'
2695
+ }],
2696
+ logo_URIs: {
2697
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
2698
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg'
2699
+ }
2700
+ }, {
2701
+ description: 'The native staking token of dYdX Protocol.',
2702
+ denom_units: [{
2703
+ denom: 'ibc/CCD578A6F703C6230B7870C9D1DC77E30005FA8B811765901233983830810DE6',
2704
+ exponent: 0,
2705
+ aliases: ['ibc/831F0B1BBB1D08A2B75311892876D71565478C532967545476DF4C2D7492E48C']
2706
+ }, {
2707
+ denom: 'dydx',
2708
+ exponent: 18
2709
+ }],
2710
+ type_asset: 'ics20',
2711
+ base: 'ibc/CCD578A6F703C6230B7870C9D1DC77E30005FA8B811765901233983830810DE6',
2712
+ name: 'dYdX',
2713
+ display: 'dydx',
2714
+ symbol: 'DYDX',
2715
+ traces: [{
2716
+ type: 'ibc',
2717
+ counterparty: {
2718
+ channel_id: 'channel-1575',
2719
+ base_denom: 'ibc/831F0B1BBB1D08A2B75311892876D71565478C532967545476DF4C2D7492E48C',
2720
+ chain_name: 'osmosis'
2721
+ },
2722
+ chain: {
2723
+ channel_id: 'channel-2'
2724
+ }
2725
+ }],
2726
+ images: [{
2727
+ image_sync: {
2728
+ chain_name: 'dydx',
2729
+ base_denom: 'adydx'
2730
+ },
2731
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png',
2732
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg'
2733
+ }],
2734
+ logo_URIs: {
2735
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png',
2736
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg'
2737
+ }
2738
+ }, {
2739
+ description: 'The native token of Quasar',
2740
+ denom_units: [{
2741
+ denom: 'ibc/C9CF6E1969B29459234D0576C0FB324AA0C93E94A483E842A5E162502980D800',
2742
+ exponent: 0,
2743
+ aliases: ['ibc/1B708808D372E959CD4839C594960309283424C775F4A038AAEBE7F83A988477']
2744
+ }, {
2745
+ denom: 'qsr',
2746
+ exponent: 6
2747
+ }],
2748
+ type_asset: 'ics20',
2749
+ base: 'ibc/C9CF6E1969B29459234D0576C0FB324AA0C93E94A483E842A5E162502980D800',
2750
+ name: 'Quasar',
2751
+ display: 'qsr',
2752
+ symbol: 'QSR',
2753
+ traces: [{
2754
+ type: 'ibc',
2755
+ counterparty: {
2756
+ channel_id: 'channel-1575',
2757
+ base_denom: 'ibc/1B708808D372E959CD4839C594960309283424C775F4A038AAEBE7F83A988477',
2758
+ chain_name: 'osmosis'
2759
+ },
2760
+ chain: {
2761
+ channel_id: 'channel-2'
2762
+ }
2763
+ }],
2764
+ images: [{
2765
+ image_sync: {
2766
+ chain_name: 'quasar',
2767
+ base_denom: 'uqsr'
2768
+ },
2769
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quasar/images/quasar.png'
2770
+ }],
2771
+ logo_URIs: {
2772
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quasar/images/quasar.png'
2773
+ }
2774
+ }, {
2775
+ description: 'Levana native token',
2776
+ denom_units: [{
2777
+ denom: 'ibc/EBF2E86CF9F2344EA3EAFE6A97E46CC935B48EFEE312D58A120337B2DDC84E56',
2778
+ exponent: 0,
2779
+ aliases: ['factory/osmo1mlng7pz4pnyxtpq0akfwall37czyk9lukaucsrn30ameplhhshtqdvfm5c/ulvn']
2780
+ }, {
2781
+ denom: 'lvn',
2782
+ exponent: 6
2783
+ }],
2784
+ base: 'ibc/EBF2E86CF9F2344EA3EAFE6A97E46CC935B48EFEE312D58A120337B2DDC84E56',
2785
+ name: 'Levana',
2786
+ display: 'lvn',
2787
+ symbol: 'LVN',
2788
+ logo_URIs: {
2789
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/levana.png',
2790
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/levana.svg'
2791
+ },
2792
+ coingecko_id: 'levana-protocol',
2793
+ images: [{
2794
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/levana.png',
2795
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/levana.svg'
2796
+ }, {
2797
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/levana.png'
2798
+ }],
2799
+ traces: [{
2800
+ type: 'ibc',
2801
+ counterparty: {
2802
+ channel_id: 'channel-1575',
2803
+ base_denom: 'factory/osmo1mlng7pz4pnyxtpq0akfwall37czyk9lukaucsrn30ameplhhshtqdvfm5c/ulvn',
2804
+ chain_name: 'osmosis'
2805
+ },
2806
+ chain: {
2807
+ channel_id: 'channel-2'
2808
+ }
2809
+ }]
2810
+ }, {
2811
+ description: "MilkyWay's liquid staked TIA",
2812
+ denom_units: [{
2813
+ denom: 'ibc/F428C5D24BEF8CA22EE74810A583422C12F02865ADAC185678C73015A88227B3',
2814
+ exponent: 0,
2815
+ aliases: ['factory/osmo1f5vfcph2dvfeqcqkhetwv75fda69z7e5c2dldm3kvgj23crkv6wqcn47a0/umilkTIA']
2816
+ }, {
2817
+ denom: 'milkTIA',
2818
+ exponent: 6
2819
+ }],
2820
+ base: 'ibc/F428C5D24BEF8CA22EE74810A583422C12F02865ADAC185678C73015A88227B3',
2821
+ name: 'milkTIA',
2822
+ display: 'milkTIA',
2823
+ symbol: 'milkTIA',
2824
+ traces: [{
2825
+ type: 'ibc',
2826
+ counterparty: {
2827
+ channel_id: 'channel-1575',
2828
+ base_denom: 'factory/osmo1f5vfcph2dvfeqcqkhetwv75fda69z7e5c2dldm3kvgj23crkv6wqcn47a0/umilkTIA',
2829
+ chain_name: 'osmosis'
2830
+ },
2831
+ chain: {
2832
+ channel_id: 'channel-2'
2833
+ }
2834
+ }],
2835
+ logo_URIs: {
2836
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/milktia.png',
2837
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/milktia.svg'
2838
+ },
2839
+ coingecko_id: 'milkyway-staked-tia',
2840
+ images: [{
2841
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/milktia.png',
2842
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/milktia.svg'
2843
+ }]
2844
+ }, {
2845
+ denom_units: [{
2846
+ denom: 'ibc/9F05D96E65285EAE5F596D94D6A6C80A78B5D189027BD024D6C2BF6E2475A8F0',
2847
+ exponent: 0,
2848
+ aliases: ['ibc/ECBE78BF7677320A93E7BA1761D144BCBF0CBC247C290C049655E106FE5DC68E']
2849
+ }, {
2850
+ denom: 'stkosmo',
2851
+ exponent: 6,
2852
+ aliases: ['stk/osmo']
2853
+ }],
2854
+ type_asset: 'ics20',
2855
+ base: 'ibc/9F05D96E65285EAE5F596D94D6A6C80A78B5D189027BD024D6C2BF6E2475A8F0',
2856
+ name: 'PSTAKE staked OSMO',
2857
+ display: 'stkosmo',
2858
+ symbol: 'stkOSMO',
2859
+ traces: [{
2860
+ type: 'ibc',
2861
+ counterparty: {
2862
+ channel_id: 'channel-1575',
2863
+ base_denom: 'ibc/ECBE78BF7677320A93E7BA1761D144BCBF0CBC247C290C049655E106FE5DC68E',
2864
+ chain_name: 'osmosis'
2865
+ },
2866
+ chain: {
2867
+ channel_id: 'channel-2'
2868
+ }
2869
+ }],
2870
+ images: [{
2871
+ image_sync: {
2872
+ chain_name: 'persistence',
2873
+ base_denom: 'stk/uosmo'
2874
+ },
2875
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkosmo.png',
2876
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkosmo.svg'
2877
+ }],
2878
+ logo_URIs: {
2879
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkosmo.png',
2880
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkosmo.svg'
2881
+ }
2882
+ }, {
2883
+ description: 'The PAGE token is used for actions in the PageDAO NFT literary ecosystem and for DAO governance.',
2884
+ denom_units: [{
2885
+ denom: 'ibc/E0EA9ACB7BF9F82819EEF4F2B20982B674F7BD927D0753672A4D78425265C21B',
2886
+ exponent: 0,
2887
+ aliases: ['ibc/23A62409E4AD8133116C249B1FA38EED30E500A115D7B153109462CD82C1CD99']
2888
+ }, {
2889
+ denom: 'page',
2890
+ exponent: 8
2891
+ }],
2892
+ type_asset: 'ics20',
2893
+ base: 'ibc/E0EA9ACB7BF9F82819EEF4F2B20982B674F7BD927D0753672A4D78425265C21B',
2894
+ name: 'PageDAO',
2895
+ display: 'page',
2896
+ symbol: 'PAGE.grv',
2897
+ traces: [{
2898
+ type: 'ibc',
2899
+ counterparty: {
2900
+ channel_id: 'channel-1575',
2901
+ base_denom: 'ibc/23A62409E4AD8133116C249B1FA38EED30E500A115D7B153109462CD82C1CD99',
2902
+ chain_name: 'osmosis'
2903
+ },
2904
+ chain: {
2905
+ channel_id: 'channel-2'
2906
+ }
2907
+ }],
2908
+ images: [{
2909
+ image_sync: {
2910
+ chain_name: 'gravitybridge',
2911
+ base_denom: 'gravity0x60e683C6514Edd5F758A55b6f393BeBBAfaA8d5e'
2912
+ },
2913
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/page.png',
2914
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/page.svg'
2915
+ }],
2916
+ logo_URIs: {
2917
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/page.png',
2918
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/page.svg'
2919
+ }
2920
+ }, {
2921
+ description: "Nomic's native token.",
2922
+ denom_units: [{
2923
+ denom: 'ibc/9F43B05C2700AD85E2233F3FEFAA3262AA70FF1F23DC09B01FB188DB0A64A1FA',
2924
+ exponent: 0,
2925
+ aliases: ['ibc/F49DFB3BC8105C57EE7F17EC2402438825B31212CFDD81681EB87911E934F32C']
2926
+ }, {
2927
+ denom: 'nom',
2928
+ exponent: 6
2929
+ }],
2930
+ type_asset: 'ics20',
2931
+ base: 'ibc/9F43B05C2700AD85E2233F3FEFAA3262AA70FF1F23DC09B01FB188DB0A64A1FA',
2932
+ name: 'Nomic',
2933
+ display: 'nomic',
2934
+ symbol: 'NOM',
2935
+ traces: [{
2936
+ type: 'ibc',
2937
+ counterparty: {
2938
+ channel_id: 'channel-1575',
2939
+ base_denom: 'ibc/F49DFB3BC8105C57EE7F17EC2402438825B31212CFDD81681EB87911E934F32C',
2940
+ chain_name: 'osmosis'
2941
+ },
2942
+ chain: {
2943
+ channel_id: 'channel-2'
2944
+ }
2945
+ }],
2946
+ images: [{
2947
+ image_sync: {
2948
+ chain_name: 'nomic',
2949
+ base_denom: 'unom'
2950
+ },
2951
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nom.png',
2952
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nom.svg'
2953
+ }],
2954
+ logo_URIs: {
2955
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nom.png',
2956
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nom.svg'
2957
+ }
2958
+ }, {
2959
+ description: 'Bitcoin. On Cosmos.',
2960
+ denom_units: [{
2961
+ denom: 'ibc/F92661AA1B265A25242F148ADAB6FC709D648679EE71B57D3E511E91AF5B4227',
2962
+ exponent: 0,
2963
+ aliases: ['ibc/75345531D87BD90BF108BE7240BD721CB2CB0A1F16D4EBA71B09EC3C43E15C8F']
2964
+ }, {
2965
+ denom: 'nbtc',
2966
+ exponent: 14
2967
+ }],
2968
+ type_asset: 'ics20',
2969
+ base: 'ibc/F92661AA1B265A25242F148ADAB6FC709D648679EE71B57D3E511E91AF5B4227',
2970
+ name: 'Nomic Bitcoin',
2971
+ display: 'nbtc',
2972
+ symbol: 'nBTC',
2973
+ traces: [{
2974
+ type: 'ibc',
2975
+ counterparty: {
2976
+ channel_id: 'channel-1575',
2977
+ base_denom: 'ibc/75345531D87BD90BF108BE7240BD721CB2CB0A1F16D4EBA71B09EC3C43E15C8F',
2978
+ chain_name: 'osmosis'
2979
+ },
2980
+ chain: {
2981
+ channel_id: 'channel-2'
2982
+ }
2983
+ }],
2984
+ images: [{
2985
+ image_sync: {
2986
+ chain_name: 'nomic',
2987
+ base_denom: 'usat'
2988
+ },
2989
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nbtc.png',
2990
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nbtc.svg'
2991
+ }],
2992
+ logo_URIs: {
2993
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nbtc.png',
2994
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nbtc.svg'
2995
+ }
2996
+ }, {
2997
+ description: 'AUTISM on Osmosis',
2998
+ denom_units: [{
2999
+ denom: 'ibc/6489DAAD6DAF49BFDEE385F8BBACED1CDF04ECA51528EDB9A586D6CA44CA1232',
3000
+ exponent: 0,
3001
+ aliases: ['ibc/9DDF52A334F92BC57A9E0D59DFF9984EAC61D2A14E5162605DF601AA58FDFC6D']
3002
+ }, {
3003
+ denom: 'autism',
3004
+ exponent: 6
3005
+ }],
3006
+ type_asset: 'ics20',
3007
+ base: 'ibc/6489DAAD6DAF49BFDEE385F8BBACED1CDF04ECA51528EDB9A586D6CA44CA1232',
3008
+ name: 'Injective AUTISM',
3009
+ display: 'autism',
3010
+ symbol: 'AUTISM',
3011
+ traces: [{
3012
+ type: 'ibc',
3013
+ counterparty: {
3014
+ channel_id: 'channel-1575',
3015
+ base_denom: 'ibc/9DDF52A334F92BC57A9E0D59DFF9984EAC61D2A14E5162605DF601AA58FDFC6D',
3016
+ chain_name: 'osmosis'
3017
+ },
3018
+ chain: {
3019
+ channel_id: 'channel-2'
3020
+ }
3021
+ }],
3022
+ images: [{
3023
+ image_sync: {
3024
+ chain_name: 'injective',
3025
+ base_denom: 'factory/inj14lf8xm6fcvlggpa7guxzjqwjmtr24gnvf56hvz/autism'
3026
+ },
3027
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/autism.png'
3028
+ }],
3029
+ logo_URIs: {
3030
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/autism.png'
3031
+ }
3032
+ }, {
3033
+ description: 'Woof on Osmosis',
3034
+ denom_units: [{
3035
+ denom: 'ibc/EA62784B1F801D2C82AD27A1FA2DD2E2449ABCA9DD39A68C99A9BF057C725BD7',
3036
+ exponent: 0,
3037
+ aliases: ['ibc/9B8EC667B6DF55387DC0F3ACC4F187DA6921B0806ED35DE6B04DE96F5AB81F53']
3038
+ }, {
3039
+ denom: 'WOOF',
3040
+ exponent: 6
3041
+ }],
3042
+ type_asset: 'ics20',
3043
+ base: 'ibc/EA62784B1F801D2C82AD27A1FA2DD2E2449ABCA9DD39A68C99A9BF057C725BD7',
3044
+ name: 'WOOF chihuahua',
3045
+ display: 'WOOF',
3046
+ symbol: 'WOOF',
3047
+ traces: [{
3048
+ type: 'ibc',
3049
+ counterparty: {
3050
+ channel_id: 'channel-1575',
3051
+ base_denom: 'ibc/9B8EC667B6DF55387DC0F3ACC4F187DA6921B0806ED35DE6B04DE96F5AB81F53',
3052
+ chain_name: 'osmosis'
3053
+ },
3054
+ chain: {
3055
+ channel_id: 'channel-2'
3056
+ }
3057
+ }],
3058
+ logo_URIs: {
3059
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/woof.png'
3060
+ },
3061
+ images: [{
3062
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/woof.png'
3063
+ }]
3064
+ }, {
3065
+ description: 'The native coin of Sneaky Productions.',
3066
+ denom_units: [{
3067
+ denom: 'ibc/E5A4A837E98EAF9272701F8B2CDAC46B48BA0B72018B3C6D3298A467D4AAE876',
3068
+ exponent: 0,
3069
+ aliases: ['ibc/94ED1F172BC633DFC56D7E26551D8B101ADCCC69052AC44FED89F97FF658138F']
3070
+ }, {
3071
+ denom: 'sneaky',
3072
+ exponent: 6
3073
+ }],
3074
+ type_asset: 'ics20',
3075
+ base: 'ibc/E5A4A837E98EAF9272701F8B2CDAC46B48BA0B72018B3C6D3298A467D4AAE876',
3076
+ name: 'Sneaky Productions',
3077
+ display: 'sneaky',
3078
+ symbol: 'SNEAKY',
3079
+ traces: [{
3080
+ type: 'ibc',
3081
+ counterparty: {
3082
+ channel_id: 'channel-1575',
3083
+ base_denom: 'ibc/94ED1F172BC633DFC56D7E26551D8B101ADCCC69052AC44FED89F97FF658138F',
3084
+ chain_name: 'osmosis'
3085
+ },
3086
+ chain: {
3087
+ channel_id: 'channel-2'
3088
+ }
3089
+ }],
3090
+ logo_URIs: {
3091
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/sneaky.png'
3092
+ },
3093
+ images: [{
3094
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/sneaky.png'
3095
+ }]
3096
+ }, {
3097
+ denom_units: [{
3098
+ denom: 'ibc/BEE9A8F835D60717548FFE9AC9E90F18AB8096574EB1211F88074CB3511B7860',
3099
+ exponent: 0,
3100
+ aliases: ['factory/osmo1z0qrq605sjgcqpylfl4aa6s90x738j7m58wyatt0tdzflg2ha26q67k743/wbtc']
3101
+ }, {
3102
+ denom: 'wbtc',
3103
+ exponent: 8
3104
+ }],
3105
+ address: 'osmo1z0qrq605sjgcqpylfl4aa6s90x738j7m58wyatt0tdzflg2ha26q67k743',
3106
+ type_asset: 'sdk.coin',
3107
+ base: 'ibc/BEE9A8F835D60717548FFE9AC9E90F18AB8096574EB1211F88074CB3511B7860',
3108
+ name: 'Wrapped Bitcoin',
3109
+ display: 'wbtc',
3110
+ symbol: 'WBTC',
3111
+ traces: [{
3112
+ type: 'ibc',
3113
+ counterparty: {
3114
+ channel_id: 'channel-1575',
3115
+ base_denom: 'factory/osmo1z0qrq605sjgcqpylfl4aa6s90x738j7m58wyatt0tdzflg2ha26q67k743/wbtc',
3116
+ chain_name: 'osmosis'
3117
+ },
3118
+ chain: {
3119
+ channel_id: 'channel-2'
3120
+ }
3121
+ }],
3122
+ images: [{
3123
+ image_sync: {
3124
+ chain_name: 'ethereum',
3125
+ base_denom: '0x2260fac5e5542a773aa44fbcfedf7c193bc2c599'
3126
+ },
3127
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.png',
3128
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.svg'
3129
+ }],
3130
+ logo_URIs: {
3131
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.png',
3132
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.svg'
3133
+ }
3134
+ }, {
3135
+ 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.",
3136
+ denom_units: [{
3137
+ denom: 'ibc/061226CF8A346CB5B5F0AFA10BEE31D1AACC48723E4E4781C5D7606BE9D8C21A',
3138
+ exponent: 0,
3139
+ aliases: ['factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO']
3140
+ }, {
3141
+ denom: 'WOSMO',
3142
+ exponent: 6
3143
+ }],
3144
+ address: 'osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3',
3145
+ base: 'ibc/061226CF8A346CB5B5F0AFA10BEE31D1AACC48723E4E4781C5D7606BE9D8C21A',
3146
+ name: 'WOSMO',
3147
+ display: 'WOSMO',
3148
+ symbol: 'WOSMO',
3149
+ logo_URIs: {
3150
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/WOSMO.png'
3151
+ },
3152
+ images: [{
3153
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/WOSMO.png'
3154
+ }],
3155
+ traces: [{
3156
+ type: 'ibc',
3157
+ counterparty: {
3158
+ channel_id: 'channel-1575',
3159
+ base_denom: 'factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO',
3160
+ chain_name: 'osmosis'
3161
+ },
3162
+ chain: {
3163
+ channel_id: 'channel-2'
3164
+ }
3165
+ }]
3166
+ }, {
3167
+ description: 'NLS on Osmosis',
3168
+ denom_units: [{
3169
+ denom: 'ibc/9F9C7A8536694BA28EC379AF050DAB2D274A2548E054C8B2687E975E3536B8F5',
3170
+ exponent: 0,
3171
+ aliases: ['ibc/D9AFCECDD361D38302AA66EB3BAC23B95234832C51D12489DC451FA2B7C72782']
3172
+ }, {
3173
+ denom: 'nls',
3174
+ exponent: 6
3175
+ }],
3176
+ type_asset: 'ics20',
3177
+ base: 'ibc/9F9C7A8536694BA28EC379AF050DAB2D274A2548E054C8B2687E975E3536B8F5',
3178
+ name: 'Nolus',
3179
+ display: 'nls',
3180
+ symbol: 'NLS',
3181
+ traces: [{
3182
+ type: 'ibc',
3183
+ counterparty: {
3184
+ channel_id: 'channel-1575',
3185
+ base_denom: 'ibc/D9AFCECDD361D38302AA66EB3BAC23B95234832C51D12489DC451FA2B7C72782',
3186
+ chain_name: 'osmosis'
3187
+ },
3188
+ chain: {
3189
+ channel_id: 'channel-2'
3190
+ }
3191
+ }],
3192
+ images: [{
3193
+ image_sync: {
3194
+ chain_name: 'nolus',
3195
+ base_denom: 'unls'
3196
+ },
3197
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.png',
3198
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.svg'
3199
+ }],
3200
+ logo_URIs: {
3201
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.png',
3202
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.svg'
3203
+ }
3204
+ }, {
3205
+ description: 'STRD on Osmosis',
3206
+ denom_units: [{
3207
+ denom: 'ibc/6D3E5319A182C24AD22A5CCED97B040B29C8F6213262AF551E4AF66F2B93DF62',
3208
+ exponent: 0,
3209
+ aliases: ['ibc/A8CA5EE328FA10C9519DF6057DA1F69682D28F7D0F5CCC7ECB72E3DCA2D157A4']
3210
+ }, {
3211
+ denom: 'strd',
3212
+ exponent: 6
3213
+ }],
3214
+ type_asset: 'ics20',
3215
+ base: 'ibc/6D3E5319A182C24AD22A5CCED97B040B29C8F6213262AF551E4AF66F2B93DF62',
3216
+ name: 'Stride',
3217
+ display: 'strd',
3218
+ symbol: 'STRD',
3219
+ traces: [{
3220
+ type: 'ibc',
3221
+ counterparty: {
3222
+ channel_id: 'channel-1575',
3223
+ base_denom: 'ibc/A8CA5EE328FA10C9519DF6057DA1F69682D28F7D0F5CCC7ECB72E3DCA2D157A4',
3224
+ chain_name: 'osmosis'
3225
+ },
3226
+ chain: {
3227
+ channel_id: 'channel-2'
3228
+ }
3229
+ }],
3230
+ images: [{
3231
+ image_sync: {
3232
+ chain_name: 'stride',
3233
+ base_denom: 'ustrd'
3234
+ },
3235
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.png',
3236
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg'
3237
+ }],
3238
+ logo_URIs: {
3239
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.png',
3240
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg'
3241
+ }
3242
+ }, {
3243
+ description: 'Margined Power Token sqTIA',
3244
+ denom_units: [{
3245
+ denom: 'ibc/EF40E3F76FBD1F60543F71CC8F56F3276C6AB765A090BF048C4B4D6A265525F4',
3246
+ exponent: 0,
3247
+ aliases: ['factory/osmo1g8qypve6l95xmhgc0fddaecerffymsl7kn9muw/sqtia']
3248
+ }, {
3249
+ denom: 'sqtia',
3250
+ exponent: 6
3251
+ }],
3252
+ base: 'ibc/EF40E3F76FBD1F60543F71CC8F56F3276C6AB765A090BF048C4B4D6A265525F4',
3253
+ name: 'TIA Squared',
3254
+ display: 'sqtia',
3255
+ symbol: 'sqTIA',
3256
+ logo_URIs: {
3257
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sqtia.svg'
3258
+ },
3259
+ images: [{
3260
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sqtia.svg'
3261
+ }],
3262
+ traces: [{
3263
+ type: 'ibc',
3264
+ counterparty: {
3265
+ channel_id: 'channel-1575',
3266
+ base_denom: 'factory/osmo1g8qypve6l95xmhgc0fddaecerffymsl7kn9muw/sqtia',
3267
+ chain_name: 'osmosis'
3268
+ },
3269
+ chain: {
3270
+ channel_id: 'channel-2'
3271
+ }
3272
+ }]
3273
+ }, {
3274
+ description: 'Sail DAO Token',
3275
+ denom_units: [{
3276
+ denom: 'ibc/C87A988C60DE234F90AC945ED00B894893C9CD60CEB221E7C76CE61B86CB14DB',
3277
+ exponent: 0,
3278
+ aliases: ['factory/osmo1rckme96ptawr4zwexxj5g5gej9s2dmud8r2t9j0k0prn5mch5g4snzzwjv/sail']
3279
+ }, {
3280
+ denom: 'sail',
3281
+ exponent: 6
3282
+ }],
3283
+ base: 'ibc/C87A988C60DE234F90AC945ED00B894893C9CD60CEB221E7C76CE61B86CB14DB',
3284
+ name: 'Sail',
3285
+ display: 'sail',
3286
+ symbol: 'SAIL',
3287
+ logo_URIs: {
3288
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sail.png'
3289
+ },
3290
+ images: [{
3291
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sail.png'
3292
+ }],
3293
+ traces: [{
3294
+ type: 'ibc',
3295
+ counterparty: {
3296
+ channel_id: 'channel-1575',
3297
+ base_denom: 'factory/osmo1rckme96ptawr4zwexxj5g5gej9s2dmud8r2t9j0k0prn5mch5g4snzzwjv/sail',
3298
+ chain_name: 'osmosis'
3299
+ },
3300
+ chain: {
3301
+ channel_id: 'channel-2'
3302
+ }
3303
+ }]
3304
+ }]
3305
+ };
3306
+ var _default = exports["default"] = assets;