Represents the options to retrieve a Farcaster contract
type FarcasterContractOptions = { chain?: Chain; client: ThirdwebClient;};
type chain = Chain;
type client = ThirdwebClient;