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

fix(pg): deploy the executor once per cli command #244

Merged
merged 2 commits into from
Nov 22, 2022
Merged

Conversation

sam-goldman
Copy link
Collaborator

The executor can't be invoked more than once in a Hardhat task, which causes an error to be thrown if running e.g. npx hardhat node --deploy-all. This PR fixes this issue by spinning up only one executor maximum in a command.

@sam-goldman sam-goldman merged commit af6bfa2 into develop Nov 22, 2022
@sam-goldman sam-goldman deleted the sg/develop branch November 22, 2022 20:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant