|
|
|
@ -33,8 +33,9 @@ export const CaptureKeyView: React.FC = () => { |
|
|
|
|
> |
|
|
|
|
{({ errors, touched, handleSubmit }) => ( |
|
|
|
|
<form onSubmit={handleSubmit}> |
|
|
|
|
<h6>Set Etherscan API Key</h6> |
|
|
|
|
<div className="form-group" style={{ marginBottom: "0.5rem" }}> |
|
|
|
|
<label htmlFor="apikey">Enter Etherscan API Key</label> |
|
|
|
|
<label htmlFor="apikey">API Key</label> |
|
|
|
|
<Field |
|
|
|
|
className={ |
|
|
|
|
errors.apiKey && touched.apiKey |
|
|
|
|