chains/_data/chains/eip155-570.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

23 lines
491 B
JSON

{
"name": "Rollux Mainnet",
"chain": "SYS",
"rpc": ["https://rpc.rollux.com", "wss://rpc.rollux.com/wss"],
"faucets": ["https://rollux.id/faucetapp"],
"nativeCurrency": {
"name": "Syscoin",
"symbol": "SYS",
"decimals": 18
},
"infoURL": "https://rollux.com",
"shortName": "sys-rollux",
"chainId": 570,
"networkId": 570,
"explorers": [
{
"name": "Rollux Explorer",
"url": "https://explorer.rollux.com",
"standard": "EIP3091"
}
]
}