You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This will show two addresses. The first one is the `alignedLayerServiceManager` address, and the second one is the new implementation address of `alignedServiceManagerImplementation`.
66
68
67
-
> [!NOTE]
68
-
> Make sure the `alignedLayerServiceManager` address is the same as the one you deployed in the [Deploy Contracts Guide](./2_deploy_contracts.md).
69
-
>
70
-
> Make sure the `alignedServiceManagerImplementation` address is the same as the one you deployed in this guide.
69
+
Make sure the `alignedLayerServiceManager` address is the same as the one you deployed in the [Deploy Contracts Guide](./2_deploy_contracts.md).
70
+
71
+
Make sure the `alignedServiceManagerImplementation` address is the same as the one you deployed in this guide.
72
+
71
73
72
74
## Deploy New Implementation for BatcherPaymentService
73
75
@@ -105,16 +107,17 @@ You can deploy the new implementation of the following contracts:
105
107
106
108
This will show the `upgradeTo` signature hash: `0x3659cfe6`.
107
109
110
+
Verify the first 8 digits of the `calldata` are the same as the signature hash obtained in this step.
0 commit comments