Skip to content

Commit c13d6bc

Browse files
committed
docs: address review comments
1 parent 3144f90 commit c13d6bc

File tree

2 files changed

+13
-7
lines changed

2 files changed

+13
-7
lines changed

docs/0_internal/2_deploy_contracts.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -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
```

docs/0_internal/3_a_upgrade_contracts.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@ If you deployed the contract using a Multisig wallet, you can follow the [Upgrad
2121
foundryup -v nightly-a428ba6ad8856611339a6319290aade3347d25d9
2222
```
2323

24+
- Add the following variables to the `.env` file:
25+
26+
```makefile
27+
MULTISIG=false
28+
```
29+
2430
## Upgrade Service Manager
2531

2632
To upgrade the Service Manager Contract, run:

0 commit comments

Comments
 (0)