Skip to content

Commit

Permalink
changed nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
ander7agar committed Jul 5, 2020
1 parent c845a0c commit 2830c33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions Connectors/Http/CreaHttpJsonRpcConnector.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ class CreaHttpJsonRpcConnector extends HttpJsonRpcConnectorAbstract
* @var string
*/
protected static $nodeURL = [
'https://supportnodes.creary.net',
'https://crea.owldevelopers.site'
'https://nodes.creary.net',
];
}
1 change: 1 addition & 0 deletions Connectors/WebSocket/CreaWSConnector.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@ class CreaWSConnector extends WSConnectorAbstract
* @var string
*/
protected static $nodeURL = [
'https://nodes.creary.net',
];
}

0 comments on commit 2830c33

Please sign in to comment.