Replies: 2 comments
-
@lsbyerley Did you found some way to solve this? |
Beta Was this translation helpful? Give feedback.
0 replies
-
You are already importing ethers when you use this library so why not use wallet class directly from ethers? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This may be a somewhat dumb question but I'm wondering if it is possible to get the ethers Wallet class (https://docs.ethers.io/v5/api/signer/#Wallet) from wagmi.. or at least create one from the connected account? I've been trying to integrate a zkSync account for the user (https://zksync.io/api/sdk/js/accounts.html#wallet) and it seems i need the users private key to create a Wallet class from ethers. Any tips or help is appreciated
Beta Was this translation helpful? Give feedback.
All reactions