Skip to content

Commit d3521ad

Browse files
committed
upd https nodes of steem
1 parent ef94477 commit d3521ad

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Connectors/Http/SteemitHttpJsonRpcConnector.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,12 @@ class SteemitHttpJsonRpcConnector extends HttpJsonRpcConnectorAbstract
1919
* @var string
2020
*/
2121
protected static $nodeURL = [
22-
'https://rpc.buildteam.io',
22+
// 'https://rpc.buildteam.io',
2323
'https://rpc.steemviz.com',
2424
'https://steemd.privex.io',
25-
'https://api.steemit.com'
25+
'https://api.steemit.com',
26+
'https://anyx.io',
27+
'https://rpc.usesteem.com'
2628
// 'https://steemd.pevo.science' //too often 503
2729
// 'https://steemd.minnowsupportproject.org' //not full answers, some fields are empty
2830
];

0 commit comments

Comments
 (0)