Skip to content

Commit

Permalink
log timestamp for gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Salmandabbakuti committed Nov 8, 2023
1 parent 943b033 commit d9261b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ task(

task("deploy", "Deploys Contract", async (_, hre) => {
const currentTimestampInSeconds = Math.round(Date.now() / 1000);
console.log("current timestamp", currentTimestampInSeconds);
const unlockTime = currentTimestampInSeconds + 300;
const lockedAmount = hre.ethers.parseEther("0.001");

Expand Down

0 comments on commit d9261b6

Please sign in to comment.