alchemix-finance / alchemix-v2-dao

5 stars 4 forks source link

DAO: L2Governor, decouple timelock delay from voting delay and voting period #149

Closed thetechnocratic closed 1 year ago

thetechnocratic commented 1 year ago

current: propose() schedules transactions in the TimelockExecutor with its own delay.

wanted: propose() should schedule transactions in the executor based on a sum of all the delays (voting delay, voting period, timelock delay)

we should also add a minimum hardcoded value for the timelock delay