From 8e1fa09b5600bbcf40747a0e14380724b6c60c50 Mon Sep 17 00:00:00 2001 From: Michael Kernaghan Date: Mon, 21 Nov 2022 10:52:41 -0800 Subject: [PATCH 1/2] made doc corrections --- website/docs/scaffolds/taco-shop.mdx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/website/docs/scaffolds/taco-shop.mdx b/website/docs/scaffolds/taco-shop.mdx index 8299e4cce..1aa6b80aa 100644 --- a/website/docs/scaffolds/taco-shop.mdx +++ b/website/docs/scaffolds/taco-shop.mdx @@ -202,7 +202,7 @@ This will be fixed in the future when contract addresses will be passed via the ### Insert the Contract Address There is a way to point the dApp to a hardcoded contract. -To do so you need to insert the address of the contract into the `/app/src/App.tsx` file. Copy the address returned from the command above and paste it into the `contractAddress` variable in the `/app/src/App.tsx` file as shown here: +To do so you need to insert the address of the contract into the `/app/src/App.tsx` file. Copy the address returned from the command above and paste it into the `contractAddress` variable in the `/app/src/App.tsx` file as shown here, replacing `getAliasAddress(config, "hello-tacos")` with the contract address: ```ts /app/src/App.tsx function App() { @@ -212,7 +212,6 @@ function App() { const [rpcUrl] = useState("https://ghostnet.ecadinfra.com"); const [contractAddress] = useState( "KT1KBBk3PXkKmGZn3K6FkktqyPRpEbzJoEPE" - getAliasAddress(config, "hello-tacos") ); const [contractStorage, setContractStorage] = useState( undefined From d9806602f940506b3e5d52843667a3bc06be5d80 Mon Sep 17 00:00:00 2001 From: houston Date: Mon, 21 Nov 2022 22:43:52 -0800 Subject: [PATCH 2/2] Fix versions --- taqueria-vscode-extension/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/taqueria-vscode-extension/CHANGELOG.md b/taqueria-vscode-extension/CHANGELOG.md index 3d6e95907..f32c5629b 100644 --- a/taqueria-vscode-extension/CHANGELOG.md +++ b/taqueria-vscode-extension/CHANGELOG.md @@ -1269,3 +1269,4 @@ Specifically: - SmartPy - Taquito - Flextesa +