Skip to content
Compare
Choose a tag to compare
@jnsdls jnsdls released this 20 Sep 22:17
· 578 commits to main since this release
07d191b

Minor Changes

  • #4692 0a7448c Thanks @gregfromstl! - Login to an in-app wallet with your Coinbase account

    import { inAppWallet } from "thirdweb/react";
    
    const wallet = inAppWallet();
    
    const account = await wallet.connect({
      strategy: "coinbase",
      chain: mainnet,
      client: thirdwebClient,
    });

Patch Changes