Replies: 2 comments 13 replies
-
You test fails after const tx = await raffle.enterRaffle({ value: raffleEntranceFee})
await tx.wait(1) If the result is the same, please push the code to GitHub and leave a link to the repo. I'll test it. |
Beta Was this translation helpful? Give feedback.
6 replies
-
I have the same problem but I am not able to find a solution for it. If you get any please post it here. |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I have been stuck on this for days now; I am trying to run the staging test but it always times out.
Please refer to the code below.
I tried using 'console.log()' to try and locate the part of the code that was taking too long and it seems to be the enter raffle part after the listener has been set up
This is my terminal output when I try to run the staging test on the goerli network;
I will appreciate any assistance. Thank you!!
Beta Was this translation helpful? Give feedback.
All reactions