Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
jpuri committed Sep 19, 2024
1 parent bc08672 commit 67f51db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wallet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ WalletMiddlewareOptions): JsonRpcMiddleware<any, Block> {
function validateVerifyingContract(data: string) {
const { domain: { verifyingContract } = {} } = parseTypedMessage(data);
// Explicit check for cosmos here has been added to address this issue
// https://github.com/MetaMask/metamask-extension/issues/26980
// https://github.com/MetaMask/eth-json-rpc-middleware/issues/new
if (
verifyingContract &&
(verifyingContract as string) !== 'cosmos' &&
Expand Down

0 comments on commit 67f51db

Please sign in to comment.