import { sendTransaction } from "thirdweb";
import { rent } from "thirdweb/extensions/farcaster";
const transaction = rent({
contract,
fid: ...,
units: ...,
overrides: {
...
}
});
// Send the transaction
await sendTransaction({ transaction, account });