Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
Signed-off-by: GopherJ <[email protected]>
  • Loading branch information
GopherJ committed Jul 26, 2023
1 parent 8daca32 commit 7bf81e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helpers/hardhat-constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -272,5 +272,5 @@ export const ZK_LIBRARIES = fs.existsSync(ZK_LIBRARIES_PATH)
};

export const DEPLOY_MAX_RETRIES = parseInt(
process.env.DEPLOY_MAX_RETRIES || "3"
process.env.DEPLOY_MAX_RETRIES || "6"
);

0 comments on commit 7bf81e4

Please sign in to comment.