From 3d8dec9b7589c88504f6e4a14a0276f0dcae8d80 Mon Sep 17 00:00:00 2001 From: nikola-bozin-txfusion Date: Thu, 28 Dec 2023 11:55:27 +0100 Subject: [PATCH] chore: fix typo --- packages/hardhat-zksync-deploy/src/plugin.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/hardhat-zksync-deploy/src/plugin.ts b/packages/hardhat-zksync-deploy/src/plugin.ts index bc2a6e319..a286b3665 100644 --- a/packages/hardhat-zksync-deploy/src/plugin.ts +++ b/packages/hardhat-zksync-deploy/src/plugin.ts @@ -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[] {