|
|
|
@ -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={ |
|
|
|
|