From decfc598a59092e8c12e1b201034d35cf609ea98 Mon Sep 17 00:00:00 2001 From: Fernando Paredes Garcia Date: Fri, 11 Oct 2024 15:38:56 -0500 Subject: [PATCH] Remove broken RPCs, update faucet link and explorer name for Rollux Mainnet. --- _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" }