eth-chainlist 0.0.600 → 0.0.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ### 0.0.601 (2025-02-02)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.600 ([4786cbe](https://github.com/poowf/eth-chainlist/commit/4786cbe996cc22c276ea2a030f63715630e7108b))
9
+ * update chain data ([a97eddb](https://github.com/poowf/eth-chainlist/commit/a97eddbf26c5df34204194757c9daa6aed1a7deb))
10
+
3
11
  ### 0.0.600 (2025-02-01)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -20,7 +20,8 @@ const chainArray = [
20
20
  'https://rpc.mevblocker.io/noreverts',
21
21
  'https://rpc.mevblocker.io/fullprivacy',
22
22
  'https://eth.drpc.org',
23
- 'wss://eth.drpc.org'
23
+ 'wss://eth.drpc.org',
24
+ 'https://api.securerpc.com/v1'
24
25
  ],
25
26
  features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
26
27
  faucets: [],
@@ -43472,8 +43473,8 @@ const chainArray = [
43472
43473
  ]
43473
43474
  },
43474
43475
  {
43475
- name: 'OFFICIAL VASYL TESTNET',
43476
- title: 'OFFICIAL VASYL TESTNET',
43476
+ name: 'OFFICIAL VASYL',
43477
+ title: 'OFFICIAL VASYL',
43477
43478
  chain: 'Official-Vasyl',
43478
43479
  rpc: [ 'https://rpc.official-vasyl.network' ],
43479
43480
  faucets: [ 'https://faucet.official-vasyl.network' ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.600",
3
+ "version": "0.0.601",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {