Skip to content
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

Feature/support facet deployments by artifact #232

Conversation

unibeck
Copy link

@unibeck unibeck commented Nov 28, 2021

Currently, hardhat-deploy only supports deploying diamond facets by name. This PR allows a dev to deploy his contracts before hand, and supply the artifacts as the facets. There are two things to specifically note here:

  1. This is based off the branch from Solidity 0.8 Diamond Version #160. Thus, that should be merged in first and will clean up this PR
  2. A decent part of the code changes are to the deployment options where the name is now incorporated into the options object. This was part of the refactor to support the artifact objects as well as string names

@unibeck unibeck marked this pull request as ready for review December 15, 2021 13:11
@wighawag
Copy link
Owner

Hey @unibeck sorry for the very late reply,
I actually implemented facet option in latest hardhat-deploy : 0.9.25

So I ll close this PR. Thanks for your contribution

@wighawag wighawag closed this Jan 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants