From 2c99e117102302a3d0b32380485fa5de96136980 Mon Sep 17 00:00:00 2001 From: Aniket-Engg Date: Thu, 22 Jun 2023 14:22:07 +0530 Subject: [PATCH] tooltip fot selected network --- apps/etherscan/src/app/views/VerifyView.tsx | 28 +++++++++++++-------- 1 file changed, 17 insertions(+), 11 deletions(-) diff --git a/apps/etherscan/src/app/views/VerifyView.tsx b/apps/etherscan/src/app/views/VerifyView.tsx index 91fbd88de8..5e70a4dd16 100644 --- a/apps/etherscan/src/app/views/VerifyView.tsx +++ b/apps/etherscan/src/app/views/VerifyView.tsx @@ -111,14 +111,20 @@ export const VerifyView: React.FC = ({ {({ errors, touched, handleSubmit, handleChange, isSubmitting }) => { return (
- - + + + +
@@ -227,9 +233,9 @@ export const VerifyView: React.FC = ({