Skip to content

Commit

Permalink
Merge branch 'test/verifiermodule' of github.com:defi-wonderland/safe…
Browse files Browse the repository at this point in the history
…-liveness into test/verifiermodule
  • Loading branch information
0xOneTony committed Nov 27, 2023
2 parents 89cb0a0 + da7c4cc commit 26721c3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@ yarn install
yarn build
```

In order to run the E2E tests you will also need python setup to generate the proofs, to do this run:

```sh
python -m pip install --upgrade pip
pip install -r requirements.txt
```

### Available Commands

Make sure to set `MAINNET_RPC` and `OPTIMISM_RPC` environment variable before running end-to-end tests.
Expand Down

0 comments on commit 26721c3

Please sign in to comment.