From 5a71606f4fb44084724f255545f40388f2086acb Mon Sep 17 00:00:00 2001 From: ignaciosantise <25931366+ignaciosantise@users.noreply.github.com> Date: Fri, 23 Aug 2024 16:28:52 -0300 Subject: [PATCH] fix: added icon to walletconnect metadata --- app/core/AppConstants.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/core/AppConstants.ts b/app/core/AppConstants.ts index b46397dd332..43c105a6014 100644 --- a/app/core/AppConstants.ts +++ b/app/core/AppConstants.ts @@ -69,7 +69,9 @@ export default { name: 'MetaMask Wallet', description: 'MetaMask Wallet Integration', url: 'https://metamask.io/', - icons: [], + icons: [ + 'https://raw.githubusercontent.com/MetaMask/metamask-mobile/main/logo.png', + ], redirect: { native: 'metamask://', universal: 'https://metamask.app.link/',