What is Timelock?
To prevent a developer from minting billions of new tokens, many projects have a timelock on contract, which requires an X amount of hours (it varies on each project) delay time between contract update and contract execution.
In our case, we have implemented a timelock of 48 hours.
Last updated