We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9034b5b commit b4f2273Copy full SHA for b4f2273
src/wallet.ts
@@ -469,7 +469,7 @@ WalletMiddlewareOptions): JsonRpcMiddleware<any, Block> {
469
function validateVerifyingContract(data: string) {
470
const { domain: { verifyingContract } = {} } = parseTypedMessage(data);
471
// Explicit check for cosmos here has been added to address this issue
472
- // https://github.com/MetaMask/eth-json-rpc-middleware/issues/new
+ // https://github.com/MetaMask/eth-json-rpc-middleware/issues/337
473
if (
474
verifyingContract &&
475
(verifyingContract as string) !== 'cosmos' &&
0 commit comments