-
Notifications
You must be signed in to change notification settings - Fork 649
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
feat(forge script
): add flag to output --standard-json-input
somewhere
#1350
Comments
we have
on verify-contract, so we should be able to also include this in the script command easily |
Yes, but that only works with |
forge script
): add flag to output --standard-json-input
somewhere
It seems that no, I was able to run |
@CodeSandwich we're going to add better documentation for the flag. |
Awesome! IMO making it a separate command or a feature of a more obvious command like |
Update: Etherscan V2 started using the same API Key for everything 🥇 |
Yep, tracking impl in foundry-rs/foundry#9196 |
Component
Forge
Describe the feature you would like
When a script deoloys contracts to 2 different chains (Mainnet, Base) Etherscan & BaseScan don't use the same API key, so the contract verification fails with
--verify
It would be convenient, to store the standard json output somewhere for all deployed contracts. That way, it is easy to manually drag & drop it on Etherscan,Basescan to verify the contracts.
Additional context
No response
The text was updated successfully, but these errors were encountered: