From eff8c1dc45625ed158c38fd5b75c96685376d63a Mon Sep 17 00:00:00 2001 From: Eva <1017762+eshon@users.noreply.github.com> Date: Fri, 3 Mar 2023 08:55:34 +0100 Subject: [PATCH] Updating explorers and RPC endpoints for Filecoin (#2353) * Adding Ankr endpoint for Filecoin Hyperspace testnet * updating explorers list --- _data/chains/eip155-314.json | 15 +++++++++++++++ _data/chains/eip155-3141.json | 1 + 2 files changed, 16 insertions(+) diff --git a/_data/chains/eip155-314.json b/_data/chains/eip155-314.json index c3c5f3ca..c322330d 100644 --- a/_data/chains/eip155-314.json +++ b/_data/chains/eip155-314.json @@ -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", diff --git a/_data/chains/eip155-3141.json b/_data/chains/eip155-3141.json index bb732788..ea45e04d 100644 --- a/_data/chains/eip155-3141.json +++ b/_data/chains/eip155-3141.json @@ -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"],