eth-chainlist 0.0.801 → 0.0.802

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.802 (2026-08-06)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.801 ([436e056](https://github.com/poowf/eth-chainlist/commit/436e056f88b3a64431bed0d81569e3ef968d61e6))
9
+ * update chain data ([e20809e](https://github.com/poowf/eth-chainlist/commit/e20809e0e6deed3101a91f21ce800afeb579c096))
10
+
3
11
  ### 0.0.801 (2026-08-05)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -32244,6 +32244,28 @@ const chainArray = [
32244
32244
  }
32245
32245
  ]
32246
32246
  },
32247
+ {
32248
+ name: 'Alpen Testnet III',
32249
+ chain: 'alpen-testnet-iii',
32250
+ rpc: [ 'https://alpen.testnet.alpen.org' ],
32251
+ faucets: [ 'https://tally.so/r/aQKLZZ' ],
32252
+ nativeCurrency: { name: 'Signet BTC', symbol: 'sBTC', decimals: 18 },
32253
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
32254
+ infoURL: 'https://docs.alpenlabs.io',
32255
+ shortName: 'alpen-testnet-iii',
32256
+ chainId: 20310,
32257
+ networkId: 20310,
32258
+ slip44: 1,
32259
+ icon: 'alpen',
32260
+ explorers: [
32261
+ {
32262
+ name: 'Alpen Testnet Explorer',
32263
+ url: 'https://explorer.testnet.alpen.org',
32264
+ icon: 'blockscout',
32265
+ standard: 'EIP3091'
32266
+ }
32267
+ ]
32268
+ },
32247
32269
  {
32248
32270
  name: 'XUSD ONE StableChain Mainnet',
32249
32271
  chain: 'XUSD ONE',
@@ -39726,6 +39748,24 @@ const chainArray = [
39726
39748
  }
39727
39749
  ]
39728
39750
  },
39751
+ {
39752
+ name: 'Zorin Chain',
39753
+ chain: 'ZRN',
39754
+ rpc: [ 'https://rpc.zorinscan.org' ],
39755
+ faucets: [],
39756
+ nativeCurrency: { name: 'Zorin', symbol: 'ZRN', decimals: 18 },
39757
+ infoURL: 'https://zorinscan.org',
39758
+ shortName: 'zrn',
39759
+ chainId: 81008,
39760
+ networkId: 81008,
39761
+ explorers: [
39762
+ {
39763
+ name: 'ZorinScan',
39764
+ url: 'https://zorinscan.org',
39765
+ standard: 'none'
39766
+ }
39767
+ ]
39768
+ },
39729
39769
  {
39730
39770
  name: 'Nordek Mainnet',
39731
39771
  chain: 'Nordek',
@@ -46474,6 +46514,7 @@ const chainArray = [
46474
46514
  },
46475
46515
  {
46476
46516
  name: 'ZERO Network',
46517
+ status: 'deprecated',
46477
46518
  chain: 'ZERONetwork',
46478
46519
  icon: 'zero',
46479
46520
  rpc: [ 'https://rpc.zerion.io/v1/zero' ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.801",
3
+ "version": "0.0.802",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "lint-staged": {