Skip to content

Commit f9a4d2e

Browse files
authored
Remove reference to inexisting 'deploy' variable in SafeToL2Setup deployment (#822)
merging #742 broke the build because it used a different deployer account. This PR fixes it by using the new one in the SafeToL2Setup contract deployment
1 parent 2787247 commit f9a4d2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/deploy/deploy_libraries.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ const deploy: DeployFunction = async function (hre: HardhatRuntimeEnvironment) {
3636
});
3737

3838
await deploy("SafeToL2Setup", {
39-
from: deployer,
39+
from: deployerAccount,
4040
args: [],
4141
log: true,
4242
deterministicDeployment: true,

0 commit comments

Comments
 (0)