From 1f61080ebfdf03611fa22fc6fb466b4236462aac Mon Sep 17 00:00:00 2001 From: tomatoskittles Date: Sat, 18 Sep 2021 15:29:41 -0400 Subject: [PATCH] Updating the rpc urls for the syscoin mainnet and testnet. (#425) * Updating the rpc urls for the syscoin mainnet and testnet. * Another update, for consistency. And, removing the ws protocol. Co-authored-by: bboileau --- _data/chains/eip155-57.json | 5 ++--- _data/chains/eip155-5700.json | 3 ++- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/_data/chains/eip155-57.json b/_data/chains/eip155-57.json index 88f9a788..5716cf7c 100644 --- a/_data/chains/eip155-57.json +++ b/_data/chains/eip155-57.json @@ -3,9 +3,8 @@ "chain": "SYS", "network": "mainnet", "rpc": [ - "https://nevm.syscoin.org/api/eth-rpc", - "https://web3.syscoin.org", - "wss://web3.syscoin.org" + "https://rpc.syscoin.org", + "wss://rpc.syscoin.org/wss" ], "faucets": ["https://faucet.syscoin.org"], "nativeCurrency": { diff --git a/_data/chains/eip155-5700.json b/_data/chains/eip155-5700.json index 260daf1a..f842d3a4 100644 --- a/_data/chains/eip155-5700.json +++ b/_data/chains/eip155-5700.json @@ -3,7 +3,8 @@ "chain": "SYS", "network": "testnet", "rpc": [ - "https://tanenbaum.io/api/eth-rpc" + "https://rpc.tanenbaum.io", + "wss://rpc.tanenbaum.io/wss" ], "faucets": ["https://faucet.tanenbaum.io"], "nativeCurrency": {