eth-chainlist 0.0.200 → 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 CHANGED
@@ -1,5 +1,13 @@
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
+
3
11
  ### 0.0.200 (2023-08-03)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -7524,6 +7524,25 @@ const chainArray = [
7524
7524
  chainId: 1856,
7525
7525
  networkId: 1
7526
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
+ },
7527
7546
  {
7528
7547
  name: 'Gitshock Cartenz Testnet',
7529
7548
  chain: 'Gitshock Cartenz',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.200",
3
+ "version": "0.0.201",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {