-
Notifications
You must be signed in to change notification settings - Fork 39
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
Supporting Viem #156
Comments
+1 for this |
Oh, I don't think we will ever switch to another lib. Too much pain. Also we use ethcall which works only with ethers. |
it's still possible to use with Viem @StKostyantin, i've got it implemented on the frontend using wagmi and viem if you want details it's just about making sure you grab the provider from the connected account, you have to make sure connector is defined etc and then setup curve.init like so:
(simple version) |
fwiw, viem has happy to answer any questions if it is ever of interest to switch to viem! |
+1 on this, |
Viem library shows better results than ether. It has test coverage, smaller size, clearer errors, and much more. More and more projects will switch to this library.
It would be nice to add support for it so that the curve sdk can be used with Viem.
The text was updated successfully, but these errors were encountered: