We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Somebody using web3-react and ethers.js v5 with this library currently is unable to initialize the CPK:
I think the error is triggered from here: https://github.com/ethers-io/ethers.js/blob/22dee96f512ad7d7cae5d278cc607cdff6112f05/packages/contracts/src.ts/index.ts#L624
The return value of library.getSigner(account) seems legit at first glance though:
library.getSigner(account)
The text was updated successfully, but these errors were encountered:
I got same error in recent days. I will share you after fix it.
Sorry, something went wrong.
No branches or pull requests
Somebody using web3-react and ethers.js v5 with this library currently is unable to initialize the CPK:
I think the error is triggered from here: https://github.com/ethers-io/ethers.js/blob/22dee96f512ad7d7cae5d278cc607cdff6112f05/packages/contracts/src.ts/index.ts#L624
The return value of
library.getSigner(account)
seems legit at first glance though:The text was updated successfully, but these errors were encountered: