Skip to content

Commit

Permalink
Update src/deployment/DSPCDeploy.sol
Browse files Browse the repository at this point in the history
Co-authored-by: amusingaxl <[email protected]>
Signed-off-by: oddaf <[email protected]>
  • Loading branch information
oddaf and amusingaxl authored Feb 19, 2025
1 parent 253af36 commit 45a1834
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/deployment/DSPCDeploy.sol
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ library DSPCDeploy {
inst.mom = address(new DSPCMom());

ScriptTools.switchOwner(address(inst.dspc), params.deployer, params.owner);
inst.mom.setOwner(params.owner);
MomLike(inst.mom).setOwner(params.owner);
}
}

0 comments on commit 45a1834

Please sign in to comment.