From 4b2c7983b1cd1c7882207a746a8f3e6070cd015c Mon Sep 17 00:00:00 2001 From: Mikhail <16622558+mmv08@users.noreply.github.com> Date: Fri, 6 Sep 2024 12:28:59 +0200 Subject: [PATCH] Remove reference to inexisting 'deploy' variable in SafeToL2Setup deployment. --- src/deploy/deploy_libraries.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/deploy/deploy_libraries.ts b/src/deploy/deploy_libraries.ts index 28bd7766d..7901f5ae9 100644 --- a/src/deploy/deploy_libraries.ts +++ b/src/deploy/deploy_libraries.ts @@ -36,7 +36,7 @@ const deploy: DeployFunction = async function (hre: HardhatRuntimeEnvironment) { }); await deploy("SafeToL2Setup", { - from: deployer, + from: deployerAccount, args: [], log: true, deterministicDeployment: true,