eth-chainlist 0.0.578 → 0.0.579

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.579 (2025-01-06)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.578 ([7077373](https://github.com/poowf/eth-chainlist/commit/7077373cb7b8ae1e1d27b774ae63e202f1771241))
9
+ * update chain data ([762d7b0](https://github.com/poowf/eth-chainlist/commit/762d7b0f0fb113d075842fef7523f2c6e3bb50ef))
10
+
3
11
  ### 0.0.578 (2025-01-05)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -4472,8 +4472,8 @@ const chainArray = [
4472
4472
  name: 'Mind Network Mainnet',
4473
4473
  chain: 'FHE',
4474
4474
  rpc: [
4475
- 'https://rpc_mainnet.mindnetwork.xyz',
4476
- 'wss://rpc_mainnet.mindnetwork.xyz'
4475
+ 'https://rpc-mainnet.mindnetwork.xyz',
4476
+ 'wss://rpc-mainnet.mindnetwork.xyz'
4477
4477
  ],
4478
4478
  faucets: [],
4479
4479
  nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.578",
3
+ "version": "0.0.579",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {