DeployPublishedContractOptions

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