You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However this requires tedious and repetitive modification of all deploy scripts. It would be awesome if as an alternative, the plugin also provided a new task so that you could just type
hardhat ethernal:push Greeter1 Greeter2 ...
to push artifacts for one or more contracts, or even omit the contract list altogether to push all known artifacts:
hardhat ethernal:push
I'm guessing this would require integration with wighawag/hardhat-deploy in order to retrieve the persisted artifacts and deployed addresses, since that plugin would allow hardhat-ethernal to automate things like:
The docs explain that hardhat deploy scripts can be extended to push newly deployed artifacts to Ethernal:
However this requires tedious and repetitive modification of all deploy scripts. It would be awesome if as an alternative, the plugin also provided a new task so that you could just type
to push artifacts for one or more contracts, or even omit the contract list altogether to push all known artifacts:
I'm guessing this would require integration with wighawag/hardhat-deploy in order to retrieve the persisted artifacts and deployed addresses, since that plugin would allow
hardhat-ethernal
to automate things like:The text was updated successfully, but these errors were encountered: