feat: introduce hardhat-deploy-config #2755
Conversation
🦋 Changeset detectedLatest commit: 397d794 The changes in this PR will be included in the next version bump. This PR includes changesets to release 6 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
This PR changes implementation code, but doesn't include a changeset. Did you forget to add one? |
294b5ac to
bd5e752
Compare
bd5e752 to
8092e6b
Compare
Creates a new package hardhat-deploy-config. We're using the same configuration system for all of our contracts package, so might as well turn it into a hardhat plugin to avoid duplicating code.
8092e6b to
c393b3f
Compare
|
@tynes to get this over the finish line |
|
The last major problem that I see here is that we lose the ability to have network specific config. There are a few possibilities on how to fix this, going to think about it a bit. Nvm: this is not true |
maurelian
left a comment
There was a problem hiding this comment.
All looks quite reasonable to me.
|
This PR has been added to the merge queue, and will be merged soon. |
|
This PR is next in line to be merged, and will be merged as soon as checks pass. |
|
Merge failed. Please see automated check logs for more details. |
|
This PR has been added to the merge queue, and will be merged soon. |
|
This PR is next in line to be merged, and will be merged as soon as checks pass. |
…nt (#2755) Closes #2501 <img width="1698" height="611" alt="Screenshot 2025-08-22 at 12 54 54" src="https://github.com/user-attachments/assets/abdda39d-83f9-43f0-8236-c54b6687785a" />
Description
Creates a new package hardhat-deploy-config. We're using the same
configuration system for all of our contracts package, so might as well
turn it into a hardhat plugin to avoid duplicating code.