From 667fc4ea18e1b76aa707d096cfa781043641877f Mon Sep 17 00:00:00 2001 From: wiz Date: Thu, 5 Jan 2023 23:35:53 +0900 Subject: [PATCH] Set `LIGHTNING: true` in prod frontend config --- production/mempool-frontend-config.mainnet.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/production/mempool-frontend-config.mainnet.json b/production/mempool-frontend-config.mainnet.json index 525cdb115..e612c0440 100644 --- a/production/mempool-frontend-config.mainnet.json +++ b/production/mempool-frontend-config.mainnet.json @@ -9,5 +9,6 @@ "MEMPOOL_WEBSITE_URL": "https://mempool.space", "LIQUID_WEBSITE_URL": "https://liquid.network", "BISQ_WEBSITE_URL": "https://bisq.markets", - "ITEMS_PER_PAGE": 25 + "ITEMS_PER_PAGE": 25, + "LIGHTNING": true }