feat: UniswapV2 SwapExecutor

--- don't change below this line ---
ENG-4033 Took 52 minutes

Took 3 minutes

Took 5 minutes

Took 36 seconds

Took 2 minutes


Took 30 seconds
This commit is contained in:
Diana Carvalho
2025-01-23 17:04:08 +00:00
parent ceedaa6348
commit 5627a1902b
9 changed files with 226 additions and 12 deletions

View File

@@ -16,7 +16,7 @@ To run locally, simply install Slither in your conda env and run it inside the f
conda create --name tycho-execution python=3.10
conda activate tycho-execution
python3 -m pip install slither-analyzer`
pip install slither-analyzer
cd foundry
slither .
```