chains/_data/chains/eip155-3141.json
Eva eff8c1dc45
Updating explorers and RPC endpoints for Filecoin (#2353)
* Adding Ankr endpoint for Filecoin Hyperspace testnet

* updating explorers list
2023-03-03 08:55:34 +01:00

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"
}
]
}