From 4abb607f734041d8fc5e1a4e35a8d0d4b135840d Mon Sep 17 00:00:00 2001 From: Jeff Reiner Date: Wed, 8 Jan 2020 17:25:31 +0000 Subject: [PATCH] Update WalletConnect naming (#591) --- src/constants/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants/index.js b/src/constants/index.js index f97bc16553..110a2a6a61 100644 --- a/src/constants/index.js +++ b/src/constants/index.js @@ -32,7 +32,7 @@ export const SUPPORTED_WALLETS = { }, WALLET_CONNECT: { connector: walletconnect, - name: 'Wallet Connect', + name: 'WalletConnect', iconName: 'walletConnectIcon.svg', description: 'Connect to Trust Wallet, Rainbow Wallet and more...', href: null,