eth-chainlist 0.0.700 → 0.0.701

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.701 (2025-11-18)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.700 ([68e9c0a](https://github.com/poowf/eth-chainlist/commit/68e9c0a4ee09c0554cfd17c85baa19cb4394e662))
9
+ * update chain data ([4c4014e](https://github.com/poowf/eth-chainlist/commit/4c4014eb6d63c4bd0a155caec7b038d301a7e23d))
10
+
3
11
  ### 0.0.700 (2025-11-11)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -32067,7 +32067,7 @@ const chainArray = [
32067
32067
  icon: 'etherlink',
32068
32068
  chainId: 42793,
32069
32069
  networkId: 42793,
32070
- features: [ { name: 'EIP1559' } ],
32070
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
32071
32071
  infoURL: 'https://etherlink.com',
32072
32072
  shortName: 'etlk',
32073
32073
  nativeCurrency: { name: 'tez', symbol: 'XTZ', decimals: 18 },
@@ -38502,12 +38502,32 @@ const chainArray = [
38502
38502
  ]
38503
38503
  },
38504
38504
  {
38505
- name: 'Etherlink Testnet',
38505
+ name: 'Etherlink Shadownet Testnet',
38506
+ chain: 'Etherlink',
38507
+ icon: 'etherlink',
38508
+ chainId: 127823,
38509
+ networkId: 127823,
38510
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
38511
+ infoURL: 'https://etherlink.com',
38512
+ shortName: 'etlst',
38513
+ nativeCurrency: { name: 'tez', symbol: 'XTZ', decimals: 18 },
38514
+ rpc: [ 'https://node.shadownet.etherlink.com' ],
38515
+ faucets: [ 'https://faucet.etherlink.com' ],
38516
+ explorers: [
38517
+ {
38518
+ name: 'Etherlink Shadownet Testnet Explorer',
38519
+ url: 'https://shadownet.explorer.etherlink.com',
38520
+ standard: 'EIP3091'
38521
+ }
38522
+ ]
38523
+ },
38524
+ {
38525
+ name: 'Etherlink Ghostnet Testnet',
38506
38526
  chain: 'Etherlink',
38507
38527
  icon: 'etherlink',
38508
38528
  chainId: 128123,
38509
38529
  networkId: 128123,
38510
- features: [ { name: 'EIP1559' } ],
38530
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
38511
38531
  infoURL: 'https://etherlink.com',
38512
38532
  shortName: 'etlt',
38513
38533
  nativeCurrency: { name: 'tez', symbol: 'XTZ', decimals: 18 },
@@ -38515,11 +38535,12 @@ const chainArray = [
38515
38535
  faucets: [ 'https://faucet.etherlink.com' ],
38516
38536
  explorers: [
38517
38537
  {
38518
- name: 'Etherlink Testnet Explorer',
38538
+ name: 'Etherlink Ghostnet Testnet Explorer',
38519
38539
  url: 'https://testnet.explorer.etherlink.com',
38520
38540
  standard: 'EIP3091'
38521
38541
  }
38522
- ]
38542
+ ],
38543
+ status: 'deprecated'
38523
38544
  },
38524
38545
  {
38525
38546
  name: 'Tatara Testnet',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.700",
3
+ "version": "0.0.701",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {