Issue using Reown social wallet provider with ZeroDev + permissionless SDK #6800
Unanswered
aabdullah29
asked this question in
Developer Support
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey! I'm integrating the Reown social wallet with ZeroDev and using the
walletProvider
fromuseAppKitProvider("eip155")
in thepermissionless
SDK.The provider I receive is a
W3mFrameProvider
, but when I try to pass it into the smart account signer logic (providerToSmartAccountSigner
), I get an error saying it can't read theaddress
property.From what I can tell, the provider doesn't respond to account-related methods like getting the connected address (e.g.,
eth_accounts
oreth_requestAccounts
). This breaks libraries that expect a standard EIP-1193-compatible provider.Is there a proper way to use the Reown provider (from a social login) with smart account tools like ZeroDev/permissionless?
Thanks! Loving the experience so far.
Beta Was this translation helpful? Give feedback.
All reactions