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

Deployment from different owner #271

Closed
vporton opened this issue Jan 5, 2021 · 3 comments
Closed

Deployment from different owner #271

vporton opened this issue Jan 5, 2021 · 3 comments

Comments

@vporton
Copy link

vporton commented Jan 5, 2021

Need to add owner parameter to use another proxy owner than the default deployer account!

@frangio
Copy link
Contributor

frangio commented Jan 5, 2021

Hi @vporton. Are you talking about deployProxy and upgradeProxy? Would this be solved by the PR #213, which adds a from deployment option?

@vporton
Copy link
Author

vporton commented Jan 5, 2021

Hi @vporton. Are you talking about deployProxy and upgradeProxy? Would this be solved by the PR #213, which adds a from deployment option?

Yes, that PR seems to solve my issue.

@frangio frangio changed the title Missing owner parameter Deployment from different owner Jan 18, 2021
@frangio
Copy link
Contributor

frangio commented Oct 21, 2021

See #370 (comment):

the plugin will use the signer that comes attached to the ImplFactory in the Hardhat plugin, and I believe it also uses the same from default that was set for the contract class passed in the Truffle plugin.

This means that you can customize from by setting it in the contract abstraction you give the plugin (e.g. a MyContractV2 class).

This issue is tracked in #85.

@frangio frangio closed this as completed Oct 21, 2021
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

No branches or pull requests

2 participants