File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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/" ;
You can’t perform that action at this time.
0 commit comments