eth-chainlist 0.0.599 → 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,21 @@
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
+
11
+ ### 0.0.600 (2025-02-01)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.599 ([4c5c790](https://github.com/poowf/eth-chainlist/commit/4c5c790482907099cfbaf483ae66239a57ed5552))
17
+ * update chain data ([00fb383](https://github.com/poowf/eth-chainlist/commit/00fb383966595dc75d795e6be95778a7370d80f7))
18
+
3
19
  ### 0.0.599 (2025-01-31)
4
20
 
5
21
 
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: [],
@@ -5665,10 +5666,12 @@ const chainArray = [
5665
5666
  shortName: 'wem',
5666
5667
  chainId: 315,
5667
5668
  networkId: 315,
5669
+ icon: 'wem',
5668
5670
  explorers: [
5669
5671
  {
5670
5672
  name: 'wemscan',
5671
5673
  url: 'https://wemscan.com',
5674
+ icon: 'wemscan',
5672
5675
  standard: 'EIP3091'
5673
5676
  }
5674
5677
  ]
@@ -43470,8 +43473,8 @@ const chainArray = [
43470
43473
  ]
43471
43474
  },
43472
43475
  {
43473
- name: 'OFFICIAL VASYL TESTNET',
43474
- title: 'OFFICIAL VASYL TESTNET',
43476
+ name: 'OFFICIAL VASYL',
43477
+ title: 'OFFICIAL VASYL',
43475
43478
  chain: 'Official-Vasyl',
43476
43479
  rpc: [ 'https://rpc.official-vasyl.network' ],
43477
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.599",
3
+ "version": "0.0.601",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {