Open
Description
Hello everyone, I am planning to use slither to do large-scale (about 1200) smart contract vulnerability detection as a reference for the experimental data of the paper. But these contracts all require different versions of the solidity compiler (for example: ^0.4.20, ^0.6.4). Is there any way to automatically batch detect these contracts without manually switching the solc version?
Thank you very much!