eth-chainlist 0.0.139 → 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 +8 -0
- package/data/chain.js +54 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
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
|
+
|
3
11
|
### 0.0.139 (2023-04-28)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -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',
|