diff --git a/apps/etherscan/src/app/views/VerifyView.tsx b/apps/etherscan/src/app/views/VerifyView.tsx index ef251cf5ce..1ead43f0e7 100644 --- a/apps/etherscan/src/app/views/VerifyView.tsx +++ b/apps/etherscan/src/app/views/VerifyView.tsx @@ -3,6 +3,7 @@ import React, { useEffect, useRef, useState } from "react" import { PluginClient, } from "@remixproject/plugin" +import { CustomTooltip } from '@remix-ui/helper' import { Formik, ErrorMessage, Field } from "formik" import { SubmitButton } from "../components" @@ -189,29 +190,34 @@ export const VerifyView: React.FC = ({ : false} />

- + + + ) }