jnsdls
released this
05 Dec 21:59
·
185 commits
to main
since this release
Minor Changes
-
#5634
d1aa380
Thanks @joaquim-verges! - ERC20 Token Paymaster supportYou can now use ERC20 Token Paymasters with Smart Wallets.
import { base } from "thirdweb/chains"; import { TokenPaymaster, smartWallet } from "thirdweb/wallets"; const wallet = smartWallet({ chain: base, sponsorGas: true, // only sponsor gas for the first ERC20 approval overrides: { tokenPaymaster: TokenPaymaster.BASE_USDC, }, });
Patch Changes
-
#5593
68ad62f
Thanks @ElasticBottle! - updatetype
ingetUser
Profiles
to match tyepscript types -
#5621
279cb6f
Thanks @gregfromstl! - Feature: Propagate failed sign in error message to the UI -
#5596
c893239
Thanks @ElasticBottle! - add fallback chain for ecosystem smart accounts -
#5620
13d63ab
Thanks @gregfromstl! - Fix: Hides Sign in with Wallet button when linking a profile -
#5618
33c23e7
Thanks @gregfromstl! - Fix: Removed the auth prop from useConnectModal as it is currently not supported