Open stas opened 1 month ago
Mainly fixes and instructions for related issue: #1788
Switch your requirements.txt file to point to this fork by adding these
requirements.txt
-eth-brownie==1.20.2 -vyper==0.3.10 +eth-brownie @ git+https://github.com/velodrome-finance/brownie@vyper-v0.4 +vyper==0.4.0
Specify the vyper version in the brownie-config.yaml
brownie-config.yaml
+compiler: + vyper: + version: 0.4.0
Run pip
pip install -r requirements.txt
What I did
Mainly fixes and instructions for related issue: #1788
How to verify it
Switch your
requirements.txt
file to point to this fork by adding theseSpecify the vyper version in the
brownie-config.yaml
Run pip
Checklist