Releases: thirdweb-dev/js
thirdweb@5.61.5
Patch Changes
-
#4979
ccd4cd6
Thanks @joaquim-verges! - Overestimate zksync gas limit to account for paymaster extra gas -
#4974
6a4b776
Thanks @ElasticBottle! - fix: allow account linking on thirdweb dashboard -
#4977
7c10343
Thanks @joaquim-verges! - Add soneiumMinato chain definition
thirdweb@5.61.4
Patch Changes
- #4969
3446b4c
Thanks @MananTank! - Remove extra text shown in Error Message in Pay UI
thirdweb@5.61.3
Patch Changes
- #4965
24981a7
Thanks @joaquim-verges! - Respect raw accountSalt passed as hex
thirdweb@5.61.2
Patch Changes
- #4948
ea36c54
Thanks @joaquim-verges! - Allow overriding callGasLimit for userops
thirdweb@5.61.1
Patch Changes
-
#4933
506764d
Thanks @joaquim-verges! - Support show all wallets option in React Native Connect UI -
#4944
822ece4
Thanks @joaquim-verges! - Option to disable storing last stored passkey credentials
@thirdweb-dev/service-utils@0.4.43
Patch Changes
- #4958
4170c60
Thanks @joaquim-verges! - Fix fetchMetadataFromApi export
@thirdweb-dev/service-utils@0.4.42
Patch Changes
- #4955
eff129a
Thanks @joaquim-verges! - Export fetchKeyMetadataFromApi, remove checkPolicy options
@thirdweb-dev/service-utils@0.4.41
Patch Changes
- #4946
7b7226f
Thanks @joaquim-verges! - Export types
thirdweb@5.61.0
Minor Changes
-
#4906
63d0777
Thanks @joaquim-verges! - NewuseLinkProfile()
hook to link profiles to inapp and ecosystem accounts -
#4905
a453d96
Thanks @kien-ngo! - Add name & address resolvers for Unstoppable Domains
Patch Changes
-
#4919
d4c423c
Thanks @joaquim-verges! - Fix passing 0n as from/to blocks in getContractEvents -
#4918
0f6b881
Thanks @ElasticBottle! - Add querying for in app wallet user details via externally linked wallet address:import { getUser } from "thirdweb"; // this is the wallet address that the user used to connect via SIWE to their in app wallet const user = await getUser({ client, externalWalletAddress: "0x123...", });
Add querying for ecosystem wallet user details:
import { getUser } from "thirdweb"; const user = await getUser({ client, ecosystem: { id: "ecosystem.YOUR_ID", partnerId: "OPTIONAL_PARTNER_ID" } email: "user@example.com", });
thirdweb@5.60.1
Patch Changes
-
#4884
e548675
Thanks @joaquim-verges! - Switch to v2 bundler for all user operations for better performance -
#4886
985c4b0
Thanks @ElasticBottle! - fix missing partner id when creating ecosystem wallet -
#4883
454f063
Thanks @joaquim-verges! - Auto resolve zksync bytecode