diff --git a/frontend/mempool-frontend-config.sample.json b/frontend/mempool-frontend-config.sample.json index 938c71c1b..5c0f92acf 100644 --- a/frontend/mempool-frontend-config.sample.json +++ b/frontend/mempool-frontend-config.sample.json @@ -17,5 +17,8 @@ "LIQUID_WEBSITE_URL": "https://liquid.network", "BISQ_WEBSITE_URL": "https://bisq.markets", "MINING_DASHBOARD": true, + "MAINNET_BLOCK_AUDIT_START_HEIGHT": 0, + "TESTNET_BLOCK_AUDIT_START_HEIGHT": 0, + "SIGNET_BLOCK_AUDIT_START_HEIGHT": 0, "LIGHTNING": false } diff --git a/frontend/src/app/components/block/block.component.html b/frontend/src/app/components/block/block.component.html index 05702a428..2c240c250 100644 --- a/frontend/src/app/components/block/block.component.html +++ b/frontend/src/app/components/block/block.component.html @@ -61,7 +61,7 @@ Unknown - + Fee span @@ -146,7 +146,7 @@ - + @@ -169,7 +169,7 @@
- +
@@ -233,7 +233,7 @@
- +
@@ -253,7 +253,7 @@
-
+
-
+