eth-chainlist 0.0.99 → 0.0.100
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 +1 -3
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.100 (2023-03-15)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.99 ([4b305e0](https://github.com/poowf/eth-chainlist/commit/4b305e05cb95839f3d9e325dd8dad9f6bbe9b8ca))
|
9
|
+
* update chain data ([0442d4f](https://github.com/poowf/eth-chainlist/commit/0442d4ff2db67b3072a9e210d684c08e3809fdfd))
|
10
|
+
|
3
11
|
### 0.0.99 (2023-03-14)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -13480,9 +13480,7 @@ const chainArray = [
|
|
13480
13480
|
'https://devnetopenapi2.platon.network/rpc',
|
13481
13481
|
'wss://devnetopenapi2.platon.network/ws'
|
13482
13482
|
],
|
13483
|
-
faucets: [
|
13484
|
-
'https://faucet.platon.network/faucet/?id=e5d32df10aee11ec911142010a667c03'
|
13485
|
-
],
|
13483
|
+
faucets: [ 'https://devnet2faucet.platon.network/faucet' ],
|
13486
13484
|
nativeCurrency: { name: 'LAT', symbol: 'lat', decimals: 18 },
|
13487
13485
|
infoURL: 'https://www.platon.network',
|
13488
13486
|
shortName: 'platondev',
|