eth-chainlist 0.0.680 → 0.0.681

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.681 (2025-08-19)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.680 ([4d44f06](https://github.com/poowf/eth-chainlist/commit/4d44f061a2aeee858956b4a850bd3d2836d72a01))
9
+ * update chain data ([7783c5f](https://github.com/poowf/eth-chainlist/commit/7783c5f51f41290a36e5d16bbcee68337ffb7422))
10
+
3
11
  ### 0.0.680 (2025-08-14)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -3558,7 +3558,7 @@ const chainArray = [
3558
3558
  chain: 'ENI',
3559
3559
  rpc: [ 'https://rpc.eniac.network' ],
3560
3560
  faucets: [],
3561
- nativeCurrency: { name: 'ENI', symbol: 'ENI', decimals: 18 },
3561
+ nativeCurrency: { name: 'EGAS', symbol: 'EGAS', decimals: 18 },
3562
3562
  infoURL: 'https://eniac.network/',
3563
3563
  shortName: 'eni',
3564
3564
  chainId: 173,
@@ -44024,7 +44024,7 @@ const chainArray = [
44024
44024
  chain: 'ENI',
44025
44025
  rpc: [ 'https://rpc-testnet.eniac.network' ],
44026
44026
  faucets: [],
44027
- nativeCurrency: { name: 'ENI Testnet Token', symbol: 'ENI', decimals: 18 },
44027
+ nativeCurrency: { name: 'EGAS', symbol: 'EGAS', decimals: 18 },
44028
44028
  infoURL: 'https://eniac.network/',
44029
44029
  shortName: 'eni-test',
44030
44030
  chainId: 6912115,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.680",
3
+ "version": "0.0.681",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {