We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7210df7 commit 3ad7777Copy full SHA for 3ad7777
apps/contract-verification/src/app/components/ConstructorArguments.tsx
@@ -109,7 +109,7 @@ export const ConstructorArguments: React.FC<ConstructorArgumentsProps> = ({ abiE
109
110
return (
111
<div className="mt-4">
112
- <label>Constructor Arguments</label>
+ <label>Constructor Arguments - only required for Etherscan</label>
113
<div className="d-flex py-1 align-items-center custom-control custom-checkbox">
114
<input className="form-check-input custom-control-input" type="checkbox" id="toggleRawInputSwitch" checked={toggleRawInput} onChange={() => setToggleRawInput(!toggleRawInput)} />
115
<label className="m-0 form-check-label custom-control-label" style={{ paddingTop: '2px' }} htmlFor="toggleRawInputSwitch">
0 commit comments