Failed to resolve versions ethers_solc #2232
Unanswered
MeetEatMeat
asked this question in
Help
Replies: 1 comment 3 replies
-
AlgebraPool_flattened.sol only works on solc 0.7.6, but most of your other contracts (e.g. OpenZeppelin) requires solc 0.8.0 or above. You need to change the pragmas so all the versions are compatible. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to build a project which has several pragma versions in it's dependencies list, but then i'm getting an error below:
How to resolve it?
Beta Was this translation helpful? Give feedback.
All reactions