How do you disable smart accounts? #5534
Replies: 3 comments 3 replies
-
Hi @shunz19 can you pls explain what you are trying to do and why you're calling |
Beta Was this translation helpful? Give feedback.
-
is it possible to disable smart account or make email account default? |
Beta Was this translation helpful? Give feedback.
-
import { useAppKit, useAppKitAccount, useAppKitConnection } from '@reown/appkit/react' const { address, addresses } = useAccount() useEffect(() => { |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When logging in with social account, the connected account defaults to a smart account. which throws error when calling provider.getSigner() for some reason.
When switching wallet address to a email one, calling provider.getSigner() works.
How do I disable smart accounts or atleast default to the non smart account one?
I'm using Ethers6 and React.
Beta Was this translation helpful? Give feedback.
All reactions