note the vyper version the contract is expected to be compiled with (#287)
This commit is contained in:
parent
084880511d
commit
e8d8b03089
|
@ -593,6 +593,8 @@ When sufficiently many full deposits have been made the deposit contract emits t
|
||||||
### Vyper code
|
### Vyper code
|
||||||
|
|
||||||
```python
|
```python
|
||||||
|
## compiled with v0.1.0-beta.4 ##
|
||||||
|
|
||||||
MIN_DEPOSIT: constant(uint256) = 1 # ETH
|
MIN_DEPOSIT: constant(uint256) = 1 # ETH
|
||||||
MAX_DEPOSIT: constant(uint256) = 32 # ETH
|
MAX_DEPOSIT: constant(uint256) = 32 # ETH
|
||||||
GWEI_PER_ETH: constant(uint256) = 1000000000 # 10**9
|
GWEI_PER_ETH: constant(uint256) = 1000000000 # 10**9
|
||||||
|
|
Loading…
Reference in New Issue