Skip to content

Commit 2bd162c

Browse files
committed
docs: minor fixes
1 parent 69eb71b commit 2bd162c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/0_internal/2_deploy_contracts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Also, you will be able to deploy the Batcher Payment Service contract.
6868

6969
## BatcherPaymentsService Contracts
7070

71-
1. You should have a keystore for the Batcher, with the seedphrase saved on paper.
71+
1. You should have a keystore for the Batcher, with the Seedphrase saved on paper.
7272

7373
2. If you don't have an API Key on Etherscan, create one following this [guide](https://docs.etherscan.io/getting-started/creating-an-account).
7474

docs/0_internal/3_b_1_deploy_new_impl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ To deploy a new implementation, you can follow the steps below.
44

55
## Prerequisites
66

7-
1. Make sure you have set the `.env`, `DEPLOY_CONFIG_PATH` and `BATCHER_PAYMENT_SERVICE_CONFIG_PATH` as specified in the [Deploy Contracts Guide](./2_deploy_contracts.md).
7+
1. Make sure you have set variables as specified in the [Deploy Contracts Guide](./2_deploy_contracts.md).
88

99
2. Add the following variables to the `.env` file:
1010

docs/0_internal/3_b_upgrade_contracts_with_multisig.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
This guide is for upgrading contracts deployed using a Multisig wallet. If you deployed the contract without a Multisig wallet, you can follow the [Upgrade Contracts](./3_a_upgrade_contracts.md) tutorial.
1515

16-
In this guide we make an upgrade of Aligned Layer Service Manager contract using a multisig wallet. This is important to ensure not one party can do an upgrade, and helps ensure the team is not locked out of upgrading the network due to a loss of keys.
16+
In this guide we make an upgrade of Aligned Layer Service Manager contract using a multisig wallet.
1717

1818
## Prerequisites
1919

0 commit comments

Comments
 (0)