Skip to content

Commit 979c42d

Browse files
committed
nit
1 parent 3c27d6f commit 979c42d

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

docs/0_internal/3_b_2_propose_upgrade.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,12 @@ To propose the upgrade transaction you can follow the steps below:
4444

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

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

5254
Else, if you are upgrading the BatcherPaymentService, you can validate the calldata by running:
5355

@@ -57,9 +59,10 @@ To propose the upgrade transaction you can follow the steps below:
5759

5860
This will show the `batcherPaymentServiceImplementation` address.
5961

60-
> [!NOTE]
61-
> The first 10 characters must be the same the signature hash obtained in the previous step.
62-
> Make sure the `batcherPaymentServiceImplementation` address is the same as the one you deployed in this guide.
62+
> [!NOTE]
63+
> The first 10 characters must be the same the signature hash obtained in the previous step.
64+
>
65+
> Make sure the `batcherPaymentServiceImplementation` address is the same as the one you deployed in this guide.
6366

6467
3. Verify the contract bytecode running the following command:
6568

0 commit comments

Comments
 (0)