Skip to content

Commit

Permalink
MOB-1398 - Enable MEW wallet (#481)
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleg-Pecheneg authored Apr 4, 2024
1 parent db87059 commit 865dc45
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ extension WCWalletsProvider {
#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]
#else
return [.MetaMask, .TrustWallet, .OKX, .Rainbow, .ledgerLive, .CryptoComDeFiWallet, .Zerion, .AlphaWallet, .Zelus, .Spot, .MathWallet, .Omni]
return [.MetaMask, .TrustWallet, .OKX, .Rainbow, .ledgerLive, .CryptoComDeFiWallet, .Zerion, .AlphaWallet, .Zelus, .Spot, .MathWallet, .Omni, .Mew]
#endif
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ extension ExternalWalletMake {
case .Exodus: return .cancelCircleIcon
case .CryptoComDeFiWallet: return UIImage(named: "walletCryptoComDeFi")!
case .Zerion: return UIImage(named: "walletZerion")!
case .Mew: return .cancelCircleIcon
case .Mew: return UIImage(named: "walletMEW")!
case .OKX: return UIImage(named: "walletOKX")!
default: return .init()
}
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"images" : [
{
"filename" : "walletMEW.pdf",
"idiom" : "universal"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Binary file not shown.

0 comments on commit 865dc45

Please sign in to comment.