From 736833b4f6cc24e06a7a9b6c1c9dbd0f0436acb8 Mon Sep 17 00:00:00 2001 From: softsimon Date: Thu, 4 Jul 2024 17:58:40 +0900 Subject: [PATCH] Remove Layer 2 divider --- .../src/app/components/master-page/master-page.component.html | 1 - production/mempool-frontend-config.mainnet.json | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/frontend/src/app/components/master-page/master-page.component.html b/frontend/src/app/components/master-page/master-page.component.html index 25843bb28..dae0df8e3 100644 --- a/frontend/src/app/components/master-page/master-page.component.html +++ b/frontend/src/app/components/master-page/master-page.component.html @@ -71,7 +71,6 @@ Signet Testnet3 Testnet4 beta - Liquid Liquid Testnet diff --git a/production/mempool-frontend-config.mainnet.json b/production/mempool-frontend-config.mainnet.json index fbbfc60cd..0465cb7d3 100644 --- a/production/mempool-frontend-config.mainnet.json +++ b/production/mempool-frontend-config.mainnet.json @@ -2,8 +2,8 @@ "OFFICIAL_MEMPOOL_SPACE": true, "TESTNET_ENABLED": true, "TESTNET4_ENABLED": true, - "LIQUID_ENABLED": true, - "LIQUID_TESTNET_ENABLED": true, + "LIQUID_ENABLED": false, + "LIQUID_TESTNET_ENABLED": false, "BISQ_ENABLED": true, "BISQ_SEPARATE_BACKEND": true, "SIGNET_ENABLED": true,