eth-chainlist 0.0.277 → 0.0.279

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,21 @@
1
1
  # Changelog
2
2
 
3
+ ### 0.0.279 (2023-11-08)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.278 ([d1ab9e2](https://github.com/poowf/eth-chainlist/commit/d1ab9e207342013ce2bbc87e3d265ba9f685d324))
9
+ * update chain data ([b070135](https://github.com/poowf/eth-chainlist/commit/b070135135e7beb66ab84e7cd8521c1aee0924a7))
10
+
11
+ ### 0.0.278 (2023-11-07)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.277 ([91cf2df](https://github.com/poowf/eth-chainlist/commit/91cf2dffec257c0091ed6e2edb0e9b683ebd06aa))
17
+ * update chain data ([e374854](https://github.com/poowf/eth-chainlist/commit/e3748548aed1184b9e5546c0230195e2a6b55669))
18
+
3
19
  ### 0.0.277 (2023-11-06)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -4978,8 +4978,7 @@ const chainArray = [
4978
4978
  rpc: [
4979
4979
  'https://rpc.rollux.com',
4980
4980
  'https://rollux.public-rpc.com',
4981
- 'wss://rpc.rollux.com/wss',
4982
- 'https://rpc.ankr.com/rollux/${ANKR_API_KEY}'
4981
+ 'wss://rpc.rollux.com/wss'
4983
4982
  ],
4984
4983
  faucets: [ 'https://rollux.id/faucetapp' ],
4985
4984
  nativeCurrency: { name: 'Syscoin', symbol: 'SYS', decimals: 18 },
@@ -20065,6 +20064,25 @@ const chainArray = [
20065
20064
  }
20066
20065
  ]
20067
20066
  },
20067
+ {
20068
+ name: 'Ecrox Chain Mainnet',
20069
+ chain: 'Ecrox Chain',
20070
+ rpc: [ 'https://mainnet-rpc.ecroxscan.com/' ],
20071
+ faucets: [],
20072
+ nativeCurrency: { name: 'ECROX COIN', symbol: 'ECROX', decimals: 18 },
20073
+ infoURL: 'https://ecroxcoin.io/',
20074
+ shortName: 'ecrox',
20075
+ icon: 'ecrox',
20076
+ chainId: 988207,
20077
+ networkId: 988207,
20078
+ explorers: [
20079
+ {
20080
+ name: 'Ecrox Chain Explorer',
20081
+ url: 'https://ecroxscan.com',
20082
+ standard: 'EIP3091'
20083
+ }
20084
+ ]
20085
+ },
20068
20086
  {
20069
20087
  name: 'zKatana',
20070
20088
  shortName: 'azktn',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.277",
3
+ "version": "0.0.279",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {