Open spalladino opened 5 years ago
Pretty sure that was request a couple times already.
Until oz verify
automagically support verifying proxy contracts, how can we verify proxy contracts manually on Etherscan?
What compiler version, EVM version, optimizer settings are used?
https://github.com/OpenZeppelin/openzeppelin-sdk/issues/1183#issuecomment-524984084
Process to verify the proxy contract: https://forum.openzeppelin.com/t/verify-proxy-contract/1989
does this is valid from AdminUpgradeabilityProxy which are deployed from other contracts ? e.g via app.sol https://github.com/OpenZeppelin/openzeppelin-sdk/blob/master/packages/lib/contracts/application/App.sol#L117 @abcoathup @spalladino
@orenyodfat unfortunately no, the CLI only tracks contracts deployed from the CLI itself.
Currently only logic contracts are verified. We should verify the proxy themselves as well.