Skip to content

Commit

Permalink
Fix fork step numbering
Browse files Browse the repository at this point in the history
  • Loading branch information
MattPereira authored Sep 17, 2024
1 parent 804e916 commit 0efee2b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@ ARBITRUM_RPC_URL=
targetNetworks: [chains.foundry, chains.sepolia, chains.mainnet, chains.gnosis],
```

2. Set a `targetFork` network in `scaffold.config.ts`
3. Set a `targetFork` network in `scaffold.config.ts`

```
targetFork: chains.sepolia,
```

1. Start the fork using the same network as `targetFork`
4. Start the fork using the same network as `targetFork`

```
make fork-sepolia
Expand All @@ -58,7 +58,7 @@ make fork-gnosis
make fork-arbitrum
```

4. Start the frontend
5. Start the frontend

```
yarn start
Expand Down

0 comments on commit 0efee2b

Please sign in to comment.