Add 'coming soon' for trezor on monero
This commit is contained in:
parent
8db1f98e34
commit
82788ca469
|
@ -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');
|
||||
|
|
Loading…
Reference in New Issue