Phantom

https://phantom.app/
Play StorePlay StorePlay Store

Wallet ID

"app.phantom";

Connect Wallet

import { createThirdwebClient } from "thirdweb";
import { createWallet, injectedProvider } from "thirdweb/wallets";
const client = createThirdwebClient({ clientId });
const wallet = createWallet("app.phantom"); // pass the wallet id
await wallet.connect({ client });