eth-chainlist 0.0.675 → 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 +8 -0
- package/data/chain.js +25 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
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
|
+
|
3
11
|
### 0.0.675 (2025-07-27)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -43978,6 +43978,30 @@ const chainArray = [
|
|
43978
43978
|
],
|
43979
43979
|
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ]
|
43980
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
|
+
},
|
43981
44005
|
{
|
43982
44006
|
name: 'COTI Testnet',
|
43983
44007
|
title: 'COTI Testnet',
|
@@ -45540,7 +45564,7 @@ const chainArray = [
|
|
45540
45564
|
{
|
45541
45565
|
name: 'dKargo Warehouse Testnet',
|
45542
45566
|
chain: 'dKargo Warehouse',
|
45543
|
-
rpc: [ 'https://warehouse
|
45567
|
+
rpc: [ 'https://rpc.warehouse.dkargo.io' ],
|
45544
45568
|
faucets: [],
|
45545
45569
|
nativeCurrency: { name: 'dKargo', symbol: 'DKA', decimals: 18 },
|
45546
45570
|
infoURL: 'https://dkargo.io',
|