chains/_data/chains/eip155-57000.json
Fernando 3d9cac3050
Add Rollux Mainnet and Update Rollux Testnet info (#2862)
* Create eip155-570.json

Details for Rollux Mainnet

* Update eip155-57000.json

* Pretty enough?

* Correct wss URL for Rollux testnet.

* Add ANKR RPC for Rollux testnet.

* Add ANKR RPC for Syscoin mainnet.

* Correct wss URL for Rollux mainnet.

* Add official faucet for Rollux mainnet and testnet

---------

Co-authored-by: Fernando Paredes Garcia <fernando@develcuy.com>
2023-06-01 20:44:05 +02:00

27 lines
604 B
JSON

{
"name": "Rollux Testnet",
"chain": "SYS",
"rpc": [
"https://rpc-tanenbaum.rollux.com",
"https://rpc.ankr.com/rollux_testnet/${ANKR_API_KEY}",
"wss://rpc-tanenbaum.rollux.com/wss"
],
"faucets": ["https://rollux.id/faucetapp"],
"nativeCurrency": {
"name": "Testnet Syscoin",
"symbol": "TSYS",
"decimals": 18
},
"infoURL": "https://rollux.com",
"shortName": "tsys-rollux",
"chainId": 57000,
"networkId": 57000,
"explorers": [
{
"name": "Rollux Testnet Explorer",
"url": "https://rollux.tanenbaum.io",
"standard": "EIP3091"
}
]
}