I have an error during mock contract compilation #3108
Answered
by
alymurtazamemon
shakilkhan12
asked this question in
Q&A
-
Below is my mock contract // SPDX-License-Identifier: MIT
pragma solidity ^0.6.0;
import "@chainlink/contracts/src/v0.6/tests/MockV3Aggregator.sol"; |
Beta Was this translation helpful? Give feedback.
Answered by
alymurtazamemon
Oct 6, 2022
Replies: 1 comment 1 reply
-
@shakilkhan12 Use the compiler version 6.6 instead of 6.0 |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
alymurtazamemon
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@shakilkhan12 Use the compiler version 6.6 instead of 6.0