Releases: thirdweb-dev/js
@thirdweb-dev/service-utils@0.9.13
Patch Changes
- #7303
6378f37
Thanks @arcoraven! - chore: pass allowImpersonation to auth server
thirdweb@5.102.6
Patch Changes
- #7296
69bf925
Thanks @gregfromstl! - Allow forcing onramp chain in buyWithFiat options
@thirdweb-dev/wagmi-adapter@0.2.92
@thirdweb-dev/wagmi-adapter@0.2.92
thirdweb@5.102.5
Patch Changes
- #7282
e3e3142
Thanks @catalyst17! - fix implementation resolution for Beacon
@thirdweb-dev/wagmi-adapter@0.2.91
@thirdweb-dev/wagmi-adapter@0.2.91
@thirdweb-dev/service-utils@0.9.12
thirdweb@5.102.4
Patch Changes
-
#7243
283dc28
Thanks @joaquim-verges! - Include native tokens in Insight.getOwnedTokens -
#7268
b237318
Thanks @joaquim-verges! - Support EIP7702 execution for ecosystem wallets
@thirdweb-dev/wagmi-adapter@0.2.90
@thirdweb-dev/wagmi-adapter@0.2.90
thirdweb@5.102.3
Patch Changes
-
#7240
ad8cc9a
Thanks @joaquim-verges! - AddBridge.tokens()
function to retrieve supported Universal Bridge tokensNew function allows fetching and filtering tokens supported by the Universal Bridge service. Supports filtering by chain ID, token address, symbol, name, and includes pagination with limit/offset parameters.
import { Bridge } from "thirdweb"; // Get all supported tokens const tokens = await Bridge.tokens({ client: thirdwebClient, }); // Filter tokens by chain and symbol const ethTokens = await Bridge.tokens({ chainId: 1, symbol: "USDC", limit: 50, client: thirdwebClient, });
-
#7242
f10fbc8
Thanks @joaquim-verges! - Optimize fiat conversion query -
#7230
8245c06
Thanks @gregfromstl! - Fixes token pricing in PayEmbed -
#7234
4e93539
Thanks @MananTank! - Fallback to insight response if RPC request fails in ERC721 & ERC1155getNFTs
extension -
#7241
38627d3
Thanks @joaquim-verges! - Handle smart account detection for inApp and ecosystem wallets
@thirdweb-dev/wagmi-adapter@0.2.89
@thirdweb-dev/wagmi-adapter@0.2.89