From 77b41e41e1c3391818ee01a96c1b44215971c783 Mon Sep 17 00:00:00 2001 From: Lior Bondarevsky Date: Fri, 26 Jan 2024 02:18:26 +0200 Subject: [PATCH] Fix link --- docs/tutorial/Basic/Deploying.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial/Basic/Deploying.mdx b/docs/tutorial/Basic/Deploying.mdx index 10d4fcf3..e7074988 100644 --- a/docs/tutorial/Basic/Deploying.mdx +++ b/docs/tutorial/Basic/Deploying.mdx @@ -5,7 +5,7 @@ import TabItem from '@theme/TabItem'; Now that we have our completed WrappingERC20 token, the next step is to see if our code actually works! -To do this, we'll be writing tests in typescript using hardhat, and deploying them on our [LocalFhenix ](../../../devdocs/Setting%20Up%20Your%20Encvironment/Hardhat.md) environment which we set up earlier +To do this, we'll be writing tests in typescript using hardhat, and deploying them on our [LocalFhenix ](../../devdocs/Setting%20Up%20Your%20Environment/Hardhat.md) environment which we set up earlier :::tip[Note] At this stage, using hardhat network is not supported, as Fhenix uses extentions to the EVM that enable FHE operations