DeployPublishedContractOptions

type DeployPublishedContractOptions = {
account: Account;
chain: Chain;
client: ThirdwebClient;
contractId: string;
contractParams: Array<unknown>;
implementationConstructorParams?: Array<unknown>;
publisher?: string;
version?: string;
};