chains/_data/chains/eip155-31415.json
Uladzislau Muraveika 454eceeb35
add Glif Explorer as Filecoin Wallaby explorer (#1793)
Co-authored-by: ligi <ligi@ligi.de>
2022-11-01 18:43:46 +01:00

31 lines
684 B
JSON

{
"name": "Filecoin — Wallaby testnet",
"chain": "FIL",
"status": "incubating",
"rpc": ["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": "Glif Explorer",
"url": "https://explorer.glif.io/wallaby",
"standard": "none"
},
{
"name": "Filscan",
"url": "https://wallaby.filscan.io",
"standard": "none"
}
]
}