Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nikola-bozin-txfusion committed Dec 28, 2023
1 parent 69fd33b commit 3d8dec9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/hardhat-zksync-deploy/src/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ async function deployLibrary(
);

const _ = fillLibrarySettings(hre, contractInfos);
return await compileAndDeploy(hre, deployer, contractFQN, allDeployedLibraries);
return await compileAndDeploy(hre, deployer, contractFQN, allDeployedLibraries);
}

function findDependentLibraries(dependentLibraries: string[], missingLibraries: MissingLibrary[]): MissingLibrary[] {
Expand Down

0 comments on commit 3d8dec9

Please sign in to comment.