eth-chainlist 0.0.634 → 0.0.635

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.635 (2025-03-10)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.634 ([ee70426](https://github.com/poowf/eth-chainlist/commit/ee7042639a00f9078f7de6aefb4970e96ce0a244))
9
+ * update chain data ([fca15b1](https://github.com/poowf/eth-chainlist/commit/fca15b1ae77584895d199c9e4246f2fb2acd5793))
10
+
3
11
  ### 0.0.634 (2025-03-09)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -20004,6 +20004,25 @@ const chainArray = [
20004
20004
  }
20005
20005
  ]
20006
20006
  },
20007
+ {
20008
+ name: 'Seismic devnet',
20009
+ chain: 'Seismic',
20010
+ rpc: [ 'https://node-2.seismicdev.net/rpc' ],
20011
+ faucets: [ 'https://faucet-2.seismicdev.net/' ],
20012
+ nativeCurrency: { name: 'Seismic Ether', symbol: 'ETH', decimals: 18 },
20013
+ features: [ { name: 'EIP155' } ],
20014
+ infoURL: 'https://seismic.systems',
20015
+ shortName: 'seismic-devnet',
20016
+ chainId: 5124,
20017
+ networkId: 5124,
20018
+ explorers: [
20019
+ {
20020
+ name: 'Seismic Devnet Explorer',
20021
+ url: 'https://explorer-2.seismicdev.net',
20022
+ standard: 'EIP3091'
20023
+ }
20024
+ ]
20025
+ },
20007
20026
  {
20008
20027
  name: 'Moca Chain Testnet',
20009
20028
  chain: 'Moca Chain',
@@ -20305,12 +20324,7 @@ const chainArray = [
20305
20324
  {
20306
20325
  name: 'edeXa Mainnet',
20307
20326
  chain: 'edeXa',
20308
- rpc: [
20309
- 'https://mainnet.edexa.network/rpc',
20310
- 'wss://mainnet.edexa.network/wss',
20311
- 'https://mainnet.edexa.com/rpc',
20312
- 'wss://mainnet.edexa.com/wss'
20313
- ],
20327
+ rpc: [ 'https://rpc.edexa.network', 'https://rpc.edexa.com' ],
20314
20328
  faucets: [],
20315
20329
  features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
20316
20330
  nativeCurrency: { name: 'edeXa', symbol: 'EDX', decimals: 18 },
@@ -39756,6 +39770,27 @@ const chainArray = [
39756
39770
  }
39757
39771
  ]
39758
39772
  },
39773
+ {
39774
+ name: 'Xsolla ZK Sepolia Testnet',
39775
+ chain: 'Xsolla ZK Sepolia',
39776
+ rpc: [ 'https://zkrpc-sepolia.xsollazk.com' ],
39777
+ faucets: [ 'https://xsollazk.com/faucet' ],
39778
+ nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
39779
+ infoURL: 'https://xsolla.com/zk',
39780
+ shortName: 'xsollazk-sepolia',
39781
+ chainId: 555777,
39782
+ networkId: 555777,
39783
+ slip44: 1,
39784
+ icon: 'xsollazk',
39785
+ explorers: [
39786
+ {
39787
+ name: 'Xsolla ZK Sepolia Block Explorer',
39788
+ url: 'https://x.la/explorer',
39789
+ icon: 'xsollazk',
39790
+ standard: 'EIP3091'
39791
+ }
39792
+ ]
39793
+ },
39759
39794
  {
39760
39795
  name: 'DustBoy IoT',
39761
39796
  title: 'DustBoy IoT',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.634",
3
+ "version": "0.0.635",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {