Skip to content

Releases: thirdweb-dev/js

@thirdweb-dev/[email protected]

05 Jun 12:35
2b39669
Compare
Choose a tag to compare

@thirdweb-dev/[email protected]

05 Jun 12:35
2b39669
Compare
Choose a tag to compare

Patch Changes

  • #7276 42236d4 Thanks @jnsdls! - remove:
    • starter_legacy plan type
    • billingPlanVersion field
    • growthTrialEligible field

[email protected]

04 Jun 07:36
8910f55
Compare
Choose a tag to compare

Patch Changes

@thirdweb-dev/[email protected]

04 Jun 07:36
8910f55
Compare
Choose a tag to compare

[email protected]

31 May 11:00
8abf3cc
Compare
Choose a tag to compare

Patch Changes

  • #7240 ad8cc9a Thanks @joaquim-verges! - Add Bridge.tokens() function to retrieve supported Universal Bridge tokens

    New function allows fetching and filtering tokens supported by the Universal Bridge service. Supports filtering by chain ID, token address, symbol, name, and includes pagination with limit/offset parameters.

    import { Bridge } from "thirdweb";
    
    // Get all supported tokens
    const tokens = await Bridge.tokens({
      client: thirdwebClient,
    });
    
    // Filter tokens by chain and symbol
    const ethTokens = await Bridge.tokens({
      chainId: 1,
      symbol: "USDC",
      limit: 50,
      client: thirdwebClient,
    });
  • #7242 f10fbc8 Thanks @joaquim-verges! - Optimize fiat conversion query

  • #7230 8245c06 Thanks @gregfromstl! - Fixes token pricing in PayEmbed

  • #7234 4e93539 Thanks @MananTank! - Fallback to insight response if RPC request fails in ERC721 & ERC1155 getNFTs extension

  • #7241 38627d3 Thanks @joaquim-verges! - Handle smart account detection for inApp and ecosystem wallets

@thirdweb-dev/[email protected]

31 May 11:00
8abf3cc
Compare
Choose a tag to compare

[email protected]

30 May 17:21
913b243
Compare
Choose a tag to compare

Patch Changes

@thirdweb-dev/[email protected]

30 May 17:21
913b243
Compare
Choose a tag to compare

@thirdweb-dev/[email protected]

30 May 17:21
913b243
Compare
Choose a tag to compare

Patch Changes

@thirdweb-dev/[email protected]

30 May 17:21
913b243
Compare
Choose a tag to compare

Patch Changes