From 597c62ede34f4aceabc247c2a97c58be580919c7 Mon Sep 17 00:00:00 2001 From: wiz Date: Sat, 12 Mar 2022 10:39:28 +0000 Subject: [PATCH] Remove INDEXING_BLOCKS_AMOUNT from mainnet frontend configuration --- production/mempool-frontend-config.mainnet.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/production/mempool-frontend-config.mainnet.json b/production/mempool-frontend-config.mainnet.json index 83b9fc65e..525cdb115 100644 --- a/production/mempool-frontend-config.mainnet.json +++ b/production/mempool-frontend-config.mainnet.json @@ -9,6 +9,5 @@ "MEMPOOL_WEBSITE_URL": "https://mempool.space", "LIQUID_WEBSITE_URL": "https://liquid.network", "BISQ_WEBSITE_URL": "https://bisq.markets", - "ITEMS_PER_PAGE": 25, - "INDEXING_BLOCKS_AMOUNT": -1 + "ITEMS_PER_PAGE": 25 }