From 178ab3423b66d8763e51097f29d73b541bd776d7 Mon Sep 17 00:00:00 2001 From: Frank-GER <87550788+Frank-GER@users.noreply.github.com> Date: Mon, 20 Mar 2023 19:54:00 +0100 Subject: [PATCH] add Syscoin Rollux Testnet (#2383) * add Syscoin Rollux Testnet add Rollux on Tanenbaum Testnet * shortname change * shortname change * prettier --------- Co-authored-by: ligi --- _data/chains/eip155-57000.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 _data/chains/eip155-57000.json diff --git a/_data/chains/eip155-57000.json b/_data/chains/eip155-57000.json new file mode 100644 index 00000000..8c28281c --- /dev/null +++ b/_data/chains/eip155-57000.json @@ -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" + } + ] +}