We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Thanks for filling out this bug report. Please provide as much detail as possible.
If your issue is with our RPC APIs and not the SDK please report your issue on (discord)[https://alchemy.com/discord].
I created a config to have multi chain by setting connections in config, but setChain from useChain hook doesn't work.
The text was updated successfully, but these errors were encountered:
@InfiniteAengus I encountered the same issue. The correct way to use the function is setChain({ chain: xxx }). The documentation needs to be updated.
setChain({ chain: xxx })
Sorry, something went wrong.
Thank you. seems like it's working
@InfiniteAengus @LeifuChen Sorry about this! Glad you were able to debug and I've updated the doc. Thanks a lot for flagging 🙏
Successfully merging a pull request may close this issue.
Thanks for filling out this bug report. Please provide as much detail as possible.
If your issue is with our RPC APIs and not the SDK please report your issue on (discord)[https://alchemy.com/discord].
[REQUIRED] Environment
[REQUIRED] Describe the problem
I created a config to have multi chain by setting connections in config, but setChain from useChain hook doesn't work.
How to reproduce:
Relevant code or sample repro:
The text was updated successfully, but these errors were encountered: