Skip to content

Commit

Permalink
set governor to factory and set manager to input
Browse files Browse the repository at this point in the history
  • Loading branch information
aazhou1 committed Nov 18, 2024
1 parent 6b19639 commit f1f2add
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/Strategy.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ contract DeployStrategy is Script {

TermVaultEventEmitter eventEmitter = _deployEventEmitter();

Strategy.StrategyParams memory params = buildStrategyParams(address(eventEmitter), deployer);
Strategy.StrategyParams memory params = buildStrategyParams(address(eventEmitter));

Strategy strategy = new Strategy(
name,
Expand Down

0 comments on commit f1f2add

Please sign in to comment.