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",
|
"name": "Filecoin - Hyperspace testnet",
|
||||||
"chain": "FIL",
|
"chain": "FIL",
|
||||||
"icon": "filecoin",
|
"icon": "filecoin",
|
||||||
"rpc": ["https://api.hyperspace.node.glif.io/rpc/v0"],
|
"rpc": [
|
||||||
"faucets": ["https://hyperspace.filtest.network/#faucet"],
|
"https://api.hyperspace.node.glif.io/rpc/v1",
|
||||||
|
"https://filecoin-hyperspace.chainstacklabs.com/rpc/v1"
|
||||||
|
],
|
||||||
|
"faucets": ["https://hyperspace.yoga/#faucet"],
|
||||||
"nativeCurrency": {
|
"nativeCurrency": {
|
||||||
"name": "testnet filecoin",
|
"name": "testnet filecoin",
|
||||||
"symbol": "tFIL",
|
"symbol": "tFIL",
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
"name": "Filecoin - Wallaby testnet",
|
"name": "Filecoin - Wallaby testnet",
|
||||||
"chain": "FIL",
|
"chain": "FIL",
|
||||||
"icon": "filecoin",
|
"icon": "filecoin",
|
||||||
"rpc": ["https://wallaby.node.glif.io/rpc/v0"],
|
"rpc": ["https://wallaby.node.glif.io/rpc/v1"],
|
||||||
"faucets": ["https://wallaby.network/#faucet"],
|
"faucets": ["https://wallaby.yoga/#faucet"],
|
||||||
"nativeCurrency": {
|
"nativeCurrency": {
|
||||||
"name": "testnet filecoin",
|
"name": "testnet filecoin",
|
||||||
"symbol": "tFIL",
|
"symbol": "tFIL",
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"name": "Filecoin - Calibration testnet",
|
"name": "Filecoin - Calibration testnet",
|
||||||
"chain": "FIL",
|
"chain": "FIL",
|
||||||
"icon": "filecoin",
|
"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/"],
|
"faucets": ["https://faucet.calibration.fildev.network/"],
|
||||||
"nativeCurrency": {
|
"nativeCurrency": {
|
||||||
"name": "testnet filecoin",
|
"name": "testnet filecoin",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user