Skip to content

Commit 4260ce6

Browse files
committed
chore: update README.md
Signed-off-by: Tomás Migone <[email protected]>
1 parent 6db8d05 commit 4260ce6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/horizon/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ Usually you would run this against a network (or a fork) where the original Grap
4141
```bash
4242
npx hardhat deploy:migrate --network hardhat --step 1
4343
npx hardhat deploy:migrate --network hardhat --step 2 # Run with governor. Optionally add --patch-config
44-
npx hardhat deploy:migrate --network hardhat --step 3
44+
npx hardhat deploy:migrate --network hardhat --step 3 # Optionally add --patch-config
4545
npx hardhat deploy:migrate --network hardhat --step 4 # Run with governor. Optionally add --patch-config
4646
```
4747

48-
Steps 2 and 4 require patching the configuration file with addresses from previous steps. The files are located in the `ignition/configs` directory and need to be manually edited. You can also pass `--patch-config` flag to the deploy command to automatically patch the configuration reading values from the address book. Note that this will NOT update the configuration file.
48+
Steps 2, 3 and 4 require patching the configuration file with addresses from previous steps. The files are located in the `ignition/configs` directory and need to be manually edited. You can also pass `--patch-config` flag to the deploy command to automatically patch the configuration reading values from the address book. Note that this will NOT update the configuration file.

packages/subgraph-service/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ cd subgraph-service && npx hardhat deploy:migrate --network hardhat --step 2 &&
4848
cd horizon && npx hardhat deploy:migrate --network hardhat --step 4 && cd .. # Run with governor. Optionally add --patch-config
4949
```
5050

51-
Horizon Steps 2 and 4, and Subgraph Service Step 2 require patching the configuration file with addresses from previous steps. The files are located in the `ignition/configs` directory and need to be manually edited. You can also pass `--patch-config` flag to the deploy command to automatically patch the configuration reading values from the address book. Note that this will NOT update the configuration file.
51+
Horizon Steps 2, 3 and 4, and Subgraph Service Step 2 require patching the configuration file with addresses from previous steps. The files are located in the `ignition/configs` directory and need to be manually edited. You can also pass `--patch-config` flag to the deploy command to automatically patch the configuration reading values from the address book. Note that this will NOT update the configuration file.

0 commit comments

Comments
 (0)