Skip to content

Commit 8e95b22

Browse files
committed
fix: notes
1 parent 1f704c9 commit 8e95b22

File tree

3 files changed

+0
-12
lines changed

3 files changed

+0
-12
lines changed

docs/0_internal/3_b_1_deploy_new_impl.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,7 @@ You can deploy the new implementation of the following contracts:
5656
This will show two addresses. The first one is the `alignedLayerServiceManager` address, and the second one is the new implementation address of `alignedServiceManagerImplementation`.
5757
5858
> [!NOTE]
59-
>
6059
> Make sure the `alignedLayerServiceManager` address is the same as the one you deployed in the [Deploy Contracts Guide](./2_deploy_contracts.md).
61-
>
6260
> Make sure the `alignedServiceManagerImplementation` address is the same as the one you deployed in this guide.
6361
6462
@@ -96,7 +94,6 @@ You can deploy the new implementation of the following contracts:
9694
This will show the `batcherPaymentServiceImplementation` address.
9795
9896
> [!NOTE]
99-
>
10097
> Make sure the `batcherPaymentServiceImplementation` address is the same as the one you deployed in this guide.
10198
10299
@@ -134,9 +131,7 @@ You can deploy the new implementation of the following contracts:
134131
This will show two addresses. The first one is the `registryCoordinator` address, and the second one is the new implementation address of `registryCoordinatorImplementation`.
135132

136133
> [!NOTE]
137-
>
138134
> Make sure the `registryCoordinator` address is the same as the one you deployed in the [Deploy Contracts Guide](./2_deploy_contracts.md).
139-
>
140135
> Make sure the `registryCoordinatorImplementation` address is the same as the one you deployed in this guide.
141136
142137

docs/0_internal/3_b_2_propose_upgrade.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,8 @@ To propose the upgrade transaction you can follow the steps below:
4545
If you are upgrading the RegistryCoordinator, the first one is the `registryCoordinator` address, and the second one is the new implementation address of `registryCoordinatorImplementation`.
4646

4747
> [!NOTE]
48-
>
4948
> The first 10 characters must be the same the signature hash obtained in the previous step.
50-
>
5149
> Make sure the `alignedLayerServiceManager` address is the same as the one you deployed in the [Deploy Contracts Guide](./2_deploy_contracts.md).
52-
>
5350
> Make sure the `alignedServiceManagerImplementation` address is the same as the one you deployed in this guide.
5451

5552
Else, if you are upgrading the BatcherPaymentService, you can validate the calldata by running:
@@ -61,9 +58,7 @@ To propose the upgrade transaction you can follow the steps below:
6158
This will show the `batcherPaymentServiceImplementation` address.
6259

6360
> [!NOTE]
64-
>
6561
> The first 10 characters must be the same the signature hash obtained in the previous step.
66-
>
6762
> Make sure the `batcherPaymentServiceImplementation` address is the same as the one you deployed in this guide.
6863

6964
3. Verify the contract bytecode running the following command:
@@ -102,7 +97,6 @@ To propose the upgrade transaction you can follow the steps below:
10297
```
10398

10499
> [!NOTE]
105-
>
106100
> Make sure to set the path to the correct deployment output file.
107101

108102
8. Once you paste the `ProxyAdmin` address, the ABI should be automatically filled.

docs/0_internal/3_b_3_approve_upgrade.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ To approve the upgrade transaction, you can follow the steps below:
3535
6. Once you are sure everything is correct, click on `Execute` to approve the transaction.
3636

3737
> [!NOTE]
38-
>
3938
> The transaction gas usage is approximately 100,000 gas units. Make sure you have enough ETH to cover the gas fees.
4039
4140
7. Wait for the transaction to be executed. You can check the transaction status on the `Transactions` tab.

0 commit comments

Comments
 (0)