From ca54ef9586e5a575eecfcbf7f6f2100a92942910 Mon Sep 17 00:00:00 2001 From: Steven Khong Date: Tue, 14 May 2024 14:53:28 +0800 Subject: [PATCH] Resume ZilBridge --- src/app/utils/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/utils/constants.ts b/src/app/utils/constants.ts index 5f040a85..046c5038 100644 --- a/src/app/utils/constants.ts +++ b/src/app/utils/constants.ts @@ -85,7 +85,7 @@ export const isProduction = () => { return PRODUCTION_HOSTS.includes(window.location.hostname) } -export const DISABLE_ZILBRIDGE = true; +export const DISABLE_ZILBRIDGE = false; export const DEFAULT_TX_SLIPPAGE = 0.01; export const DEFAULT_TX_EXPIRY = 3;