eth-chainlist 0.0.568 → 0.0.569

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ### 0.0.569 (2024-12-20)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.568 ([4ace491](https://github.com/poowf/eth-chainlist/commit/4ace4910cc61aab627655c91f74e3a84946b5010))
9
+ * update chain data ([4bf264a](https://github.com/poowf/eth-chainlist/commit/4bf264adf7cbfec95626932cf66ef9b93308a677))
10
+
3
11
  ### 0.0.568 (2024-12-19)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -8585,7 +8585,7 @@ const chainArray = [
8585
8585
  {
8586
8586
  name: 'Electra Test Network',
8587
8587
  chain: 'Electra',
8588
- rpc: [ 'http://rpc.testnet.electranetwork.tech' ],
8588
+ rpc: [ 'https://rpc.testnet.electranetwork.tech' ],
8589
8589
  faucets: [],
8590
8590
  nativeCurrency: { name: 'Test Electra', symbol: 'TELC', decimals: 18 },
8591
8591
  infoURL: 'https://scan.testnet.electranetwork.tech',
@@ -30946,6 +30946,27 @@ const chainArray = [
30946
30946
  }
30947
30947
  ]
30948
30948
  },
30949
+ {
30950
+ name: 'CyberChain Mainnet',
30951
+ chain: 'CCX',
30952
+ icon: 'cyberchain',
30953
+ rpc: [ 'https://rpc.cyberchain.xyz/' ],
30954
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
30955
+ faucets: [],
30956
+ nativeCurrency: { name: 'CCX', symbol: 'CCX', decimals: 18 },
30957
+ infoURL: 'https://cyberchain.xyz',
30958
+ shortName: 'ccx',
30959
+ chainId: 65535,
30960
+ networkId: 65535,
30961
+ slip44: 60,
30962
+ explorers: [
30963
+ {
30964
+ name: 'CyberChain explorer',
30965
+ url: 'https://scan.cyberchain.xyz',
30966
+ standard: 'EIP3091'
30967
+ }
30968
+ ]
30969
+ },
30949
30970
  {
30950
30971
  name: 'Automata Mainnet',
30951
30972
  chain: 'Automata Mainnet',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.568",
3
+ "version": "0.0.569",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {