File tree 1 file changed +13
-1
lines changed
1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -59,8 +59,20 @@ const tip_123: TemplatedProposalDescription = {
59
59
arguments : ( addresses ) => [ ethers . utils . id ( 'GOVERN_ROLE' ) , addresses . core ] ,
60
60
description : 'Revoke the GOVERN_ROLE from the Core Treasury'
61
61
} ,
62
+ // 6. Transfer admin of DAO timelock to DAO timelock burner
63
+ {
64
+ target : 'feiDAOTimelock' ,
65
+ values : '0' ,
66
+ method : 'setPendingAdmin(address)' ,
67
+ arguments : ( addresses ) => [ addresses . daoTimelockBurner ] ,
68
+ description : 'Set pending Fei DAO timelock admin to be the DAO timelock burner'
69
+ } ,
70
+ {
71
+ target : 'daoTimelockBurner' ,
72
+ values : '0' ,
73
+ method : 'acceptFeiDAOTimelockAdmin()' ,
62
74
arguments : ( addresses ) => [ ] ,
63
- description : ''
75
+ description : 'Accept Fei DAO timelock admin transfer to the DAO timelock burner '
64
76
}
65
77
] ,
66
78
description : `
You can’t perform that action at this time.
0 commit comments