-
Notifications
You must be signed in to change notification settings - Fork 7
feat: add script for verifying smart contracts with Sourcify #132
New issue
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
base: main
Are you sure you want to change the base?
Conversation
I am currently running into while I try to generate the solc \
--base-path . \
--include-path node_modules \
--include-path lib \
--allow-paths "node_modules,lib" \
src/PDPVerifier.sol |
make verify \
CONTRACT_NAME=PDPVerifier \
CONTRACT_FILE=src/PDPVerifier.sol \
CONTRACT_ADDRESS=<ADDRESS> \
NETWORK=calibration; |
I was testing out the
Any idea what I was doing wrong here @virajbhartiya? Full output here:
|
Closes #64