From d6715e3e2e35137bad33b8ae778b74acc679146b Mon Sep 17 00:00:00 2001 From: tomatoskittles Date: Thu, 14 Oct 2021 02:34:50 -0400 Subject: [PATCH] Removing Syscoin mainnet faucet, and adding explorers. (#488) * Removing mainnet faucet, and adding explorers. * Removing the explorer, as it is not up yet. * Removing this chain, until the servers are set up. Co-authored-by: bboileau --- _data/chains/eip155-57.json | 19 ------------------- _data/chains/eip155-5700.json | 9 ++++++++- 2 files changed, 8 insertions(+), 20 deletions(-) delete mode 100644 _data/chains/eip155-57.json diff --git a/_data/chains/eip155-57.json b/_data/chains/eip155-57.json deleted file mode 100644 index 5716cf7c..00000000 --- a/_data/chains/eip155-57.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "name": "Syscoin Mainnet", - "chain": "SYS", - "network": "mainnet", - "rpc": [ - "https://rpc.syscoin.org", - "wss://rpc.syscoin.org/wss" - ], - "faucets": ["https://faucet.syscoin.org"], - "nativeCurrency": { - "name": "Syscoin", - "symbol": "SYS", - "decimals": 18 - }, - "infoURL": "https://www.syscoin.org", - "shortName": "sys", - "chainId": 57, - "networkId": 57 -} diff --git a/_data/chains/eip155-5700.json b/_data/chains/eip155-5700.json index f842d3a4..5cc5ae63 100644 --- a/_data/chains/eip155-5700.json +++ b/_data/chains/eip155-5700.json @@ -15,5 +15,12 @@ "infoURL": "https://syscoin.org", "shortName": "tsys", "chainId": 5700, - "networkId": 5700 + "networkId": 5700, + "explorers": [ + { + "name": "Syscoin Testnet Block Explorer", + "url": "https://tanenbaum.io", + "standard": "EIP3091" + } + ] }