Skip to content

Commit

Permalink
Fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
liorbond committed Jan 26, 2024
1 parent a1091b7 commit 77b41e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorial/Basic/Deploying.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 77b41e4

Please sign in to comment.