eth-chainlist 0.0.400 → 0.0.402

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,21 @@
1
1
  # Changelog
2
2
 
3
+ ### 0.0.402 (2024-05-12)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.401 ([64b3d89](https://github.com/poowf/eth-chainlist/commit/64b3d8928f4ca95a6ac3950f50de15bef096d9dd))
9
+ * update chain data ([2e4c2ce](https://github.com/poowf/eth-chainlist/commit/2e4c2ce5f9f66e078df26c9bdc433357c85f34f0))
10
+
11
+ ### 0.0.401 (2024-05-11)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.400 ([c134fd7](https://github.com/poowf/eth-chainlist/commit/c134fd71f25da5eebe8c479774d1446f1c2352dc))
17
+ * update chain data ([8c96210](https://github.com/poowf/eth-chainlist/commit/8c962102e9eca5505c66b0ed0f4239380e0ebdb6))
18
+
3
19
  ### 0.0.400 (2024-05-10)
4
20
 
5
21
 
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',
@@ -13024,8 +13056,9 @@ const chainArray = [
13024
13056
  title: 'Morph Holesky Testnet',
13025
13057
  chain: 'ETH',
13026
13058
  rpc: [
13027
- 'https://rpc-holesky.morphl2.io',
13028
- 'https://rpc-quicknode-holesky.morphl2.io'
13059
+ 'https://rpc-quicknode-holesky.morphl2.io',
13060
+ 'wss://rpc-quicknode-holesky.morphl2.io',
13061
+ 'https://rpc-holesky.morphl2.io'
13029
13062
  ],
13030
13063
  faucets: [],
13031
13064
  nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.400",
3
+ "version": "0.0.402",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {