Replies: 1 comment 1 reply
-
Did you check |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For example, if I want to implement keeper logic, I can do it with setInterval() in hardhat, but in foundry I can only do it with node or some other language. Is there a more native way for me to do this?
For example, in foo.s.sol, I can create a child process like
vm.cron(funcA, 1 seconds)
to do this.Beta Was this translation helpful? Give feedback.
All reactions