From e3a9f780841fb240427f59d7ce1a50dbf2883236 Mon Sep 17 00:00:00 2001 From: Pasta Ghost Date: Tue, 12 Jul 2022 17:29:45 -0600 Subject: [PATCH] fix: add ethSwitchChain parameter to WalletConnectHDWallet --- packages/hdwallet-walletconnect/src/walletconnect.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/hdwallet-walletconnect/src/walletconnect.ts b/packages/hdwallet-walletconnect/src/walletconnect.ts index b3a870284..1ff331dba 100644 --- a/packages/hdwallet-walletconnect/src/walletconnect.ts +++ b/packages/hdwallet-walletconnect/src/walletconnect.ts @@ -112,6 +112,7 @@ export class WalletConnectHDWallet implements core.HDWallet, core.ETHWallet { readonly _supportsBTCInfo = false; readonly _supportsBTC = false; readonly _isWalletConnect = true; + readonly _supportsEthSwitchChain = false; info: WalletConnectWalletInfo & core.HDWalletInfo; provider: WalletConnectProvider;