chains/_data/chains/eip155-31415.json
chenliang c323636c10
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>
2022-12-17 00:59:05 +01:00

39 lines
838 B
JSON

{
"name": "Filecoin - Wallaby testnet",
"chain": "FIL",
"status": "incubating",
"rpc": [
"https://wallaby.filfox.info/rpc/v0",
"https://wallaby.node.glif.io/rpc/v0"
],
"faucets": ["https://wallaby.network/#faucet"],
"nativeCurrency": {
"name": "testnet filecoin",
"symbol": "tFIL",
"decimals": 18
},
"infoURL": "https://filecoin.io",
"shortName": "filecoin-wallaby",
"icon": "filecoin",
"chainId": 31415,
"networkId": 31415,
"slip44": 1,
"explorers": [
{
"name": "Filfox",
"url": "https://wallaby.filfox.info",
"standard": "none"
},
{
"name": "Glif Explorer",
"url": "https://explorer.glif.io/wallaby",
"standard": "none"
},
{
"name": "Filscan",
"url": "https://wallaby.filscan.io",
"standard": "none"
}
]
}