eth-chainlist 0.0.199 → 0.0.201
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 +16 -0
- package/data/chain.js +48 -4
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.201 (2023-08-04)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.200 ([bb2ce8d](https://github.com/poowf/eth-chainlist/commit/bb2ce8d462156e5c9b8a7cea571a6d3abcab64fc))
|
9
|
+
* update chain data ([a8b6b16](https://github.com/poowf/eth-chainlist/commit/a8b6b1634c139ad1299362b23cc7a642d4a2ba20))
|
10
|
+
|
11
|
+
### 0.0.200 (2023-08-03)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.199 ([d0dd263](https://github.com/poowf/eth-chainlist/commit/d0dd263ecd7e660a255e1a9a920aafc73f4a7ba7))
|
17
|
+
* update chain data ([0946343](https://github.com/poowf/eth-chainlist/commit/0946343cfe35ef2bdb9f3efbdde0ce0bf9aac2e5))
|
18
|
+
|
3
19
|
### 0.0.199 (2023-08-01)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -1057,7 +1057,8 @@ const chainArray = [
|
|
1057
1057
|
'https://rpc.syscoin.org',
|
1058
1058
|
'https://rpc.ankr.com/syscoin/${ANKR_API_KEY}',
|
1059
1059
|
'https://syscoin.public-rpc.com',
|
1060
|
-
'wss://rpc.syscoin.org/wss'
|
1060
|
+
'wss://rpc.syscoin.org/wss',
|
1061
|
+
'https://syscoin-evm.publicnode.com'
|
1061
1062
|
],
|
1062
1063
|
faucets: [ 'https://faucet.syscoin.org' ],
|
1063
1064
|
nativeCurrency: { name: 'Syscoin', symbol: 'SYS', decimals: 18 },
|
@@ -6911,10 +6912,10 @@ const chainArray = [
|
|
6911
6912
|
]
|
6912
6913
|
},
|
6913
6914
|
{
|
6914
|
-
name: 'Kalar Chain
|
6915
|
+
name: 'Kalar Chain',
|
6915
6916
|
chain: 'KLC',
|
6916
6917
|
icon: 'kalarchain',
|
6917
|
-
rpc: [ '
|
6918
|
+
rpc: [ 'https://rpc-api.kalarchain.tech' ],
|
6918
6919
|
faucets: [],
|
6919
6920
|
nativeCurrency: { name: 'Kalar', symbol: 'KLC', decimals: 18 },
|
6920
6921
|
infoURL: 'https://kalarchain.tech',
|
@@ -7523,6 +7524,25 @@ const chainArray = [
|
|
7523
7524
|
chainId: 1856,
|
7524
7525
|
networkId: 1
|
7525
7526
|
},
|
7527
|
+
{
|
7528
|
+
name: 'WhiteBIT Network',
|
7529
|
+
chain: 'WBT',
|
7530
|
+
rpc: [ 'https://rpc.whitebit.network' ],
|
7531
|
+
faucets: [],
|
7532
|
+
nativeCurrency: { name: 'WhiteBIT Coin', symbol: 'WBT', decimals: 18 },
|
7533
|
+
infoURL: 'https://whitebit.network',
|
7534
|
+
shortName: 'wbt',
|
7535
|
+
chainId: 1875,
|
7536
|
+
networkId: 1875,
|
7537
|
+
icon: 'whitebit',
|
7538
|
+
explorers: [
|
7539
|
+
{
|
7540
|
+
name: 'wb-explorer',
|
7541
|
+
url: 'https://explorer.whitebit.network',
|
7542
|
+
standard: 'EIP3091'
|
7543
|
+
}
|
7544
|
+
]
|
7545
|
+
},
|
7526
7546
|
{
|
7527
7547
|
name: 'Gitshock Cartenz Testnet',
|
7528
7548
|
chain: 'Gitshock Cartenz',
|
@@ -10286,7 +10306,11 @@ const chainArray = [
|
|
10286
10306
|
{
|
10287
10307
|
name: 'Syscoin Tanenbaum Testnet',
|
10288
10308
|
chain: 'SYS',
|
10289
|
-
rpc: [
|
10309
|
+
rpc: [
|
10310
|
+
'https://rpc.tanenbaum.io',
|
10311
|
+
'wss://rpc.tanenbaum.io/wss',
|
10312
|
+
'https://syscoin-tanenbaum-evm.publicnode.com'
|
10313
|
+
],
|
10290
10314
|
faucets: [ 'https://faucet.tanenbaum.io' ],
|
10291
10315
|
nativeCurrency: { name: 'Testnet Syscoin', symbol: 'tSYS', decimals: 18 },
|
10292
10316
|
infoURL: 'https://syscoin.org',
|
@@ -17722,6 +17746,26 @@ const chainArray = [
|
|
17722
17746
|
slip44: 1,
|
17723
17747
|
explorers: []
|
17724
17748
|
},
|
17749
|
+
{
|
17750
|
+
name: 'Manta Pacific Testnet',
|
17751
|
+
chain: 'Manta Pacific',
|
17752
|
+
rpc: [ 'https://manta-testnet.calderachain.xyz/http' ],
|
17753
|
+
faucets: [],
|
17754
|
+
nativeCurrency: { name: 'Manta', symbol: 'MANTA', decimals: 18 },
|
17755
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
17756
|
+
infoURL: 'https://manta-testnet.caldera.dev/',
|
17757
|
+
shortName: 'manta',
|
17758
|
+
chainId: 3441005,
|
17759
|
+
networkId: 3441005,
|
17760
|
+
icon: 'manta',
|
17761
|
+
explorers: [
|
17762
|
+
{
|
17763
|
+
name: 'manta-testnet Explorer',
|
17764
|
+
url: 'https://manta-testnet.calderaexplorer.xyz',
|
17765
|
+
standard: 'EIP3091'
|
17766
|
+
}
|
17767
|
+
]
|
17768
|
+
},
|
17725
17769
|
{
|
17726
17770
|
name: 'AltLayer Zero Gas Network',
|
17727
17771
|
chain: 'ETH',
|