Adding support for Syscoin Mainnet (#644)

Adding support for Syscoin Mainnet to the chainlist.
This commit is contained in:
tomatoskittles 2021-12-09 16:38:15 -05:00 committed by GitHub
parent 87f107b211
commit 33f123ad0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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