eth-chainlist 0.0.591 → 0.0.592

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.592 (2025-01-21)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.591 ([4f4043e](https://github.com/poowf/eth-chainlist/commit/4f4043e2085f39edc3bfd9e3507ad46f938706d1))
9
+ * update chain data ([42ff107](https://github.com/poowf/eth-chainlist/commit/42ff107da74a3baa1cb422e62fe0cefac4461d45))
10
+
3
11
  ### 0.0.591 (2025-01-20)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -5419,7 +5419,7 @@ const chainArray = [
5419
5419
  ]
5420
5420
  },
5421
5421
  {
5422
- name: 'zkCandy Sepolia Testnet',
5422
+ name: 'ZKcandy Sepolia Testnet',
5423
5423
  chain: 'ETH',
5424
5424
  rpc: [ 'https://sepolia.rpc.zkcandy.io' ],
5425
5425
  faucets: [],
@@ -5431,7 +5431,7 @@ const chainArray = [
5431
5431
  icon: 'zkcandy',
5432
5432
  explorers: [
5433
5433
  {
5434
- name: 'zkCandy Block Explorer',
5434
+ name: 'ZKcandy Block Explorer',
5435
5435
  url: 'https://sepolia.explorer.zkcandy.io',
5436
5436
  icon: 'zkcandy',
5437
5437
  standard: 'EIP3091'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.591",
3
+ "version": "0.0.592",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {