@@ -115,13 +115,12 @@ Once the contracts are deployed, you will see the following output at `OUTPUT_PA
115115 "indexRegistry": "<index_registry_address>",
116116 "indexRegistryImplementation": "<index_registry_implementation_address>",
117117 "operatorStateRetriever": "<operator_state_retriever_address>",
118+ "pauserRegistry": "<pauser_registry_address>",
118119 "registryCoordinator": "<registry_coordinator_address>",
119120 "registryCoordinatorImplementation": "<registry_coordinator_implementation_address>",
120121 "serviceManagerRouter": "<service_manager_router_address>",
121122 "stakeRegistry": "<stake_registry_address>",
122- "stakeRegistryImplementation": "<stake_registry_implementation_address>",
123- "batcherPaymentService": "<batcher_payment_service_address>",
124- "batcherPaymentServiceImplementation": "<batcher_payment_service_implementation_address>"
123+ "stakeRegistryImplementation": "<stake_registry_implementation_address>"
125124 },
126125 "chainInfo": {
127126 "chainId": 17000,
@@ -132,8 +131,8 @@ Once the contracts are deployed, you will see the following output at `OUTPUT_PA
132131 "alignedLayerChurner": "<aligned_layer_churner_address>",
133132 "alignedLayerEjector": "<aligned_layer_ejector_address>",
134133 "alignedLayerOwner": "<aligned_layer_owner_address>",
135- "alignedLayerUpgrader ": "<aligned_layer_upgrader_address >",
136- "pauserRegistry ": "<pauser_registry_address >"
134+ "alignedLayerPauser ": "<aligned_layer_pauser_address >",
135+ "alignedLayerUpgrader ": "<aligned_layer_upgrader_address >"
137136 }
138137}
139138```
@@ -209,6 +208,7 @@ Once the contracts are deployed, you will see the following output at `OUTPUT_PA
209208 "indexRegistry": "<index_registry_address>",
210209 "indexRegistryImplementation": "<index_registry_implementation_address>",
211210 "operatorStateRetriever": "<operator_state_retriever_address>",
211+ "pauserRegistry": "<pauser_registry_address>",
212212 "registryCoordinator": "<registry_coordinator_address>",
213213 "registryCoordinatorImplementation": "<registry_coordinator_implementation_address>",
214214 "serviceManagerRouter": "<service_manager_router_address>",
@@ -226,8 +226,8 @@ Once the contracts are deployed, you will see the following output at `OUTPUT_PA
226226 "alignedLayerChurner": "<aligned_layer_churner_address>",
227227 "alignedLayerEjector": "<aligned_layer_ejector_address>",
228228 "alignedLayerOwner": "<aligned_layer_owner_address>",
229- "alignedLayerUpgrader ": "<aligned_layer_upgrader_address >",
230- "pauserRegistry ": "<pauser_registry_address >"
229+ "alignedLayerPauser ": "<aligned_layer_pauser_address >",
230+ "alignedLayerUpgrader ": "<aligned_layer_upgrader_address >"
231231 }
232232}
233233```
0 commit comments