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 <bboileau@blockchainfoundry.co>
This commit is contained in:
tomatoskittles 2021-10-14 02:34:50 -04:00 committed by GitHub
parent 5376d15d14
commit d6715e3e2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 20 deletions

View File

@ -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
}

View File

@ -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"
}
]
}