diff --git a/apps/etherscan/src/app/views/VerifyView.tsx b/apps/etherscan/src/app/views/VerifyView.tsx index 2b8da379c7..a2510eeb0f 100644 --- a/apps/etherscan/src/app/views/VerifyView.tsx +++ b/apps/etherscan/src/app/views/VerifyView.tsx @@ -208,33 +208,24 @@ export const VerifyView: React.FC = ({ name="contractAddress" component="div" /> +
+ { + handleChange(e) + if (e.target.checked) setIsProxyContract(true) + else setIsProxyContract(false) + }} + /> +
- -
- { - handleChange(e) - if (e.target.checked) setIsProxyContract(true) - else setIsProxyContract(false) - }} - /> -
- - - = ({ className="form-control" type="text" name="expectedImplAddress" - placeholder="e.g. 0x11b79afc03baf25c631dd70169bb6a3160b2706e" + placeholder="verified implementation contract address" /> + +