mirror of
https://github.com/trezor/trezor-wallet
synced 2025-05-09 18:38:49 +00:00
fix connect dev server url and bridge download link
This commit is contained in:
parent
5f4a9863d6
commit
2e8db19344
@ -160,7 +160,7 @@ export const init = (): AsyncAction => async (
|
|||||||
if (buildUtils.isDev()) {
|
if (buildUtils.isDev()) {
|
||||||
// eslint-disable-next-line
|
// eslint-disable-next-line
|
||||||
window.__TREZOR_CONNECT_SRC =
|
window.__TREZOR_CONNECT_SRC =
|
||||||
typeof LOCAL === 'string' ? LOCAL : 'https://sisyfos.trezor.io/connect/'; // eslint-disable-line no-underscore-dangle
|
typeof LOCAL === 'string' ? LOCAL : 'https://sisyfos.sldev.cz/connect/'; // eslint-disable-line no-underscore-dangle
|
||||||
// window.__TREZOR_CONNECT_SRC = typeof LOCAL === 'string' ? LOCAL : 'https://localhost:8088/'; // eslint-disable-line no-underscore-dangle
|
// window.__TREZOR_CONNECT_SRC = typeof LOCAL === 'string' ? LOCAL : 'https://localhost:8088/'; // eslint-disable-line no-underscore-dangle
|
||||||
window.TrezorConnect = TrezorConnect;
|
window.TrezorConnect = TrezorConnect;
|
||||||
}
|
}
|
||||||
|
@ -134,7 +134,7 @@ class InstallBridge extends PureComponent<Props, State> {
|
|||||||
latestVersion: props.transport.bridge.version.join('.'),
|
latestVersion: props.transport.bridge.version.join('.'),
|
||||||
installers,
|
installers,
|
||||||
target: currentTarget || installers[0],
|
target: currentTarget || installers[0],
|
||||||
uri: 'https://data.trezor.io/',
|
uri: 'https://wallet.trezor.io/data/',
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user