diff --git a/.changeset/large-cycles-joke.md b/.changeset/large-cycles-joke.md new file mode 100644 index 00000000000..adaaff6350e --- /dev/null +++ b/.changeset/large-cycles-joke.md @@ -0,0 +1,5 @@ +--- +"thirdweb": patch +--- + +Fix deterministic deploys with specified versions diff --git a/packages/thirdweb/src/utils/any-evm/compute-published-contract-deploy-info.ts b/packages/thirdweb/src/utils/any-evm/compute-published-contract-deploy-info.ts index 14777c68860..5ed818c8536 100644 --- a/packages/thirdweb/src/utils/any-evm/compute-published-contract-deploy-info.ts +++ b/packages/thirdweb/src/utils/any-evm/compute-published-contract-deploy-info.ts @@ -24,6 +24,7 @@ export async function computeDeploymentInfoFromContractId(args: { client, contractId, publisher: args.publisher, + version: args.version, }); return computeDeploymentInfoFromMetadata({ client,