mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
54 lines
1.1 KiB
JSON
54 lines
1.1 KiB
JSON
{
|
|
"name": "Filecoin - Mainnet",
|
|
"chain": "FIL",
|
|
"icon": "filecoin",
|
|
"rpc": [
|
|
"https://api.node.glif.io/",
|
|
"https://rpc.ankr.com/filecoin",
|
|
"https://filecoin-mainnet.chainstacklabs.com/rpc/v1"
|
|
],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "filecoin",
|
|
"symbol": "FIL",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://filecoin.io",
|
|
"shortName": "filecoin",
|
|
"chainId": 314,
|
|
"networkId": 314,
|
|
"slip44": 461,
|
|
"explorers": [
|
|
{
|
|
"name": "Filfox",
|
|
"url": "https://filfox.info/en",
|
|
"standard": "none"
|
|
},
|
|
{
|
|
"name": "Beryx",
|
|
"url": "https://beryx.zondax.ch",
|
|
"standard": "none"
|
|
},
|
|
{
|
|
"name": "Glif Explorer",
|
|
"url": "https://explorer.glif.io",
|
|
"standard": "EIP3091"
|
|
},
|
|
{
|
|
"name": "Dev.storage",
|
|
"url": "https://dev.storage",
|
|
"standard": "none"
|
|
},
|
|
{
|
|
"name": "Filscan",
|
|
"url": "https://filscan.io",
|
|
"standard": "none"
|
|
},
|
|
{
|
|
"name": "Filscout",
|
|
"url": "https://filscout.io/en",
|
|
"standard": "none"
|
|
}
|
|
]
|
|
}
|