eth-chainlist 0.0.201 → 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 +8 -0
- package/data/chain.js +2 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
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
|
+
|
3
11
|
### 0.0.201 (2023-08-04)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -12146,7 +12146,8 @@ const chainArray = [
|
|
12146
12146
|
icon: 'mindchain',
|
12147
12147
|
rpc: [
|
12148
12148
|
'https://rpc-msc.mindchain.info/',
|
12149
|
-
'https://seednode.mindchain.info'
|
12149
|
+
'https://seednode.mindchain.info',
|
12150
|
+
'wss://seednode.mindchain.info/ws'
|
12150
12151
|
],
|
12151
12152
|
faucets: [],
|
12152
12153
|
nativeCurrency: { name: 'MIND Coin', symbol: 'MIND', decimals: 18 },
|