eth-chainlist 0.0.673 → 0.0.674
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 +12 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.674 (2025-07-23)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.673 ([adf9075](https://github.com/poowf/eth-chainlist/commit/adf907592a3804dd2364b88d418e558acd726819))
|
9
|
+
* update chain data ([3a5636b](https://github.com/poowf/eth-chainlist/commit/3a5636b8c3bb5c53d51fa8205e913065a8da1315))
|
10
|
+
|
3
11
|
### 0.0.673 (2025-07-13)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -9098,6 +9098,18 @@ const chainArray = [
|
|
9098
9098
|
}
|
9099
9099
|
]
|
9100
9100
|
},
|
9101
|
+
{
|
9102
|
+
name: 'WorldMobileChain-Mainnet',
|
9103
|
+
chain: 'WMC',
|
9104
|
+
rpc: [],
|
9105
|
+
faucets: [],
|
9106
|
+
nativeCurrency: { name: 'World Mobile Token', symbol: 'WMTX', decimals: 18 },
|
9107
|
+
infoURL: 'https://worldmobile.io/the-chain',
|
9108
|
+
shortName: 'WMC',
|
9109
|
+
chainId: 869,
|
9110
|
+
networkId: 869,
|
9111
|
+
status: 'incubating'
|
9112
|
+
},
|
9101
9113
|
{
|
9102
9114
|
name: 'Electra Test Network',
|
9103
9115
|
chain: 'Electra',
|