From 7d79ea82a550ea35d292db512bac0e09213bc324 Mon Sep 17 00:00:00 2001 From: orangesurf Date: Tue, 17 Dec 2024 10:08:05 +0100 Subject: [PATCH] add frontend config --- production/mempool-frontend-config.river.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 production/mempool-frontend-config.river.json diff --git a/production/mempool-frontend-config.river.json b/production/mempool-frontend-config.river.json new file mode 100644 index 000000000..e6758f392 --- /dev/null +++ b/production/mempool-frontend-config.river.json @@ -0,0 +1,19 @@ +{ + "OFFICIAL_MEMPOOL_SPACE": true, + "TESTNET_ENABLED": true, + "TESTNET4_ENABLED": true, + "LIQUID_ENABLED": true, + "LIQUID_TESTNET_ENABLED": true, + "BISQ_ENABLED": true, + "BISQ_SEPARATE_BACKEND": true, + "SIGNET_ENABLED": true, + "MEMPOOL_WEBSITE_URL": "https://mempool.space", + "LIQUID_WEBSITE_URL": "https://liquid.network", + "BISQ_WEBSITE_URL": "https://bisq.markets", + "ITEMS_PER_PAGE": 25, + "LIGHTNING": true, + "ACCELERATOR": true, + "PUBLIC_ACCELERATIONS": true, + "AUDIT": true, + "CUSTOMIZATION": "custom-river-config.json" +}