Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
optimize: improve mintAdditionalSupplyTo efficiency (#5148)
## Problem solved Short description of the bug fixed or feature added <!-- start pr-codex --> --- ## PR-Codex overview This PR focuses on optimizing the `mintAdditionalSupplyTo` function in the `erc1155` extension by modifying how the token URI is handled during the minting process. ### Detailed summary - Removed the retrieval of the existing token URI from the contract. - Set the `uri` field to an empty string, indicating the contract will maintain the existing token URI. - Kept the `to`, `tokenId`, and `amount` fields unchanged. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
- Loading branch information