eth-chainlist 0.0.392 → 0.0.393

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.393 (2024-05-03)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.392 ([ab6a662](https://github.com/poowf/eth-chainlist/commit/ab6a6626bb03b0f9d46713ba7175d2bf591c1906))
9
+ * update chain data ([8693250](https://github.com/poowf/eth-chainlist/commit/86932504f41381900a07f97e82884045aed873b4))
10
+
3
11
  ### 0.0.392 (2024-05-02)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -10939,12 +10939,12 @@ const chainArray = [
10939
10939
  name: 'edeXa Testnet',
10940
10940
  chain: 'edeXa TestNetwork',
10941
10941
  rpc: [
10942
- 'https://testnet.edexa.com/rpc',
10942
+ 'https://testnet.edexa.network/rpc',
10943
10943
  'https://io-dataseed1.testnet.edexa.io-market.com/rpc'
10944
10944
  ],
10945
10945
  faucets: [ 'https://faucet.edexa.com/' ],
10946
10946
  nativeCurrency: { name: 'EDEXA', symbol: 'EDX', decimals: 18 },
10947
- infoURL: 'https://edexa.com/',
10947
+ infoURL: 'https://edexa.network/',
10948
10948
  shortName: 'edx',
10949
10949
  chainId: 1995,
10950
10950
  networkId: 1995,
@@ -10953,7 +10953,7 @@ const chainArray = [
10953
10953
  explorers: [
10954
10954
  {
10955
10955
  name: 'edexa-testnet',
10956
- url: 'https://explorer.testnet.edexa.com',
10956
+ url: 'https://explorer.testnet.edexa.network',
10957
10957
  standard: 'EIP3091'
10958
10958
  }
10959
10959
  ]
@@ -15104,6 +15104,7 @@ const chainArray = [
15104
15104
  name: 'edeXa Mainnet',
15105
15105
  chain: 'edeXa Network',
15106
15106
  rpc: [
15107
+ 'https://mainnet.edexa.network/rpc',
15107
15108
  'https://mainnet.edexa.com/rpc',
15108
15109
  'https://io-dataseed1.mainnet.edexa.io-market.com/rpc'
15109
15110
  ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.392",
3
+ "version": "0.0.393",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {