Skip to content

Commit

Permalink
Merge pull request #733 from Pedrojok01/fix-level31-typo
Browse files Browse the repository at this point in the history
πŸ“ (stake.md): Fix typo in Stake level description
  • Loading branch information
GianfrancoBazzani authored Apr 25, 2024
2 parents fc70c22 + 80f8514 commit a89c8f7
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions client/src/gamedata/en/descriptions/levels/stake.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit a89c8f7

Please sign in to comment.