We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
compileSol()
When I try to pass a compiler version to the compileSol() method, I'm getting the following error:
Unknown key "0"
Also when I try to pass the compiler version as "auto", it still errors with the following message:
Compiler version 0.8.25: Unknown key "0" Compiler version 0.8.24: Unknown key "0" Compiler version 0.8.23: Unknown key "0" Compiler version 0.8.22: Unknown key "0" Compiler version 0.8.21: Unknown key "0" Compiler version 0.8.20: Unknown key "0" Compiler version 0.8.19: Unknown key "0" ... ... Compiler version 0.8.4: Unknown key "0"
Here's the code I'm using:
compileResult = await compileSol("Test.sol", "0.8.0", {basePath: "/Projects/ZuniswapV2/contracts/"}, [], CompilerKind.Native);
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
When I try to pass a compiler version to the
compileSol()
method, I'm getting the following error:Also when I try to pass the compiler version as "auto", it still errors with the following message:
Here's the code I'm using:
Suggested solution [optional]
The text was updated successfully, but these errors were encountered: