eth-chainlist 0.0.674 → 0.0.676
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 +52 -6
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.676 (2025-07-29)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.675 ([72f65e6](https://github.com/poowf/eth-chainlist/commit/72f65e67e20f18e03fc3032cfd9d5c116504d62d))
|
9
|
+
* update chain data ([7917da4](https://github.com/poowf/eth-chainlist/commit/7917da473fdd64a98d7d54324302383369f2542b))
|
10
|
+
|
11
|
+
### 0.0.675 (2025-07-27)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.674 ([47aee40](https://github.com/poowf/eth-chainlist/commit/47aee402a9c75c3bcf5278692f080686fb78e1e6))
|
17
|
+
* update chain data ([86577bd](https://github.com/poowf/eth-chainlist/commit/86577bd154b901e9eb674d4af55157113a7d8884))
|
18
|
+
|
3
19
|
### 0.0.674 (2025-07-23)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -17878,8 +17878,7 @@ const chainArray = [
|
|
17878
17878
|
rpc: [
|
17879
17879
|
'https://quicknode1.peaq.xyz',
|
17880
17880
|
'https://quicknode2.peaq.xyz',
|
17881
|
-
'https://quicknode3.peaq.xyz'
|
17882
|
-
'https://peaq-rpc.publicnode.com'
|
17881
|
+
'https://quicknode3.peaq.xyz'
|
17883
17882
|
],
|
17884
17883
|
faucets: [],
|
17885
17884
|
nativeCurrency: { name: 'peaq', symbol: 'PEAQ', decimals: 18 },
|
@@ -19307,9 +19306,7 @@ const chainArray = [
|
|
19307
19306
|
'https://layeredge-mainnet-evm.itrocket.net',
|
19308
19307
|
'https://layeredge.rpc.subquery.network/public',
|
19309
19308
|
'https://rpc.layeredge.io',
|
19310
|
-
'https://
|
19311
|
-
'https://rpc.layeredge.foundation',
|
19312
|
-
'https://rpc2.layeredge.foundation'
|
19309
|
+
'https://rpc.layeredge.foundation'
|
19313
19310
|
],
|
19314
19311
|
faucets: [],
|
19315
19312
|
nativeCurrency: { name: 'Layer Edge', symbol: 'EDGEN', decimals: 18 },
|
@@ -43956,6 +43953,55 @@ const chainArray = [
|
|
43956
43953
|
}
|
43957
43954
|
]
|
43958
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
|
+
},
|
43981
|
+
{
|
43982
|
+
name: 'Humanity Protocol testnet',
|
43983
|
+
chain: 'Humanity',
|
43984
|
+
rpc: [
|
43985
|
+
'https://rpc.testnet.humanity.org',
|
43986
|
+
'https://humanity-testnet.g.alchemy.com/public'
|
43987
|
+
],
|
43988
|
+
faucets: [ 'https://faucets.alchemy.com/faucets/humanity-testnet' ],
|
43989
|
+
nativeCurrency: { name: 'tHP', symbol: 'tHP', decimals: 18 },
|
43990
|
+
infoURL: 'https://testnet.humanity.org',
|
43991
|
+
parent: { type: 'L2', chain: 'eip155-42161', bridges: [] },
|
43992
|
+
shortName: 'thp',
|
43993
|
+
chainId: 7080969,
|
43994
|
+
networkId: 7080969,
|
43995
|
+
status: 'active',
|
43996
|
+
explorers: [
|
43997
|
+
{
|
43998
|
+
name: 'Humanity Testnet explorer',
|
43999
|
+
url: 'https://humanity-testnet.explorer.alchemy.com',
|
44000
|
+
standard: 'none'
|
44001
|
+
}
|
44002
|
+
],
|
44003
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ]
|
44004
|
+
},
|
43959
44005
|
{
|
43960
44006
|
name: 'COTI Testnet',
|
43961
44007
|
title: 'COTI Testnet',
|
@@ -45518,7 +45564,7 @@ const chainArray = [
|
|
45518
45564
|
{
|
45519
45565
|
name: 'dKargo Warehouse Testnet',
|
45520
45566
|
chain: 'dKargo Warehouse',
|
45521
|
-
rpc: [ 'https://warehouse
|
45567
|
+
rpc: [ 'https://rpc.warehouse.dkargo.io' ],
|
45522
45568
|
faucets: [],
|
45523
45569
|
nativeCurrency: { name: 'dKargo', symbol: 'DKA', decimals: 18 },
|
45524
45570
|
infoURL: 'https://dkargo.io',
|