mirror of
https://github.com/skot/ESP-Miner.git
synced 2025-04-12 05:49:15 +02:00
parent
38fb4ae999
commit
f2fda4e5f1
@ -154,6 +154,9 @@ export class HomeComponent {
|
||||
if (info.stratumURL.includes('public-pool.io')) {
|
||||
const address = info.stratumUser.split('.')[0]
|
||||
return `https://web.public-pool.io/#/app/${address}`;
|
||||
} else if (info.stratumURL.includes('ocean.xyz')) {
|
||||
const address = info.stratumUser.split('.')[0]
|
||||
return `https://ocean.xyz/stats/${address}`;
|
||||
} else {
|
||||
return undefined;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user