Skip to content

Commit fa2d39f

Browse files
committed
upd golos connectors
1 parent 1e48473 commit fa2d39f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Connectors/Http/GolosHttpJsonRpcConnector.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ class GolosHttpJsonRpcConnector extends HttpJsonRpcConnectorAbstract
1919
*
2020
* @var string
2121
*/
22-
protected static $nodeURL = ['https://api.golos.blckchnd.com', 'https://golos.lexa.host'];
22+
protected static $nodeURL = ['https://api.golos.blckchnd.com', 'https://golos.lexa.host', 'https://golos.solox.world'];
2323
}

Connectors/WebSocket/GolosWSConnector.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ class GolosWSConnector extends WSConnectorAbstract
1515
*
1616
* @var string
1717
*/
18-
protected static $nodeURL = ['wss://golos.lexa.host/ws'];
18+
protected static $nodeURL = ['wss://api.golos.blckchnd.com/ws', 'wss://golos.lexa.host/ws', 'wss://golos.solox.world/ws'];
1919
}

0 commit comments

Comments
 (0)