Can slither automatically switch to the correct compiler version? #2042
|
Consider I have solc 0.8.0 and 0.7.0 installed, and an input contract requires 0.7.0. Is there a flag for Slither to infer the required version and switch to 0.7.0 automatically? |
Answered by
0xalpharush
Jul 10, 2023
Replies: 2 comments
|
There is not currently a flag to do this but there's a relevant open issue that would encompass this crytic/crytic-compile#210 |
0 replies
Answer selected by
0xalpharush
|
Thank you. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is not currently a flag to do this but there's a relevant open issue that would encompass this crytic/crytic-compile#210