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
/verify/solc-json
There aren't so many levels in the files object.
This is what's shown on the docs now:
{ "address": "0x07880D44b0f7b75464ad18fc2b980049c40A8bc3", "chain": "1", "files": { "value": { "SolcJsonInput.json": "{...}" } }, "compilerVersion": "0.8.4+commit.c7e474f2", "contractName": "Storage", "creatorTxHash": "0xb7efb33c736b1e8ea97e356467f99d99221343f077ce31a3e3ac1d2e0636df1d" }
But this gives me an error that files/value needs to be a string.
The docs should instead show this:
{ "address": "0x07880D44b0f7b75464ad18fc2b980049c40A8bc3", "chain": "1", "files": { "value": "{...}" }, "compilerVersion": "0.8.4+commit.c7e474f2", "contractName": "Storage", "creatorTxHash": "0xb7efb33c736b1e8ea97e356467f99d99221343f077ce31a3e3ac1d2e0636df1d" }
The text was updated successfully, but these errors were encountered:
Good catch, thanks!
Will be fixed by ethereum/sourcify#1927
Also keep in mind we will release a new verification API with APIv2 this quarter ethereum/sourcify#1367 https://sourcify.stoplight.io/docs/sourcify-apiv2/branches/main
Sorry, something went wrong.
kuzdogan
Successfully merging a pull request may close this issue.
There aren't so many levels in the files object.
This is what's shown on the docs now:
But this gives me an error that files/value needs to be a string.
The docs should instead show this:
The text was updated successfully, but these errors were encountered: