type DeploymentTransaction = { addresses: Array<string>; contractType: DeployedContractType | string;};