pull/5370/head
yann300 2 years ago committed by Aniket
parent e193757ef4
commit bb2867f1d7
  1. 4
      apps/etherscan/src/app/views/VerifyView.tsx

@ -86,9 +86,8 @@ export const VerifyView: React.FC<Props> = ({
<form onSubmit={handleSubmit}>
<div className="form-group">
<h6>Verify your smart contracts</h6>
<label htmlFor="contractName">Contract</label>
<button
style={{ padding: "0.25rem 0.4rem", marginRight: "0.5em" }}
style={{ padding: "0.25rem 0.4rem", marginRight: "0.5em", marginBottom: "0.5em"}}
className="btn btn-primary"
title="Generate the necessary helpers to start the verification from a TypeScript script"
onClick={async () => {
@ -109,6 +108,7 @@ export const VerifyView: React.FC<Props> = ({
>
Generate Etherscan helper scripts
</button>
<label htmlFor="contractName">Contract</label>
<Field
as="select"
className={

Loading…
Cancel
Save