@chain-registry/assets 1.70.599 → 1.70.601

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 (59) 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 +0 -302
  5. package/esm/mainnet/carbon.js +0 -302
  6. package/esm/mainnet/celestia.js +80 -302
  7. package/esm/mainnet/composable.js +0 -302
  8. package/esm/mainnet/coreum.js +0 -302
  9. package/esm/mainnet/cosmoshub.js +80 -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 +0 -302
  16. package/esm/mainnet/index.js +0 -1
  17. package/esm/mainnet/injective.js +0 -302
  18. package/esm/mainnet/kava.js +0 -302
  19. package/esm/mainnet/kujira.js +0 -302
  20. package/esm/mainnet/lava.js +0 -302
  21. package/esm/mainnet/noble.js +0 -302
  22. package/esm/mainnet/osmosis.js +0 -302
  23. package/esm/mainnet/secretnetwork.js +0 -302
  24. package/esm/mainnet/stargaze.js +0 -302
  25. package/esm/mainnet/stride.js +0 -302
  26. package/esm/mainnet/tgrade.js +0 -302
  27. package/esm/mainnet/xrplevm.js +80 -0
  28. package/mainnet/acrechain.js +0 -302
  29. package/mainnet/agoric.js +0 -302
  30. package/mainnet/assets.js +1 -2
  31. package/mainnet/axelar.js +0 -302
  32. package/mainnet/carbon.js +0 -302
  33. package/mainnet/celestia.js +80 -302
  34. package/mainnet/composable.js +0 -302
  35. package/mainnet/coreum.js +0 -302
  36. package/mainnet/cosmoshub.js +80 -302
  37. package/mainnet/crescent.js +0 -302
  38. package/mainnet/cryptoorgchain.js +0 -302
  39. package/mainnet/dydx.js +0 -302
  40. package/mainnet/dymension.js +0 -302
  41. package/mainnet/gateway.js +0 -302
  42. package/mainnet/gravitybridge.js +0 -302
  43. package/mainnet/index.d.ts +0 -1
  44. package/mainnet/index.js +3 -4
  45. package/mainnet/injective.js +0 -302
  46. package/mainnet/kava.js +0 -302
  47. package/mainnet/kujira.js +0 -302
  48. package/mainnet/lava.js +0 -302
  49. package/mainnet/noble.js +0 -302
  50. package/mainnet/osmosis.js +0 -302
  51. package/mainnet/secretnetwork.js +0 -302
  52. package/mainnet/stargaze.js +0 -302
  53. package/mainnet/stride.js +0 -302
  54. package/mainnet/tgrade.js +0 -302
  55. package/mainnet/xrplevm.js +80 -0
  56. package/package.json +5 -5
  57. package/esm/mainnet/evmos.js +0 -3722
  58. package/mainnet/evmos.d.ts +0 -3
  59. package/mainnet/evmos.js +0 -3724
@@ -1,6 +1,46 @@
1
1
  const assets = {
2
2
  chain_name: 'xrplevm',
3
3
  assets: [
4
+ {
5
+ description: 'Celestia is a modular blockchain network focused on data availability, allowing developers to deploy their own customizable blockchains with ease.',
6
+ denom_units: [{
7
+ denom: 'ibc/05CB495CFED46D0902E42E368F9F47ACB3F8287E023A9FD2060DE9293B850FD8',
8
+ exponent: 0,
9
+ aliases: ['utia']
10
+ }, {
11
+ denom: 'tia',
12
+ exponent: 6
13
+ }],
14
+ base: 'ibc/05CB495CFED46D0902E42E368F9F47ACB3F8287E023A9FD2060DE9293B850FD8',
15
+ name: 'Celestia',
16
+ display: 'tia',
17
+ symbol: 'TIA',
18
+ coingecko_id: 'celestia',
19
+ logo_URIs: {
20
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png',
21
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg'
22
+ },
23
+ images: [{
24
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png',
25
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg'
26
+ }],
27
+ socials: {
28
+ website: 'https://celestia.org/',
29
+ x: 'https://x.com/CelestiaOrg'
30
+ },
31
+ type_asset: 'sdk.coin',
32
+ traces: [{
33
+ type: 'ibc',
34
+ counterparty: {
35
+ channel_id: 'channel-280',
36
+ base_denom: 'utia',
37
+ chain_name: 'celestia'
38
+ },
39
+ chain: {
40
+ channel_id: 'channel-6'
41
+ }
42
+ }]
43
+ },
4
44
  {
5
45
  description: 'ATOM is the native cryptocurrency of the Cosmos network, designed to facilitate interoperability between multiple blockchains through its innovative hub-and-spoke model.',
6
46
  denom_units: [{
@@ -649,6 +689,46 @@ const assets = {
649
689
  }
650
690
  }]
651
691
  },
692
+ {
693
+ description: 'Celestia is a modular blockchain network focused on data availability, allowing developers to deploy their own customizable blockchains with ease.',
694
+ denom_units: [{
695
+ denom: 'ibc/05CB495CFED46D0902E42E368F9F47ACB3F8287E023A9FD2060DE9293B850FD8',
696
+ exponent: 0,
697
+ aliases: ['utia']
698
+ }, {
699
+ denom: 'tia',
700
+ exponent: 6
701
+ }],
702
+ base: 'ibc/05CB495CFED46D0902E42E368F9F47ACB3F8287E023A9FD2060DE9293B850FD8',
703
+ name: 'Celestia',
704
+ display: 'tia',
705
+ symbol: 'TIA',
706
+ coingecko_id: 'celestia',
707
+ logo_URIs: {
708
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png',
709
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg'
710
+ },
711
+ images: [{
712
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png',
713
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg'
714
+ }],
715
+ socials: {
716
+ website: 'https://celestia.org/',
717
+ x: 'https://x.com/CelestiaOrg'
718
+ },
719
+ type_asset: 'sdk.coin',
720
+ traces: [{
721
+ type: 'ibc',
722
+ counterparty: {
723
+ channel_id: 'channel-280',
724
+ base_denom: 'utia',
725
+ chain_name: 'celestia'
726
+ },
727
+ chain: {
728
+ channel_id: 'channel-6'
729
+ }
730
+ }]
731
+ },
652
732
  {
653
733
  description: 'ATOM is the native cryptocurrency of the Cosmos network, designed to facilitate interoperability between multiple blockchains through its innovative hub-and-spoke model.',
654
734
  denom_units: [{
@@ -83,157 +83,6 @@ const assets = {
83
83
  }
84
84
  }]
85
85
  },
86
- {
87
- description: 'The native EVM, governance and staking token of the Evmos Hub',
88
- denom_units: [{
89
- denom: 'ibc/6FD648803B357CD8DD01F16AAD4E466C6C2CCF8CEA993EF8D334ED317C4A4F66',
90
- exponent: 0,
91
- aliases: ['aevmos']
92
- }, {
93
- denom: 'evmos',
94
- exponent: 18
95
- }],
96
- base: 'ibc/6FD648803B357CD8DD01F16AAD4E466C6C2CCF8CEA993EF8D334ED317C4A4F66',
97
- name: 'Evmos',
98
- display: 'evmos',
99
- symbol: 'EVMOS',
100
- logo_URIs: {
101
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.png',
102
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.svg'
103
- },
104
- coingecko_id: 'evmos',
105
- images: [{
106
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.png',
107
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.svg'
108
- }],
109
- socials: {
110
- website: 'https://evmos.org/',
111
- x: 'https://x.com/EvmosOrg'
112
- },
113
- type_asset: 'sdk.coin',
114
- traces: [{
115
- type: 'ibc',
116
- counterparty: {
117
- channel_id: 'channel-40',
118
- base_denom: 'aevmos',
119
- chain_name: 'evmos'
120
- },
121
- chain: {
122
- channel_id: 'channel-14'
123
- }
124
- }]
125
- },
126
- {
127
- description: 'The token of Neokingdom DAO.',
128
- denom_units: [{
129
- denom: 'ibc/7BF4FC0FF5AE0F64C2DCB663ADAB4DB012BA9CEB4F8C9B2DAC5FBED0A225FCE1',
130
- exponent: 0,
131
- aliases: ['erc20/0x655ecB57432CC1370f65e5dc2309588b71b473A9']
132
- }, {
133
- denom: 'neok',
134
- exponent: 18
135
- }],
136
- base: 'ibc/7BF4FC0FF5AE0F64C2DCB663ADAB4DB012BA9CEB4F8C9B2DAC5FBED0A225FCE1',
137
- name: 'Neokingdom DAO',
138
- display: 'neok',
139
- symbol: 'NEOK',
140
- logo_URIs: {
141
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
142
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
143
- },
144
- images: [{
145
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
146
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
147
- }],
148
- socials: {
149
- website: 'https://www.neokingdom.org/',
150
- x: 'https://x.com/NEOKingdomDAO'
151
- },
152
- type_asset: 'sdk.coin',
153
- traces: [{
154
- type: 'ibc',
155
- counterparty: {
156
- channel_id: 'channel-40',
157
- base_denom: 'erc20/0x655ecB57432CC1370f65e5dc2309588b71b473A9',
158
- chain_name: 'evmos'
159
- },
160
- chain: {
161
- channel_id: 'channel-14'
162
- }
163
- }]
164
- },
165
- {
166
- description: 'The legacy token of Teledisko DAO.',
167
- denom_units: [{
168
- denom: 'ibc/3D477A624F9AFBBDE800A2B302A4923980B95859BDEA8462E09C1D283E933456',
169
- exponent: 0,
170
- aliases: ['erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280']
171
- }, {
172
- denom: 'berlin-legacy',
173
- exponent: 18
174
- }],
175
- base: 'ibc/3D477A624F9AFBBDE800A2B302A4923980B95859BDEA8462E09C1D283E933456',
176
- name: 'Teledisko DAO - Legacy',
177
- display: 'berlin-legacy',
178
- symbol: 'BERLIN-legacy',
179
- type_asset: 'erc20',
180
- address: '0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280',
181
- logo_URIs: {
182
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png',
183
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg'
184
- },
185
- images: [{
186
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png',
187
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg'
188
- }],
189
- traces: [{
190
- type: 'ibc',
191
- counterparty: {
192
- channel_id: 'channel-40',
193
- base_denom: 'erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280',
194
- chain_name: 'evmos'
195
- },
196
- chain: {
197
- channel_id: 'channel-14'
198
- }
199
- }]
200
- },
201
- {
202
- description: 'The token of Crowdpunk DAO',
203
- denom_units: [{
204
- denom: 'ibc/F95FB6FBB1D7C3250C645FDC089BB15200439053B4FE2EE7F292552D6AD6C389',
205
- exponent: 0,
206
- aliases: ['erc20/0xfbF4318d24a93753F11d365A6dcF8b830e98Ab0F']
207
- }, {
208
- denom: 'crowdp',
209
- exponent: 18
210
- }],
211
- base: 'ibc/F95FB6FBB1D7C3250C645FDC089BB15200439053B4FE2EE7F292552D6AD6C389',
212
- name: 'Crowdpunk DAO',
213
- display: 'crowdp',
214
- address: '0xfbF4318d24a93753F11d365A6dcF8b830e98Ab0F',
215
- symbol: 'CROWDP',
216
- type_asset: 'erc20',
217
- logo_URIs: {
218
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.png',
219
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.svg'
220
- },
221
- images: [{
222
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.png',
223
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.svg'
224
- }],
225
- traces: [{
226
- type: 'ibc',
227
- counterparty: {
228
- channel_id: 'channel-40',
229
- base_denom: 'erc20/0xfbF4318d24a93753F11d365A6dcF8b830e98Ab0F',
230
- chain_name: 'evmos'
231
- },
232
- chain: {
233
- channel_id: 'channel-14'
234
- }
235
- }]
236
- },
237
86
  {
238
87
  description: 'The native token of Gravity Bridge',
239
88
  denom_units: [{
@@ -1668,157 +1517,6 @@ const assets = {
1668
1517
  }
1669
1518
  }]
1670
1519
  },
1671
- {
1672
- description: 'The native EVM, governance and staking token of the Evmos Hub',
1673
- denom_units: [{
1674
- denom: 'ibc/6FD648803B357CD8DD01F16AAD4E466C6C2CCF8CEA993EF8D334ED317C4A4F66',
1675
- exponent: 0,
1676
- aliases: ['aevmos']
1677
- }, {
1678
- denom: 'evmos',
1679
- exponent: 18
1680
- }],
1681
- base: 'ibc/6FD648803B357CD8DD01F16AAD4E466C6C2CCF8CEA993EF8D334ED317C4A4F66',
1682
- name: 'Evmos',
1683
- display: 'evmos',
1684
- symbol: 'EVMOS',
1685
- logo_URIs: {
1686
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.png',
1687
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.svg'
1688
- },
1689
- coingecko_id: 'evmos',
1690
- images: [{
1691
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.png',
1692
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.svg'
1693
- }],
1694
- socials: {
1695
- website: 'https://evmos.org/',
1696
- x: 'https://x.com/EvmosOrg'
1697
- },
1698
- type_asset: 'sdk.coin',
1699
- traces: [{
1700
- type: 'ibc',
1701
- counterparty: {
1702
- channel_id: 'channel-40',
1703
- base_denom: 'aevmos',
1704
- chain_name: 'evmos'
1705
- },
1706
- chain: {
1707
- channel_id: 'channel-14'
1708
- }
1709
- }]
1710
- },
1711
- {
1712
- description: 'The token of Neokingdom DAO.',
1713
- denom_units: [{
1714
- denom: 'ibc/7BF4FC0FF5AE0F64C2DCB663ADAB4DB012BA9CEB4F8C9B2DAC5FBED0A225FCE1',
1715
- exponent: 0,
1716
- aliases: ['erc20/0x655ecB57432CC1370f65e5dc2309588b71b473A9']
1717
- }, {
1718
- denom: 'neok',
1719
- exponent: 18
1720
- }],
1721
- base: 'ibc/7BF4FC0FF5AE0F64C2DCB663ADAB4DB012BA9CEB4F8C9B2DAC5FBED0A225FCE1',
1722
- name: 'Neokingdom DAO',
1723
- display: 'neok',
1724
- symbol: 'NEOK',
1725
- logo_URIs: {
1726
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
1727
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
1728
- },
1729
- images: [{
1730
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
1731
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
1732
- }],
1733
- socials: {
1734
- website: 'https://www.neokingdom.org/',
1735
- x: 'https://x.com/NEOKingdomDAO'
1736
- },
1737
- type_asset: 'sdk.coin',
1738
- traces: [{
1739
- type: 'ibc',
1740
- counterparty: {
1741
- channel_id: 'channel-40',
1742
- base_denom: 'erc20/0x655ecB57432CC1370f65e5dc2309588b71b473A9',
1743
- chain_name: 'evmos'
1744
- },
1745
- chain: {
1746
- channel_id: 'channel-14'
1747
- }
1748
- }]
1749
- },
1750
- {
1751
- description: 'The legacy token of Teledisko DAO.',
1752
- denom_units: [{
1753
- denom: 'ibc/3D477A624F9AFBBDE800A2B302A4923980B95859BDEA8462E09C1D283E933456',
1754
- exponent: 0,
1755
- aliases: ['erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280']
1756
- }, {
1757
- denom: 'berlin-legacy',
1758
- exponent: 18
1759
- }],
1760
- base: 'ibc/3D477A624F9AFBBDE800A2B302A4923980B95859BDEA8462E09C1D283E933456',
1761
- name: 'Teledisko DAO - Legacy',
1762
- display: 'berlin-legacy',
1763
- symbol: 'BERLIN-legacy',
1764
- type_asset: 'erc20',
1765
- address: '0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280',
1766
- logo_URIs: {
1767
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png',
1768
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg'
1769
- },
1770
- images: [{
1771
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png',
1772
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg'
1773
- }],
1774
- traces: [{
1775
- type: 'ibc',
1776
- counterparty: {
1777
- channel_id: 'channel-40',
1778
- base_denom: 'erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280',
1779
- chain_name: 'evmos'
1780
- },
1781
- chain: {
1782
- channel_id: 'channel-14'
1783
- }
1784
- }]
1785
- },
1786
- {
1787
- description: 'The token of Crowdpunk DAO',
1788
- denom_units: [{
1789
- denom: 'ibc/F95FB6FBB1D7C3250C645FDC089BB15200439053B4FE2EE7F292552D6AD6C389',
1790
- exponent: 0,
1791
- aliases: ['erc20/0xfbF4318d24a93753F11d365A6dcF8b830e98Ab0F']
1792
- }, {
1793
- denom: 'crowdp',
1794
- exponent: 18
1795
- }],
1796
- base: 'ibc/F95FB6FBB1D7C3250C645FDC089BB15200439053B4FE2EE7F292552D6AD6C389',
1797
- name: 'Crowdpunk DAO',
1798
- display: 'crowdp',
1799
- address: '0xfbF4318d24a93753F11d365A6dcF8b830e98Ab0F',
1800
- symbol: 'CROWDP',
1801
- type_asset: 'erc20',
1802
- logo_URIs: {
1803
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.png',
1804
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.svg'
1805
- },
1806
- images: [{
1807
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.png',
1808
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.svg'
1809
- }],
1810
- traces: [{
1811
- type: 'ibc',
1812
- counterparty: {
1813
- channel_id: 'channel-40',
1814
- base_denom: 'erc20/0xfbF4318d24a93753F11d365A6dcF8b830e98Ab0F',
1815
- chain_name: 'evmos'
1816
- },
1817
- chain: {
1818
- channel_id: 'channel-14'
1819
- }
1820
- }]
1821
- },
1822
1520
  {
1823
1521
  description: 'The native token of Gravity Bridge',
1824
1522
  denom_units: [{