mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
70c7e0da11
* add Filecoin networks. * add SLIP-0044 coin type ID to all networks. * add RPCs. * expand currency names. * set testnet SLIP-44 identifiers to 1. * add faucet URLs. * fix CI failures. * fix short names.
20 lines
375 B
JSON
20 lines
375 B
JSON
{
|
|
"name": "Filecoin — Buildernet",
|
|
"chain": "FIL",
|
|
"status": "incubating",
|
|
"rpc": [],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "filecoin",
|
|
"symbol": "FIL",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://filecoin.io",
|
|
"shortName": "filecoin-buildernet",
|
|
"icon": "filecoin",
|
|
"chainId": 3141,
|
|
"networkId": 3141,
|
|
"slip44": 1,
|
|
"explorers": []
|
|
}
|