You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be useful if solidity compilation would work using the cached compiler offline.
🤔 Rationale
A colleague from Avara asked about offline compilation of Solidity code using hardhat. This is useful when working with (temporarly) no internet access, for example during flights.
🌟 Feature Request for hardaht-zksync plugins
💥 Plugin name
hardhat-zksync-solc
📝 Description
It would be useful if solidity compilation would work using the cached compiler offline.
🤔 Rationale
A colleague from Avara asked about offline compilation of Solidity code using hardhat. This is useful when working with (temporarly) no internet access, for example during flights.
📋 Additional Context
Currently, you get this error
There is a workaround available: use the
compilerPath
option insidezksolc:{settings:{}}
and point it to a local binaryThe text was updated successfully, but these errors were encountered: