fix typo in walletconnect wallet type (#63)

This commit is contained in:
aleka 2023-10-06 18:50:52 -04:00 committed by GitHub
parent 62eeab06f5
commit 9ba6b3d6ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -266,7 +266,7 @@ export const wallets: Record<WalletType, WalletConfig> = {
walletconnect2Id: '4622a2b2d6af1c9844944291e5e7351a6aa24cd7b23099efac1b2fd875da31a0',
},
[WalletType.WalletConnect2]: {
type: WalletType.WalletConnect,
type: WalletType.WalletConnect2,
stringKey: STRING_KEYS.WALLET_CONNECT_2,
icon: WalletConnectIcon,
connectionTypes: [WalletConnectionType.WalletConnect2],