From 0fe1eec0e268613da89d20a14da6f5114d518672 Mon Sep 17 00:00:00 2001 From: Daniel Dimitrov Date: Fri, 27 Oct 2023 14:58:08 +0200 Subject: [PATCH] frontend: add disable bridging option --- frontend/.env.production | 1 + frontend/src/App.vue | 11 +++++++++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/frontend/.env.production b/frontend/.env.production index 2249c11a8..3b525940d 100644 --- a/frontend/.env.production +++ b/frontend/.env.production @@ -2,3 +2,4 @@ VITE_CONFIG_URL=config.production.json VITE_FAUCET_ENABLED=false VITE_WALLET_CONNECT_PROJECT_ID=b0909ba73ce9e30c4decb50a963c9b2a VITE_REQUEST_EXPIRY_SECONDS=86400 +VITE_BRIDGING_DISABLED=true diff --git a/frontend/src/App.vue b/frontend/src/App.vue index b4501ef9c..eb72a679c 100644 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -8,7 +8,7 @@ />
-
+
+
+ Bridging is currently paused. +