eth-chainlist 0.0.400 → 0.0.401

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.401 (2024-05-11)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.400 ([c134fd7](https://github.com/poowf/eth-chainlist/commit/c134fd71f25da5eebe8c479774d1446f1c2352dc))
9
+ * update chain data ([8c96210](https://github.com/poowf/eth-chainlist/commit/8c962102e9eca5505c66b0ed0f4239380e0ebdb6))
10
+
3
11
  ### 0.0.400 (2024-05-10)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -9754,6 +9754,22 @@ const chainArray = [
9754
9754
  ],
9755
9755
  status: 'deprecated'
9756
9756
  },
9757
+ {
9758
+ name: 'Silicon zkEVM Sepolia Testnet',
9759
+ title: 'Silicon zkEVM Sepolia Testnet',
9760
+ chain: 'Silicon',
9761
+ rpc: [],
9762
+ faucets: [],
9763
+ nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
9764
+ infoURL: '',
9765
+ shortName: 'silicon-sepolia-testnet',
9766
+ chainId: 1414,
9767
+ networkId: 1414,
9768
+ icon: 'silicon',
9769
+ explorers: [],
9770
+ parent: { type: 'L2', chain: 'eip155-11155111', bridges: [] },
9771
+ status: 'incubating'
9772
+ },
9757
9773
  {
9758
9774
  name: 'Polygon zkEVM Testnet Pre Audit-Upgraded',
9759
9775
  title: 'Polygon zkEVM Testnet Pre Audit-Upgraded',
@@ -12422,6 +12438,22 @@ const chainArray = [
12422
12438
  }
12423
12439
  ]
12424
12440
  },
12441
+ {
12442
+ name: 'Silicon zkEVM',
12443
+ title: 'Silicon zkEVM Mainnet',
12444
+ chain: 'Silicon',
12445
+ rpc: [],
12446
+ faucets: [],
12447
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
12448
+ infoURL: '',
12449
+ shortName: 'silicon-zk',
12450
+ chainId: 2355,
12451
+ networkId: 2355,
12452
+ icon: 'silicon',
12453
+ explorers: [],
12454
+ parent: { type: 'L2', chain: 'eip155-1', bridges: [] },
12455
+ status: 'incubating'
12456
+ },
12425
12457
  {
12426
12458
  name: '(deprecated) Kroma Sepolia',
12427
12459
  title: '(deprecated) Kroma Testnet Sepolia',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.400",
3
+ "version": "0.0.401",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {