Skip to content

Commit

Permalink
Merge pull request #6811 from jmacxx/fix_issue_6809
Browse files Browse the repository at this point in the history
Updated mediators new onion addresses.
  • Loading branch information
alejandrogarcia83 authored Aug 15, 2023
2 parents bbaf3dc + 1e2fe35 commit 8a18810
Showing 1 changed file with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,12 @@ public static String getMatrixUserName(String fullAddress) {
return fullAddress; // on regtest, agent displays as localhost
}
switch (fullAddress) {
case "saavbszijyrqrj4opgiirusnrpv6ntabttuzvjaqmx7j4r7mlz5eibqd.onion:9999":
case "7hkpotiyaukuzcfy6faihjaols5r2mkysz7bm3wrhhbpbphzz3zbwyqd.onion:9999":
return "leo816";
case "wizbisqzd7ku25di7p2ztsajioabihlnyp5lq5av66tmu7do2dke2tid.onion:9999":
return "wiz";
case "apbp7ubuyezav4hy.onion:9999":
return "bisq_knight";
case "a56olqlmmpxrn5q34itq5g5tb5d3fg7vxekpbceq7xqvfl3cieocgsyd.onion:9999":
return "huey735";
case "3z5jnirlccgxzoxc6zwkcgwj66bugvqplzf6z2iyd5oxifiaorhnanqd.onion:9999":
return "refundagent2";
case "d7m3j3u4jo2yuymgvxisklpitd3n5xbsnnpyz2mjh6bl6gmj5rjdxead.onion:9999":
case "6c4cim7h7t3bm4bnchbf727qrhdfrfr6lhod25wjtizm2sifpkktvwad.onion:9999":
return "pazza83";
default:
Expand Down

0 comments on commit 8a18810

Please sign in to comment.