Skip to content

Commit 1e48473

Browse files
committed
upd viz connectors
1 parent 6f29708 commit 1e48473

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Connectors/Http/VizHttpJsonRpcConnector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ class VizHttpJsonRpcConnector extends HttpJsonRpcConnectorAbstract
1919
*
2020
* @var string
2121
*/
22-
protected static $nodeURL = ['https://rpc.viz.lexai.host', 'https://solox.world'];
22+
protected static $nodeURL = ['https://viz.lexa.host/', 'https://solox.world'];
2323
}

Connectors/WebSocket/VizWSConnector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ class VizWSConnector extends WSConnectorAbstract
1515
*
1616
* @var string
1717
*/
18-
protected static $nodeURL = ['wss://viz.lexai.host', 'wss://solox.world/ws'];
18+
protected static $nodeURL = ['wss://viz.lexa.host/ws', 'wss://solox.world/ws'];
1919
}

0 commit comments

Comments
 (0)