Python version used: 3.9: if you use conda, it is recommended to create a new environment with the following command:
conda create -n myenv python=3.9
and then activate the environment with:
conda activate myenv
Then install the following:
pip install python-decouple web3
add an RPC_URL
to your .env file
python main.py
-> Don't forget to jump into the src/markets.py file and add the markets you want to track. If you don't know where to find the marketID -> Jump into the Morpho docs/
Python 3.9.18 Web3 version: 6.15.1