pull/3102/head
yann300 2 years ago committed by Aniket
parent be0ec4cba7
commit e84975506a
  1. 7
      apps/etherscan/src/app/views/VerifyView.tsx

@ -84,9 +84,9 @@ export const VerifyView: React.FC<Props> = ({
>
{({ errors, touched, handleSubmit, isSubmitting }) => (
<form onSubmit={handleSubmit}>
<div className="form-group">
<h6>Verify your smart contracts</h6>
<button
<h6>Verify your smart contracts</h6>
<button
type="button"
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"
@ -108,6 +108,7 @@ export const VerifyView: React.FC<Props> = ({
>
Generate Etherscan helper scripts
</button>
<div className="form-group">
<label htmlFor="contractName">Contract</label>
<Field
as="select"

Loading…
Cancel
Save