Replies: 4 comments 3 replies
-
fwiw, happy to put in a PR for this if you're interested. I need this! :) |
Beta Was this translation helpful? Give feedback.
-
Can't you just use the wagmi's callback? Because RainbowKit is just interacting with wagmi anyways. I could be wrong because I haven't tried it. |
Beta Was this translation helpful? Give feedback.
-
I'll also point out the fact that you can get a similar behaviour by using |
Beta Was this translation helpful? Give feedback.
-
This might interest y'all #389 (comment) |
Beta Was this translation helpful? Give feedback.
-
It would be really nice to have support for an
onConnect
callback which gets fired after the user connects their wallet.wagmi
already supports this:Not sure how to make it work with Rainbowkit though. The code snippet above only works if you use the
connect
function imported from that hook to make the connection, and not with Rainbowkit.Beta Was this translation helpful? Give feedback.
All reactions