eth-chainlist 0.0.763 → 0.0.764
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 +8 -0
- package/data/chain.js +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
### 0.0.764 (2026-05-07)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Maintenance
|
|
7
|
+
|
|
8
|
+
* **release:** 0.0.763 ([5b467db](https://github.com/poowf/eth-chainlist/commit/5b467db32efb8cb6b0abc20cdb50368436b1a533))
|
|
9
|
+
* update chain data ([885bcc3](https://github.com/poowf/eth-chainlist/commit/885bcc3d2cd9361f28e6338dff4c1518e356b6b6))
|
|
10
|
+
|
|
3
11
|
### 0.0.763 (2026-05-06)
|
|
4
12
|
|
|
5
13
|
|
package/data/chain.js
CHANGED
|
@@ -6408,7 +6408,7 @@ const chainArray = [
|
|
|
6408
6408
|
bridges: [ { url: 'https://bridge.status.network' } ]
|
|
6409
6409
|
},
|
|
6410
6410
|
explorers: [],
|
|
6411
|
-
status: '
|
|
6411
|
+
status: 'deprecated'
|
|
6412
6412
|
},
|
|
6413
6413
|
{
|
|
6414
6414
|
name: 'Status Network Hoodi',
|
|
@@ -6428,7 +6428,7 @@ const chainArray = [
|
|
|
6428
6428
|
bridges: [ { url: 'https://bridge.status.network' } ]
|
|
6429
6429
|
},
|
|
6430
6430
|
explorers: [],
|
|
6431
|
-
status: '
|
|
6431
|
+
status: 'deprecated'
|
|
6432
6432
|
},
|
|
6433
6433
|
{
|
|
6434
6434
|
name: 'zkXPLA Mainnet',
|