ownership & killable

This commit is contained in:
tim
2025-10-19 13:35:33 -04:00
parent 5aa0032be0
commit d55be28cba
18 changed files with 364 additions and 176 deletions

View File

@@ -35,6 +35,7 @@ contract DeploySepolia is Script {
// deploy a PartyPlanner factory and create the pool via factory
PartyPlanner planner = new PartyPlanner(
msg.sender, // admin address is the same as the deployer
WETH,
swapImpl,
mintImpl,