mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
49 lines
1.1 KiB
JSON
49 lines
1.1 KiB
JSON
{
|
|
"name": "Filecoin - Hyperspace testnet",
|
|
"chain": "FIL",
|
|
"icon": "filecoin",
|
|
"rpc": [
|
|
"https://api.hyperspace.node.glif.io/rpc/v1",
|
|
"https://rpc.ankr.com/filecoin_testnet",
|
|
"https://filecoin-hyperspace.chainstacklabs.com/rpc/v1"
|
|
],
|
|
"faucets": ["https://hyperspace.yoga/#faucet"],
|
|
"nativeCurrency": {
|
|
"name": "testnet filecoin",
|
|
"symbol": "tFIL",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://filecoin.io",
|
|
"shortName": "filecoin-hyperspace",
|
|
"chainId": 3141,
|
|
"networkId": 3141,
|
|
"slip44": 1,
|
|
"explorers": [
|
|
{
|
|
"name": "Filfox - Hyperspace",
|
|
"url": "https://hyperspace.filfox.info/en",
|
|
"standard": "none"
|
|
},
|
|
{
|
|
"name": "Glif Explorer - Hyperspace",
|
|
"url": "https://explorer.glif.io/?network=hyperspace",
|
|
"standard": "none"
|
|
},
|
|
{
|
|
"name": "Beryx",
|
|
"url": "https://beryx.zondax.ch",
|
|
"standard": "none"
|
|
},
|
|
{
|
|
"name": "Filmine",
|
|
"url": "https://explorer.filmine.io",
|
|
"standard": "none"
|
|
},
|
|
{
|
|
"name": "Filscan - Hyperspace",
|
|
"url": "https://hyperspace.filscan.io",
|
|
"standard": "none"
|
|
}
|
|
]
|
|
}
|