mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Updating Filecoin RPC endpoint versions and direct faucet URLs (#2163)
* Updating RPC version and direct faucet URLs * updating with prettier
This commit is contained in:
parent
348c0f7894
commit
381d53a364
|
@ -2,8 +2,11 @@
|
|||
"name": "Filecoin - Hyperspace testnet",
|
||||
"chain": "FIL",
|
||||
"icon": "filecoin",
|
||||
"rpc": ["https://api.hyperspace.node.glif.io/rpc/v0"],
|
||||
"faucets": ["https://hyperspace.filtest.network/#faucet"],
|
||||
"rpc": [
|
||||
"https://api.hyperspace.node.glif.io/rpc/v1",
|
||||
"https://filecoin-hyperspace.chainstacklabs.com/rpc/v1"
|
||||
],
|
||||
"faucets": ["https://hyperspace.yoga/#faucet"],
|
||||
"nativeCurrency": {
|
||||
"name": "testnet filecoin",
|
||||
"symbol": "tFIL",
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
"name": "Filecoin - Wallaby testnet",
|
||||
"chain": "FIL",
|
||||
"icon": "filecoin",
|
||||
"rpc": ["https://wallaby.node.glif.io/rpc/v0"],
|
||||
"faucets": ["https://wallaby.network/#faucet"],
|
||||
"rpc": ["https://wallaby.node.glif.io/rpc/v1"],
|
||||
"faucets": ["https://wallaby.yoga/#faucet"],
|
||||
"nativeCurrency": {
|
||||
"name": "testnet filecoin",
|
||||
"symbol": "tFIL",
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"name": "Filecoin - Calibration testnet",
|
||||
"chain": "FIL",
|
||||
"icon": "filecoin",
|
||||
"rpc": ["https://api.calibration.node.glif.io/rpc/v0"],
|
||||
"rpc": ["https://api.calibration.node.glif.io/rpc/v1"],
|
||||
"faucets": ["https://faucet.calibration.fildev.network/"],
|
||||
"nativeCurrency": {
|
||||
"name": "testnet filecoin",
|
||||
|
|
Loading…
Reference in New Issue
Block a user