mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
2898285b5b
context #1912
31 lines
713 B
JSON
31 lines
713 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"
|
|
}
|
|
]
|
|
}
|