We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0101900 commit a89786eCopy full SHA for a89786e
script/Deploy.s.sol
@@ -39,7 +39,7 @@ contract Deploy is Script {
39
rewards.grantRole(rewards.DEFAULT_ADMIN_ROLE(), admin);
40
41
// Revoke admin role from deployer
42
- rewards.revokeRole(rewards.DEFAULT_ADMIN_ROLE(), address(this));
+ rewards.revokeRole(rewards.DEFAULT_ADMIN_ROLE(), msg.sender);
43
44
vm.stopBroadcast();
45
0 commit comments