diff --git a/script/Deploy.s.sol b/script/Deploy.s.sol index 289ba95..aeca68c 100644 --- a/script/Deploy.s.sol +++ b/script/Deploy.s.sol @@ -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