thirdweb@5.39.0
Minor Changes
-
#3785
105e523
Thanks @kien-ngo! - Add ClaimButton for claiming tokens from all thirdweb Drop contractsHigher level abstraction to claim tokens from all thirdweb Drop contracts
import { ClaimButton } from "thirdweb/react"; import { ethereum } from "thirdweb/chains"; <ClaimButton contractAddress="0x..." chain={ethereum} client={client} claimParams={{ type: "ERC721", quantity: 1n, }} > Claim now </ClaimButton>;
Patch Changes
-
#3792
5fabe66
Thanks @MananTank! - handlenull
value ofeffectiveGasPrice
insendTransaction
method oftoEthersSigner
adapter that throws error when trying to convert to BigNumber. This is causing issue in XDC Network (chain Id 50) and XDC Apothem testnet (chain id 51) -
#3804
cb616f7
Thanks @joaquim-verges! - Fix gas estimation on arbitrum sepolia -
#3524
8599fbf
Thanks @kumaryash90! - Modular contracts deployment setup -
#3782
c82c524
Thanks @joaquim-verges! - Allow overriding nonce for smart accounts -
#3801
a51f53f
Thanks @gregfromstl! - Fix RPC URL construction for chains -
#3805
5c9af85
Thanks @jnsdls! - [performance] - fix rpc client reuse -
#3796
c51f785
Thanks @joaquim-verges! - Handle polygon amoy gas station -
#3800
b15118a
Thanks @gregfromstl! - Minor style fixes on the Connect UI Send Funds page