thirdweb@5.43.0
Minor Changes
-
#3881
e7d6161
Thanks @kien-ngo! - Add CreateDirectListing button for Marketplace v3import { CreateDirectListingButton } from "thirdweb/react"; <CreateDirectListingButton contractAddress="0x..." // contract address for the marketplace-v3 chain={...} // the chain which the marketplace contract is deployed on // These props below are the same props for `createListing` // to get the full list, check the docs link above tokenId={0n} assetContractAddress="0x..." // The NFT contract address whose NFT(s) you want to sell pricePerToken={"0.1"} // sell for 0.1 <native token> > Sell NFT </CreateDirectListingButton>
Patch Changes
-
#3885
6cd279b
Thanks @joaquim-verges! - Fix ethers5adapter transaction result nonces -
#3871
f702cf7
Thanks @jnsdls! - temporarily disable CLI login -
#3882
4171f15
Thanks @MananTank! - Improved error messages when connection management hooks used outside ThirdwebProvider -
#3880
5eb4955
Thanks @MananTank! - Fix autoConnect for wallets that are connected from "All wallets" screen