eth-chainlist 0.0.139 → 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,21 @@
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
+
11
+ ### 0.0.140 (2023-04-30)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.139 ([e5c8a63](https://github.com/poowf/eth-chainlist/commit/e5c8a63f9e2accb4c6bcb1e6d7514b3f24177774))
17
+ * update chain data ([267d841](https://github.com/poowf/eth-chainlist/commit/267d84113c75294b4bd9515a209c33c238014f25))
18
+
3
19
  ### 0.0.139 (2023-04-28)
4
20
 
5
21
 
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',
@@ -2907,6 +2927,24 @@ const chainArray = [
2907
2927
  }
2908
2928
  ]
2909
2929
  },
2930
+ {
2931
+ name: 'SwapDEX',
2932
+ chain: 'SDX',
2933
+ rpc: [ 'https://rpc.swapdex.network', 'wss://ss.swapdex.network' ],
2934
+ faucets: [],
2935
+ nativeCurrency: { name: 'SwapDEX', symbol: 'SDX', decimals: 18 },
2936
+ infoURL: 'https://swapdex.network/',
2937
+ shortName: 'SDX',
2938
+ chainId: 230,
2939
+ networkId: 230,
2940
+ explorers: [
2941
+ {
2942
+ name: 'SwapDEX',
2943
+ url: 'https://evm.swapdex.network',
2944
+ standard: 'none'
2945
+ }
2946
+ ]
2947
+ },
2910
2948
  {
2911
2949
  name: 'Energy Web Chain',
2912
2950
  chain: 'Energy Web Chain',
@@ -8995,6 +9033,18 @@ const chainArray = [
8995
9033
  }
8996
9034
  ]
8997
9035
  },
9036
+ {
9037
+ name: 'Peerpay',
9038
+ chain: 'P2P',
9039
+ rpc: [ 'https://peerpay.su.gy/p2p' ],
9040
+ faucets: [],
9041
+ nativeCurrency: { name: 'Peerpay', symbol: 'P2P', decimals: 18 },
9042
+ infoURL: 'https://peerpay.su.gy',
9043
+ shortName: 'Peerpay',
9044
+ chainId: 6502,
9045
+ networkId: 6502,
9046
+ explorers: []
9047
+ },
8998
9048
  {
8999
9049
  name: 'Scolcoin WeiChain Testnet',
9000
9050
  chain: 'SCOLWEI-testnet',
@@ -16367,6 +16417,30 @@ const chainArray = [
16367
16417
  }
16368
16418
  ]
16369
16419
  },
16420
+ {
16421
+ name: 'Alphabet Mainnet',
16422
+ chain: 'Alphabet Network',
16423
+ icon: 'alphabetnetwork',
16424
+ rpc: [
16425
+ 'https://londonpublic.alphabetnetwork.org',
16426
+ 'wss://londonpublic.alphabetnetwork.org/ws/',
16427
+ 'https://main-rpc.com',
16428
+ 'wss://main-rpc.com/ws/'
16429
+ ],
16430
+ faucets: [],
16431
+ nativeCurrency: { name: 'ALT', symbol: 'ALT', decimals: 18 },
16432
+ infoURL: 'https://alphabetnetwork.org',
16433
+ shortName: 'alphabet',
16434
+ chainId: 111222333444,
16435
+ networkId: 111222333444,
16436
+ explorers: [
16437
+ {
16438
+ name: 'Alphabet Explorer',
16439
+ url: 'https://scan.alphabetnetwork.org',
16440
+ standard: 'EIP3091'
16441
+ }
16442
+ ]
16443
+ },
16370
16444
  {
16371
16445
  name: 'Ntity Mainnet',
16372
16446
  chain: 'Ntity',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.139",
3
+ "version": "0.0.141",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {