diff --git a/_data/chains/eip155-3141.json b/_data/chains/eip155-3141.json index 13eaf543..8c27ccaa 100644 --- a/_data/chains/eip155-3141.json +++ b/_data/chains/eip155-3141.json @@ -1,13 +1,10 @@ { "name": "Filecoin - Hyperspace testnet", + "status": "deprecated", "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"], + "rpc": [], + "faucets": [], "nativeCurrency": { "name": "testnet filecoin", "symbol": "tFIL", @@ -18,31 +15,5 @@ "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": "Dev.storage", - "url": "https://dev.storage", - "standard": "none" - }, - { - "name": "Filscan - Hyperspace", - "url": "https://hyperspace.filscan.io", - "standard": "none" - } - ] + "explorers": [] } diff --git a/_data/chains/eip155-31415.json b/_data/chains/eip155-31415.json index b51836c9..c0f6cae4 100644 --- a/_data/chains/eip155-31415.json +++ b/_data/chains/eip155-31415.json @@ -1,9 +1,10 @@ { "name": "Filecoin - Wallaby testnet", + "status": "deprecated", "chain": "FIL", "icon": "filecoin", - "rpc": ["https://wallaby.node.glif.io/rpc/v1"], - "faucets": ["https://wallaby.yoga/#faucet"], + "rpc": [], + "faucets": [], "nativeCurrency": { "name": "testnet filecoin", "symbol": "tFIL", diff --git a/_data/chains/eip155-314159.json b/_data/chains/eip155-314159.json index 3e0ecd33..fcdf285d 100644 --- a/_data/chains/eip155-314159.json +++ b/_data/chains/eip155-314159.json @@ -2,7 +2,12 @@ "name": "Filecoin - Calibration testnet", "chain": "FIL", "icon": "filecoin", - "rpc": ["https://api.calibration.node.glif.io/rpc/v1"], + "rpc": [ + "https://api.calibration.node.glif.io/rpc/v1", + "https://rpc.ankr.com/filecoin_testnet", + "https://filecoin-calibration.chainstacklabs.com/rpc/v1", + "https://filecoin-calibration.chainup.net/rpc/v1" + ], "faucets": ["https://faucet.calibration.fildev.network/"], "nativeCurrency": { "name": "testnet filecoin", @@ -29,6 +34,16 @@ "name": "Filfox - Calibration", "url": "https://calibration.filfox.info", "standard": "none" + }, + { + "name": "Glif Explorer - Calibration", + "url": "https://explorer.glif.io/?network=calibration", + "standard": "none" + }, + { + "name": "Beryx", + "url": "https://beryx.zondax.ch", + "standard": "none" } ] }