chains/_data/chains/eip155-3141.json
raulk 70c7e0da11
add Filecoin networks. (#1567)
* 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.
2022-10-19 08:24:06 -07:00

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": []
}