From 80f85143f3067d33c306150bcad62a00399a11f9 Mon Sep 17 00:00:00 2001 From: Pedrojok01 Date: Thu, 25 Apr 2024 15:44:52 +0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20(stake.md):=20Fix=20typo=20in=20?= =?UTF-8?q?stake=20level=20description=20from=20"You=20staked=20balance=20?= =?UTF-8?q?must=20be=200."=20to=20"Your=20staked=20balance=20must=20be=200?= =?UTF-8?q?."=20for=20better=20clarity?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/src/gamedata/en/descriptions/levels/stake.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/client/src/gamedata/en/descriptions/levels/stake.md b/client/src/gamedata/en/descriptions/levels/stake.md index 58bf30e55..728e3a284 100644 --- a/client/src/gamedata/en/descriptions/levels/stake.md +++ b/client/src/gamedata/en/descriptions/levels/stake.md @@ -2,11 +2,12 @@ Stake is safe for staking native ETH and ERC20 WETH, considering the same 1:1 va To complete this level, the contract state must meet the following conditions: -* The `Stake` contract's ETH balance has to be greater than 0. -* `totalStaked` must be greater than the `Stake` contract's ETH balance. -* You must be a staker. -* You staked balance must be 0. +- The `Stake` contract's ETH balance has to be greater than 0. +- `totalStaked` must be greater than the `Stake` contract's ETH balance. +- You must be a staker. +- Your staked balance must be 0. Things that might be useful: -* [ERC-20](https://github.com/ethereum/EIPs/blob/master/EIPS/eip-20.md) specification. -* [OpenZeppelin contracts](https://github.com/OpenZeppelin/openzeppelin-contracts) + +- [ERC-20](https://github.com/ethereum/EIPs/blob/master/EIPS/eip-20.md) specification. +- [OpenZeppelin contracts](https://github.com/OpenZeppelin/openzeppelin-contracts)