Skip to content

Commit

Permalink
fix: pr review
Browse files Browse the repository at this point in the history
  • Loading branch information
ankurdubey521 committed Sep 12, 2023
1 parent 2d1edda commit 614f643
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/deploy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -416,8 +416,8 @@ export async function mainDeploy(): Promise<Record<string, string>> {
console.log("=========================================");
await deployMultichainValidatorModule(deployerInstance);
console.log("=========================================");
// await deployPasskeyModule(deployerInstance);
// console.log("=========================================");
await deployPasskeyModule(deployerInstance);
console.log("=========================================");
await deploySessionKeyManagerModule(deployerInstance);
console.log("=========================================");
await deployBatchedSessionRouterModule(deployerInstance);
Expand Down

0 comments on commit 614f643

Please sign in to comment.