mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00

* add Syscoin Rollux Testnet add Rollux on Tanenbaum Testnet * shortname change * shortname change * prettier --------- Co-authored-by: ligi <ligi@ligi.de>
26 lines
540 B
JSON
26 lines
540 B
JSON
{
|
|
"name": "Syscoin Rollux Testnet",
|
|
"chain": "SYS",
|
|
"rpc": [
|
|
"https://rpc-tanenbaum.rollux.com",
|
|
"wss://rpc-tanenbaum.rollux.com/wss"
|
|
],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "Rollux Testnet Syscoin",
|
|
"symbol": "tSYS",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://syscoin.org",
|
|
"shortName": "tsys-rollux",
|
|
"chainId": 57000,
|
|
"networkId": 57000,
|
|
"explorers": [
|
|
{
|
|
"name": "Syscoin Rollux Testnet Explorer",
|
|
"url": "https://rollux.tanenbaum.io",
|
|
"standard": "EIP3091"
|
|
}
|
|
]
|
|
}
|