-
Notifications
You must be signed in to change notification settings - Fork 241
New issue
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
No chainId property on UseWalletProvider #169
Comments
Well I managed to solve this by reconnecting to the current connector after doing the
|
I was trying to figure this out too and found in some other comments that the method for assigning chainId has changed and it hasn't been updated in the docs. Below worked for me.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I mean, am I crazy? But there is no chainId prop to insert into
UseWalletProvider
but the docs seem to mention it everywhere.This is the definition for the props from the distributed package
0.13.1
What am I missing? My use-case is simple
wallet_switchEthereumChain/wallet_addEthereumChain
and reflect it on theuseWallet
hook.The text was updated successfully, but these errors were encountered: