chains/_data/chains/eip155-5700.json
tomatoskittles d6715e3e2e
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>
2021-10-14 08:34:50 +02:00

27 lines
556 B
JSON

{
"name": "Syscoin Tanenbaum Testnet",
"chain": "SYS",
"network": "testnet",
"rpc": [
"https://rpc.tanenbaum.io",
"wss://rpc.tanenbaum.io/wss"
],
"faucets": ["https://faucet.tanenbaum.io"],
"nativeCurrency": {
"name": "Testnet Syscoin",
"symbol": "tSYS",
"decimals": 18
},
"infoURL": "https://syscoin.org",
"shortName": "tsys",
"chainId": 5700,
"networkId": 5700,
"explorers": [
{
"name": "Syscoin Testnet Block Explorer",
"url": "https://tanenbaum.io",
"standard": "EIP3091"
}
]
}