eth-chainlist 0.0.609 → 0.0.610

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ### 0.0.610 (2025-02-11)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.609 ([55871d1](https://github.com/poowf/eth-chainlist/commit/55871d1ee2eb9c76ae07b9ab24c2d5c955eabd07))
9
+ * update chain data ([b81e028](https://github.com/poowf/eth-chainlist/commit/b81e02886ecf0c34417ff00eea08aef66eff1503))
10
+
3
11
  ### 0.0.609 (2025-02-10)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -24803,6 +24803,27 @@ const chainArray = [
24803
24803
  }
24804
24804
  ]
24805
24805
  },
24806
+ {
24807
+ name: 'Volcano Chain Mainnet',
24808
+ chain: 'Volcano',
24809
+ icon: 'volcano',
24810
+ rpc: [ 'https://mainnet.vchain.pro', 'wss://wss.mainnet.vchain.pro' ],
24811
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
24812
+ faucets: [],
24813
+ nativeCurrency: { name: 'Volcano Coin', symbol: 'VC', decimals: 18 },
24814
+ infoURL: 'https://vex.pro',
24815
+ shortName: 'volcanochain',
24816
+ chainId: 10085,
24817
+ networkId: 10085,
24818
+ explorers: [
24819
+ {
24820
+ name: 'blockscout',
24821
+ url: 'https://vchainscan.com',
24822
+ icon: 'volcano',
24823
+ standard: 'EIP3091'
24824
+ }
24825
+ ]
24826
+ },
24806
24827
  {
24807
24828
  name: 'SJATSH',
24808
24829
  chain: 'ETH',
@@ -32396,14 +32417,14 @@ const chainArray = [
32396
32417
  },
32397
32418
  {
32398
32419
  name: 'CyberChain Mainnet',
32399
- chain: 'CCX',
32420
+ chain: 'XCC',
32400
32421
  icon: 'cyberchain',
32401
32422
  rpc: [ 'https://rpc.cyberchain.xyz/' ],
32402
32423
  features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
32403
32424
  faucets: [],
32404
- nativeCurrency: { name: 'CCX', symbol: 'CCX', decimals: 18 },
32425
+ nativeCurrency: { name: 'XCC', symbol: 'XCC', decimals: 18 },
32405
32426
  infoURL: 'https://cyberchain.xyz',
32406
- shortName: 'ccx',
32427
+ shortName: 'xcc',
32407
32428
  chainId: 65535,
32408
32429
  networkId: 65535,
32409
32430
  slip44: 60,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.609",
3
+ "version": "0.0.610",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {