-
Notifications
You must be signed in to change notification settings - Fork 119
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
Add Boilerplate Wagmi & Rainbowkit Adapter #2105
Conversation
|
86a1e04
to
108d40b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Formatting (removing leading/trailing new lines in TX) and fixing the get COA script.
connect = this.onConnect.bind(this) | ||
provider.on("connect", connect) | ||
|
||
if (accountsChanged) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Feels like this can be abstracted
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is mostly a copy+paste thing from Wagmi's repo, so I just used it as is.
Closes #2059
Closes #2060