Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deploy): add missing version argument in computeDeploymentInfoFro…
…mContractId function (#3769) Fix deterministic deploys with specified versions by adding the 'version' argument to the 'computeDeploymentInfoFromContractId' function. --- <!-- start pr-codex --> --- ## PR-Codex overview This PR focuses on fixing deterministic deploys with specified versions in the `compute-published-contract-deploy-info.ts` file under `thirdweb` package. ### Detailed summary - Added `version` field to `computePublishedContractDeployInfo` function parameters. - Utilizes the specified version for deterministic deployments. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
- Loading branch information