eth-chainlist 0.0.684 → 0.0.685

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.685 (2025-09-17)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.684 ([a333d10](https://github.com/poowf/eth-chainlist/commit/a333d102e67b337ee34b7eed4711f892cfbd628e))
9
+ * update chain data ([5d3a657](https://github.com/poowf/eth-chainlist/commit/5d3a657215136f5b39ae7ba4922b370e4e505e08))
10
+
3
11
  ### 0.0.684 (2025-09-08)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -2967,7 +2967,14 @@ const chainArray = [
2967
2967
  infoURL: 'https://eteria.io',
2968
2968
  shortName: 'ERA',
2969
2969
  chainId: 140,
2970
- networkId: 140
2970
+ networkId: 140,
2971
+ explorers: [
2972
+ {
2973
+ name: 'eteriascan',
2974
+ url: 'https://explorer.eteria.io',
2975
+ standard: 'EIP3091'
2976
+ }
2977
+ ]
2971
2978
  },
2972
2979
  {
2973
2980
  name: 'Openpiece Testnet',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.684",
3
+ "version": "0.0.685",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {