diff --git a/main/http_server/axe-os/src/app/components/home/home.component.ts b/main/http_server/axe-os/src/app/components/home/home.component.ts index 7987a144..0dec9698 100644 --- a/main/http_server/axe-os/src/app/components/home/home.component.ts +++ b/main/http_server/axe-os/src/app/components/home/home.component.ts @@ -164,7 +164,7 @@ export class HomeComponent { } else if (info.stratumURL.includes('solo.d-central.tech')) { const address = info.stratumUser.split('.')[0] return `https://solo.d-central.tech/#/app/${address}`; - } else if (info.stratumURL.includes('solo.ckpool.org')) { + } else if (/solo[46]?.ckpool.org/.test(info.stratumURL)) { const address = info.stratumUser.split('.')[0] return `https://solo.ckpool.org/users/${address}`; } else {