eth-chainlist 0.0.138 → 0.0.140

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.140 (2023-04-30)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.139 ([e5c8a63](https://github.com/poowf/eth-chainlist/commit/e5c8a63f9e2accb4c6bcb1e6d7514b3f24177774))
9
+ * update chain data ([267d841](https://github.com/poowf/eth-chainlist/commit/267d84113c75294b4bd9515a209c33c238014f25))
10
+
11
+ ### 0.0.139 (2023-04-28)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.138 ([ba511f9](https://github.com/poowf/eth-chainlist/commit/ba511f9f11803b54c5eb8127bb8c51932d9c0413))
17
+ * update chain data ([4dc9d43](https://github.com/poowf/eth-chainlist/commit/4dc9d43e246d90a231bc93b61db94871da9d4924))
18
+
3
19
  ### 0.0.138 (2023-04-27)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -1910,7 +1910,7 @@ const chainArray = [
1910
1910
  name: 'Nebula Testnet',
1911
1911
  chain: 'NTN',
1912
1912
  icon: 'nebulatestnet',
1913
- rpc: [ 'https://testnet.rpc.novanetwork.io:9070' ],
1913
+ rpc: [ 'https://testnet.rpc.novanetwork.io' ],
1914
1914
  faucets: [ 'https://faucet.novanetwork.io' ],
1915
1915
  nativeCurrency: { name: 'Nebula X', symbol: 'NBX', decimals: 18 },
1916
1916
  infoURL: 'https://novanetwork.io',
@@ -2907,6 +2907,24 @@ const chainArray = [
2907
2907
  }
2908
2908
  ]
2909
2909
  },
2910
+ {
2911
+ name: 'SwapDEX',
2912
+ chain: 'SDX',
2913
+ rpc: [ 'https://rpc.swapdex.network', 'wss://ss.swapdex.network' ],
2914
+ faucets: [],
2915
+ nativeCurrency: { name: 'SwapDEX', symbol: 'SDX', decimals: 18 },
2916
+ infoURL: 'https://swapdex.network/',
2917
+ shortName: 'SDX',
2918
+ chainId: 230,
2919
+ networkId: 230,
2920
+ explorers: [
2921
+ {
2922
+ name: 'SwapDEX',
2923
+ url: 'https://evm.swapdex.network',
2924
+ standard: 'none'
2925
+ }
2926
+ ]
2927
+ },
2910
2928
  {
2911
2929
  name: 'Energy Web Chain',
2912
2930
  chain: 'Energy Web Chain',
@@ -8995,6 +9013,18 @@ const chainArray = [
8995
9013
  }
8996
9014
  ]
8997
9015
  },
9016
+ {
9017
+ name: 'Peerpay',
9018
+ chain: 'P2P',
9019
+ rpc: [ 'https://peerpay.su.gy/p2p' ],
9020
+ faucets: [],
9021
+ nativeCurrency: { name: 'Peerpay', symbol: 'P2P', decimals: 18 },
9022
+ infoURL: 'https://peerpay.su.gy',
9023
+ shortName: 'Peerpay',
9024
+ chainId: 6502,
9025
+ networkId: 6502,
9026
+ explorers: []
9027
+ },
8998
9028
  {
8999
9029
  name: 'Scolcoin WeiChain Testnet',
9000
9030
  chain: 'SCOLWEI-testnet',
@@ -16367,6 +16397,30 @@ const chainArray = [
16367
16397
  }
16368
16398
  ]
16369
16399
  },
16400
+ {
16401
+ name: 'Alphabet Mainnet',
16402
+ chain: 'Alphabet Network',
16403
+ icon: 'alphabetnetwork',
16404
+ rpc: [
16405
+ 'https://londonpublic.alphabetnetwork.org',
16406
+ 'wss://londonpublic.alphabetnetwork.org/ws/',
16407
+ 'https://main-rpc.com',
16408
+ 'wss://main-rpc.com/ws/'
16409
+ ],
16410
+ faucets: [],
16411
+ nativeCurrency: { name: 'ALT', symbol: 'ALT', decimals: 18 },
16412
+ infoURL: 'https://alphabetnetwork.org',
16413
+ shortName: 'alphabet',
16414
+ chainId: 111222333444,
16415
+ networkId: 111222333444,
16416
+ explorers: [
16417
+ {
16418
+ name: 'Alphabet Explorer',
16419
+ url: 'https://scan.alphabetnetwork.org',
16420
+ standard: 'EIP3091'
16421
+ }
16422
+ ]
16423
+ },
16370
16424
  {
16371
16425
  name: 'Ntity Mainnet',
16372
16426
  chain: 'Ntity',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.138",
3
+ "version": "0.0.140",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {