Skip to content

Commit

Permalink
Fix: update wrong cosmos issue url
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptodev-2s authored Oct 2, 2024
1 parent 9034b5b commit e6e44fe
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 @@ -469,7 +469,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/eth-json-rpc-middleware/issues/new
// https://github.com/MetaMask/eth-json-rpc-middleware/issues/337
if (
verifyingContract &&
(verifyingContract as string) !== 'cosmos' &&
Expand Down

0 comments on commit e6e44fe

Please sign in to comment.