-
Notifications
You must be signed in to change notification settings - Fork 33
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
viem support #589
Comments
Just stumbled on this while looking at the open issues, and though might give some feedback :) Why do you not make hardhat-ignition agnostic ? hardhat-deploy let user use any lib they want. a deployment is basically a an artifact + address. you can always add wrapper to make it more convenient. for hardhat-deploy, there is hardhat-deploy-ethers. you could follow a similar strategy |
I think this is the path we will go down. With a |
Released as part of See our Viem guide for more details: https://hardhat.org/ignition/docs/guides/viem |
Hardhat Ignition can be used in tests and scripts to deploy modules, the deploy function returns the contract instances as Ethers v6 contract objects. With the release of viem support in Hardhat, we should also support the option of returning viem contract objects.
We need to determine the build and release strategy to support a viem version of Ignition. We should also evaluate any other implications to viem usage with Ignition.
TODO
hardhat-plugin
#603The text was updated successfully, but these errors were encountered: