We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef94477 commit d3521adCopy full SHA for d3521ad
Connectors/Http/SteemitHttpJsonRpcConnector.php
@@ -19,10 +19,12 @@ class SteemitHttpJsonRpcConnector extends HttpJsonRpcConnectorAbstract
19
* @var string
20
*/
21
protected static $nodeURL = [
22
- 'https://rpc.buildteam.io',
+// 'https://rpc.buildteam.io',
23
'https://rpc.steemviz.com',
24
'https://steemd.privex.io',
25
- 'https://api.steemit.com'
+ 'https://api.steemit.com',
26
+ 'https://anyx.io',
27
+ 'https://rpc.usesteem.com'
28
// 'https://steemd.pevo.science' //too often 503
29
// 'https://steemd.minnowsupportproject.org' //not full answers, some fields are empty
30
];
0 commit comments