eth-chainlist 0.0.803 → 0.0.804

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.804 (2026-08-11)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.803 ([8423d40](https://github.com/poowf/eth-chainlist/commit/8423d40035af45c4a80dde147910f227821d36df))
9
+ * update chain data ([320a5ed](https://github.com/poowf/eth-chainlist/commit/320a5ed3c2d67d97cc82fa2cb82ec853ff481a1d))
10
+
3
11
  ### 0.0.803 (2026-08-08)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -20869,6 +20869,46 @@ const chainArray = [
20869
20869
  }
20870
20870
  ]
20871
20871
  },
20872
+ {
20873
+ name: 'E Canna Mainnet',
20874
+ chain: 'ECNA',
20875
+ rpc: [ 'https://rpc.ecnascan.com' ],
20876
+ faucets: [],
20877
+ nativeCurrency: { name: 'E Canna', symbol: 'ECNA', decimals: 18 },
20878
+ features: [ { name: 'EIP155' } ],
20879
+ infoURL: 'https://ecnascan.com',
20880
+ shortName: 'ecna',
20881
+ chainId: 4111,
20882
+ networkId: 4111,
20883
+ explorers: [
20884
+ {
20885
+ name: 'ecnascan',
20886
+ url: 'https://explorer.ecnascan.com',
20887
+ standard: 'EIP3091'
20888
+ }
20889
+ ]
20890
+ },
20891
+ {
20892
+ name: 'E Canna Testnet',
20893
+ title: 'E Canna Testnet',
20894
+ chain: 'tECNA',
20895
+ rpc: [ 'https://testnetrpc.ecnascan.com' ],
20896
+ faucets: [ 'https://testnetexplorer.ecnascan.com/faucet' ],
20897
+ nativeCurrency: { name: 'E Canna Testnet', symbol: 'tECNA', decimals: 18 },
20898
+ features: [ { name: 'EIP155' } ],
20899
+ infoURL: 'https://ecnascan.com',
20900
+ shortName: 'tecna',
20901
+ chainId: 4112,
20902
+ networkId: 4112,
20903
+ slip44: 1,
20904
+ explorers: [
20905
+ {
20906
+ name: 'ecnascan-testnet',
20907
+ url: 'https://testnetexplorer.ecnascan.com',
20908
+ standard: 'EIP3091'
20909
+ }
20910
+ ]
20911
+ },
20872
20912
  {
20873
20913
  name: 'Citrea Mainnet',
20874
20914
  chain: 'Citrea',
@@ -50024,10 +50064,10 @@ const chainArray = [
50024
50064
  chain: 'eip155-42161',
50025
50065
  bridges: [ { url: 'https://bridge.arbitrum.io' } ]
50026
50066
  },
50027
- shortName: 'hp',
50067
+ shortName: 'hpold',
50028
50068
  chainId: 6985385,
50029
50069
  networkId: 6985385,
50030
- status: 'active',
50070
+ status: 'deprecated',
50031
50071
  explorers: [
50032
50072
  {
50033
50073
  name: 'Humanity Mainnet explorer',
@@ -50960,6 +51000,31 @@ const chainArray = [
50960
51000
  chainId: 13371337,
50961
51001
  networkId: 13371337
50962
51002
  },
51003
+ {
51004
+ name: 'Humanity',
51005
+ chain: 'Humanity',
51006
+ rpc: [ 'https://humanity-main.g.alchemy.com/public' ],
51007
+ faucets: [],
51008
+ nativeCurrency: { name: 'H', symbol: 'H', decimals: 18 },
51009
+ infoURL: 'https://humanity.org',
51010
+ parent: {
51011
+ type: 'L2',
51012
+ chain: 'eip155-42161',
51013
+ bridges: [ { url: 'https://bridge.humanity.org' } ]
51014
+ },
51015
+ shortName: 'hp',
51016
+ chainId: 13600000,
51017
+ networkId: 13600000,
51018
+ status: 'active',
51019
+ explorers: [
51020
+ {
51021
+ name: 'Humanity Mainnet explorer',
51022
+ url: 'https://humanity-main.explorer.alchemy.com',
51023
+ standard: 'EIP3091'
51024
+ }
51025
+ ],
51026
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ]
51027
+ },
50963
51028
  {
50964
51029
  name: 'Symbiosis',
50965
51030
  chain: 'symbiosis',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.803",
3
+ "version": "0.0.804",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "lint-staged": {