We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 634afdc commit 47bec28Copy full SHA for 47bec28
src/app/utils/constants.ts
@@ -85,7 +85,7 @@ export const isProduction = () => {
85
return PRODUCTION_HOSTS.includes(window.location.hostname)
86
}
87
88
-export const DISABLE_ZILBRIDGE = "Bridge is disabled temporarily due to Zilliqa chain upgrade. Please check Discord for updates. Funds are SAFU.";
+export const DISABLE_ZILBRIDGE = false;
89
90
export const DEFAULT_TX_SLIPPAGE = 0.01;
91
export const DEFAULT_TX_EXPIRY = 3;
0 commit comments