Skip to content

Commit

Permalink
fix: add ethSwitchChain parameter to WalletConnectHDWallet
Browse files Browse the repository at this point in the history
  • Loading branch information
pastaghost committed Jul 12, 2022
1 parent 278e740 commit e3a9f78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/hdwallet-walletconnect/src/walletconnect.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit e3a9f78

Please sign in to comment.