From d35cccac5e08233f64dfc4ee79484934c6fb1777 Mon Sep 17 00:00:00 2001 From: yuriy0803 <68668177+yuriy0803@users.noreply.github.com> Date: Mon, 4 Mar 2024 23:13:54 +0100 Subject: [PATCH] Update html.html --- Pool-Stats/html.html | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/Pool-Stats/html.html b/Pool-Stats/html.html index 5f4b093..1f61c9b 100644 --- a/Pool-Stats/html.html +++ b/Pool-Stats/html.html @@ -70,13 +70,13 @@ // List of pool information with logo paths and names const poolData = [ { - name: 'expanse', + name: 'Ethereum Classic', apiUrl: 'https://etc.example.org/api/stats', logoPath: 'logo/etc.png', visitUrl: 'https://etc.example.org/' }, { - name: 'ethereumclassic', + name: 'Expanse', apiUrl: 'https://exp.example.org/api/stats', logoPath: 'logo/exp.png', visitUrl: 'https://exp.example.org/' @@ -113,17 +113,17 @@ // Create HTML for current pool statistics const poolStatsHtml = ` -
Difficulty: ${formatHashrate(difficulty)}
-Network Hash Rate: ${formatHashrate(nethash)}
-Block Time: ${blocktime}
-Chain Height: ${chainheight}
-Miners Total: ${minersTotal}
- -Difficulty: ${formatHashrate(difficulty)}
+Network Hash Rate: ${formatHashrate(nethash)}
+Block Time: ${blocktime}
+Chain Height: ${chainheight}
+Miners Total: ${minersTotal}
+ +