eth-chainlist 0.0.689 → 0.0.690

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.690 (2025-09-29)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.689 ([ad9072e](https://github.com/poowf/eth-chainlist/commit/ad9072eeed82ce4eefb5a828575b589010ec4509))
9
+ * update chain data ([5137ff8](https://github.com/poowf/eth-chainlist/commit/5137ff80712818e599f1a46c5a849eb45de812cf))
10
+
3
11
  ### 0.0.689 (2025-09-21)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -3563,7 +3563,7 @@ const chainArray = [
3563
3563
  {
3564
3564
  name: 'ENI Mainnet',
3565
3565
  chain: 'ENI',
3566
- rpc: [ 'https://rpc.eniac.network' ],
3566
+ rpc: [ 'https://rpc.eniac.network', 'wss://rpc.eniac.network/ws/' ],
3567
3567
  faucets: [],
3568
3568
  nativeCurrency: { name: 'EGAS', symbol: 'EGAS', decimals: 18 },
3569
3569
  infoURL: 'https://eniac.network/',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.689",
3
+ "version": "0.0.690",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {