-
-
Notifications
You must be signed in to change notification settings - Fork 147
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: Include additional flags to ape networks run #2482
Conversation
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.
Love it! Looking good, what level of testing have you done with it so far?
I think if we can test with a few different providers, we would be good to go on this
I got the flakey test fixed on another PR. |
does setting |
Actually, it didn't do it. But I've fixed it, and now it does configure the block-time for Anvil.I'm not sure about the local Geth. I think it doesn't allow you to configure the block-time. |
failing test solved by #2484 |
I added a way here: https://github.com/ApeWorX/ape/pull/2487/files |
What I did
Allows passing additional flag to the command
ape networks run', such as
--block-time` .fixes: #1672
Checklist