Skip to content

Releases: thirdweb-dev/js

thirdweb@5.61.5

10 Oct 08:44
3d201fc
Compare
Choose a tag to compare

Patch Changes

thirdweb@5.61.4

09 Oct 16:46
6527123
Compare
Choose a tag to compare

Patch Changes

thirdweb@5.61.3

09 Oct 10:38
f83d266
Compare
Choose a tag to compare

Patch Changes

thirdweb@5.61.2

08 Oct 21:13
33c2f56
Compare
Choose a tag to compare

Patch Changes

thirdweb@5.61.1

08 Oct 02:09
d5039f4
Compare
Choose a tag to compare

Patch Changes

@thirdweb-dev/service-utils@0.4.43

08 Oct 21:58
f5d2d35
Compare
Choose a tag to compare

Patch Changes

@thirdweb-dev/service-utils@0.4.42

08 Oct 21:13
33c2f56
Compare
Choose a tag to compare

Patch Changes

@thirdweb-dev/service-utils@0.4.41

08 Oct 02:09
d5039f4
Compare
Choose a tag to compare

Patch Changes

thirdweb@5.61.0

04 Oct 23:10
4660e0c
Compare
Choose a tag to compare

Minor Changes

Patch Changes

  • #4919 d4c423c Thanks @joaquim-verges! - Fix passing 0n as from/to blocks in getContractEvents

  • #4918 0f6b881 Thanks @ElasticBottle! - Add querying for in app wallet user details via externally linked wallet address:

    import { getUser } from "thirdweb";
    
    // this is the wallet address that the user used to connect via SIWE to their in app wallet
    const user = await getUser({
      client,
      externalWalletAddress: "0x123...",
    });

    Add querying for ecosystem wallet user details:

    import { getUser } from "thirdweb";
    
    const user = await getUser({
      client,
      ecosystem: {
        id: "ecosystem.YOUR_ID",
        partnerId: "OPTIONAL_PARTNER_ID"
      }
      email: "user@example.com",
    });

thirdweb@5.60.1

03 Oct 01:38
bfe9753
Compare
Choose a tag to compare

Patch Changes