eth-chainlist 0.0.200 → 0.0.202

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,21 @@
1
1
  # Changelog
2
2
 
3
+ ### 0.0.202 (2023-08-05)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.201 ([27b9047](https://github.com/poowf/eth-chainlist/commit/27b904762970045deb1f57a298b8c065c8cbeaf7))
9
+ * update chain data ([4fc157a](https://github.com/poowf/eth-chainlist/commit/4fc157a9083684fad047c3e06f5fa7456b21841f))
10
+
11
+ ### 0.0.201 (2023-08-04)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.200 ([bb2ce8d](https://github.com/poowf/eth-chainlist/commit/bb2ce8d462156e5c9b8a7cea571a6d3abcab64fc))
17
+ * update chain data ([a8b6b16](https://github.com/poowf/eth-chainlist/commit/a8b6b1634c139ad1299362b23cc7a642d4a2ba20))
18
+
3
19
  ### 0.0.200 (2023-08-03)
4
20
 
5
21
 
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',
@@ -12127,7 +12146,8 @@ const chainArray = [
12127
12146
  icon: 'mindchain',
12128
12147
  rpc: [
12129
12148
  'https://rpc-msc.mindchain.info/',
12130
- 'https://seednode.mindchain.info'
12149
+ 'https://seednode.mindchain.info',
12150
+ 'wss://seednode.mindchain.info/ws'
12131
12151
  ],
12132
12152
  faucets: [],
12133
12153
  nativeCurrency: { name: 'MIND Coin', symbol: 'MIND', decimals: 18 },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.200",
3
+ "version": "0.0.202",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {