mirror of
https://github.com/trezor/trezor-wallet
synced 2025-07-24 23:48:17 +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;
|
let connectSrc;
|
||||||
if (buildUtils.isDev()) {
|
if (buildUtils.isDev()) {
|
||||||
connectSrc = typeof LOCAL === 'string' ? LOCAL : 'https://connect.corp.sldev.cz/develop/';
|
connectSrc = typeof LOCAL === 'string' ? LOCAL : undefined;
|
||||||
window.TrezorConnect = TrezorConnect;
|
window.TrezorConnect = TrezorConnect;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user