@chain-registry/assets 1.70.598 → 1.70.600

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 (69) hide show
  1. package/esm/mainnet/acrechain.js +0 -302
  2. package/esm/mainnet/agoric.js +0 -302
  3. package/esm/mainnet/assets.js +1 -2
  4. package/esm/mainnet/axelar.js +78 -302
  5. package/esm/mainnet/carbon.js +0 -302
  6. package/esm/mainnet/celestia.js +0 -302
  7. package/esm/mainnet/composable.js +78 -302
  8. package/esm/mainnet/coreum.js +0 -302
  9. package/esm/mainnet/cosmoshub.js +78 -302
  10. package/esm/mainnet/crescent.js +0 -302
  11. package/esm/mainnet/cryptoorgchain.js +0 -302
  12. package/esm/mainnet/dydx.js +0 -302
  13. package/esm/mainnet/dymension.js +0 -302
  14. package/esm/mainnet/gateway.js +0 -302
  15. package/esm/mainnet/gravitybridge.js +78 -302
  16. package/esm/mainnet/index.js +0 -1
  17. package/esm/mainnet/injective.js +0 -302
  18. package/esm/mainnet/juno.js +78 -0
  19. package/esm/mainnet/kava.js +0 -302
  20. package/esm/mainnet/kujira.js +78 -302
  21. package/esm/mainnet/lava.js +0 -302
  22. package/esm/mainnet/migaloo.js +78 -0
  23. package/esm/mainnet/neutron.js +78 -0
  24. package/esm/mainnet/noble.js +0 -302
  25. package/esm/mainnet/oraichain.js +78 -0
  26. package/esm/mainnet/osmosis.js +78 -302
  27. package/esm/mainnet/persistence.js +78 -0
  28. package/esm/mainnet/secretnetwork.js +0 -302
  29. package/esm/mainnet/stargaze.js +0 -302
  30. package/esm/mainnet/stride.js +0 -302
  31. package/esm/mainnet/terra2.js +78 -0
  32. package/esm/mainnet/tgrade.js +0 -302
  33. package/mainnet/acrechain.js +0 -302
  34. package/mainnet/agoric.js +0 -302
  35. package/mainnet/assets.js +1 -2
  36. package/mainnet/axelar.js +78 -302
  37. package/mainnet/carbon.js +0 -302
  38. package/mainnet/celestia.js +0 -302
  39. package/mainnet/composable.js +78 -302
  40. package/mainnet/coreum.js +0 -302
  41. package/mainnet/cosmoshub.js +78 -302
  42. package/mainnet/crescent.js +0 -302
  43. package/mainnet/cryptoorgchain.js +0 -302
  44. package/mainnet/dydx.js +0 -302
  45. package/mainnet/dymension.js +0 -302
  46. package/mainnet/gateway.js +0 -302
  47. package/mainnet/gravitybridge.js +78 -302
  48. package/mainnet/index.d.ts +0 -1
  49. package/mainnet/index.js +3 -4
  50. package/mainnet/injective.js +0 -302
  51. package/mainnet/juno.js +78 -0
  52. package/mainnet/kava.js +0 -302
  53. package/mainnet/kujira.js +78 -302
  54. package/mainnet/lava.js +0 -302
  55. package/mainnet/migaloo.js +78 -0
  56. package/mainnet/neutron.js +78 -0
  57. package/mainnet/noble.js +0 -302
  58. package/mainnet/oraichain.js +78 -0
  59. package/mainnet/osmosis.js +78 -302
  60. package/mainnet/persistence.js +78 -0
  61. package/mainnet/secretnetwork.js +0 -302
  62. package/mainnet/stargaze.js +0 -302
  63. package/mainnet/stride.js +0 -302
  64. package/mainnet/terra2.js +78 -0
  65. package/mainnet/tgrade.js +0 -302
  66. package/package.json +5 -5
  67. package/esm/mainnet/evmos.js +0 -3722
  68. package/mainnet/evmos.d.ts +0 -3
  69. package/mainnet/evmos.js +0 -3724
@@ -81,157 +81,6 @@ const assets = {
81
81
  }
82
82
  }]
83
83
  },
84
- {
85
- description: 'The native EVM, governance and staking token of the Evmos Hub',
86
- denom_units: [{
87
- denom: 'ibc/6FD648803B357CD8DD01F16AAD4E466C6C2CCF8CEA993EF8D334ED317C4A4F66',
88
- exponent: 0,
89
- aliases: ['aevmos']
90
- }, {
91
- denom: 'evmos',
92
- exponent: 18
93
- }],
94
- base: 'ibc/6FD648803B357CD8DD01F16AAD4E466C6C2CCF8CEA993EF8D334ED317C4A4F66',
95
- name: 'Evmos',
96
- display: 'evmos',
97
- symbol: 'EVMOS',
98
- logo_URIs: {
99
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.png',
100
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.svg'
101
- },
102
- coingecko_id: 'evmos',
103
- images: [{
104
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.png',
105
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.svg'
106
- }],
107
- socials: {
108
- website: 'https://evmos.org/',
109
- x: 'https://x.com/EvmosOrg'
110
- },
111
- type_asset: 'sdk.coin',
112
- traces: [{
113
- type: 'ibc',
114
- counterparty: {
115
- channel_id: 'channel-40',
116
- base_denom: 'aevmos',
117
- chain_name: 'evmos'
118
- },
119
- chain: {
120
- channel_id: 'channel-14'
121
- }
122
- }]
123
- },
124
- {
125
- description: 'The token of Neokingdom DAO.',
126
- denom_units: [{
127
- denom: 'ibc/7BF4FC0FF5AE0F64C2DCB663ADAB4DB012BA9CEB4F8C9B2DAC5FBED0A225FCE1',
128
- exponent: 0,
129
- aliases: ['erc20/0x655ecB57432CC1370f65e5dc2309588b71b473A9']
130
- }, {
131
- denom: 'neok',
132
- exponent: 18
133
- }],
134
- base: 'ibc/7BF4FC0FF5AE0F64C2DCB663ADAB4DB012BA9CEB4F8C9B2DAC5FBED0A225FCE1',
135
- name: 'Neokingdom DAO',
136
- display: 'neok',
137
- symbol: 'NEOK',
138
- logo_URIs: {
139
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
140
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
141
- },
142
- images: [{
143
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
144
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
145
- }],
146
- socials: {
147
- website: 'https://www.neokingdom.org/',
148
- x: 'https://x.com/NEOKingdomDAO'
149
- },
150
- type_asset: 'sdk.coin',
151
- traces: [{
152
- type: 'ibc',
153
- counterparty: {
154
- channel_id: 'channel-40',
155
- base_denom: 'erc20/0x655ecB57432CC1370f65e5dc2309588b71b473A9',
156
- chain_name: 'evmos'
157
- },
158
- chain: {
159
- channel_id: 'channel-14'
160
- }
161
- }]
162
- },
163
- {
164
- description: 'The legacy token of Teledisko DAO.',
165
- denom_units: [{
166
- denom: 'ibc/3D477A624F9AFBBDE800A2B302A4923980B95859BDEA8462E09C1D283E933456',
167
- exponent: 0,
168
- aliases: ['erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280']
169
- }, {
170
- denom: 'berlin-legacy',
171
- exponent: 18
172
- }],
173
- base: 'ibc/3D477A624F9AFBBDE800A2B302A4923980B95859BDEA8462E09C1D283E933456',
174
- name: 'Teledisko DAO - Legacy',
175
- display: 'berlin-legacy',
176
- symbol: 'BERLIN-legacy',
177
- type_asset: 'erc20',
178
- address: '0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280',
179
- logo_URIs: {
180
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png',
181
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg'
182
- },
183
- images: [{
184
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png',
185
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg'
186
- }],
187
- traces: [{
188
- type: 'ibc',
189
- counterparty: {
190
- channel_id: 'channel-40',
191
- base_denom: 'erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280',
192
- chain_name: 'evmos'
193
- },
194
- chain: {
195
- channel_id: 'channel-14'
196
- }
197
- }]
198
- },
199
- {
200
- description: 'The token of Crowdpunk DAO',
201
- denom_units: [{
202
- denom: 'ibc/F95FB6FBB1D7C3250C645FDC089BB15200439053B4FE2EE7F292552D6AD6C389',
203
- exponent: 0,
204
- aliases: ['erc20/0xfbF4318d24a93753F11d365A6dcF8b830e98Ab0F']
205
- }, {
206
- denom: 'crowdp',
207
- exponent: 18
208
- }],
209
- base: 'ibc/F95FB6FBB1D7C3250C645FDC089BB15200439053B4FE2EE7F292552D6AD6C389',
210
- name: 'Crowdpunk DAO',
211
- display: 'crowdp',
212
- address: '0xfbF4318d24a93753F11d365A6dcF8b830e98Ab0F',
213
- symbol: 'CROWDP',
214
- type_asset: 'erc20',
215
- logo_URIs: {
216
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.png',
217
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.svg'
218
- },
219
- images: [{
220
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.png',
221
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.svg'
222
- }],
223
- traces: [{
224
- type: 'ibc',
225
- counterparty: {
226
- channel_id: 'channel-40',
227
- base_denom: 'erc20/0xfbF4318d24a93753F11d365A6dcF8b830e98Ab0F',
228
- chain_name: 'evmos'
229
- },
230
- chain: {
231
- channel_id: 'channel-14'
232
- }
233
- }]
234
- },
235
84
  {
236
85
  description: 'The native token of Gravity Bridge',
237
86
  denom_units: [{
@@ -1666,157 +1515,6 @@ const assets = {
1666
1515
  }
1667
1516
  }]
1668
1517
  },
1669
- {
1670
- description: 'The native EVM, governance and staking token of the Evmos Hub',
1671
- denom_units: [{
1672
- denom: 'ibc/6FD648803B357CD8DD01F16AAD4E466C6C2CCF8CEA993EF8D334ED317C4A4F66',
1673
- exponent: 0,
1674
- aliases: ['aevmos']
1675
- }, {
1676
- denom: 'evmos',
1677
- exponent: 18
1678
- }],
1679
- base: 'ibc/6FD648803B357CD8DD01F16AAD4E466C6C2CCF8CEA993EF8D334ED317C4A4F66',
1680
- name: 'Evmos',
1681
- display: 'evmos',
1682
- symbol: 'EVMOS',
1683
- logo_URIs: {
1684
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.png',
1685
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.svg'
1686
- },
1687
- coingecko_id: 'evmos',
1688
- images: [{
1689
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.png',
1690
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.svg'
1691
- }],
1692
- socials: {
1693
- website: 'https://evmos.org/',
1694
- x: 'https://x.com/EvmosOrg'
1695
- },
1696
- type_asset: 'sdk.coin',
1697
- traces: [{
1698
- type: 'ibc',
1699
- counterparty: {
1700
- channel_id: 'channel-40',
1701
- base_denom: 'aevmos',
1702
- chain_name: 'evmos'
1703
- },
1704
- chain: {
1705
- channel_id: 'channel-14'
1706
- }
1707
- }]
1708
- },
1709
- {
1710
- description: 'The token of Neokingdom DAO.',
1711
- denom_units: [{
1712
- denom: 'ibc/7BF4FC0FF5AE0F64C2DCB663ADAB4DB012BA9CEB4F8C9B2DAC5FBED0A225FCE1',
1713
- exponent: 0,
1714
- aliases: ['erc20/0x655ecB57432CC1370f65e5dc2309588b71b473A9']
1715
- }, {
1716
- denom: 'neok',
1717
- exponent: 18
1718
- }],
1719
- base: 'ibc/7BF4FC0FF5AE0F64C2DCB663ADAB4DB012BA9CEB4F8C9B2DAC5FBED0A225FCE1',
1720
- name: 'Neokingdom DAO',
1721
- display: 'neok',
1722
- symbol: 'NEOK',
1723
- logo_URIs: {
1724
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
1725
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
1726
- },
1727
- images: [{
1728
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
1729
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
1730
- }],
1731
- socials: {
1732
- website: 'https://www.neokingdom.org/',
1733
- x: 'https://x.com/NEOKingdomDAO'
1734
- },
1735
- type_asset: 'sdk.coin',
1736
- traces: [{
1737
- type: 'ibc',
1738
- counterparty: {
1739
- channel_id: 'channel-40',
1740
- base_denom: 'erc20/0x655ecB57432CC1370f65e5dc2309588b71b473A9',
1741
- chain_name: 'evmos'
1742
- },
1743
- chain: {
1744
- channel_id: 'channel-14'
1745
- }
1746
- }]
1747
- },
1748
- {
1749
- description: 'The legacy token of Teledisko DAO.',
1750
- denom_units: [{
1751
- denom: 'ibc/3D477A624F9AFBBDE800A2B302A4923980B95859BDEA8462E09C1D283E933456',
1752
- exponent: 0,
1753
- aliases: ['erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280']
1754
- }, {
1755
- denom: 'berlin-legacy',
1756
- exponent: 18
1757
- }],
1758
- base: 'ibc/3D477A624F9AFBBDE800A2B302A4923980B95859BDEA8462E09C1D283E933456',
1759
- name: 'Teledisko DAO - Legacy',
1760
- display: 'berlin-legacy',
1761
- symbol: 'BERLIN-legacy',
1762
- type_asset: 'erc20',
1763
- address: '0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280',
1764
- logo_URIs: {
1765
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png',
1766
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg'
1767
- },
1768
- images: [{
1769
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png',
1770
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg'
1771
- }],
1772
- traces: [{
1773
- type: 'ibc',
1774
- counterparty: {
1775
- channel_id: 'channel-40',
1776
- base_denom: 'erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280',
1777
- chain_name: 'evmos'
1778
- },
1779
- chain: {
1780
- channel_id: 'channel-14'
1781
- }
1782
- }]
1783
- },
1784
- {
1785
- description: 'The token of Crowdpunk DAO',
1786
- denom_units: [{
1787
- denom: 'ibc/F95FB6FBB1D7C3250C645FDC089BB15200439053B4FE2EE7F292552D6AD6C389',
1788
- exponent: 0,
1789
- aliases: ['erc20/0xfbF4318d24a93753F11d365A6dcF8b830e98Ab0F']
1790
- }, {
1791
- denom: 'crowdp',
1792
- exponent: 18
1793
- }],
1794
- base: 'ibc/F95FB6FBB1D7C3250C645FDC089BB15200439053B4FE2EE7F292552D6AD6C389',
1795
- name: 'Crowdpunk DAO',
1796
- display: 'crowdp',
1797
- address: '0xfbF4318d24a93753F11d365A6dcF8b830e98Ab0F',
1798
- symbol: 'CROWDP',
1799
- type_asset: 'erc20',
1800
- logo_URIs: {
1801
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.png',
1802
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.svg'
1803
- },
1804
- images: [{
1805
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.png',
1806
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.svg'
1807
- }],
1808
- traces: [{
1809
- type: 'ibc',
1810
- counterparty: {
1811
- channel_id: 'channel-40',
1812
- base_denom: 'erc20/0xfbF4318d24a93753F11d365A6dcF8b830e98Ab0F',
1813
- chain_name: 'evmos'
1814
- },
1815
- chain: {
1816
- channel_id: 'channel-14'
1817
- }
1818
- }]
1819
- },
1820
1518
  {
1821
1519
  description: 'The native token of Gravity Bridge',
1822
1520
  denom_units: [{
@@ -232,157 +232,6 @@ const assets = {
232
232
  }
233
233
  }]
234
234
  },
235
- {
236
- description: 'The native EVM, governance and staking token of the Evmos Hub',
237
- denom_units: [{
238
- denom: 'ibc/80D5E86278CE910A7A9653CCA7DEB62C817E07AF9C0C657B43191C43DE60B107',
239
- exponent: 0,
240
- aliases: ['aevmos']
241
- }, {
242
- denom: 'evmos',
243
- exponent: 18
244
- }],
245
- base: 'ibc/80D5E86278CE910A7A9653CCA7DEB62C817E07AF9C0C657B43191C43DE60B107',
246
- name: 'Evmos',
247
- display: 'evmos',
248
- symbol: 'EVMOS',
249
- logo_URIs: {
250
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.png',
251
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.svg'
252
- },
253
- coingecko_id: 'evmos',
254
- images: [{
255
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.png',
256
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.svg'
257
- }],
258
- socials: {
259
- website: 'https://evmos.org/',
260
- x: 'https://x.com/EvmosOrg'
261
- },
262
- type_asset: 'sdk.coin',
263
- traces: [{
264
- type: 'ibc',
265
- counterparty: {
266
- channel_id: 'channel-85',
267
- base_denom: 'aevmos',
268
- chain_name: 'evmos'
269
- },
270
- chain: {
271
- channel_id: 'channel-57'
272
- }
273
- }]
274
- },
275
- {
276
- description: 'The token of Neokingdom DAO.',
277
- denom_units: [{
278
- denom: 'ibc/B44BF5AB79C7893A27BAFCF65702B3EBC6DD1E2CF0C8D43605ACDFD1F98229BB',
279
- exponent: 0,
280
- aliases: ['erc20/0x655ecB57432CC1370f65e5dc2309588b71b473A9']
281
- }, {
282
- denom: 'neok',
283
- exponent: 18
284
- }],
285
- base: 'ibc/B44BF5AB79C7893A27BAFCF65702B3EBC6DD1E2CF0C8D43605ACDFD1F98229BB',
286
- name: 'Neokingdom DAO',
287
- display: 'neok',
288
- symbol: 'NEOK',
289
- logo_URIs: {
290
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
291
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
292
- },
293
- images: [{
294
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
295
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
296
- }],
297
- socials: {
298
- website: 'https://www.neokingdom.org/',
299
- x: 'https://x.com/NEOKingdomDAO'
300
- },
301
- type_asset: 'sdk.coin',
302
- traces: [{
303
- type: 'ibc',
304
- counterparty: {
305
- channel_id: 'channel-85',
306
- base_denom: 'erc20/0x655ecB57432CC1370f65e5dc2309588b71b473A9',
307
- chain_name: 'evmos'
308
- },
309
- chain: {
310
- channel_id: 'channel-57'
311
- }
312
- }]
313
- },
314
- {
315
- description: 'The legacy token of Teledisko DAO.',
316
- denom_units: [{
317
- denom: 'ibc/2146068C178D878826DD34FC86EC1DC279B33765D8FFA60C5A9E5AF5AEC34EBA',
318
- exponent: 0,
319
- aliases: ['erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280']
320
- }, {
321
- denom: 'berlin-legacy',
322
- exponent: 18
323
- }],
324
- base: 'ibc/2146068C178D878826DD34FC86EC1DC279B33765D8FFA60C5A9E5AF5AEC34EBA',
325
- name: 'Teledisko DAO - Legacy',
326
- display: 'berlin-legacy',
327
- symbol: 'BERLIN-legacy',
328
- type_asset: 'erc20',
329
- address: '0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280',
330
- logo_URIs: {
331
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png',
332
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg'
333
- },
334
- images: [{
335
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png',
336
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg'
337
- }],
338
- traces: [{
339
- type: 'ibc',
340
- counterparty: {
341
- channel_id: 'channel-85',
342
- base_denom: 'erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280',
343
- chain_name: 'evmos'
344
- },
345
- chain: {
346
- channel_id: 'channel-57'
347
- }
348
- }]
349
- },
350
- {
351
- description: 'The token of Crowdpunk DAO',
352
- denom_units: [{
353
- denom: 'ibc/E6B581AB2E9F2D55958B46803318A3452EE194D30381C3B1ED4A14CCE27055DA',
354
- exponent: 0,
355
- aliases: ['erc20/0xfbF4318d24a93753F11d365A6dcF8b830e98Ab0F']
356
- }, {
357
- denom: 'crowdp',
358
- exponent: 18
359
- }],
360
- base: 'ibc/E6B581AB2E9F2D55958B46803318A3452EE194D30381C3B1ED4A14CCE27055DA',
361
- name: 'Crowdpunk DAO',
362
- display: 'crowdp',
363
- address: '0xfbF4318d24a93753F11d365A6dcF8b830e98Ab0F',
364
- symbol: 'CROWDP',
365
- type_asset: 'erc20',
366
- logo_URIs: {
367
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.png',
368
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.svg'
369
- },
370
- images: [{
371
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.png',
372
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.svg'
373
- }],
374
- traces: [{
375
- type: 'ibc',
376
- counterparty: {
377
- channel_id: 'channel-85',
378
- base_denom: 'erc20/0xfbF4318d24a93753F11d365A6dcF8b830e98Ab0F',
379
- chain_name: 'evmos'
380
- },
381
- chain: {
382
- channel_id: 'channel-57'
383
- }
384
- }]
385
- },
386
235
  {
387
236
  description: 'The native token of Gravity Bridge',
388
237
  denom_units: [{
@@ -1481,157 +1330,6 @@ const assets = {
1481
1330
  }
1482
1331
  }]
1483
1332
  },
1484
- {
1485
- description: 'The native EVM, governance and staking token of the Evmos Hub',
1486
- denom_units: [{
1487
- denom: 'ibc/80D5E86278CE910A7A9653CCA7DEB62C817E07AF9C0C657B43191C43DE60B107',
1488
- exponent: 0,
1489
- aliases: ['aevmos']
1490
- }, {
1491
- denom: 'evmos',
1492
- exponent: 18
1493
- }],
1494
- base: 'ibc/80D5E86278CE910A7A9653CCA7DEB62C817E07AF9C0C657B43191C43DE60B107',
1495
- name: 'Evmos',
1496
- display: 'evmos',
1497
- symbol: 'EVMOS',
1498
- logo_URIs: {
1499
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.png',
1500
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.svg'
1501
- },
1502
- coingecko_id: 'evmos',
1503
- images: [{
1504
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.png',
1505
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.svg'
1506
- }],
1507
- socials: {
1508
- website: 'https://evmos.org/',
1509
- x: 'https://x.com/EvmosOrg'
1510
- },
1511
- type_asset: 'sdk.coin',
1512
- traces: [{
1513
- type: 'ibc',
1514
- counterparty: {
1515
- channel_id: 'channel-85',
1516
- base_denom: 'aevmos',
1517
- chain_name: 'evmos'
1518
- },
1519
- chain: {
1520
- channel_id: 'channel-57'
1521
- }
1522
- }]
1523
- },
1524
- {
1525
- description: 'The token of Neokingdom DAO.',
1526
- denom_units: [{
1527
- denom: 'ibc/B44BF5AB79C7893A27BAFCF65702B3EBC6DD1E2CF0C8D43605ACDFD1F98229BB',
1528
- exponent: 0,
1529
- aliases: ['erc20/0x655ecB57432CC1370f65e5dc2309588b71b473A9']
1530
- }, {
1531
- denom: 'neok',
1532
- exponent: 18
1533
- }],
1534
- base: 'ibc/B44BF5AB79C7893A27BAFCF65702B3EBC6DD1E2CF0C8D43605ACDFD1F98229BB',
1535
- name: 'Neokingdom DAO',
1536
- display: 'neok',
1537
- symbol: 'NEOK',
1538
- logo_URIs: {
1539
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
1540
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
1541
- },
1542
- images: [{
1543
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
1544
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
1545
- }],
1546
- socials: {
1547
- website: 'https://www.neokingdom.org/',
1548
- x: 'https://x.com/NEOKingdomDAO'
1549
- },
1550
- type_asset: 'sdk.coin',
1551
- traces: [{
1552
- type: 'ibc',
1553
- counterparty: {
1554
- channel_id: 'channel-85',
1555
- base_denom: 'erc20/0x655ecB57432CC1370f65e5dc2309588b71b473A9',
1556
- chain_name: 'evmos'
1557
- },
1558
- chain: {
1559
- channel_id: 'channel-57'
1560
- }
1561
- }]
1562
- },
1563
- {
1564
- description: 'The legacy token of Teledisko DAO.',
1565
- denom_units: [{
1566
- denom: 'ibc/2146068C178D878826DD34FC86EC1DC279B33765D8FFA60C5A9E5AF5AEC34EBA',
1567
- exponent: 0,
1568
- aliases: ['erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280']
1569
- }, {
1570
- denom: 'berlin-legacy',
1571
- exponent: 18
1572
- }],
1573
- base: 'ibc/2146068C178D878826DD34FC86EC1DC279B33765D8FFA60C5A9E5AF5AEC34EBA',
1574
- name: 'Teledisko DAO - Legacy',
1575
- display: 'berlin-legacy',
1576
- symbol: 'BERLIN-legacy',
1577
- type_asset: 'erc20',
1578
- address: '0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280',
1579
- logo_URIs: {
1580
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png',
1581
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg'
1582
- },
1583
- images: [{
1584
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png',
1585
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg'
1586
- }],
1587
- traces: [{
1588
- type: 'ibc',
1589
- counterparty: {
1590
- channel_id: 'channel-85',
1591
- base_denom: 'erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280',
1592
- chain_name: 'evmos'
1593
- },
1594
- chain: {
1595
- channel_id: 'channel-57'
1596
- }
1597
- }]
1598
- },
1599
- {
1600
- description: 'The token of Crowdpunk DAO',
1601
- denom_units: [{
1602
- denom: 'ibc/E6B581AB2E9F2D55958B46803318A3452EE194D30381C3B1ED4A14CCE27055DA',
1603
- exponent: 0,
1604
- aliases: ['erc20/0xfbF4318d24a93753F11d365A6dcF8b830e98Ab0F']
1605
- }, {
1606
- denom: 'crowdp',
1607
- exponent: 18
1608
- }],
1609
- base: 'ibc/E6B581AB2E9F2D55958B46803318A3452EE194D30381C3B1ED4A14CCE27055DA',
1610
- name: 'Crowdpunk DAO',
1611
- display: 'crowdp',
1612
- address: '0xfbF4318d24a93753F11d365A6dcF8b830e98Ab0F',
1613
- symbol: 'CROWDP',
1614
- type_asset: 'erc20',
1615
- logo_URIs: {
1616
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.png',
1617
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.svg'
1618
- },
1619
- images: [{
1620
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.png',
1621
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.svg'
1622
- }],
1623
- traces: [{
1624
- type: 'ibc',
1625
- counterparty: {
1626
- channel_id: 'channel-85',
1627
- base_denom: 'erc20/0xfbF4318d24a93753F11d365A6dcF8b830e98Ab0F',
1628
- chain_name: 'evmos'
1629
- },
1630
- chain: {
1631
- channel_id: 'channel-57'
1632
- }
1633
- }]
1634
- },
1635
1333
  {
1636
1334
  description: 'The native token of Gravity Bridge',
1637
1335
  denom_units: [{
@@ -55,7 +55,6 @@ import _elys from './elys';
55
55
  import _emoney from './emoney';
56
56
  import _empowerchain from './empowerchain';
57
57
  import _epix from './epix';
58
- import _evmos from './evmos';
59
58
  import _fandomchain from './fandomchain';
60
59
  import _fetchhub from './fetchhub';
61
60
  import _firmachain from './firmachain';
@@ -180,5 +179,5 @@ import _xpla from './xpla';
180
179
  import _xrplevm from './xrplevm';
181
180
  import _zenrock from './zenrock';
182
181
  import _zigchain from './zigchain';
183
- const assets = [_ethereum, _namada, _penumbra, _solana, _aaronetwork, _acrechain, _agoric, _aioz, _akash, _allora, _amitis, _andromeda, _archway, _arkeo, _arkh, _assetmantle, _atomone, _aura, _axelar, _babylon, _bandchain, _beezee, _bitbadges, _bitcanna, _bitsong, _bitway, _bluzelle, _bostrom, _canto, _carbon, _celestia, _chain4energy, _cheqd, _chihuahua, _cifer, _comdex, _composable, _conscious, _coreum, _cosmoshub, _crescent, _cronos, _cryptoorgchain, _decentr, _desmos, _dhealth, _divine, _doravota, _dungeon, _dydx, _dymension, _dyson, _echelon, _elys, _emoney, _empowerchain, _epix, _evmos, _fandomchain, _fetchhub, _firmachain, _furya, _fxcore, _galaxy, _gateway, _genesisl1, _gitopia, _gnodi, _gravitybridge, _haqq, _hazinachain, _hippoprotocol, _humans, _impacthub, _imversed, _initia, _injective, _int3face, _intento, _irisnet, _jackal, _joltify, _juno, _kava, _kichain, _kimanetwork, _konstellation, _kopi, _kujira, _kyve, _lambda, _lava, _likecoin, _lombardledger, _lorenzo, _lumen, _lumera, _lumnetwork, _mande, _manifest, _mantrachain, _medasdigital, _meme, _migaloo, _milkyway, _mirage, _mtgbp, _neutaro, _neutron, _nibiru, _nillion, _nim, _noble, _nolus, _nomic, _nyx, _odin, _okexchain, _omniflixhub, _onex, _onomy, _optio, _oraichain, _osmosis, _panacea, _passage, _paxi, _persistence, _planq, _point, _provenance, _pundix, _pylons, _qfs, _qie, _quasar, _quicksilver, _qwoyn, _realio, _rebus, _regen, _rizon, _routerchain, _saga, _scorum, _secretnetwork, _seda, _sei, _self, _sentinel, _sge, _shareledger, _shentu, _shido, _sidechain, _sifchain, _sommelier, _source, _stafihub, _stargaze, _starname, _stratos, _stride, _sunrise, _symphony, _synternet, _taketitan, _teritori, _terra, _terra2, _tgrade, _thejaynetwork, _titan, _umee, _unification, _uptick, _wolochain, _xion, _xpla, _xrplevm, _zenrock, _zigchain];
182
+ const assets = [_ethereum, _namada, _penumbra, _solana, _aaronetwork, _acrechain, _agoric, _aioz, _akash, _allora, _amitis, _andromeda, _archway, _arkeo, _arkh, _assetmantle, _atomone, _aura, _axelar, _babylon, _bandchain, _beezee, _bitbadges, _bitcanna, _bitsong, _bitway, _bluzelle, _bostrom, _canto, _carbon, _celestia, _chain4energy, _cheqd, _chihuahua, _cifer, _comdex, _composable, _conscious, _coreum, _cosmoshub, _crescent, _cronos, _cryptoorgchain, _decentr, _desmos, _dhealth, _divine, _doravota, _dungeon, _dydx, _dymension, _dyson, _echelon, _elys, _emoney, _empowerchain, _epix, _fandomchain, _fetchhub, _firmachain, _furya, _fxcore, _galaxy, _gateway, _genesisl1, _gitopia, _gnodi, _gravitybridge, _haqq, _hazinachain, _hippoprotocol, _humans, _impacthub, _imversed, _initia, _injective, _int3face, _intento, _irisnet, _jackal, _joltify, _juno, _kava, _kichain, _kimanetwork, _konstellation, _kopi, _kujira, _kyve, _lambda, _lava, _likecoin, _lombardledger, _lorenzo, _lumen, _lumera, _lumnetwork, _mande, _manifest, _mantrachain, _medasdigital, _meme, _migaloo, _milkyway, _mirage, _mtgbp, _neutaro, _neutron, _nibiru, _nillion, _nim, _noble, _nolus, _nomic, _nyx, _odin, _okexchain, _omniflixhub, _onex, _onomy, _optio, _oraichain, _osmosis, _panacea, _passage, _paxi, _persistence, _planq, _point, _provenance, _pundix, _pylons, _qfs, _qie, _quasar, _quicksilver, _qwoyn, _realio, _rebus, _regen, _rizon, _routerchain, _saga, _scorum, _secretnetwork, _seda, _sei, _self, _sentinel, _sge, _shareledger, _shentu, _shido, _sidechain, _sifchain, _sommelier, _source, _stafihub, _stargaze, _starname, _stratos, _stride, _sunrise, _symphony, _synternet, _taketitan, _teritori, _terra, _terra2, _tgrade, _thejaynetwork, _titan, _umee, _unification, _uptick, _wolochain, _xion, _xpla, _xrplevm, _zenrock, _zigchain];
184
183
  export default assets;