Skip to content

Commit

Permalink
fix: metamask in eip712_v2
Browse files Browse the repository at this point in the history
  • Loading branch information
bangjelkoski committed Sep 7, 2024
1 parent 0f4bdb1 commit 409e287
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/wallet-ts/src/strategies/wallet-strategy/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ export const isEthWallet = (wallet: Wallet): boolean =>
export const isCosmosWallet = (wallet: Wallet): boolean => !isEthWallet(wallet)

export const isEip712V2OnlyWallet = (wallet: Wallet): boolean =>
[Wallet.Phantom, Wallet.WalletConnect].includes(wallet)
[Wallet.Metamask, Wallet.Phantom, Wallet.WalletConnect].includes(wallet)

0 comments on commit 409e287

Please sign in to comment.