Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkeating committed Feb 7, 2024
1 parent 61528aa commit b2280ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/Deploy.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ contract Deploy is Script, DeployInput {
INotifiableRewardReceiver(uniStaker)
);

// Set the v3FactoryOwner to be the rewards notifier
// Enable the v3FactoryOwner as a UniStaker rewards notifier
uniStaker.setRewardsNotifier(address(v3FactoryOwner), true);

// Change UniStaker admin from `msg.sender` to the Governor timelock
Expand Down

0 comments on commit b2280ad

Please sign in to comment.