Skip to content

Commit 47bec28

Browse files
committed
Update ZilBridge
1 parent 634afdc commit 47bec28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/utils/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ export const isProduction = () => {
8585
return PRODUCTION_HOSTS.includes(window.location.hostname)
8686
}
8787

88-
export const DISABLE_ZILBRIDGE = "Bridge is disabled temporarily due to Zilliqa chain upgrade. Please check Discord for updates. Funds are SAFU.";
88+
export const DISABLE_ZILBRIDGE = false;
8989

9090
export const DEFAULT_TX_SLIPPAGE = 0.01;
9191
export const DEFAULT_TX_EXPIRY = 3;

0 commit comments

Comments
 (0)