Skip to content

Commit

Permalink
Update script/20240516-revoke-roles/01_Revoke_Roles.s.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
TuDo1403 committed Jun 25, 2024
1 parent 8ffed4d commit 3186481
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion script/20240516-revoke-roles/01_Revoke_Roles.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ contract Migration__01_Revoke_Roles is Migration {

for (uint256 i; i < contracts.length; i++) {
AccessControlEnumerable(contracts[i]).grantRole(0x0, multisig);
AccessControlEnumerable(contracts[i]).renounceRole(0x0, duke);

assertTrue(
AccessControlEnumerable(contracts[i]).getRoleMemberCount(0x0) > 0,
Expand Down

0 comments on commit 3186481

Please sign in to comment.