mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
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:
parent
560bb6ea6b
commit
1f61080ebf
|
@ -3,9 +3,8 @@
|
||||||
"chain": "SYS",
|
"chain": "SYS",
|
||||||
"network": "mainnet",
|
"network": "mainnet",
|
||||||
"rpc": [
|
"rpc": [
|
||||||
"https://nevm.syscoin.org/api/eth-rpc",
|
"https://rpc.syscoin.org",
|
||||||
"https://web3.syscoin.org",
|
"wss://rpc.syscoin.org/wss"
|
||||||
"wss://web3.syscoin.org"
|
|
||||||
],
|
],
|
||||||
"faucets": ["https://faucet.syscoin.org"],
|
"faucets": ["https://faucet.syscoin.org"],
|
||||||
"nativeCurrency": {
|
"nativeCurrency": {
|
||||||
|
|
|
@ -3,7 +3,8 @@
|
||||||
"chain": "SYS",
|
"chain": "SYS",
|
||||||
"network": "testnet",
|
"network": "testnet",
|
||||||
"rpc": [
|
"rpc": [
|
||||||
"https://tanenbaum.io/api/eth-rpc"
|
"https://rpc.tanenbaum.io",
|
||||||
|
"wss://rpc.tanenbaum.io/wss"
|
||||||
],
|
],
|
||||||
"faucets": ["https://faucet.tanenbaum.io"],
|
"faucets": ["https://faucet.tanenbaum.io"],
|
||||||
"nativeCurrency": {
|
"nativeCurrency": {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user