mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
31 lines
684 B
JSON
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"
|
|
}
|
|
]
|
|
}
|