Skip to content

Commit 3df528b

Browse files
authored
Fix warnings (#494)
1 parent 172c807 commit 3df528b

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

docs/SUMMARY.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Summary
2+
23
## Introduction
34

45
* [What is Aligned?](introduction/0_what_is_aligned.md)
@@ -18,7 +19,7 @@
1819
* [Fast mode](architecture/0_fast_mode.md)
1920
* [Aggregation mode](architecture/1_aggregation_mode.md)
2021

21-
## Useful links
22+
## Useful links
2223

2324
* [All the proof aggregation solutions will use RISC-V zkvms](https://blog.alignedlayer.com/all-the-proof-aggregation-solutions-will-use-risc-v-zkvms/)
2425
* [Manifesto](https://blog.alignedlayer.com/aligned_manifesto/)

docs/guides/1_operator_guide.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ Minimum hardware requirements:
1818
| **Bandwidth** | 1 Gbps |
1919
| **Storage** | 256 GB disk space |
2020

21-
2221
## Step 1 - Clone the repo
22+
2323
To start with, clone the Aligned repository and move inside it
2424

2525
```bash
@@ -94,10 +94,12 @@ To do so there are 2 options, either doing it through EigenLayer's website, and
9494

9595
You will need to stake a minimum of a 1000 Wei in WETH. We recommend to stake a maximum amount of 10 WETH. If you are staking more than 10 WETH please unstake any surplus over 10.
9696

97-
### Option 1:
97+
### Option 1
98+
9899
EigenLayer's guide can be found [here](https://docs.eigenlayer.xyz/eigenlayer/restaking-guides/restaking-user-guide/liquid-restaking/restake-lsts).
99100

100-
### Option 2:
101+
### Option 2
102+
101103
If you have ETH and need to convert it to WETH you can use the following command, that will convert 1 Eth to WETH.
102104
Make sure to have [foundry](https://book.getfoundry.sh/getting-started/installation) installed.
103105
Change the parameter in ```---value``` if you want to wrap a different amount:
@@ -119,7 +121,7 @@ as shown in the Eigen guide.
119121
```bash
120122
./operator/build/aligned-operator deposit-into-strategy --config ./config-files/config-operator.yaml --strategy-address 0x80528D6e9A2BAbFc766965E0E26d5aB08D9CFaF9 --amount 1000000000000000000
121123
```
122-
124+
</summary>
123125
</details>
124126

125127
If you don't have Holesky Eth, these are some useful faucets:
@@ -128,7 +130,8 @@ If you don't have Holesky Eth, these are some useful faucets:
128130
- [Holesky PoW Faucet](https://holesky-faucet.pk910.de/)
129131

130132
## Step 5 - Start the operator
131-
```
133+
134+
```bash
132135
./operator/build/aligned-operator start --config ./config-files/config-operator.yaml
133136
```
134137

@@ -140,4 +143,4 @@ To unregister the Aligned operator, run:
140143
cast send --rpc-url https://ethereum-holesky-rpc.publicnode.com --private-key <private_key> 0x3aD77134c986193c9ef98e55e800B71e72835b62 'deregisterOperator(bytes)' 0x00
141144
```
142145

143-
`<private_key>` is the one specified in the output when generating your keys with the EigenLayer CLI.
146+
`<private_key>` is the one specified in the output when generating your keys with the EigenLayer CLI.

0 commit comments

Comments
 (0)