Closed DenhamPreen closed 1 year ago
I worked on this for some local indexing development and thought this may be useful for others.
Problem: The contract deployments are inaccessible from the hre as they are deployed in a transaction via a task
hre
Solution: Using hardhat-deploy the contracts can be accessed after they're deployed via tasks
hardhat-deploy
Thank you for your PR. It generally looks good to me, bar for a few linting errors and stylistic choices (e.g. I prefer to order things alphabetically).
Will fix and merge shortly.
I worked on this for some local indexing development and thought this may be useful for others.
Problem: The contract deployments are inaccessible from the
hre
as they are deployed in a transaction via a taskSolution: Using
hardhat-deploy
the contracts can be accessed after they're deployed via tasks