From 23e97220f08ca17851b2aa6d3a46e67be646438e Mon Sep 17 00:00:00 2001 From: mononaut Date: Tue, 21 Apr 2026 07:37:47 +0000 Subject: [PATCH] fix prod domains frontend config syntax --- production/mempool-frontend-config.mainnet.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/production/mempool-frontend-config.mainnet.json b/production/mempool-frontend-config.mainnet.json index 7d4335e8d..45e30072a 100644 --- a/production/mempool-frontend-config.mainnet.json +++ b/production/mempool-frontend-config.mainnet.json @@ -18,7 +18,5 @@ "ACCELERATOR_BUTTON": true, "PUBLIC_ACCELERATIONS": true, "AUDIT": true, - "PROD_DOMAINS": [ - "mempool.space" - ] + "PROD_DOMAINS": "mempool.space" }