Skip to content

Releases: thirdweb-dev/js

thirdweb@5.89.0

25 Feb 10:37
1abab4c
Compare
Choose a tag to compare

Minor Changes

Patch Changes

@thirdweb-dev/wagmi-adapter@0.2.22

25 Feb 10:37
1abab4c
Compare
Choose a tag to compare
@thirdweb-dev/wagmi-adapter@0.2.22

@thirdweb-dev/service-utils@0.8.9

25 Feb 10:37
1abab4c
Compare
Choose a tag to compare

Patch Changes

thirdweb@5.88.7

18 Feb 18:47
35b7a0e
Compare
Choose a tag to compare

Patch Changes

thirdweb@5.88.6

18 Feb 06:05
b98c228
Compare
Choose a tag to compare

Patch Changes

  • #6274 b182302 Thanks @kumaryash90! - bytes32 salt for deterministic deployment

  • #6283 5a08176 Thanks @joaquim-verges! - Respect supportedTokens override in PayEmbed

  • #6281 a0f3557 Thanks @joaquim-verges! - Fix text wrapping for long balances in token selector

  • #6282 45ca033 Thanks @joaquim-verges! - Deprecated viemAdapter.walletClient in favor of viemAdapter.wallet to take wallet instances instead of accounts

    BEFORE:

    import { viemAdapter } from "thirdweb/adapters/viem";
    
    const walletClient = viemAdapter.walletClient.toViem({
      account, // Account
      chain,
      client,
    });

    AFTER:

    import { viemAdapter } from "thirdweb/adapters/viem";
    
    const walletClient = viemAdapter.wallet.toViem({
      wallet, // now pass a connected Wallet instance instead of an account
      chain,
      client,
    });

    This allows for full wallet lifecycle management with the viem adapter, including switching chains, adding chains, events and more.

@thirdweb-dev/wagmi-adapter@0.2.21

18 Feb 18:47
35b7a0e
Compare
Choose a tag to compare
@thirdweb-dev/wagmi-adapter@0.2.21

@thirdweb-dev/wagmi-adapter@0.2.20

18 Feb 06:05
b98c228
Compare
Choose a tag to compare
@thirdweb-dev/wagmi-adapter@0.2.20

thirdweb@5.88.5

17 Feb 10:50
942d20a
Compare
Choose a tag to compare

Patch Changes

@thirdweb-dev/wagmi-adapter@0.2.19

17 Feb 10:50
942d20a
Compare
Choose a tag to compare

Patch Changes

thirdweb@5.88.4

13 Feb 03:42
5f26883
Compare
Choose a tag to compare

Patch Changes