File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments