eth-chainlist 0.0.663 → 0.0.664

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.664 (2025-06-20)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.663 ([c2a640b](https://github.com/poowf/eth-chainlist/commit/c2a640b743ac10dba99cdd0df24b40031842d46c))
9
+ * update chain data ([f533a0c](https://github.com/poowf/eth-chainlist/commit/f533a0c93e3bb380b4c1579af421cdc73aac7b07))
10
+
3
11
  ### 0.0.663 (2025-06-18)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -39501,7 +39501,7 @@ const chainArray = [
39501
39501
  ]
39502
39502
  },
39503
39503
  {
39504
- name: 'SaharaAI Testnet',
39504
+ name: 'Sahara AI Testnet',
39505
39505
  chain: 'Sahara',
39506
39506
  rpc: [ 'https://testnet.saharalabs.ai' ],
39507
39507
  faucets: [],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.663",
3
+ "version": "0.0.664",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {