Skip to content

thirdweb@5.44.0

Compare
Choose a tag to compare
@jnsdls jnsdls released this 06 Aug 00:17
· 2980 commits to main since this release
34e6f69

Minor Changes

  • c9e14e3 Thanks @jnsdls! - Adds telegram login option for in-app wallets

    import { inAppWallet } from "thirdweb";
    
    const wallet = inAppWallet();
    
    await wallet.connect({
      strategy: "telegram",
    });

Patch Changes

  • c9e14e3 Thanks @jnsdls! - Added Celo Alfajores Testnet within the chain-definitions

  • c9e14e3 Thanks @jnsdls! - Add type field on DirectListing and EnglishAuction types.