Skip to content
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add detail regarding eth-infinitism bundler commit that works with hardhat tests.
  • Loading branch information
jzaki authored Sep 14, 2023
1 parent 6b48a22 commit d2cfd8f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions account-integrations/safe/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Getting Started

1. `cd webauthn`
1. (from this directory)
2. Run `yarn` to install hardhat dependencies
3. Run `forge install` to install foundry dependencies

Expand All @@ -22,10 +22,10 @@ To run the integration tests:
cp .env.example .env
```

3. Start an external bundler (make sure the values in `.env` match up with the bundler and node you're running).
3. Setup and run an external bundler (make sure the values in `.env` match up with the bundler and node you're running).

```bash
# If using the eth-infinitism bundler
# If using the eth-infinitism bundler (tested with commit #1b154c9)
yarn run bundler
```

Expand Down

0 comments on commit d2cfd8f

Please sign in to comment.