pull/3750/head
Aniket-Engg 2 years ago committed by Aniket
parent 1d3b6c136a
commit 6e07e259a3
  1. 18
      apps/etherscan/src/app/views/VerifyView.tsx

@ -224,12 +224,18 @@ export const VerifyView: React.FC<Props> = ({
<div className={ isProxyContract ? 'form-group d-block': 'form-group d-none' }> <div className={ isProxyContract ? 'form-group d-block': 'form-group d-none' }>
<label htmlFor="expectedImplAddress">Expected Implementation Address (Optional)</label> <label htmlFor="expectedImplAddress">Expected Implementation Address (Optional)</label>
<Field <CustomTooltip
className="form-control" tooltipText='Providing expected implementation address enforces a check to ensure the returned implementation contract address is same as address picked up by the verifier'
type="text" tooltipId='etherscan-impl-address'
name="expectedImplAddress" placement='top'
placeholder="e.g. 0x11b79afc03baf25c631dd70169bb6a3160b2706e" >
/> <Field
className="form-control"
type="text"
name="expectedImplAddress"
placeholder="e.g. 0x11b79afc03baf25c631dd70169bb6a3160b2706e"
/>
</CustomTooltip>
</div> </div>
<SubmitButton dataId="verify-contract" text="Verify" <SubmitButton dataId="verify-contract" text="Verify"

Loading…
Cancel
Save