Cyfrin / foundry-smart-contract-lottery-cu

47 stars 38 forks source link

EVM revert performUpkeep #38

Closed moayaan1911 closed 7 months ago

moayaan1911 commented 10 months ago

Screenshot 2023-11-10 233330 Getting this error again and again. Its showing EVM revert.

ElahiAli commented 10 months ago

Could you please try using performUpKeep("") instead of performUpKeep(0x)?

moayaan1911 commented 10 months ago

In my test I have performUpKeep("") only Screenshot 2023-11-30 220857 STILL it is showing this error

moayaan1911 commented 10 months ago

Could you please try using performUpKeep("") instead of performUpKeep(0x)?

https://github.com/Cyfrin/foundry-smart-contract-lottery-f23/issues/38#issuecomment-1834136062

FilipAndonov commented 9 months ago

I have the same problem and still can't figure it out why. If someone has fixed it can you please tell the solution?

PatrickAlphaC commented 7 months ago

Could you try to clone the repo, run the tests, and see if you still get the same error?