Skip to content

Commit

Permalink
fix: adjust solc message for missing libraries (#783)
Browse files Browse the repository at this point in the history
Co-authored-by: Marko Arambasic <[email protected]>
  • Loading branch information
kiriyaga-txfusion and kiriyaga authored Feb 23, 2024
1 parent a6b7828 commit aa2b48b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/hardhat-zksync-solc/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export const COMPILERS_CONFLICT_ZKVM_SOLC = (version: string) =>
export const MISSING_LIBRARIES_NOTICE =
'zksolc compiler detected missing libraries! For more details, visit: https://era.zksync.io/docs/tools/hardhat/compiling-libraries.html.';
export const COMPILE_AND_DEPLOY_LIBRARIES_INSTRUCTIONS =
'To compile and deploy libraries, please run: `yarn hardhat deploy-zksync:libraries --private-key <PRIVATE_KEY>`';
'To compile and deploy libraries, please run: `yarn hardhat deploy-zksync:libraries`';
export const MISSING_LIBRARY_LINK =
'For more details on how to use deploy-zksync:libraries task from hardhat-zksync-deploy plugin, visit: https://era.zksync.io/docs/tools/hardhat/hardhat-zksync-deploy.html.';

Expand Down

0 comments on commit aa2b48b

Please sign in to comment.