Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

📝 (stake.md): Fix typo in Stake level description #733

Merged
merged 1 commit into from
Apr 25, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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)