eth-chainlist 0.0.367 → 0.0.368

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.368 (2024-04-02)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.367 ([98c47ed](https://github.com/poowf/eth-chainlist/commit/98c47ed8adba403f5217c303a4d99b1b890402b1))
9
+ * update chain data ([d2b2a69](https://github.com/poowf/eth-chainlist/commit/d2b2a69f0e1a75712c5e9676e5cc6efca021ff9d))
10
+
3
11
  ### 0.0.367 (2024-03-31)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -23623,6 +23623,29 @@ const chainArray = [
23623
23623
  networkId: 281121,
23624
23624
  explorers: []
23625
23625
  },
23626
+ {
23627
+ name: 'Zillion Sepolia Testnet',
23628
+ status: 'active',
23629
+ chain: 'ETH',
23630
+ rpc: [ 'https://sepolia.zillnet.io/rpc' ],
23631
+ faucets: [],
23632
+ nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
23633
+ infoURL: 'https://zillnet.io',
23634
+ shortName: 'zillsep',
23635
+ chainId: 282828,
23636
+ networkId: 282828,
23637
+ slip44: 1,
23638
+ icon: 'zillion',
23639
+ explorers: [
23640
+ {
23641
+ name: 'zillscout',
23642
+ url: 'https://sepolia.zillnet.io',
23643
+ icon: 'zillion',
23644
+ standard: 'EIP3091'
23645
+ }
23646
+ ],
23647
+ parent: { type: 'L2', chain: 'eip155-11155111' }
23648
+ },
23626
23649
  {
23627
23650
  name: 'Filecoin - Calibration testnet',
23628
23651
  chain: 'FIL',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.367",
3
+ "version": "0.0.368",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {