tested w/ Python 3.11
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
ape test tests/test_rewardcontroller.py
ape run scripts/deploy.py --network ethereum:sepolia:infura
TODO: integrate this with deployment
ape run scripts/set_scales.py --network ethereum:sepolia:infura
ape run scripts/update.py --network ethereum:sepolia:infura