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

@@ -29,12 +29,12 @@ Following exchanges have been integrated using VM approach:
2. Start by making a local copy of the Propeller Protocol Lib repository:
```bash
git clone https://github.com/propeller-heads/propeller-protocol-lib
git clone https://github.com/propeller-heads/tycho-protocol-sdk
```
3. Install forge dependencies:
```bash
cd ./propeller-protocol-lib/evm/
cd ./tycho-protocol-sdk/evm/
forge install
```