@@ -46,18 +46,16 @@ To propose the upgrade transaction you can follow the steps below:
4646
4747> [! NOTE]
4848> The first 10 characters must be the same the signature hash obtained in the previous step.
49- >
5049> Make sure the ` alignedLayerServiceManager` address is the same as the one you deployed in the [Deploy Contracts Guide](./2_deploy_contracts.md).
51- >
5250> Make sure the ` alignedServiceManagerImplementation` address is the same as the one you deployed in this guide.
5351
54- Else, if you are upgrading the BatcherPaymentService, you can validate the calldata by running:
55-
52+ Else, if you are upgrading the BatcherPaymentService, you can validate the calldata by running:
53+
5654 ` ` `
5755 cast calldata-decode " upgradeTo(address)" < calldata>
5856 ` ` `
59-
60- This will show the ` batcherPaymentServiceImplementation` address.
57+
58+ This will show the ` batcherPaymentServiceImplementation` address.
6159
6260> [! NOTE]
6361> The first 10 characters must be the same the signature hash obtained in the previous step.
@@ -104,40 +102,40 @@ To propose the upgrade transaction you can follow the steps below:
104102
1051038. Once you paste the ` ProxyAdmin` address, the ABI should be automatically filled.
106104
107- ! [Enter Address or ENS Name](./images/3_b_2_multisig_3.png)
105+ ! [Enter Address or ENS Name](./images/3_b_2_multisig_3.png)
108106
109- ! [Enter ABI](./images/3_b_2_multisig_4.png)
107+ ! [Enter ABI](./images/3_b_2_multisig_4.png)
110108
1111099. Set the ` ETH Value` as 0
112110
113- ! [ETH Value](./images/3_b_2_multisig_5.png)
111+ ! [ETH Value](./images/3_b_2_multisig_5.png)
114112
11511310. Paste the calldata obtained from the deployment of the new implementation on the ` Data` box and click on ` + Add new transaction` .
116114
117- ! [Data](./images/3_b_2_multisig_6.png)
115+ ! [Data](./images/3_b_2_multisig_6.png)
118116
119- You should see the new transaction to be executed on the right side.
117+ You should see the new transaction to be executed on the right side.
120118
12111911. Click on ` Create batch` to create the transaction.
122120
123- ! [Create batch](./images/3_b_2_multisig_7.png)
121+ ! [Create batch](./images/3_b_2_multisig_7.png)
124122
12512312. Review and confirm the transaction.
126124
127- To make sure everything is fine, simulate the transaction by clicking on ` Simulate batch`
128-
129- Once the simulation is successful, click on ` Send Batch` to send the transaction.
125+ To make sure everything is fine, simulate the transaction by clicking on ` Simulate batch`
126+
127+ Once the simulation is successful, click on ` Send Batch` to send the transaction.
130128
131- ! [Simulate batch](./images/3_b_2_multisig_8.png)
129+ ! [Simulate batch](./images/3_b_2_multisig_8.png)
132130
13313113. Confirm the transaction checking the function being called is correct and the contract address is the one you deployed.
134132
135- If everything is correct, click on ` Sign` to send the transaction.
133+ If everything is correct, click on ` Sign` to send the transaction.
136134
137- ! [Confirm transaction](./images/3_b_2_multisig_9.png)
135+ ! [Confirm transaction](./images/3_b_2_multisig_9.png)
138136
13913714. Now in your transactions, you should be able to see the newly created transaction.
140138
141- ! [New transaction](./images/3_b_2_multisig_10.png)
139+ ! [New transaction](./images/3_b_2_multisig_10.png)
142140
14314115. If the transaction is correctly created, you have to wait until the required Multisig member signs the transaction to send it.
0 commit comments