diff --git a/www/docs/guides/create_contract.md b/www/docs/guides/create_contract.md index f19c067b1..6f826eacb 100644 --- a/www/docs/guides/create_contract.md +++ b/www/docs/guides/create_contract.md @@ -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 );