Skip to content

Commit

Permalink
chore: nit
Browse files Browse the repository at this point in the history
  • Loading branch information
albert-llimos committed Nov 6, 2023
1 parent 0635212 commit adb984d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/deploy_tokenVestings.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,7 @@
def main():

# TODO: Ensure vesting schedule is correct. Leaving cliff to 1 day for safety. Enter env variables?
# TODO: For TGE the noStaking_cliff might need to be a precise timestamp, not adding the current chain.time()
# Use datetime.fromtimestamp(chain.time()) to print the date for cliffs, start and ends.
# TODO: If we want noStaking_cliff to be a precise timestamp, remove the the chain.time() addition
# Vesting schedule
noStaking_cliff = DAY
noStaking_end = noStaking_cliff + YEAR
Expand Down

0 comments on commit adb984d

Please sign in to comment.