mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
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:
parent
5376d15d14
commit
d6715e3e2e
|
@ -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
|
|
||||||
}
|
|
|
@ -15,5 +15,12 @@
|
||||||
"infoURL": "https://syscoin.org",
|
"infoURL": "https://syscoin.org",
|
||||||
"shortName": "tsys",
|
"shortName": "tsys",
|
||||||
"chainId": 5700,
|
"chainId": 5700,
|
||||||
"networkId": 5700
|
"networkId": 5700,
|
||||||
|
"explorers": [
|
||||||
|
{
|
||||||
|
"name": "Syscoin Testnet Block Explorer",
|
||||||
|
"url": "https://tanenbaum.io",
|
||||||
|
"standard": "EIP3091"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user