note the vyper version the contract is expected to be compiled with (#287)

This commit is contained in:
Danny Ryan 2018-12-11 10:29:09 -06:00 committed by Justin
parent 084880511d
commit e8d8b03089
1 changed files with 2 additions and 0 deletions

View File

@ -593,6 +593,8 @@ When sufficiently many full deposits have been made the deposit contract emits t
### Vyper code
```python
## compiled with v0.1.0-beta.4 ##
MIN_DEPOSIT: constant(uint256) = 1 # ETH
MAX_DEPOSIT: constant(uint256) = 32 # ETH
GWEI_PER_ETH: constant(uint256) = 1000000000 # 10**9