Wallets
MetaMask
"io.metamask";import { createThirdwebClient } from "thirdweb";import { createWallet, injectedProvider } from "thirdweb/wallets"; const client = createThirdwebClient({ clientId }); const wallet = createWallet("io.metamask"); // pass the wallet id// if user has wallet installed, connects to it, otherwise opens a WalletConnect modalawait wallet.connect({ client });