Skip to content

Commit a63d31c

Browse files
authored
Fix invalid reference in create_contract.md (#1162)
1 parent f4d5d09 commit a63d31c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

www/docs/guides/create_contract.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ const deployResponse = await account0.declareAndDeploy({
5858

5959
// Connect the new contract instance:
6060
const myTestContract = new Contract(
61-
compiledTest.abi,
61+
compiledTestSierra.abi,
6262
deployResponse.deploy.contract_address,
6363
provider
6464
);

0 commit comments

Comments
 (0)