Skip to content

Commit

Permalink
Resume ZilBridge
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenkhong committed May 14, 2024
1 parent faf686e commit ca54ef9
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 = true;
export const DISABLE_ZILBRIDGE = false;

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

0 comments on commit ca54ef9

Please sign in to comment.