Skip to content

Commit

Permalink
Fix invalid reference in create_contract.md (#1162)
Browse files Browse the repository at this point in the history
  • Loading branch information
FabijanC committed Jun 24, 2024
1 parent f4d5d09 commit a63d31c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/docs/guides/create_contract.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ const deployResponse = await account0.declareAndDeploy({

// Connect the new contract instance:
const myTestContract = new Contract(
compiledTest.abi,
compiledTestSierra.abi,
deployResponse.deploy.contract_address,
provider
);
Expand Down

0 comments on commit a63d31c

Please sign in to comment.