Skip to content

Commit 69d5d5f

Browse files
committed
feat: transfer dao timelock admin to burner, verify
1 parent 72380a2 commit 69d5d5f

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

proposals/description/tip_123.ts

+13-1
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,20 @@ const tip_123: TemplatedProposalDescription = {
5959
arguments: (addresses) => [ethers.utils.id('GOVERN_ROLE'), addresses.core],
6060
description: 'Revoke the GOVERN_ROLE from the Core Treasury'
6161
},
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()',
6274
arguments: (addresses) => [],
63-
description: ''
75+
description: 'Accept Fei DAO timelock admin transfer to the DAO timelock burner'
6476
}
6577
],
6678
description: `

0 commit comments

Comments
 (0)