Closed ghost closed 2 years ago
@shkarfz I spend my whole day resolving the same issue. It seems like there is some issue with the Rinkeby RPC URL provided by Alchemy. Try changing it to a different provider (Eg Moralis) and it should work fine without any issues.
So strange... does switching RPCs work for you too?
@shkarfz did you solve the issue??
I getting this INSUFFICIENT_FUNDS error and I have enough test eth on my Metamask wallet. this is my error. how to solve this?
I also ran through same issue and Switching RPC also worked for me. But how these things works under the hood.
Closing for now.
It's usually just due to a bad RPC connection.
yarn hardhat test --network rinkeby
when i checked the etherscan everything seems to be fine, but my tests are not ending, i also tried console.logging the endingBalance it does return me zero which is correct but the tests are not ending.