eth-chainlist 0.0.599 → 0.0.600
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 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.600 (2025-02-01)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.599 ([4c5c790](https://github.com/poowf/eth-chainlist/commit/4c5c790482907099cfbaf483ae66239a57ed5552))
|
9
|
+
* update chain data ([00fb383](https://github.com/poowf/eth-chainlist/commit/00fb383966595dc75d795e6be95778a7370d80f7))
|
10
|
+
|
3
11
|
### 0.0.599 (2025-01-31)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -5665,10 +5665,12 @@ const chainArray = [
|
|
5665
5665
|
shortName: 'wem',
|
5666
5666
|
chainId: 315,
|
5667
5667
|
networkId: 315,
|
5668
|
+
icon: 'wem',
|
5668
5669
|
explorers: [
|
5669
5670
|
{
|
5670
5671
|
name: 'wemscan',
|
5671
5672
|
url: 'https://wemscan.com',
|
5673
|
+
icon: 'wemscan',
|
5672
5674
|
standard: 'EIP3091'
|
5673
5675
|
}
|
5674
5676
|
]
|