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
exportconstBYTECODE_MISMATCH_ERROR=`Error in ${PluginName}: Contract verification failed, bytecode mismatch detected. This can occur if compiler details or source is different compared to the deployed contract.`;
4
-
exportconstNO_VERIFIABLE_CONTRACTS_ERROR=`${PluginName}: Contracts are not eligible for verification.`;
5
-
exportconstNO_NEW_CONTRACTS_VERIFIED_ERROR=`${PluginName}: No new contracts have been verified.`;
6
-
exportconstAPI_REQUEST_ERROR=`Error in ${PluginName}: Verification failed. There was an error during the API request, please contact support with the above error.`;
3
+
exportconstBYTECODE_MISMATCH_ERROR=`Error in ${Plugin}: Contract verification failed, bytecode mismatch detected. This can occur if compiler details or source is different compared to the deployed contract.`;
4
+
exportconstNO_VERIFIABLE_CONTRACTS_ERROR=`${Plugin}: Contracts are not eligible for verification.`;
5
+
exportconstNO_NEW_CONTRACTS_VERIFIED_ERROR=`${Plugin}: No new contracts have been verified.`;
6
+
exportconstAPI_REQUEST_ERROR=`Error in ${Plugin}: Verification failed. There was an error during the API request, please contact support with the above error.`;
7
7
exportconstCONTRACTS_NOT_DETECTED=`"Could not detect any contracts inside hardhat project. Make sure you have some contracts under ./contracts directory."`;
0 commit comments