chains/_data/chains/eip155-314159.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

31 lines
715 B
JSON

{
"name": "Filecoin — Calibration testnet",
"chain": "FIL",
"status": "incubating",
"rpc": ["https://api.calibration.node.glif.io/rpc/v0"],
"faucets": ["https://faucet.calibration.fildev.network/"],
"nativeCurrency": {
"name": "testnet filecoin",
"symbol": "tFIL",
"decimals": 18
},
"infoURL": "https://filecoin.io",
"shortName": "filecoin-calibration",
"icon": "filecoin",
"chainId": 314159,
"networkId": 314159,
"slip44": 1,
"explorers": [
{
"name": "Filscan",
"url": "https://calibration.filscan.io",
"standard": "none"
},
{
"name": "Filscout",
"url": "https://calibration.filscout.com/en",
"standard": "none"
}
]
}