Skip to content

Commit 2479b4c

Browse files
committed
fix error msg
1 parent 4962bbc commit 2479b4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/thirdweb/src/contract/deployment/deploy-with-abi.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ export async function deployContract(
231231
address = receipt.contractAddress;
232232
if (!address) {
233233
throw new Error(
234-
`Could not find deployed contract address in transaction: $receipt.transactionHash`,
234+
`Could not find deployed contract address in transaction: ${receipt.transactionHash}`,
235235
);
236236
}
237237
}

0 commit comments

Comments
 (0)