eth-chainlist 0.0.233 → 0.0.234
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 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.234 (2023-09-13)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.233 ([4bfe62f](https://github.com/poowf/eth-chainlist/commit/4bfe62f966f3fa58674e0232d05e21fc0bdcaf19))
|
9
|
+
* update chain data ([49515ea](https://github.com/poowf/eth-chainlist/commit/49515ea30dd7b2e789b10f7c2804e626062300bc))
|
10
|
+
|
3
11
|
### 0.0.233 (2023-09-12)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -13053,7 +13053,7 @@ const chainArray = [
|
|
13053
13053
|
],
|
13054
13054
|
faucets: [ 'https://faucet.mindchain.info/' ],
|
13055
13055
|
nativeCurrency: { name: 'MIND Coin', symbol: 'tMIND', decimals: 18 },
|
13056
|
-
infoURL: 'https://
|
13056
|
+
infoURL: 'https://mindchain.info',
|
13057
13057
|
shortName: 'tMIND',
|
13058
13058
|
chainId: 9977,
|
13059
13059
|
networkId: 9977,
|
@@ -13076,7 +13076,7 @@ const chainArray = [
|
|
13076
13076
|
],
|
13077
13077
|
faucets: [],
|
13078
13078
|
nativeCurrency: { name: 'MIND Coin', symbol: 'MIND', decimals: 18 },
|
13079
|
-
infoURL: 'https://
|
13079
|
+
infoURL: 'https://mindchain.info',
|
13080
13080
|
shortName: 'MIND',
|
13081
13081
|
chainId: 9996,
|
13082
13082
|
networkId: 9996,
|