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 <bboileau@blockchainfoundry.co>
This commit is contained in:
tomatoskittles 2021-09-18 15:29:41 -04:00 committed by GitHub
parent 560bb6ea6b
commit 1f61080ebf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -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": {

View File

@ -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": {