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