Releases: thirdweb-dev/js
thirdweb@5.89.0
Minor Changes
-
#6335
1851a8c
Thanks @joaquim-verges! - AddactiveWallet
prop toPayEmbed
to pre select a wallet in the UI -
#6323
15adec4
Thanks @joaquim-verges! - Fiat onramp UI revamp in PayEmbed and support multi hop onramp flows -
#6317
a19c0c9
Thanks @jcheese1! - Add SiweOptions in useConnectModal
Patch Changes
-
#6300
2cb89cb
Thanks @gregfromstl! - Fix storage upload timeout -
#6332
28df6f7
Thanks @joaquim-verges! - Force pre-eip1559 tx on Homeverse mainnet/testnet
@thirdweb-dev/wagmi-adapter@0.2.22
@thirdweb-dev/wagmi-adapter@0.2.22
@thirdweb-dev/service-utils@0.8.9
Patch Changes
-
#6329
1fa36c1
Thanks @arcoraven! - chore: Allow passing teamId with dashboard auth -
#6293
8610b46
Thanks @MananTank! - Update TeamResponse and ProjectResponse types
thirdweb@5.88.7
Patch Changes
- #6289
5abbae7
Thanks @joaquim-verges! - Respect buy with fiat disabled in pay embed
thirdweb@5.88.6
Patch Changes
-
#6274
b182302
Thanks @kumaryash90! - bytes32 salt for deterministic deployment -
#6283
5a08176
Thanks @joaquim-verges! - Respect supportedTokens override in PayEmbed -
#6281
a0f3557
Thanks @joaquim-verges! - Fix text wrapping for long balances in token selector -
#6282
45ca033
Thanks @joaquim-verges! - DeprecatedviemAdapter.walletClient
in favor ofviemAdapter.wallet
to take wallet instances instead of accountsBEFORE:
import { viemAdapter } from "thirdweb/adapters/viem"; const walletClient = viemAdapter.walletClient.toViem({ account, // Account chain, client, });
AFTER:
import { viemAdapter } from "thirdweb/adapters/viem"; const walletClient = viemAdapter.wallet.toViem({ wallet, // now pass a connected Wallet instance instead of an account chain, client, });
This allows for full wallet lifecycle management with the viem adapter, including switching chains, adding chains, events and more.
@thirdweb-dev/wagmi-adapter@0.2.21
@thirdweb-dev/wagmi-adapter@0.2.21
@thirdweb-dev/wagmi-adapter@0.2.20
@thirdweb-dev/wagmi-adapter@0.2.20
thirdweb@5.88.5
Patch Changes
-
#6269
0574eac
Thanks @joaquim-verges! - Enable chain switching for toEIP1194 provider -
#6257
562c534
Thanks @joaquim-verges! - New PayEmbed UI for token selection -
#6243
52cbcd2
Thanks @gregfromstl! - Fix PayEmbed fiat values to 2 decimal places -
#6262
b882e29
Thanks @MananTank! - Fix ConnectEmbed briefly showing "Sign In" prompt while the login status is not known - show loading indicator instead
@thirdweb-dev/wagmi-adapter@0.2.19
Patch Changes
- #6273
739a2ae
Thanks @joaquim-verges! - Better autoconnection handling
thirdweb@5.88.4
Patch Changes
- #6246
98b6198
Thanks @joaquim-verges! - Prevent popup opening when logging in with auth mode: "redirect"