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
solidity compiler threw the error below when I ran npm run build.
npm run build
Missing dependencies found. Installing now... [⠆] Compiling... [⠢] Compiling 68 files with 0.8.17 [⠆] Solc 0.8.17 finished in 763.48ms Error: Compiler run failed error[4113]: DeclarationError: The identifier name "_" is reserved. --> src/verifier/ECMaths.sol:39:17: | 39 | let _ := call(39240, 0x0000000000000000000000000000000000000005, 0, freemem, 0xC0, freemem, 0x20) |
what's missing here?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
solidity compiler threw the error below when I ran
npm run build
.what's missing here?
The text was updated successfully, but these errors were encountered: