Skip to content

Commit

Permalink
Remove reference to inexisting 'deploy' variable in SafeToL2Setup dep…
Browse files Browse the repository at this point in the history
…loyment.
  • Loading branch information
mmv08 committed Sep 6, 2024
1 parent 2787247 commit 4b2c798
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/deploy/deploy_libraries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const deploy: DeployFunction = async function (hre: HardhatRuntimeEnvironment) {
});

await deploy("SafeToL2Setup", {
from: deployer,
from: deployerAccount,
args: [],
log: true,
deterministicDeployment: true,
Expand Down

0 comments on commit 4b2c798

Please sign in to comment.