diff --git a/static/js/blocks.js b/static/js/blocks.js index 00fbe20..246469c 100644 --- a/static/js/blocks.js +++ b/static/js/blocks.js @@ -2,7 +2,7 @@ // Global variables let currentStartHeight = null; -const mempoolBaseUrl = "https://mempool.guide"; +const mempoolBaseUrl = "https://mempool.guide"; // Switched from mempool.space to mempool.guide - more aligned with Ocean.xyz ethos let blocksCache = {}; let isLoading = false; diff --git a/templates/dashboard.html b/templates/dashboard.html index ead58e8..94d0f15 100644 --- a/templates/dashboard.html +++ b/templates/dashboard.html @@ -40,18 +40,11 @@
- Pool Fees: - - {% if metrics and metrics.pool_fees_percentage is defined %} - {{ metrics.pool_fees_percentage }}% - {% if metrics.pool_fees_percentage >= 0.9 and metrics.pool_fees_percentage <= 1.3 %} - ★ DATUM - {% endif %} - {% else %} - N/A - {% endif %} + Blocks Found: + + {{ metrics.blocks_found if metrics and metrics.blocks_found else "0" }} - +
@@ -99,11 +92,18 @@- Blocks Found: - - {{ metrics.blocks_found if metrics and metrics.blocks_found else "0" }} + Pool Fees: + + {% if metrics and metrics.pool_fees_percentage is defined %} + {{ metrics.pool_fees_percentage }}% + {% if metrics.pool_fees_percentage >= 0.9 and metrics.pool_fees_percentage <= 1.3 %} + ★ DATUM + {% endif %} + {% else %} + N/A + {% endif %} - +