Skip to content

Commit

Permalink
Disable BSc bridge for mainnet :-(
Browse files Browse the repository at this point in the history
  • Loading branch information
jasny committed Jul 4, 2024
1 parent 4e77bcb commit 13f667c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ import { environment } from '../environments/environment';
},
{
provide: BRIDGE_BSC_ENABLED,
useValue: true,
useValue: environment.networkByte === 'T',
},
{
provide: SWAP_PAGE_ENABLED,
Expand Down

0 comments on commit 13f667c

Please sign in to comment.