-
Notifications
You must be signed in to change notification settings - Fork 154
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
feat: add signer as input for deployContractWithLinkedLibraries #1449
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
2e5b3c6
to
b6cd592
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@kittybest thanks, just one comment and change commit to feat
.
b6cd592
to
53b5487
Compare
53b5487
to
5a7c424
Compare
5a7c424
to
7fbe965
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@kittybest thanks!
Description
Currently, if using
Deployment
helper to deploy contracts with linked libraries, it would check if there is hardhat environment running or not. Make this optional by acceptingsigner
as input argument, for frontend to call and use.Confirmation