Skip to content

Commit

Permalink
Update ZilBridge
Browse files Browse the repository at this point in the history
  • Loading branch information
kimberlybp committed Mar 27, 2024
1 parent 634afdc commit 47bec28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/utils/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export const isProduction = () => {
return PRODUCTION_HOSTS.includes(window.location.hostname)
}

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;

export const DEFAULT_TX_SLIPPAGE = 0.01;
export const DEFAULT_TX_EXPIRY = 3;
Expand Down

0 comments on commit 47bec28

Please sign in to comment.