fix: address missed repo renaming (#128)

This commit is contained in:
Louise Poole
2025-01-07 18:13:01 +02:00
committed by GitHub
parent 39934347b3
commit 97a20b60c0
9 changed files with 12 additions and 12 deletions

View File

@@ -47,7 +47,7 @@ The script to generate this file manually is available under `evm/scripts/buildR
### Step 2: Create python virtual environment for testing
Run setup env script. It will create a conda virtual env and install all dependencies.
This script must be run from within the `propeller-protocol-lib/testing` directory.
This script must be run from within the `tycho-protocol-sdk/testing` directory.
Please note that some dependencies require access to our private PyPI repository.
@@ -100,7 +100,7 @@ python ./testing/src/runner/cli.py --package "your-package-name"
If you want to run tests for `ethereum-balancer-v2`, use:
```bash
conda activate propeller-protocol-lib-testing
conda activate tycho-protocol-sdk-testing
export RPC_URL="https://ethereum-mainnet.core.chainstack.com/123123123123"
export SUBSTREAMS_API_TOKEN=eyJhbGci...
docker compose up -d db