eth-chainlist 0.0.677 → 0.0.678

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.678 (2025-08-01)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.677 ([1e7d92d](https://github.com/poowf/eth-chainlist/commit/1e7d92d228a61efff489032ef8a6d6f5d6059197))
9
+ * update chain data ([0c23603](https://github.com/poowf/eth-chainlist/commit/0c236037b9c04dc11e32bfd65be7d466facdffd1))
10
+
3
11
  ### 0.0.677 (2025-07-30)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -22019,9 +22019,9 @@ const chainArray = [
22019
22019
  {
22020
22020
  name: 'Xylume TestNet',
22021
22021
  chain: 'XYL',
22022
- rpc: [ 'https://xyl-testnet.glitch.me/rpc/' ],
22023
- faucets: [ 'https://debxylen.github.io/XYL_TestNet/faucet.html' ],
22024
- nativeCurrency: { name: 'XYL', symbol: 'XYL', decimals: 18 },
22022
+ rpc: [ 'https://xylume-testnet.sparked.network/rpc/' ],
22023
+ faucets: [ 'https://debxylen.github.io/Xylume_TestNet/faucet.html' ],
22024
+ nativeCurrency: { name: 'Xylume', symbol: 'XYL', decimals: 18 },
22025
22025
  features: [
22026
22026
  { name: 'EIP155' },
22027
22027
  { name: 'EIP1559' },
@@ -25574,39 +25574,21 @@ const chainArray = [
25574
25574
  ]
25575
25575
  },
25576
25576
  {
25577
- name: 'arena-z-testnet',
25578
- title: 'Arena-Z-Testnet',
25579
- chain: 'arena-z-testnet',
25580
- rpc: [
25581
- 'https://rpc.arena-z.t.raas.gelato.cloud',
25582
- 'wss://ws.arena-z.t.raas.gelato.cloud'
25583
- ],
25577
+ name: 'arena-z-testnet-deprecated',
25578
+ title: 'Arena-Z-Testnet-deprecated',
25579
+ chain: 'arena-z-testnet-deprecated',
25580
+ rpc: [],
25584
25581
  nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
25585
25582
  icon: 'arena-z',
25586
25583
  infoURL: 'https://raas.gelato.network/rollups/details/public/arena-z-testnet',
25587
25584
  faucets: [],
25588
- shortName: 'arena-z-testnet',
25585
+ shortName: 'arena-z-testnet-deprecated',
25589
25586
  chainId: 9897,
25590
25587
  networkId: 9897,
25591
25588
  slip44: 60,
25592
- explorers: [
25593
- {
25594
- name: 'blockscout',
25595
- url: 'https://arena-z.blockscout.com',
25596
- icon: 'blockscout',
25597
- standard: 'EIP3091'
25598
- }
25599
- ],
25600
- parent: {
25601
- type: 'L2',
25602
- chain: 'eip155-11155111',
25603
- bridges: [
25604
- {
25605
- url: 'https://testnet-bridge.gelato.network/bridge/arena-z-testnet'
25606
- }
25607
- ]
25608
- },
25609
- status: 'active'
25589
+ explorers: [],
25590
+ parent: { type: 'L2', chain: 'eip155-11155111', bridges: [] },
25591
+ status: 'deprecated'
25610
25592
  },
25611
25593
  {
25612
25594
  name: 'Larissa Chain',
@@ -25630,6 +25612,33 @@ const chainArray = [
25630
25612
  }
25631
25613
  ]
25632
25614
  },
25615
+ {
25616
+ name: 'Arena-Z-Testnet',
25617
+ title: 'Arena-Z-Testnet',
25618
+ chain: 'arena-z-testnet',
25619
+ rpc: [ 'https://testnet-rpc.arena-z.gg', 'wss://testnet-ws.arena-z.gg' ],
25620
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
25621
+ icon: 'arena-z',
25622
+ infoURL: 'https://raas.gelato.network/rollups/details/public/arena-z-testnet',
25623
+ faucets: [ 'https://testnet-faucet.arena-z.gg' ],
25624
+ shortName: 'arena-z-testnet',
25625
+ chainId: 9899,
25626
+ networkId: 9899,
25627
+ explorers: [
25628
+ {
25629
+ name: 'blockscout',
25630
+ url: 'https://testnet-explorer.arena-z.gg',
25631
+ icon: 'blockscout',
25632
+ standard: 'EIP3091'
25633
+ }
25634
+ ],
25635
+ parent: {
25636
+ type: 'L2',
25637
+ chain: 'eip155-11155111',
25638
+ bridges: [ { url: 'https://testnet-bridge.arena-z.gg' } ]
25639
+ },
25640
+ status: 'active'
25641
+ },
25633
25642
  {
25634
25643
  name: 'Zytron Linea Mainnet',
25635
25644
  chain: 'ETH',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.677",
3
+ "version": "0.0.678",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {