From 3d9cac3050b5ab0223fc1a123972f61a299142b7 Mon Sep 17 00:00:00 2001 From: Fernando <131398211+fernando-syslabs@users.noreply.github.com> Date: Thu, 1 Jun 2023 13:44:05 -0500 Subject: [PATCH] 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 --- _data/chains/eip155-57.json | 7 ++++++- _data/chains/eip155-570.json | 22 ++++++++++++++++++++++ _data/chains/eip155-57000.json | 13 +++++++------ 3 files changed, 35 insertions(+), 7 deletions(-) create mode 100644 _data/chains/eip155-570.json diff --git a/_data/chains/eip155-57.json b/_data/chains/eip155-57.json index 31aa149c8cd3..5588170674f9 100644 --- a/_data/chains/eip155-57.json +++ b/_data/chains/eip155-57.json @@ -1,7 +1,12 @@ { "name": "Syscoin Mainnet", "chain": "SYS", - "rpc": ["https://rpc.syscoin.org", "wss://rpc.syscoin.org/wss"], + "rpc": [ + "https://rpc.syscoin.org", + "https://rpc.ankr.com/syscoin/${ANKR_API_KEY}", + "https://syscoin.public-rpc.com", + "wss://rpc.syscoin.org/wss" + ], "faucets": ["https://faucet.syscoin.org"], "nativeCurrency": { "name": "Syscoin", diff --git a/_data/chains/eip155-570.json b/_data/chains/eip155-570.json new file mode 100644 index 000000000000..657227dc3da5 --- /dev/null +++ b/_data/chains/eip155-570.json @@ -0,0 +1,22 @@ +{ + "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" + } + ] +} diff --git a/_data/chains/eip155-57000.json b/_data/chains/eip155-57000.json index 8c28281c2100..4843fe53b48a 100644 --- a/_data/chains/eip155-57000.json +++ b/_data/chains/eip155-57000.json @@ -1,23 +1,24 @@ { - "name": "Syscoin Rollux Testnet", + "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": [], + "faucets": ["https://rollux.id/faucetapp"], "nativeCurrency": { - "name": "Rollux Testnet Syscoin", - "symbol": "tSYS", + "name": "Testnet Syscoin", + "symbol": "TSYS", "decimals": 18 }, - "infoURL": "https://syscoin.org", + "infoURL": "https://rollux.com", "shortName": "tsys-rollux", "chainId": 57000, "networkId": 57000, "explorers": [ { - "name": "Syscoin Rollux Testnet Explorer", + "name": "Rollux Testnet Explorer", "url": "https://rollux.tanenbaum.io", "standard": "EIP3091" }