Skip to content

Commit

Permalink
removed role from deployment script
Browse files Browse the repository at this point in the history
  • Loading branch information
Raul committed Dec 18, 2023
1 parent f975f52 commit 61deb77
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions script/foundry/deployment/Main.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -297,10 +297,6 @@ contract Main is Script, BroadcastManager, JsonDeploymentHandler, ProxyHelper {
AccessControl.LICENSING_MANAGER_ROLE,
admin
);
accessControlSingleton.grantRole(
AccessControl.LICENSING_MANAGER,
admin
);
accessControlSingleton.grantRole(
AccessControl.IPORG_CREATOR_ROLE,
admin
Expand Down

0 comments on commit 61deb77

Please sign in to comment.