From 4b9e1e8185afe500fd3fd16d0daa4072e5707f98 Mon Sep 17 00:00:00 2001 From: Fernando Paredes Garcia Date: Mon, 27 Oct 2025 14:09:13 -0500 Subject: [PATCH] Rollux Testnet has been officially discontinued: https://syscoin.org/news/ecosystem-update-251016 --- _data/chains/eip155-57000.json | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 _data/chains/eip155-57000.json diff --git a/_data/chains/eip155-57000.json b/_data/chains/eip155-57000.json deleted file mode 100644 index 1e50a135e13f..000000000000 --- a/_data/chains/eip155-57000.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "Rollux Testnet", - "chain": "SYS", - "rpc": [ - "https://rpc-tanenbaum.rollux.com", - "https://rpc.ankr.com/rollux_testnet/${ANKR_API_KEY}", - "wss://rpc-tanenbaum.rollux.com/wss", - "https://rollux.rpc.tanenbaum.io", - "wss://rollux.rpc.tanenbaum.io/wss" - ], - "faucets": ["https://rollux.id/faucetapp"], - "nativeCurrency": { - "name": "Testnet Syscoin", - "symbol": "TSYS", - "decimals": 18 - }, - "infoURL": "https://rollux.com", - "shortName": "tsys-rollux", - "chainId": 57000, - "networkId": 57000, - "slip44": 1, - "explorers": [ - { - "name": "Rollux Testnet Explorer", - "url": "https://rollux.tanenbaum.io", - "standard": "EIP3091" - } - ] -}