Is it possible to figure out what solc versions (long format) forge installs? #1204
-
When running Is it possible to find out the long version tag for the For example: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
The binaries are put in |
Beta Was this translation helpful? Give feedback.
-
Cheers, thank you. On my Windows machine using $ ~/.svm/0.8.13/solc-0.8.13 --version
solc, the solidity compiler commandline interface
Version: 0.8.13+commit.abaa5c0e.Windows.msvc I would be nice if |
Beta Was this translation helpful? Give feedback.
The binaries are put in
$HOME/.svm
, and I think the only way currently is to run the solc binary manually to get the long version 🙂