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:
Eva 2023-01-20 12:29:42 +01:00 committed by GitHub
parent 348c0f7894
commit 381d53a364
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 5 deletions

View File

@ -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",

View File

@ -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",

View File

@ -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",