Skip to content

Commit

Permalink
List of introduced changes extended (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
akolotov authored Sep 12, 2021
1 parent ae5f0ce commit 31e14c0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,12 @@
This is a rewrite of the official beacon chain deposit contract. [Eth 2.0 deposit contract](https://github.com/ethereum/eth2.0-specs/blob/dev/solidity_deposit_contract/deposit_contract.sol).

The following things were changed:
* Upgraded to Solidity 0.8.7
* Deposit is made via ERC20 tokens instead of native ETH
* Deposits can be done in batches
* Contract can be made upgradeable
* Contract can be made claimable (allowing to claim mistakenly sent third-party tokens back)
* Contract can be made pausable

## Compiling solidity deposit contract

Expand Down

0 comments on commit 31e14c0

Please sign in to comment.