From 83e7be38e256bc5fdfb580d5bd38e6395c99c1d3 Mon Sep 17 00:00:00 2001 From: Gino Date: Tue, 10 Sep 2024 14:50:01 +0100 Subject: [PATCH] fix(devx): add review suggestion --- docs/build/isc/v1.3/docs/tutorials/defi-yield-farming.md | 1 + docs/build/isc/v1.4/docs/tutorials/defi-yield-farming.md | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/build/isc/v1.3/docs/tutorials/defi-yield-farming.md b/docs/build/isc/v1.3/docs/tutorials/defi-yield-farming.md index 728c45b8817..a50be287d44 100644 --- a/docs/build/isc/v1.3/docs/tutorials/defi-yield-farming.md +++ b/docs/build/isc/v1.3/docs/tutorials/defi-yield-farming.md @@ -72,6 +72,7 @@ Create a `contracts` folder in the root of the project and add the following fil #### Description This contract represents the reward token (DappToken) that users will earn as a reward for staking their IOTATokens. It is an [ERC20](https://ethereum.org/en/developers/docs/standards/tokens/erc-20/) token, which is a widely used token standard on EVM compatible blockchains. The contract inherits from [OpenZeppelin’s](https://www.openzeppelin.com/) ERC20 implementation, which provides standard functionalities for a fungible token. + ```solidity reference https://github.com/iota-community/Defi-yield-farming/blob/main/contracts/DappToken.sol ``` diff --git a/docs/build/isc/v1.4/docs/tutorials/defi-yield-farming.md b/docs/build/isc/v1.4/docs/tutorials/defi-yield-farming.md index 728c45b8817..a50be287d44 100644 --- a/docs/build/isc/v1.4/docs/tutorials/defi-yield-farming.md +++ b/docs/build/isc/v1.4/docs/tutorials/defi-yield-farming.md @@ -72,6 +72,7 @@ Create a `contracts` folder in the root of the project and add the following fil #### Description This contract represents the reward token (DappToken) that users will earn as a reward for staking their IOTATokens. It is an [ERC20](https://ethereum.org/en/developers/docs/standards/tokens/erc-20/) token, which is a widely used token standard on EVM compatible blockchains. The contract inherits from [OpenZeppelin’s](https://www.openzeppelin.com/) ERC20 implementation, which provides standard functionalities for a fungible token. + ```solidity reference https://github.com/iota-community/Defi-yield-farming/blob/main/contracts/DappToken.sol ```