A new Vyper Vault has been just deployed and Alice is about to ape into it with 15 ETH. Your snake sense has been triggered, bite fast and steal everything from the vault.
Having python and your favorite env manager, install dependencies with:
pip install -r requirements.txt
ape plugins install .
Edit the file test_vaulty.py
and fill your solution where it reads HERE!
.
### YOUR SOLUTION
# HERE!
### END SOLUTION
Run the test using:
pytest -k tests/test_vaulty.py