Skip to content

Releases: thirdweb-dev/js

@thirdweb-dev/[email protected]

22 Nov 15:37
f5b8998
Compare
Choose a tag to compare

Patch Changes

@thirdweb-dev/[email protected]

22 Nov 15:37
f5b8998
Compare
Choose a tag to compare

Patch Changes

@thirdweb-dev/[email protected]

22 Nov 15:37
f5b8998
Compare
Choose a tag to compare

Patch Changes

@thirdweb-dev/[email protected]

22 Nov 15:37
f5b8998
Compare
Choose a tag to compare

Patch Changes

@thirdweb-dev/[email protected]

22 Nov 15:37
f5b8998
Compare
Choose a tag to compare

Patch Changes

@thirdweb-dev/[email protected]

22 Nov 15:37
f5b8998
Compare
Choose a tag to compare

@thirdweb-dev/[email protected]

22 Nov 15:37
f5b8998
Compare
Choose a tag to compare

Patch Changes

@thirdweb-dev/[email protected]

22 Nov 15:36
f5b8998
Compare
Choose a tag to compare

Patch Changes

  • #1967 47b0ed51 Thanks @kien-ngo! - Add Arbitrum Sepolia to defaultChains

  • #1990 d4ce855e Thanks @jnsdls! - deprecate allChains getChainById and getChainBySlug

    all of these would (necessarily) pull in every single chain in the package (>600kb)

    instead these can be replaced with their async variants:

    • allChains -> await fetchChains()
    • getChainById(chainId) -> await getChainByIdAsync(chainId)
    • getChainBySlug(chainSlug) -> await getChainBySlugAsync(chainSlug)

    these async functions will return the same data as their sync counterparts, but without having to pull in every single chain at build-time.

@thirdweb-dev/[email protected]

22 Nov 15:37
f5b8998
Compare
Choose a tag to compare

Patch Changes

[email protected]

21 Nov 21:43
00b9eea
Compare
Choose a tag to compare

Patch Changes