"app.w3wallet";
import { createThirdwebClient } from "thirdweb";import { createWallet } from "thirdweb/wallets"; const client = createThirdwebClient({ clientId }); const wallet = createWallet("app.w3wallet"); // pass the wallet idawait wallet.connect({ client });