mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
* 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>
27 lines
604 B
JSON
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"
|
|
}
|
|
]
|
|
}
|