You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(!!contractAddressError||!contractAddress) ? <FormattedMessageid="contract-verification.contractAddressError"defaultMessage="Please provide a valid contract address."/> :
271
271
!selectedChain ? <FormattedMessageid="contract-verification.chainError"defaultMessage="Please select the chain."/> :
272
272
!selectedContract ? <FormattedMessageid="contract-verification.selectedContractError"defaultMessage="Please select the contract."/> :
enabledVerifiers['Etherscan']&&!abiEncodedConstructorArgs&&!!abiEncodingError ? <FormattedMessageid="contract-verification.constructorArgumentsError"defaultMessage="Must provide constructor arguments if verifying on Etherscan"/> :
274
274
((hasProxy&&!!proxyAddressError)||(hasProxy&&!proxyAddress)) ? <FormattedMessageid="contract-verification.proxyAddressError"defaultMessage="Please provide a valid proxy address."/> :
275
275
<FormattedMessageid="contract-verification.generalVerifyError"defaultMessage={"Please provide all necessary data to verify"}/>)// Is not expected to be a case
276
276
: <FormattedMessageid="contract-verification.verifyButtonTooltip"defaultMessage="Verify the contract on the selected chains with the selected verifiers."/>}>
0 commit comments