Updating explorers and RPC endpoints for Filecoin (#2353)

* Adding Ankr endpoint for Filecoin Hyperspace testnet

* updating explorers list
This commit is contained in:
Eva 2023-03-03 08:55:34 +01:00 committed by GitHub
parent 5afe6ec173
commit eff8c1dc45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 0 deletions

View File

@ -20,6 +20,21 @@
"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": "Filmine",
"url": "https://explorer.filmine.io",
"standard": "none"
},
{
"name": "Filscan",
"url": "https://filscan.io",

View File

@ -4,6 +4,7 @@
"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"],