add Syscoin Rollux Testnet (#2383)

* add Syscoin Rollux Testnet

add Rollux on Tanenbaum Testnet

* shortname change

* shortname change

* prettier

---------

Co-authored-by: ligi <ligi@ligi.de>
This commit is contained in:
Frank-GER 2023-03-20 19:54:00 +01:00 committed by GitHub
parent 9d09fd4753
commit 178ab3423b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,25 @@
{
"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"
}
]
}