Skip to content

Commit

Permalink
SafeToL2Setup deployment script
Browse files Browse the repository at this point in the history
  • Loading branch information
remedcu committed Sep 10, 2024
1 parent 651e920 commit 9126163
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 9126163

Please sign in to comment.