Lesson 7 Facing error can't fint fundme Artifacts #1407
Replies: 4 comments 1 reply
-
@Ritik-Agarwal50 Please follow these guidelines next time when you ask a question. How to Ask Question Guide And push the code to GitHub and leave link here I will check and let you know. |
Beta Was this translation helpful? Give feedback.
-
Make a repo and link it here |
Beta Was this translation helpful? Give feedback.
-
@Ritik-Agarwal50 the require statement for hardhat should be like so:
You need to access |
Beta Was this translation helpful? Give feedback.
-
Am guessing this is what you are missing.In your //SPDX-License-Identifier: MIT
import "@chainlink/contracts/src/v0.6/tests/MockV3Aggregator.sol";
pragma solidity ^0.6.0;
This should work. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When I am deploying Fund ME getting some error regarding [artifacts.]
This is my code :
ERROR FILE:
Beta Was this translation helpful? Give feedback.
All reactions