eth-chainlist 0.0.673 → 0.0.675
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 +39 -5
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.675 (2025-07-27)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.674 ([47aee40](https://github.com/poowf/eth-chainlist/commit/47aee402a9c75c3bcf5278692f080686fb78e1e6))
|
9
|
+
* update chain data ([86577bd](https://github.com/poowf/eth-chainlist/commit/86577bd154b901e9eb674d4af55157113a7d8884))
|
10
|
+
|
11
|
+
### 0.0.674 (2025-07-23)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.673 ([adf9075](https://github.com/poowf/eth-chainlist/commit/adf907592a3804dd2364b88d418e558acd726819))
|
17
|
+
* update chain data ([3a5636b](https://github.com/poowf/eth-chainlist/commit/3a5636b8c3bb5c53d51fa8205e913065a8da1315))
|
18
|
+
|
3
19
|
### 0.0.673 (2025-07-13)
|
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',
|
@@ -17866,8 +17878,7 @@ const chainArray = [
|
|
17866
17878
|
rpc: [
|
17867
17879
|
'https://quicknode1.peaq.xyz',
|
17868
17880
|
'https://quicknode2.peaq.xyz',
|
17869
|
-
'https://quicknode3.peaq.xyz'
|
17870
|
-
'https://peaq-rpc.publicnode.com'
|
17881
|
+
'https://quicknode3.peaq.xyz'
|
17871
17882
|
],
|
17872
17883
|
faucets: [],
|
17873
17884
|
nativeCurrency: { name: 'peaq', symbol: 'PEAQ', decimals: 18 },
|
@@ -19295,9 +19306,7 @@ const chainArray = [
|
|
19295
19306
|
'https://layeredge-mainnet-evm.itrocket.net',
|
19296
19307
|
'https://layeredge.rpc.subquery.network/public',
|
19297
19308
|
'https://rpc.layeredge.io',
|
19298
|
-
'https://
|
19299
|
-
'https://rpc.layeredge.foundation',
|
19300
|
-
'https://rpc2.layeredge.foundation'
|
19309
|
+
'https://rpc.layeredge.foundation'
|
19301
19310
|
],
|
19302
19311
|
faucets: [],
|
19303
19312
|
nativeCurrency: { name: 'Layer Edge', symbol: 'EDGEN', decimals: 18 },
|
@@ -43944,6 +43953,31 @@ const chainArray = [
|
|
43944
43953
|
}
|
43945
43954
|
]
|
43946
43955
|
},
|
43956
|
+
{
|
43957
|
+
name: 'Humanity Protocol',
|
43958
|
+
chain: 'Humanity',
|
43959
|
+
rpc: [ 'https://humanity-mainnet.g.alchemy.com/public' ],
|
43960
|
+
faucets: [],
|
43961
|
+
nativeCurrency: { name: 'H', symbol: 'H', decimals: 18 },
|
43962
|
+
infoURL: 'https://humanity.org',
|
43963
|
+
parent: {
|
43964
|
+
type: 'L2',
|
43965
|
+
chain: 'eip155-42161',
|
43966
|
+
bridges: [ { url: 'https://bridge.arbitrum.io' } ]
|
43967
|
+
},
|
43968
|
+
shortName: 'hp',
|
43969
|
+
chainId: 6985385,
|
43970
|
+
networkId: 6985385,
|
43971
|
+
status: 'active',
|
43972
|
+
explorers: [
|
43973
|
+
{
|
43974
|
+
name: 'Humanity Mainnet explorer',
|
43975
|
+
url: 'https://humanity-mainnet.explorer.alchemy.com',
|
43976
|
+
standard: 'none'
|
43977
|
+
}
|
43978
|
+
],
|
43979
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ]
|
43980
|
+
},
|
43947
43981
|
{
|
43948
43982
|
name: 'COTI Testnet',
|
43949
43983
|
title: 'COTI Testnet',
|