1
0
mirror of https://github.com/trezor/trezor-wallet synced 2025-02-03 11:51:32 +00:00

changed bridge installation package domain

This commit is contained in:
Szymon Lesisz 2018-10-19 16:03:58 +02:00
parent a074d79348
commit cb30af097f

View File

@ -135,7 +135,7 @@ class InstallBridge extends PureComponent<Props, State> {
latestVersion: props.transport.bridge.version.join('.'),
installers,
target: currentTarget || installers[0],
uri: 'https://wallet.trezor.io/data/',
uri: 'https://data.trezor.io/',
};
}