-
Notifications
You must be signed in to change notification settings - Fork 794
Conversation
what could be nice to have is some roundtrip test:
|
@gakonst what do you think about the following - I add a roundtrip test and we merge as it is. then, in foundry, we require to provide the compiler version and num of optimizations for now. then, after #802 is merged, we just improve on top of this PR. that would solve a lot of current complaints about verification that users have |
agreed - sgtm |
@gakonst perfect, will take care of this tmrw morning |
@mattsse so, the metadata is all there in the response. the problem with the roundtrip test is that etherscan would error out on trying to verify the contract that was already verified. i guess we can redeploy the contract each time on goerli for verification, but we'd have to set up some dummy wallet with goerli eth |
oh I see, I don't think that's worth it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! Let's maybe look into how we can expand flattening to support multiple contracts In the same file?
Motivation
Solution
PR Checklist