thirdweb-dev / engine

The most powerful backend engine for web3 apps.
https://thirdweb.com/engine
Apache License 2.0
143 stars 52 forks source link

fix: add from address to claimTo to support merkle proofs #631

Closed arcoraven closed 2 weeks ago

arcoraven commented 2 weeks ago

PR-Codex overview

This PR updates the claimTo function in ERC20, ERC721, and ERC1155 contract extensions to include the from address parameter. It also adds error logging in sendTransactionWorker.

Detailed summary

✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}