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
Forge
forge 0.1.0 (e3bae77 2022-02-17T00:22:45.909541871+00:00)
forge build
Linux
The json format of compiled contract is not correct. deployed_bytecode should be deployedBytecode. https://docs.soliditylang.org/en/v0.7.4/using-the-compiler.html#output-description
deployed_bytecode
deployedBytecode
"deployed_bytecode": { "object": "0x7xxx3", "sourceMap": "xxx", "linkReferences": {} }
The text was updated successfully, but these errors were encountered:
Fixed here gakonst/ethers-rs#907 should land shortly
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Component
Forge
Have you ensured that all of these are up to date?
What version of Foundry are you on?
forge 0.1.0 (e3bae77 2022-02-17T00:22:45.909541871+00:00)
What command(s) is the bug in?
forge build
Operating System
Linux
Describe the bug
The json format of compiled contract is not correct.
deployed_bytecode
should bedeployedBytecode
.https://docs.soliditylang.org/en/v0.7.4/using-the-compiler.html#output-description
The text was updated successfully, but these errors were encountered: