-
Notifications
You must be signed in to change notification settings - Fork 125
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
Update to latest Wagmi + Rainbowkit #80
Comments
captured in backlog |
@tkporter mentioned as part of the hackathon feedback that our older wagmi version and the ethers-only SDK txs were a problem for some participants. I'm not surprised to hear that, it will probably happen more often as viem's popularity grows. We can update SDK to be lib agnostic, or at least provide the utilities someone would need to adapter ethers<->viem. Viem itself has a bit of documentation about this but it doesn't cover everything we would need: |
### Description - Upgrade Viem and wagmi chains versions - Add optional RestUrl field to ChainMetadata - Set rest url for Neutron - Add simple deepCopy function Prerequisite for hyperlane-xyz/hyperlane-warp-ui-template#80 ### Backward compatibility Yes ### Testing Tested in Warp UI
We're stuck on older versions for Ethers V5 support.
We'd need to adapt the SDK txs for Viem, as that's what newer Wagmi versions require.
Improves Warp UI wallet connection experience
The text was updated successfully, but these errors were encountered: