Add 'coming soon' for trezor on monero

This commit is contained in:
james-prado 2018-07-25 16:57:16 +01:00
parent 8db1f98e34
commit 82788ca469
No known key found for this signature in database
GPG Key ID: 313ACB2286229FD0
1 changed files with 5 additions and 0 deletions

View File

@ -74,6 +74,11 @@ export function getDisabledWallets(state: AppState): any {
);
}
// Some wallets are unavailable offline
if (network.name === 'Monero') {
addReason([SecureWalletName.TREZOR], 'Coming Soon!');
}
// Some wallets are disabled on certain platforms
if (process.env.BUILD_ELECTRON) {
addReason([SecureWalletName.WEB3], 'This wallet is not supported in the MyCrypto app');