Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
DZGoldman committed Oct 5, 2023
1 parent 8aaeca0 commit fe62c06
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ contract ParentChainGovFactory is Ownable {
timelock.revokeRole(timelock.TIMELOCK_ADMIN_ROLE(), address(this));

// grant canceller role to upgrade executor; this can be used e.g. by an admin with executor affordance granted to the upgrade executor
timelock.grantRole(timelock.CANCELLER_ROLE()(), address(_parentChainUpExec));
timelock.grantRole(timelock.CANCELLER_ROLE(), address(_parentChainUpExec));

emit Deployed(timelock);
}
Expand Down

0 comments on commit fe62c06

Please sign in to comment.