Docs

defaultWallets

The default wallets that are used by the ThirdwebProvider if no supportedWallets prop is provided.

The defaults wallets are:

  • Metamask

  • Coinbase

  • WalletConnect

  • TrustWallet

  • RainbowWallet

  • ZerionWallet

  • PhantomWallet

let defaultWallets: Array<WalletConfig<any>>;