We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4962bbc commit 2479b4cCopy full SHA for 2479b4c
packages/thirdweb/src/contract/deployment/deploy-with-abi.ts
@@ -231,7 +231,7 @@ export async function deployContract(
231
address = receipt.contractAddress;
232
if (!address) {
233
throw new Error(
234
- `Could not find deployed contract address in transaction: $receipt.transactionHash`,
+ `Could not find deployed contract address in transaction: ${receipt.transactionHash}`,
235
);
236
}
237
0 commit comments