Skip to content

Commit

Permalink
Enable BSc bridge for mainnet :-)
Browse files Browse the repository at this point in the history
This reverts commit 13f667c.
  • Loading branch information
jasny committed Jul 4, 2024
1 parent 13f667c commit 228f17b
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: environment.networkByte === 'T',
useValue: true,
},
{
provide: SWAP_PAGE_ENABLED,
Expand Down

0 comments on commit 228f17b

Please sign in to comment.