Skip to content

Commit

Permalink
Add link for pool.satoshiradio.nl (#501)
Browse files Browse the repository at this point in the history
  • Loading branch information
WRKampi authored Nov 21, 2024
1 parent 48711ef commit 4100402
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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}`;
}
Expand Down

0 comments on commit 4100402

Please sign in to comment.