eth-chainlist 0.0.65 → 0.0.66

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.66 (2023-01-27)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.65 ([ebc973e](https://github.com/poowf/eth-chainlist/commit/ebc973edd4849a1a24c9ac965f0f621484153a56))
9
+ * update chain data ([c51b92a](https://github.com/poowf/eth-chainlist/commit/c51b92af860919c5fd9f1eb453f6cb7008b09f24))
10
+
3
11
  ### 0.0.65 (2023-01-26)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -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.66",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {