Skip to content

Commit

Permalink
point ReportingMainnetEnvironment to xrplcluster because s2-reporting…
Browse files Browse the repository at this point in the history
… has been shut down.
  • Loading branch information
nkramer44 committed Nov 14, 2023
1 parent 7f40733 commit 8e43c5d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
*/
public class ReportingMainnetEnvironment extends MainnetEnvironment {

private final XrplClient xrplClient = new XrplClient(HttpUrl.parse("https://s2-reporting.ripple.com:51234"));
private final XrplClient xrplClient = new XrplClient(HttpUrl.parse("https://xrplcluster.com"));

@Override
public XrplClient getXrplClient() {
Expand Down

0 comments on commit 8e43c5d

Please sign in to comment.