eth-chainlist 0.0.53 → 0.0.54
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 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.54 (2023-01-13)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.53 ([d3f1839](https://github.com/poowf/eth-chainlist/commit/d3f1839600be3bf41ec0b8ca52d877d4c509b104))
|
9
|
+
* update chain data ([b90530f](https://github.com/poowf/eth-chainlist/commit/b90530f94d0cbbe84d1ac10be0813293c4a5b4b3))
|
10
|
+
|
3
11
|
### 0.0.53 (2023-01-12)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -6229,7 +6229,7 @@ const chainArray = [
|
|
6229
6229
|
name: 'Filecoin - Hyperspace testnet',
|
6230
6230
|
chain: 'FIL',
|
6231
6231
|
icon: 'filecoin',
|
6232
|
-
rpc: [ 'https://hyperspace.node.glif.io/rpc/v0' ],
|
6232
|
+
rpc: [ 'https://api.hyperspace.node.glif.io/rpc/v0' ],
|
6233
6233
|
faucets: [ 'https://hyperspace.filtest.network/#faucet' ],
|
6234
6234
|
nativeCurrency: { name: 'testnet filecoin', symbol: 'tFIL', decimals: 18 },
|
6235
6235
|
infoURL: 'https://filecoin.io',
|