mirror of
https://github.com/trezor/trezor-wallet
synced 2025-06-25 17:32:37 +00:00
fix dev connect url
This commit is contained in:
parent
505a27a3ef
commit
5d35c5267c
@ -159,12 +159,10 @@ export const init = (): AsyncAction => async (
|
|||||||
|
|
||||||
if (buildUtils.isDev()) {
|
if (buildUtils.isDev()) {
|
||||||
// eslint-disable-next-line
|
// eslint-disable-next-line
|
||||||
window.__TREZOR_CONNECT_SRC = typeof LOCAL === 'string'
|
window.__TREZOR_CONNECT_SRC =
|
||||||
? LOCAL
|
typeof LOCAL === 'string' ? LOCAL : 'https://sisyfos.trezor.io/connect/'; // eslint-disable-line no-underscore-dangle
|
||||||
: 'https://connect.sldev.cz/feature/eth-ripple-get-account-info/'; // eslint-disable-line no-underscore-dangle
|
|
||||||
window.TrezorConnect = TrezorConnect;
|
|
||||||
// typeof LOCAL === 'string' ? LOCAL : 'https://sisyfos.trezor.io/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;
|
||||||
}
|
}
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
Loading…
Reference in New Issue
Block a user