eth-chainlist 0.0.371 → 0.0.372
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 +59 -6
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.372 (2024-04-08)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.371 ([87f3b81](https://github.com/poowf/eth-chainlist/commit/87f3b812cd8f24c0533900e3f037a7173c1d2b47))
|
9
|
+
* update chain data ([7596f10](https://github.com/poowf/eth-chainlist/commit/7596f10b491430baa01e920d08b4bcf265b00a91))
|
10
|
+
|
3
11
|
### 0.0.371 (2024-04-05)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -9619,6 +9619,31 @@ const chainArray = [
|
|
9619
9619
|
bridges: [ { url: 'https://testnet-bridge.mintchain.io' } ]
|
9620
9620
|
}
|
9621
9621
|
},
|
9622
|
+
{
|
9623
|
+
name: 'Mint Sepolia Testnet',
|
9624
|
+
chain: 'ETH',
|
9625
|
+
rpc: [ 'https://sepolia-testnet-rpc.mintchain.io' ],
|
9626
|
+
faucets: [],
|
9627
|
+
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
9628
|
+
infoURL: 'https://www.mintchain.io',
|
9629
|
+
shortName: 'mintsepoliatest',
|
9630
|
+
chainId: 1687,
|
9631
|
+
networkId: 1687,
|
9632
|
+
icon: 'mintTestnet',
|
9633
|
+
explorers: [
|
9634
|
+
{
|
9635
|
+
name: 'blockscout',
|
9636
|
+
url: 'https://sepolia-testnet-explorer.mintchain.io',
|
9637
|
+
icon: 'mintTestnet',
|
9638
|
+
standard: 'EIP3091'
|
9639
|
+
}
|
9640
|
+
],
|
9641
|
+
parent: {
|
9642
|
+
type: 'L2',
|
9643
|
+
chain: 'eip155-1',
|
9644
|
+
bridges: [ { url: 'https://sepolia-testnet-bridge.mintchain.io' } ]
|
9645
|
+
}
|
9646
|
+
},
|
9622
9647
|
{
|
9623
9648
|
name: 'LUDAN Mainnet',
|
9624
9649
|
chain: 'LUDAN',
|
@@ -10836,9 +10861,13 @@ const chainArray = [
|
|
10836
10861
|
chain: 'CFG',
|
10837
10862
|
icon: 'centrifuge',
|
10838
10863
|
rpc: [
|
10839
|
-
'
|
10864
|
+
'https://fullnode.centrifuge.io',
|
10865
|
+
'wss://fullnode.centrifuge.io',
|
10866
|
+
'https://centrifuge-parachain.api.onfinality.io/public',
|
10840
10867
|
'wss://centrifuge-parachain.api.onfinality.io/public-ws',
|
10868
|
+
'https://centrifuge-rpc.dwellir.com',
|
10841
10869
|
'wss://centrifuge-rpc.dwellir.com',
|
10870
|
+
'https://rpc-centrifuge.luckyfriday.io',
|
10842
10871
|
'wss://rpc-centrifuge.luckyfriday.io'
|
10843
10872
|
],
|
10844
10873
|
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
@@ -14988,7 +15017,11 @@ const chainArray = [
|
|
14988
15017
|
name: 'ZetaChain Athens 3 Testnet',
|
14989
15018
|
chain: 'ZetaChain',
|
14990
15019
|
icon: 'zetachain',
|
14991
|
-
rpc: [
|
15020
|
+
rpc: [
|
15021
|
+
'https://zetachain-athens-evm.blockpi.network/v1/rpc/public',
|
15022
|
+
'wss://zetachain-athens.blockpi.network/rpc/v1/public/websocket',
|
15023
|
+
'https://zetachain-testnet-archive.allthatnode.com:8545'
|
15024
|
+
],
|
14992
15025
|
faucets: [ 'https://labs.zetachain.com/get-zeta' ],
|
14993
15026
|
nativeCurrency: { name: 'Zeta', symbol: 'ZETA', decimals: 18 },
|
14994
15027
|
infoURL: 'https://zetachain.com/docs',
|
@@ -18750,12 +18783,13 @@ const chainArray = [
|
|
18750
18783
|
name: 'Titan (TKX) Testnet',
|
18751
18784
|
chain: 'Titan (TKX)',
|
18752
18785
|
rpc: [
|
18753
|
-
'https://titan-testnet-json-rpc
|
18754
|
-
'https://titan-testnet-json-rpc-
|
18786
|
+
'https://titan-testnet-json-rpc.titanlab.io',
|
18787
|
+
'https://titan-testnet-json-rpc-1.titanlab.io',
|
18788
|
+
'https://titan-testnet-json-rpc-2.titanlab.io'
|
18755
18789
|
],
|
18756
18790
|
faucets: [],
|
18757
18791
|
nativeCurrency: { name: 'Titan tkx', symbol: 'TKX', decimals: 18 },
|
18758
|
-
infoURL: 'https://
|
18792
|
+
infoURL: 'https://titanlab.io',
|
18759
18793
|
shortName: 'titan_tkx-testnet',
|
18760
18794
|
chainId: 18889,
|
18761
18795
|
networkId: 18889,
|
@@ -18764,7 +18798,7 @@ const chainArray = [
|
|
18764
18798
|
explorers: [
|
18765
18799
|
{
|
18766
18800
|
name: 'Titan Explorer',
|
18767
|
-
url: 'https://titan-testnet-explorer-light.
|
18801
|
+
url: 'https://titan-testnet-explorer-light.titanlab.io/Titan%20Testnet',
|
18768
18802
|
standard: 'none',
|
18769
18803
|
icon: 'titan_tkx'
|
18770
18804
|
}
|
@@ -27580,6 +27614,25 @@ const chainArray = [
|
|
27580
27614
|
}
|
27581
27615
|
]
|
27582
27616
|
},
|
27617
|
+
{
|
27618
|
+
name: 'PTCESCAN Testnet',
|
27619
|
+
title: 'PTCESCAN Testnet',
|
27620
|
+
chain: 'PTCE',
|
27621
|
+
rpc: [ 'https://rpc-testnet.ptcscan.io' ],
|
27622
|
+
faucets: [ 'https://faucet.ptcscan.io/' ],
|
27623
|
+
nativeCurrency: { name: 'PTCE', symbol: 'PTCE', decimals: 18 },
|
27624
|
+
infoURL: 'https://ptcscan.io',
|
27625
|
+
shortName: 'PTCE',
|
27626
|
+
chainId: 889910245,
|
27627
|
+
networkId: 889910245,
|
27628
|
+
explorers: [
|
27629
|
+
{
|
27630
|
+
name: 'PTCESCAN Testnet Explorer',
|
27631
|
+
url: 'https://explorer-testnet.ptcscan.io',
|
27632
|
+
standard: 'EIP3091'
|
27633
|
+
}
|
27634
|
+
]
|
27635
|
+
},
|
27583
27636
|
{
|
27584
27637
|
name: 'SKALE Calypso Hub Testnet',
|
27585
27638
|
title: 'SKALE Calypso Hub Testnet',
|