mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
381d53a364
* Updating RPC version and direct faucet URLs * updating with prettier
19 lines
427 B
JSON
19 lines
427 B
JSON
{
|
|
"name": "Filecoin - Wallaby testnet",
|
|
"chain": "FIL",
|
|
"icon": "filecoin",
|
|
"rpc": ["https://wallaby.node.glif.io/rpc/v1"],
|
|
"faucets": ["https://wallaby.yoga/#faucet"],
|
|
"nativeCurrency": {
|
|
"name": "testnet filecoin",
|
|
"symbol": "tFIL",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://filecoin.io",
|
|
"shortName": "filecoin-wallaby",
|
|
"chainId": 31415,
|
|
"networkId": 31415,
|
|
"slip44": 1,
|
|
"explorers": []
|
|
}
|