From 77080f25bc941ea733b8ee3620a21b2d8282088e Mon Sep 17 00:00:00 2001 From: tommasini Date: Tue, 18 Jul 2023 08:54:28 +0100 Subject: [PATCH] wallet connect v1 is fully deprecated --- app/util/walletconnect.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app/util/walletconnect.js b/app/util/walletconnect.js index 6f3a5346796..04e9f7238dc 100644 --- a/app/util/walletconnect.js +++ b/app/util/walletconnect.js @@ -3,9 +3,7 @@ export const CLIENT_OPTIONS = { // Required description: 'MetaMask Mobile app', url: 'https://metamask.io', - icons: [ - 'https://raw.githubusercontent.com/MetaMask/brand-resources/master/SVG/metamask-fox.svg', - ], + icons: [], name: 'MetaMask', ssl: true, },