type DeployOptions = { forceDirectDeploy?: boolean; notifier?: ( status: "deploying" | "deployed", contractType: DeployedContractType | string, ) => void; saltForProxyDeploy?: string;};