eth-chainlist 0.0.140 → 0.0.141

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.141 (2023-05-03)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.140 ([9ede8c3](https://github.com/poowf/eth-chainlist/commit/9ede8c3cb358f8f5ea90acfb2d5a006aeb4dfaae))
9
+ * update chain data ([fc30c75](https://github.com/poowf/eth-chainlist/commit/fc30c75e734dc929494c5b1d5b16d3711ae414fa))
10
+
3
11
  ### 0.0.140 (2023-04-30)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -1761,6 +1761,26 @@ const chainArray = [
1761
1761
  }
1762
1762
  ]
1763
1763
  },
1764
+ {
1765
+ name: 'Six Protocol',
1766
+ chain: 'SIXNET',
1767
+ icon: 'six',
1768
+ rpc: [ 'https://sixnet-rpc-evm.sixprotocol.net' ],
1769
+ faucets: [],
1770
+ nativeCurrency: { name: 'SIX evm token', symbol: 'SIX', decimals: 18 },
1771
+ infoURL: 'https://six.network/',
1772
+ shortName: 'six',
1773
+ chainId: 98,
1774
+ networkId: 98,
1775
+ explorers: [
1776
+ {
1777
+ name: 'SIX Scan',
1778
+ url: 'https://sixscan.io/sixnet',
1779
+ standard: 'none',
1780
+ icon: 'six'
1781
+ }
1782
+ ]
1783
+ },
1764
1784
  {
1765
1785
  name: 'POA Network Core',
1766
1786
  chain: 'POA',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.140",
3
+ "version": "0.0.141",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {