Skip to content

Commit 7949367

Browse files
author
jagdeep sidhu
committed
Update config.js
1 parent 96bebe4 commit 7949367

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ class CONFIGURATION {
44
constructor(useTestnet = false) {
55
if (useTestnet) {
66
// 🧪 TESTNET SETTINGS
7-
this.Web3URL = "wss://rpc.tanenbaum.io/wss";
7+
this.Web3URL = "https://rpc.tanenbaum.io";
88
this.NEVMExplorerURL = "https://explorer.tanenbaum.io/";
99
this.FaucetURL = "https://faucet.syscoin.org/";
1010
this.BlockbookAPIURL = "https://sys-test.org/";
@@ -13,7 +13,7 @@ class CONFIGURATION {
1313
this.SysNetwork = sjs.utils.syscoinNetworks.testnet;
1414
} else {
1515
// ✅ MAINNET SETTINGS
16-
this.Web3URL = "wss://rpc.syscoin.org/wss";
16+
this.Web3URL = "https://rpc.syscoin.org";
1717
this.NEVMExplorerURL = "https://explorer.syscoin.org/";
1818
this.FaucetURL = ""; // No faucet on mainnet
1919
this.BlockbookAPIURL = "https://blockbook.syscoin.org/";

0 commit comments

Comments
 (0)