mirror of
https://github.com/trezor/trezor-wallet
synced 2024-11-14 04:19:09 +00:00
set connect default endpoint
This commit is contained in:
parent
26b820e140
commit
2c271e9043
@ -122,7 +122,7 @@ export const init = (): AsyncAction => async (
|
||||
|
||||
let connectSrc;
|
||||
if (buildUtils.isDev()) {
|
||||
connectSrc = typeof LOCAL === 'string' ? LOCAL : 'https://connect.corp.sldev.cz/develop/';
|
||||
connectSrc = typeof LOCAL === 'string' ? LOCAL : undefined;
|
||||
window.TrezorConnect = TrezorConnect;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user