Releases: thirdweb-dev/js
@thirdweb-dev/[email protected]
Patch Changes
-
#1992
b5bbe2bd
Thanks @joaquim-verges! - Look at last 10 blocks for recently submitted userOp -
Updated dependencies [
47b0ed51
,d4ce855e
]:- @thirdweb-dev/[email protected]
- @thirdweb-dev/[email protected]
@thirdweb-dev/[email protected]
Patch Changes
-
#1995
914befda
Thanks @0xFirekeeper! - [Unity] Add new tx/block processing methods to match their static C# counterparts -
Updated dependencies [
47b0ed51
,d4ce855e
,b5bbe2bd
]:- @thirdweb-dev/[email protected]
- @thirdweb-dev/[email protected]
- @thirdweb-dev/[email protected]
- @thirdweb-dev/[email protected]
@thirdweb-dev/[email protected]
Patch Changes
- Updated dependencies [
47b0ed51
,d4ce855e
]:- @thirdweb-dev/[email protected]
@thirdweb-dev/[email protected]
Patch Changes
-
#1996
4bb8f5b1
Thanks @MananTank! - Revert commit fb0cb67 -
#1994
68288436
Thanks @kien-ngo! - Removeoverrides
props from Web3ButtonProps -
Updated dependencies [
4bb8f5b1
,47b0ed51
,d4ce855e
,b5bbe2bd
]:- @thirdweb-dev/[email protected]
- @thirdweb-dev/[email protected]
- @thirdweb-dev/[email protected]
- @thirdweb-dev/[email protected]
@thirdweb-dev/[email protected]
Patch Changes
-
#1994
68288436
Thanks @kien-ngo! - Removeoverrides
props from Web3ButtonProps -
Updated dependencies [
4bb8f5b1
,47b0ed51
,d4ce855e
,b5bbe2bd
]:- @thirdweb-dev/[email protected]
- @thirdweb-dev/[email protected]
- @thirdweb-dev/[email protected]
- @thirdweb-dev/[email protected]
@thirdweb-dev/[email protected]
@thirdweb-dev/[email protected]
@thirdweb-dev/[email protected]
Patch Changes
-
#1996
4bb8f5b1
Thanks @MananTank! - Revert commit fb0cb67 -
Updated dependencies [
47b0ed51
,d4ce855e
,b5bbe2bd
]:- @thirdweb-dev/[email protected]
- @thirdweb-dev/[email protected]
- @thirdweb-dev/[email protected]
- @thirdweb-dev/[email protected]
@thirdweb-dev/[email protected]
Patch Changes
-
#1967
47b0ed51
Thanks @kien-ngo! - Add Arbitrum Sepolia to defaultChains -
#1990
d4ce855e
Thanks @jnsdls! - deprecateallChains
getChainById
andgetChainBySlug
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]
Patch Changes
- Updated dependencies [
b5bbe2bd
]:- @thirdweb-dev/[email protected]
[email protected]
Patch Changes
- Updated dependencies [
36600dec
,1094a03a
,7c45941b
]:- @thirdweb-dev/[email protected]
- @thirdweb-dev/[email protected]
- @thirdweb-dev/[email protected]