mirror of
https://github.com/skot/ESP-Miner.git
synced 2025-03-17 21:32:52 +01:00
Re-order and fix regex
This commit is contained in:
parent
54434f7de1
commit
d6c9e7729a
@ -229,10 +229,10 @@ export class HomeComponent {
|
||||
return `https://ocean.xyz/stats/${address}`;
|
||||
} else if (stratumURL.includes('solo.d-central.tech')) {
|
||||
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 (/eusolo[46]?.ckpool.org/.test(stratumURL)) {
|
||||
} else if (/^eusolo[46]?.ckpool.org/.test(stratumURL)) {
|
||||
return `https://eusolostats.ckpool.org/users/${address}`;
|
||||
} else if (/^solo[46]?.ckpool.org/.test(stratumURL)) {
|
||||
return `https://solostats.ckpool.org/users/${address}`;
|
||||
} else if (stratumURL.includes('pool.noderunners.network')) {
|
||||
return `https://noderunners.network/en/pool/user/${address}`;
|
||||
} else if (stratumURL.includes('satoshiradio.nl')) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user