'const { walletProvider } = useAppKitProvider() ' walletProvider is undefined #5379
Replies: 5 comments 11 replies
-
ethers v6 |
Beta Was this translation helpful? Give feedback.
-
Maybe a little down |
Beta Was this translation helpful? Give feedback.
-
It will work if you specify the chainNamespace: const { walletProvider } = useAppKitProvider("eip155") |
Beta Was this translation helpful? Give feedback.
-
does any one know how we can wallet provider? because when we do this in code other issues are rises,so we get walletprovider in proper way? |
Beta Was this translation helpful? Give feedback.
-
const { walletProvider } = useAppKitProvider("eip155") |
Beta Was this translation helpful? Give feedback.
-
'const { walletProvider } = useAppKitProvider() ' walletProvider is undefined
Beta Was this translation helpful? Give feedback.
All reactions