mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Adding support for Syscoin Mainnet (#644)
Adding support for Syscoin Mainnet to the chainlist.
This commit is contained in:
parent
87f107b211
commit
33f123ad0f
26
_data/chains/eip155-57.json
Normal file
26
_data/chains/eip155-57.json
Normal 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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user