mirror of
https://github.com/trezor/trezor-wallet
synced 2024-11-27 18:58:08 +00:00
Update TrezorConnectActions.js
This commit is contained in:
parent
2607417583
commit
b45a3d3eee
@ -133,7 +133,7 @@ export const init = (): AsyncAction => async (dispatch: Dispatch, getState: GetS
|
|||||||
pendingTransportEvent: (getState().devices.length < 1),
|
pendingTransportEvent: (getState().devices.length < 1),
|
||||||
manifest: {
|
manifest: {
|
||||||
email: 'info@trezor.io',
|
email: 'info@trezor.io',
|
||||||
appUrl: 'http://beta-wallet.trezor.io/next/',
|
appUrl: 'https://beta-wallet.trezor.io/next/',
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
|
Loading…
Reference in New Issue
Block a user