From 88d267934c11eb7e2feafd604cc444f8c5fe961d Mon Sep 17 00:00:00 2001 From: Fernando <131398211+fernando-syslabs@users.noreply.github.com> Date: Sun, 13 Oct 2024 07:00:20 -0500 Subject: [PATCH] Remove broken RPCs, update faucet link and explorer name for Rollux Mainnet. (#5985) Co-authored-by: Fernando Paredes Garcia Co-authored-by: ligi --- _data/chains/eip155-570.json | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/_data/chains/eip155-570.json b/_data/chains/eip155-570.json index da9214a5920f..d62e9df2b825 100644 --- a/_data/chains/eip155-570.json +++ b/_data/chains/eip155-570.json @@ -4,11 +4,9 @@ "rpc": [ "https://rpc.rollux.com", "wss://rpc.rollux.com/wss", - "https://rpc.ankr.com/rollux", - "https://rollux.rpc.syscoin.org", - "wss://rollux.rpc.syscoin.org/wss" + "https://rpc.ankr.com/rollux" ], - "faucets": ["https://rollux.id/faucetapp"], + "faucets": ["https://rollux.id/faucet"], "nativeCurrency": { "name": "Syscoin", "symbol": "SYS", @@ -20,7 +18,7 @@ "networkId": 570, "explorers": [ { - "name": "Rollux Explorer", + "name": "Rollux Mainnet Explorer", "url": "https://explorer.rollux.com", "standard": "EIP3091" }