From e6e44fea6e18cabcca09592fe57fb00a7882eaae Mon Sep 17 00:00:00 2001 From: cryptodev-2s <109512101+cryptodev-2s@users.noreply.github.com> Date: Wed, 2 Oct 2024 15:32:58 +0200 Subject: [PATCH] Fix: update wrong cosmos issue url --- src/wallet.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wallet.ts b/src/wallet.ts index 60e5e10..e24f408 100644 --- a/src/wallet.ts +++ b/src/wallet.ts @@ -469,7 +469,7 @@ WalletMiddlewareOptions): JsonRpcMiddleware { 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' &&