The compiler says Found incompatible versions:
when I try forge build
#74
Unanswered
Kenn-eth
asked this question in
Help / Q&A / Troubleshooting
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I cloned the entire repo of Damn Vulnerable Defi and when trying to build it the compiler says: Found incompatible versions and it points to two files: the
PuppetV3Pool.sol
and the PuppetV3Pool.t.sol`I have tried the following solutions individually:
I have switched my compiler to version
0.8.25
usingsolc-select use 0.8.25
but the error continues.I explicitly stated the compiler version in
toml
file withsolc_version = 0.8.25
I added
auto_detect_solc = true
andoffline =false
The error continues
Beta Was this translation helpful? Give feedback.
All reactions