From 9ba6b3d6baedb06c6af5eebf044ce1b27d042b1f Mon Sep 17 00:00:00 2001 From: aleka Date: Fri, 6 Oct 2023 18:50:52 -0400 Subject: [PATCH] fix typo in walletconnect wallet type (#63) --- src/constants/wallets.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants/wallets.ts b/src/constants/wallets.ts index b9cb9d5..ebc7825 100644 --- a/src/constants/wallets.ts +++ b/src/constants/wallets.ts @@ -266,7 +266,7 @@ export const wallets: Record = { walletconnect2Id: '4622a2b2d6af1c9844944291e5e7351a6aa24cd7b23099efac1b2fd875da31a0', }, [WalletType.WalletConnect2]: { - type: WalletType.WalletConnect, + type: WalletType.WalletConnect2, stringKey: STRING_KEYS.WALLET_CONNECT_2, icon: WalletConnectIcon, connectionTypes: [WalletConnectionType.WalletConnect2],