eth-chainlist 0.0.194 → 0.0.195
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 +7 -4
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.195 (2023-07-26)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.194 ([28fe53e](https://github.com/poowf/eth-chainlist/commit/28fe53eef454d23f20c71e659f3391c2784f9daf))
|
9
|
+
* update chain data ([7c686fc](https://github.com/poowf/eth-chainlist/commit/7c686fc9e6a939ce96e8840d7c9846bd1066a375))
|
10
|
+
|
3
11
|
### 0.0.194 (2023-07-25)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -1361,7 +1361,7 @@ const chainArray = [
|
|
1361
1361
|
{
|
1362
1362
|
name: 'Decimal Smart Chain Mainnet',
|
1363
1363
|
chain: 'DSC',
|
1364
|
-
rpc: [ 'https://node.decimalchain.com/web3' ],
|
1364
|
+
rpc: [ 'https://node.decimalchain.com/web3/' ],
|
1365
1365
|
faucets: [],
|
1366
1366
|
nativeCurrency: { name: 'Decimal', symbol: 'DEL', decimals: 18 },
|
1367
1367
|
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
@@ -2944,7 +2944,7 @@ const chainArray = [
|
|
2944
2944
|
{
|
2945
2945
|
name: 'Bitnet',
|
2946
2946
|
chain: 'BTN',
|
2947
|
-
rpc: [ '
|
2947
|
+
rpc: [ 'https://rpc.bitnet.money' ],
|
2948
2948
|
faucets: [ 'https://bitnet.money/forum/showthread.php?tid=2' ],
|
2949
2949
|
nativeCurrency: { name: 'Bitnet', symbol: 'BTN', decimals: 18 },
|
2950
2950
|
infoURL: 'https://bitnet.money',
|
@@ -16059,7 +16059,7 @@ const chainArray = [
|
|
16059
16059
|
{
|
16060
16060
|
name: 'Decimal Smart Chain Testnet',
|
16061
16061
|
chain: 'tDSC',
|
16062
|
-
rpc: [ 'https://testnet-val.decimalchain.com/web3' ],
|
16062
|
+
rpc: [ 'https://testnet-val.decimalchain.com/web3/' ],
|
16063
16063
|
faucets: [],
|
16064
16064
|
nativeCurrency: { name: 'Decimal', symbol: 'tDEL', decimals: 18 },
|
16065
16065
|
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
@@ -17652,7 +17652,10 @@ const chainArray = [
|
|
17652
17652
|
rpc: [
|
17653
17653
|
'https://rpc.sepolia.org',
|
17654
17654
|
'https://rpc2.sepolia.org',
|
17655
|
-
'https://rpc-sepolia.rockx.com'
|
17655
|
+
'https://rpc-sepolia.rockx.com',
|
17656
|
+
'https://rpc.sepolia.ethpandaops.io',
|
17657
|
+
'https://sepolia.infura.io/v3/${INFURA_API_KEY}',
|
17658
|
+
'wss://sepolia.infura.io/v3/${INFURA_API_KEY}'
|
17656
17659
|
],
|
17657
17660
|
faucets: [
|
17658
17661
|
'http://fauceth.komputing.org?chain=11155111&address=${ADDRESS}'
|