Add link for pool.satoshiradio.nl (#501)

This commit is contained in:
WRKampi 2024-11-21 18:01:23 +01:00 committed by GitHub
parent 48711ef0a7
commit 4100402990
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -231,6 +231,8 @@ export class HomeComponent {
return `https://solo.d-central.tech/#/app/${address}`;
} else if (/solo[46]?.ckpool.org/.test(stratumURL)) {
return `https://solostats.ckpool.org/users/${address}`;
} else if (stratumURL.includes('satoshiradio.nl')) {
return `https://pool.satoshiradio.nl/user/${address}`;
}
return stratumURL.startsWith('http') ? stratumURL : `http://${stratumURL}`;
}