Skip to content

Commit

Permalink
feat(protocol): grant securityCouncil the PROPOSER role (#15355)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtaikocha authored Dec 8, 2023
1 parent 75b2ef9 commit d50b276
Show file tree
Hide file tree
Showing 2 changed files with 3,727 additions and 3,748 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 @@ -184,6 +184,7 @@ contract DeployOnL1 is DeployCapability {
TaikoTimelockController _timelock = TaikoTimelockController(payable(timelock));
// Only the governer can make proposals after holders voting.
_timelock.grantRole(_timelock.PROPOSER_ROLE(), governor);
_timelock.grantRole(_timelock.PROPOSER_ROLE(), securityCouncil);

// Granting address(0) the executor role to allow open executation.
_timelock.grantRole(_timelock.EXECUTOR_ROLE(), address(0));
Expand Down
Loading

0 comments on commit d50b276

Please sign in to comment.