Skip to content

Commit

Permalink
fix: wallet connect v1 is fully deprecated (#6828)
Browse files Browse the repository at this point in the history
  • Loading branch information
tommasini authored Jul 19, 2023
1 parent 3841fc2 commit a2f00c2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions app/util/walletconnect.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
Expand Down

0 comments on commit a2f00c2

Please sign in to comment.