eth-chainlist 0.0.278 → 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,13 @@
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
+
3
11
  ### 0.0.278 (2023-11-07)
4
12
 
5
13
 
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 },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.278",
3
+ "version": "0.0.279",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {