diff --git a/unstoppable-ios-app/domains-manager-ios/Entities/WCCompatibleWallet.swift b/unstoppable-ios-app/domains-manager-ios/Entities/WCCompatibleWallet.swift index 19394b22e..549ad1c79 100644 --- a/unstoppable-ios-app/domains-manager-ios/Entities/WCCompatibleWallet.swift +++ b/unstoppable-ios-app/domains-manager-ios/Entities/WCCompatibleWallet.swift @@ -227,9 +227,9 @@ extension WCWalletsProvider { switch self { case .supported: #if DEBUG - return [.MetaMask, .TrustWallet, .OKX, .Rainbow, .ledgerLive, .CryptoComDeFiWallet, .Zerion, .AlphaWallet, .Zelus, .Spot, .MathWallet, .Omni, .ONTO, .KleverWallet, .Coinomi, .Coin98, .Argent, .Guarda, .Blockchain, .imToken, .Exodus, .Mew] + return [.MetaMask, .TrustWallet, .OKX, .Rainbow, .ledgerLive, .CryptoComDeFiWallet, .Zerion, .AlphaWallet, .Zelus, .MathWallet, .Omni, .ONTO, .KleverWallet, .Coinomi, .Coin98, .Argent, .Guarda, .Blockchain, .imToken, .Exodus, .Mew] #else - return [.MetaMask, .TrustWallet, .OKX, .Rainbow, .ledgerLive, .CryptoComDeFiWallet, .Zerion, .AlphaWallet, .Zelus, .Spot, .MathWallet, .Omni, .Mew] + return [.MetaMask, .TrustWallet, .OKX, .Rainbow, .ledgerLive, .CryptoComDeFiWallet, .Zerion, .AlphaWallet, .Zelus, .MathWallet, .Omni, .Mew] #endif } }