Skip to content

Commit

Permalink
Merge pull request #280 from ltonetwork/recaptcha-optional
Browse files Browse the repository at this point in the history
Enable BSc bridge for mainnet
  • Loading branch information
jasny authored Jul 3, 2024
2 parents 7e7f2b8 + f3a1511 commit 4e77bcb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion src/environments/environment.local.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const environment = {
swapPageEnabled: false,
recaptcha_site_key: '',
lto_api_url: 'https://testnet.lto.network/',
bridge_url: 'https://bridge.testnet.lto.network',
bridge_url: 'http://localhost:3000/',
mobile_auth: {
ws: 'ws://localhost:3030/connect',
url: 'http://localhost:3030/'
Expand Down

0 comments on commit 4e77bcb

Please sign in to comment.