Code to reproduce
Environment
strong text
Please be more specific with your question. See How do I ask a good question?
Sir,
I have an upgradable smart contract. I just wanted to know if there is any specific way to set a time interval between any 2 upgrades of this upgreadable contract.If so, please
let me know.
It depends on your proxy pattern:
_authorizeUpgrade
function.Depending on what you are trying to achieve, you might also just want to have your upgradeable proxy managed by a timelock.