Move back to solostats (#423)

This commit is contained in:
Erik Olof Gunnar Andersson 2024-11-04 03:30:45 +01:00 committed by GitHub
parent b5e7ae293e
commit da2d2557e8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;
}