eth-chainlist 0.0.66 → 0.0.67

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.67 (2023-01-31)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.66 ([99d59de](https://github.com/poowf/eth-chainlist/commit/99d59def7e525d9a07fb5ad7f7e7c06750dc42aa))
9
+ * update chain data ([d80f249](https://github.com/poowf/eth-chainlist/commit/d80f249d72b2b9dd46b85bcbadb053ba6971eb96))
10
+
3
11
  ### 0.0.66 (2023-01-27)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -9814,7 +9814,7 @@ const chainArray = [
9814
9814
  {
9815
9815
  name: 'Liveplex OracleEVM',
9816
9816
  chain: 'Liveplex OracleEVM Network',
9817
- rpc: [ 'http://129.153.75.68:5000' ],
9817
+ rpc: [ 'https://oracle.liveplex.io' ],
9818
9818
  faucets: [],
9819
9819
  nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
9820
9820
  infoURL: '',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.66",
3
+ "version": "0.0.67",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {