From 8311e842bbe6cfc15708389bba357c48ad48ad70 Mon Sep 17 00:00:00 2001 From: wiz Date: Fri, 10 May 2024 04:02:35 +0900 Subject: [PATCH] ops: Enable testnet4 in prod frontend configs --- production/mempool-frontend-config.liquid.json | 1 + production/mempool-frontend-config.mainnet.json | 1 + production/mempool-frontend-config.onbtc.json | 1 + 3 files changed, 3 insertions(+) diff --git a/production/mempool-frontend-config.liquid.json b/production/mempool-frontend-config.liquid.json index 1a4fc2998..09bde34a6 100644 --- a/production/mempool-frontend-config.liquid.json +++ b/production/mempool-frontend-config.liquid.json @@ -2,6 +2,7 @@ "BASE_MODULE": "liquid", "OFFICIAL_MEMPOOL_SPACE": true, "TESTNET_ENABLED": true, + "TESTNET4_ENABLED": true, "LIQUID_ENABLED": true, "LIQUID_TESTNET_ENABLED": true, "BISQ_ENABLED": true, diff --git a/production/mempool-frontend-config.mainnet.json b/production/mempool-frontend-config.mainnet.json index 4e9087c34..fbbfc60cd 100644 --- a/production/mempool-frontend-config.mainnet.json +++ b/production/mempool-frontend-config.mainnet.json @@ -1,6 +1,7 @@ { "OFFICIAL_MEMPOOL_SPACE": true, "TESTNET_ENABLED": true, + "TESTNET4_ENABLED": true, "LIQUID_ENABLED": true, "LIQUID_TESTNET_ENABLED": true, "BISQ_ENABLED": true, diff --git a/production/mempool-frontend-config.onbtc.json b/production/mempool-frontend-config.onbtc.json index 63cca1a87..f1df1dff5 100644 --- a/production/mempool-frontend-config.onbtc.json +++ b/production/mempool-frontend-config.onbtc.json @@ -1,6 +1,7 @@ { "OFFICIAL_MEMPOOL_SPACE": true, "TESTNET_ENABLED": true, + "TESTNET4_ENABLED": true, "LIQUID_ENABLED": true, "LIQUID_TESTNET_ENABLED": true, "BISQ_ENABLED": true,