docs
Complete Real Example
5. Check response

Check Oracle Response in your Example Contract

After waiting a few minutes, you can run the checkResponse.js script to see the oracle's response to the request.

yarn hardhat run scripts/checkResponse.js --network sepolia

If everything has gone correctly, you should see the number 10 in the output.

Response from oracle: 10

END!