PatrickAlphaC / hardhat-smartcontract-lottery-fcc

MIT License
117 stars 183 forks source link

Enter Raffle transactions are just showing pending on etherscan: Sepolia testnet #199

Open Akshat-cs opened 7 months ago

Akshat-cs commented 7 months ago

I am attaching the github repo link, use npm i --force. Backend: https://github.com/Akshat-cs/Lottery-dApp-Ethereum Frontend: https://github.com/Akshat-cs/Fleek-Lottery-frontend-hosted

Sometimes the transaction goes through and everything works correctly but sometimes the transaction gets stuck. Why is it happening? And I am submitting transactions in aggresive manner to keep the gasPrice high but still getting stuck.

Screenshot (288)

Also I am running into one more error with verify when I deploy on sepolia testnet. TypeError: Customchains are not iterable.

Screenshot (289)

Now after couple of hours all the transactions have gone through. But I need the transactions to go through in a short time span (like a minute or two).

Screenshot (290)

Nlferu commented 7 months ago

Hi @Akshat-cs

I believe it is because Sepolia testnet is acting up. This is normal for test networks that verification or transactions are taking forever or fails. I recommend you to use forked testnet or local network if you want to keep it consistent, otherwise just wait until Sepolia testnet will get better (usually lowest traffic and best performance is at night CET).