import { createThirdwebClient } from "thirdweb";
import { createWallet } from "thirdweb/wallets";
import { base } from "thirdweb/chains";
const client = createThirdwebClient({ clientId: "..." });
const wallet = createWallet("org.base.account");
const account = await wallet.connect({
client,
chain: base,
});