eth-chainlist 0.0.788 → 0.0.789
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 +20 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
### 0.0.789 (2026-06-11)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Maintenance
|
|
7
|
+
|
|
8
|
+
* **release:** 0.0.788 ([a8b0d42](https://github.com/poowf/eth-chainlist/commit/a8b0d42991afe2a1f1998cfa215e55de2b501ff8))
|
|
9
|
+
* update chain data ([6557824](https://github.com/poowf/eth-chainlist/commit/65578241cb33d4f4374231c69b7dd15dca2703a3))
|
|
10
|
+
|
|
3
11
|
### 0.0.788 (2026-06-10)
|
|
4
12
|
|
|
5
13
|
|
package/data/chain.js
CHANGED
|
@@ -14856,6 +14856,26 @@ const chainArray = [
|
|
|
14856
14856
|
bridges: [ { url: 'https://superbridge.app/soneium' } ]
|
|
14857
14857
|
}
|
|
14858
14858
|
},
|
|
14859
|
+
{
|
|
14860
|
+
name: 'Whitechain Sepolia',
|
|
14861
|
+
chain: 'WCH',
|
|
14862
|
+
rpc: [ 'https://rpc.testnet.whitechain.io' ],
|
|
14863
|
+
faucets: [ 'https://faucet.testnet.whitechain.io' ],
|
|
14864
|
+
nativeCurrency: { name: 'WBT', symbol: 'WBT', decimals: 18 },
|
|
14865
|
+
infoURL: 'https://docs.whitechain.io',
|
|
14866
|
+
shortName: 'wch-sepolia',
|
|
14867
|
+
chainId: 1874,
|
|
14868
|
+
networkId: 1874,
|
|
14869
|
+
icon: 'whitechain-sepolia',
|
|
14870
|
+
explorers: [
|
|
14871
|
+
{
|
|
14872
|
+
name: 'Whitechain Testnet Explorer',
|
|
14873
|
+
url: 'https://explorer.testnet.whitechain.io',
|
|
14874
|
+
standard: 'EIP3091'
|
|
14875
|
+
}
|
|
14876
|
+
],
|
|
14877
|
+
parent: { type: 'L2', chain: 'eip155-11155111' }
|
|
14878
|
+
},
|
|
14859
14879
|
{
|
|
14860
14880
|
name: 'Whitechain',
|
|
14861
14881
|
chain: 'WBT',
|