From 290ee8dc72f69ad777b2774312cbbd10e7032b82 Mon Sep 17 00:00:00 2001 From: Mononaut Date: Sun, 21 Dec 2025 11:04:45 +0000 Subject: [PATCH] set prod_domains in frontend config --- production/mempool-frontend-config.mainnet.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/production/mempool-frontend-config.mainnet.json b/production/mempool-frontend-config.mainnet.json index 7950ada86..7d4335e8d 100644 --- a/production/mempool-frontend-config.mainnet.json +++ b/production/mempool-frontend-config.mainnet.json @@ -17,5 +17,8 @@ "ACCELERATOR": true, "ACCELERATOR_BUTTON": true, "PUBLIC_ACCELERATIONS": true, - "AUDIT": true + "AUDIT": true, + "PROD_DOMAINS": [ + "mempool.space" + ] }