eth-chainlist 0.0.172 → 0.0.173

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.173 (2023-06-24)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.172 ([3abd06b](https://github.com/poowf/eth-chainlist/commit/3abd06b313222189668e8c76a2d86fc6b0ab1dd1))
9
+ * update chain data ([e015558](https://github.com/poowf/eth-chainlist/commit/e015558bf026a6cf6bf13b0cdb434b553453fd30))
10
+
3
11
  ### 0.0.172 (2023-06-22)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -6813,7 +6813,8 @@ const chainArray = [
6813
6813
  icon: 'eon',
6814
6814
  standard: 'EIP3091'
6815
6815
  }
6816
- ]
6816
+ ],
6817
+ status: 'deprecated'
6817
6818
  },
6818
6819
  {
6819
6820
  name: 'Horizen Gobi Testnet',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.172",
3
+ "version": "0.0.173",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {