Skip to content

Commit

Permalink
fix: Move back primary to human readable ckpool
Browse files Browse the repository at this point in the history
  • Loading branch information
mrv777 committed Nov 4, 2024
1 parent da2d255 commit 8c12be6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ export class HomeComponent {
return `https://solo.d-central.tech/#/app/${address}`;
} else if (/solo[46]?.ckpool.org/.test(info.stratumURL)) {
const address = info.stratumUser.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 8c12be6

Please sign in to comment.