Skip to content

Commit

Permalink
SafeToL2Setup deployment script (#823)
Browse files Browse the repository at this point in the history
This PR adds the `SafeToL2Setup` deployment (already added in the `main`
with #816) to the release branch for `v1.4.1`.
  • Loading branch information
remedcu authored Sep 10, 2024
1 parent a740be6 commit a7ee921
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/deploy/deploy_libraries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,13 @@ const deploy: DeployFunction = async function (hre: HardhatRuntimeEnvironment) {
log: true,
deterministicDeployment: true,
});

await deploy("SafeToL2Setup", {
from: deployer,
args: [],
log: true,
deterministicDeployment: true,
});
};

deploy.tags = ["libraries", "l2-suite", "main-suite"];
Expand Down

0 comments on commit a7ee921

Please sign in to comment.