Skip to content

Commit

Permalink
Merge branch 'main' into df/fix-readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sappenin authored Nov 20, 2023
2 parents d8a68d4 + f54190c commit 6962a34
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 6962a34

Please sign in to comment.