Skip to content

Commit

Permalink
fix(protocol): renounce timelock_admin role from msg.sender (#16751)
Browse files Browse the repository at this point in the history
Co-authored-by: Keszey Dániel <keszeyd@MacBook-Pro.local>
  • Loading branch information
adaki2004 and Keszey Dániel authored Apr 17, 2024
1 parent 9166ee3 commit abd18e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/protocol/script/DeployOnL1.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ contract DeployOnL1 is DeployCapability {
_timelock.revokeRole(_timelock.PROPOSER_ROLE(), msg.sender);
_timelock.revokeRole(_timelock.EXECUTOR_ROLE(), msg.sender);
_timelock.transferOwnership(securityCouncil);
_timelock.renounceRole(_timelock.TIMELOCK_ADMIN_ROLE(), msg.sender);
}

function deploySharedContracts()
Expand Down

0 comments on commit abd18e8

Please sign in to comment.