thirdweb@5.49.0
Minor Changes
-
#4179
42d5c65
Thanks @kien-ngo! - Add NFT prebuilt componentsimport { getContract } from "thirdweb"; import { NFT } from "thirdweb/react"; const contract = getContract({ address: "0x...", chain: ethereum, client: yourThirdwebClient, }); <NFT contract={contract} tokenId={0n}> <Suspense fallback={"Loading media..."}> <NFT.Media /> </Suspense> </NFT>;
Patch Changes
-
#4316
a65bb88
Thanks @gregfromstl! - Include from address in in-app wallet transactions -
#4322
3e425ec
Thanks @gregfromstl! - Fix accessibility warnings -
#4317
1e70bbf
Thanks @gregfromstl! - Automatic retries for React Native in-app wallet logins -
#4306
9d6eb27
Thanks @gregfromstl! - Fix programmatic deployments with smart accounts -
#4328
c97b1a5
Thanks @edwardysun! - Update default source chain selection in PayEmbed