Skip to content

Commit 8d6a75b

Browse files
committed
upd VIZ public nodes list
1 parent 2501a99 commit 8d6a75b

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://api.viz.blckchnd.com'];
22+
protected static $nodeURL = ['https://rpc.viz.ropox.tools', 'https://rpc.viz.lexai.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://api.viz.blckchnd.com/ws', 'wss://ws.viz.ropox.tools'];
18+
protected static $nodeURL = ['wss://ws.viz.ropox.tools', 'wss://viz.lexai.host', 'wss://solox.world/ws'];
1919
}

0 commit comments

Comments
 (0)