eth-chainlist 0.0.674 → 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 CHANGED
@@ -1,5 +1,13 @@
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
+
3
11
  ### 0.0.674 (2025-07-23)
4
12
 
5
13
 
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://rpc2.layeredge.io',
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,31 @@ 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
+ },
43959
43981
  {
43960
43982
  name: 'COTI Testnet',
43961
43983
  title: 'COTI Testnet',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.674",
3
+ "version": "0.0.675",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {