Skip to content

thirdweb@5.37.0

Compare
Choose a tag to compare
@jnsdls jnsdls released this 20 Jul 01:45
· 3138 commits to main since this release
9a29beb

Minor Changes

  • #3678 31ee4e5 Thanks @ElasticBottle! - Add discord login as an option of thirdweb in app wallet and ecosystem wallet logins

    import { inAppWallet } from "thirdweb/wallets";
    const wallet = inAppWallet();
    const account = await wallet.connect({
      client,
      chain,
      strategy: "discord",
    });
  • #3716 ec3405b Thanks @gregfromstl! - Adds Discord login to the React Native SDK

Patch Changes