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

Support specifying address to deploy from #181

Closed
abcoathup opened this issue Sep 21, 2020 · 1 comment
Closed

Support specifying address to deploy from #181

abcoathup opened this issue Sep 21, 2020 · 1 comment

Comments

@abcoathup
Copy link
Contributor

Support specifying address to deploy from, e.g. deployProxy(..., {deployer, from: accounts[1]})

Truffle uses the default account (accounts[0]) for deployProxy in tests and migrations and there doesn't appear to be a way to specify a from option (unless this is part of the Deployer object).

Raised in the community forum: https://forum.openzeppelin.com/t/setting-the-from-address-for-a-proxy-deployment-in-a-test/3821

@frangio
Copy link
Contributor

frangio commented Oct 1, 2020

Duplicate of #85.

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