You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some tests in Quest 1 need network access to check the validation of the exercise using External API
but the platform uses -network none to run docker image, so it's not possible to use the external API for testing
also, I found in quest3 npx hardhat test for the first time, download the version 0.8.4 of the solidity
The text was updated successfully, but these errors were encountered:
Some tests in Quest 1 need network access to check the validation of the exercise using External API
but the platform uses
-network none
to run docker image, so it's not possible to use the external API for testingalso, I found in quest3
npx hardhat test
for the first time, download the version0.8.4
of the solidityThe text was updated successfully, but these errors were encountered: