Skip to content

dApp development #369

Closed Answered by uF4No
KK-yao asked this question in SDKs
Discussion options

You must be logged in to vote

@KK-yao Make sure you're using zksync-ethers version 6.0.0 or higher. Also check if before getting the signer, you're connecting metamask with:

await window.ethereum
        .request({ method: "eth_requestAccounts" })
        .catch((e) => console.log(e));

Replies: 6 comments

Comment options

You must be logged in to vote
0 replies

This comment was marked as spam.

Comment options

You must be logged in to vote
0 replies
Answer selected by MexicanAce

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
SDKs
Labels
sdk Questions for the SDKs
7 participants