Skip to content

Commit

Permalink
upd VIZ public nodes list
Browse files Browse the repository at this point in the history
  • Loading branch information
t3ran13 committed Jan 27, 2019
1 parent 2501a99 commit 8d6a75b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Connectors/Http/VizHttpJsonRpcConnector.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ class VizHttpJsonRpcConnector extends HttpJsonRpcConnectorAbstract
*
* @var string
*/
protected static $nodeURL = ['https://api.viz.blckchnd.com'];
protected static $nodeURL = ['https://rpc.viz.ropox.tools', 'https://rpc.viz.lexai.host', 'https://solox.world'];
}
2 changes: 1 addition & 1 deletion Connectors/WebSocket/VizWSConnector.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ class VizWSConnector extends WSConnectorAbstract
*
* @var string
*/
protected static $nodeURL = ['wss://api.viz.blckchnd.com/ws', 'wss://ws.viz.ropox.tools'];
protected static $nodeURL = ['wss://ws.viz.ropox.tools', 'wss://viz.lexai.host', 'wss://solox.world/ws'];
}

0 comments on commit 8d6a75b

Please sign in to comment.