eth-chainlist 0.0.274 → 0.0.275

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.275 (2023-11-04)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.274 ([52af63e](https://github.com/poowf/eth-chainlist/commit/52af63e95b1e08cf1b1bb7a87212e1d091e4e1fd))
9
+ * update chain data ([b5e404f](https://github.com/poowf/eth-chainlist/commit/b5e404f6b5484536f2e26ba398f0317fe44b0e84))
10
+
3
11
  ### 0.0.274 (2023-11-03)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -21572,6 +21572,7 @@ const chainArray = [
21572
21572
  shortName: 'hmy-s2',
21573
21573
  chainId: 1666600002,
21574
21574
  networkId: 1666600002,
21575
+ status: 'deprecated',
21575
21576
  explorers: [
21576
21577
  {
21577
21578
  name: 'Harmony Block Explorer',
@@ -21591,6 +21592,7 @@ const chainArray = [
21591
21592
  shortName: 'hmy-s3',
21592
21593
  chainId: 1666600003,
21593
21594
  networkId: 1666600003,
21595
+ status: 'deprecated',
21594
21596
  explorers: [
21595
21597
  {
21596
21598
  name: 'Harmony Block Explorer',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.274",
3
+ "version": "0.0.275",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {