Skip to content

Commit b4f2273

Browse files
authored
Fix: update wrong cosmos issue url (#341)
1 parent 9034b5b commit b4f2273

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wallet.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ WalletMiddlewareOptions): JsonRpcMiddleware<any, Block> {
469469
function validateVerifyingContract(data: string) {
470470
const { domain: { verifyingContract } = {} } = parseTypedMessage(data);
471471
// Explicit check for cosmos here has been added to address this issue
472-
// https://github.com/MetaMask/eth-json-rpc-middleware/issues/new
472+
// https://github.com/MetaMask/eth-json-rpc-middleware/issues/337
473473
if (
474474
verifyingContract &&
475475
(verifyingContract as string) !== 'cosmos' &&

0 commit comments

Comments
 (0)