eth-chainlist 0.0.65 → 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,21 @@
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
+
11
+ ### 0.0.66 (2023-01-27)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.65 ([ebc973e](https://github.com/poowf/eth-chainlist/commit/ebc973edd4849a1a24c9ac965f0f621484153a56))
17
+ * update chain data ([c51b92a](https://github.com/poowf/eth-chainlist/commit/c51b92af860919c5fd9f1eb453f6cb7008b09f24))
18
+
3
19
  ### 0.0.65 (2023-01-26)
4
20
 
5
21
 
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: '',
@@ -11632,10 +11632,10 @@ const chainArray = [
11632
11632
  {
11633
11633
  name: 'ethereum Fair',
11634
11634
  chainId: 513100,
11635
- networkId: 1,
11635
+ networkId: 513100,
11636
11636
  shortName: 'etf',
11637
11637
  chain: 'ETF',
11638
- nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
11638
+ nativeCurrency: { name: 'EthereumFair', symbol: 'ETHF', decimals: 18 },
11639
11639
  rpc: [ 'https://rpc.etherfair.org' ],
11640
11640
  faucets: [],
11641
11641
  explorers: [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.65",
3
+ "version": "0.0.67",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {