Skip to content

Commit

Permalink
Move back to solostats (#423)
Browse files Browse the repository at this point in the history
  • Loading branch information
eandersson authored Nov 4, 2024
1 parent b5e7ae2 commit da2d255
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ export class HomeComponent {
return `https://solo.d-central.tech/#/app/${address}`;
} else if (/solo[46]?.ckpool.org/.test(info.fallbackStratumURL)) {
const address = info.fallbackStratumUser.split('.')[0]
return `https://solo.ckpool.org/users/${address}`;
return `https://solostats.ckpool.org/users/${address}`;
} else {
return undefined;
}
Expand Down

0 comments on commit da2d255

Please sign in to comment.