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.
31 lines
715 B
JSON
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"
|
|
}
|
|
]
|
|
}
|