Add Filfox as Filecoin Wallaby explorer (#1984)

* Add Filfox as Filecoin Wallaby explorer

Add rpc of Filfox as Filecoin Wallaby rpc too

* Fix prettier check

Co-authored-by: ligi <ligi@ligi.de>
This commit is contained in:
chenliang 2022-12-17 07:59:05 +08:00 committed by GitHub
parent 6c14d6c417
commit c323636c10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,10 @@
"name": "Filecoin - Wallaby testnet",
"chain": "FIL",
"status": "incubating",
"rpc": ["https://wallaby.node.glif.io/rpc/v0"],
"rpc": [
"https://wallaby.filfox.info/rpc/v0",
"https://wallaby.node.glif.io/rpc/v0"
],
"faucets": ["https://wallaby.network/#faucet"],
"nativeCurrency": {
"name": "testnet filecoin",
@ -16,6 +19,11 @@
"networkId": 31415,
"slip44": 1,
"explorers": [
{
"name": "Filfox",
"url": "https://wallaby.filfox.info",
"standard": "none"
},
{
"name": "Glif Explorer",
"url": "https://explorer.glif.io/wallaby",