Skip to content

Commit 2598707

Browse files
committed
nit
1 parent dbd73a4 commit 2598707

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/0_internal/2_deploy_contracts.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,10 @@ If you are using a Multisig for the contracts management (like upgrades or pause
7979

8080
For example, if you are using a Multisig for the `upgrader` permission, you need to set the Multisig address in the `upgrader` field.
8181

82-
Then run the following command:
83-
8482
### Deploy the contracts
8583

84+
Once you have configured the `.env` and `DEPLOY_CONFIG_PATH` files, you can run the following command:
85+
8686
```bash
8787
make deploy_aligned_contracts
8888
```
@@ -175,7 +175,7 @@ For the batcher payment service, you can set the Multisig address in the `owner`
175175

176176
### Deploy the contracts
177177

178-
Then run the following command:
178+
Once you have configured the `.env` and `DEPLOY_CONFIG_PATH` files, you can run the following command:
179179

180180
```bash
181181
make deploy_batcher_payment_service

0 commit comments

Comments
 (0)