Skip to content

Commit 85789ba

Browse files
committed
doc nits
1 parent 2453e19 commit 85789ba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/0_internal/4_b_3_propose_unpause.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ To propose the unpause transaction you can follow the steps below:
1818

1919
![Transaction Builder](./images/4_b_1_unpause_2.png)
2020

21-
3. . Get the `AlignedLayerServiceManager` address from ```contracts/script/output/mainnet/alignedlayer_deployment_output.json``` or ```contracts/script/output/holesky/alignedlayer_deployment_output.json``` or ```contracts/script/output/sepolia/alignedlayer_deployment_output.json```
21+
3. Get the `AlignedLayerServiceManager` address from ```contracts/script/output/mainnet/alignedlayer_deployment_output.json``` or ```contracts/script/output/holesky/alignedlayer_deployment_output.json``` or ```contracts/script/output/sepolia/alignedlayer_deployment_output.json```
2222

2323
4. Paste the `AlignedLayerServiceManager` address on `Enter Address or ENS Name`
2424

docs/0_internal/4_b_4_approve_unpause.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Once the transaction is proposed, the multisig owners must approve the transacti
1111
3. Get the ```unpause(uint256)``` signature by running:
1212

1313
```bash
14-
cast calldata "unpause(uint256) <PAUSE_STATE>"
14+
cast calldata "unpause(uint256)" <PAUSE_STATE>
1515
```
1616

1717
for ```PAUSE_STATE=3```

0 commit comments

Comments
 (0)