Skip to content

Commit 72578ae

Browse files
committed
fix: detail
1 parent f51af10 commit 72578ae

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/0_internal/3_b_2_propose_upgrade.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ To propose the upgrade transaction you can follow the steps below:
3434

3535
If you are upgrading the AlignedLayerServiceManager or the RegistryCoordinator, you can validate the calldata by running:
3636

37-
```
37+
```bash
3838
cast calldata-decode "upgrade(address, address)" <calldata>
3939
```
4040

@@ -53,9 +53,9 @@ To propose the upgrade transaction you can follow the steps below:
5353

5454
Else, if you are upgrading the BatcherPaymentService, you can validate the calldata by running:
5555

56-
```
57-
cast calldata-decode "upgradeTo(address)" <calldata>
58-
```
56+
```bash
57+
cast calldata-decode "upgradeTo(address)" <calldata>
58+
```
5959

6060
This will show the `batcherPaymentServiceImplementation` address.
6161

0 commit comments

Comments
 (0)