eth-chainlist 0.0.672 → 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 +16 -0
- package/data/chain.js +15 -3
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
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
|
+
|
11
|
+
### 0.0.673 (2025-07-13)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.672 ([e092b23](https://github.com/poowf/eth-chainlist/commit/e092b235cf9b38788d56ef8a7d527b8ea7040848))
|
17
|
+
* update chain data ([073ad0c](https://github.com/poowf/eth-chainlist/commit/073ad0c7140df8320b6ee00eb841a9b1224d1c1e))
|
18
|
+
|
3
19
|
### 0.0.672 (2025-07-12)
|
4
20
|
|
5
21
|
|
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',
|
@@ -18822,14 +18834,14 @@ const chainArray = [
|
|
18822
18834
|
]
|
18823
18835
|
},
|
18824
18836
|
{
|
18825
|
-
name: '
|
18837
|
+
name: 'GANchain L1',
|
18826
18838
|
chain: 'GAN',
|
18827
18839
|
icon: 'gpu',
|
18828
18840
|
rpc: [ 'https://rpc.gpu.net' ],
|
18829
18841
|
faucets: [],
|
18830
|
-
nativeCurrency: { name: '
|
18842
|
+
nativeCurrency: { name: 'GPUnet', symbol: 'GPU', decimals: 18 },
|
18831
18843
|
infoURL: 'https://docs.gpu.net/',
|
18832
|
-
shortName: '
|
18844
|
+
shortName: 'GANchain',
|
18833
18845
|
chainId: 4048,
|
18834
18846
|
networkId: 4048,
|
18835
18847
|
explorers: [
|