Skip to content

Commit 3ad7777

Browse files
committed
Clarify that constructore arguments are only needed for Etherscan
1 parent 7210df7 commit 3ad7777

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/contract-verification/src/app/components/ConstructorArguments.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ export const ConstructorArguments: React.FC<ConstructorArgumentsProps> = ({ abiE
109109

110110
return (
111111
<div className="mt-4">
112-
<label>Constructor Arguments</label>
112+
<label>Constructor Arguments - only required for Etherscan</label>
113113
<div className="d-flex py-1 align-items-center custom-control custom-checkbox">
114114
<input className="form-check-input custom-control-input" type="checkbox" id="toggleRawInputSwitch" checked={toggleRawInput} onChange={() => setToggleRawInput(!toggleRawInput)} />
115115
<label className="m-0 form-check-label custom-control-label" style={{ paddingTop: '2px' }} htmlFor="toggleRawInputSwitch">

0 commit comments

Comments
 (0)