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
solc_json
Provide a simple overview of what you wish to see added. Please include:
Trying to verify manually a deployed contract, but can't generate a vyper -f solc_json output.
vyper -f solc_json
Manually calling the vyper doesn't work because I have dependencies installed via ape pm.
vyper
ape pm
Ideally we get the solc_json output as a JSON file with the contract name somewhere in the .build folder.
.build
The text was updated successfully, but these errors were encountered:
APE-1863 Generate a `solc_json` output
Sorry, something went wrong.
Current work-around is to manually call the vyper with the dependency paths. Eg.
/root/.vvm/vyper-0.4.0 -f solc_json -o lp1.json --path=/root/.ape/packages/projects/pcaversaccio_snekmate/0_1_0/src/ --evm-version cancun contracts/LpSugar.vy
Full context here: https://github.com/velodrome-finance/sugar/pull/102/files#diff-dd2c0eb6ea5cfc6c4bd4eac30934e2d5746747af48fef6da689e85b752f39557
No branches or pull requests
Overview
Provide a simple overview of what you wish to see added. Please include:
Trying to verify manually a deployed contract, but can't generate a
vyper -f solc_json
output.Manually calling the
vyper
doesn't work because I have dependencies installed viaape pm
.Specification
Ideally we get the
solc_json
output as a JSON file with the contract name somewhere in the.build
folder.The text was updated successfully, but these errors were encountered: