Adding support for Syscoin Mainnet

Adding support for Syscoin Mainnet to the chainlist.
This commit is contained in:
Billy B 2021-12-09 14:09:46 -05:00
parent 4624419291
commit 5884b42bce

View File

@ -0,0 +1,26 @@
{
"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,
"explorers": [
{
"name": "Syscoin Block Explorer",
"url": "https://explorer.syscoin.org",
"standard": "EIP3091"
}
]
}