Skip to content

Releases: thirdweb-dev/js

thirdweb@5.112.2

18 Nov 00:02
2976af3

Choose a tag to compare

Patch Changes

@thirdweb-dev/wagmi-adapter@0.2.189

18 Nov 22:25
851fee1

Choose a tag to compare

@thirdweb-dev/wagmi-adapter@0.2.189

@thirdweb-dev/wagmi-adapter@0.2.188

18 Nov 00:02
2976af3

Choose a tag to compare

Patch Changes

@thirdweb-dev/nebula@0.2.92

18 Nov 22:25
851fee1

Choose a tag to compare

Patch Changes

  • Updated dependencies [9983e6c]:
    • thirdweb@5.112.3

@thirdweb-dev/nebula@0.2.91

18 Nov 00:02
2976af3

Choose a tag to compare

Patch Changes

  • Updated dependencies [419fb31]:
    • thirdweb@5.112.2

thirdweb@5.112.1

14 Nov 16:34

Choose a tag to compare

Patch Changes

@thirdweb-dev/wagmi-adapter@0.2.187

14 Nov 16:34

Choose a tag to compare

@thirdweb-dev/wagmi-adapter@0.2.187

@thirdweb-dev/nebula@0.2.90

14 Nov 16:34

Choose a tag to compare

Patch Changes

thirdweb@5.112.0

12 Nov 20:57
80d5595

Choose a tag to compare

Minor Changes

Patch Changes

  • #8402 e26d81c Thanks @joaquim-verges! - Update useAuthToken() to find the auth token for any connected wallet instead of just the active one

  • #8395 a54c1ab Thanks @MananTank! - Add verify parameter to Bridge.Webhook.parse function to validate the payload

    Example

    import { Bridge } from "thirdweb";
    
    const payload = await Bridge.Webhook.parse(
      body,
      headers,
      process.env.WEBHOOK_SECRET,
      tolerance,
      {
        // throw an error if the `payload` doesn't have this receiver address set
        receiverAddress: "0x1234567890123456789012345678901234567890",
      },
    );

@thirdweb-dev/wagmi-adapter@0.2.186

12 Nov 20:57
80d5595

Choose a tag to compare

@thirdweb-dev/wagmi-adapter@0.2.186