Skip to content

Commit 44f4d2f

Browse files
authored
Update README.md
1 parent c8ec124 commit 44f4d2f

1 file changed

Lines changed: 12 additions & 3 deletions

File tree

examples/l2/README.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ make gen_env_l2_holesky
120120

121121
`make clean_db`
122122

123-
Finally [run the l2](#run-the-l2).
123+
Finally [run the l2](#running-the-l2).
124124

125125
## Setup Localnet
126126

@@ -163,7 +163,12 @@ make generate_program_id
163163
make deploy_contract
164164
```
165165

166-
- Set the output address of the contract in the `.env` and [run the l2](#run-the-l2).
166+
- Set the output address of the contract in the `.env`
167+
168+
- [run the l2](#running-the-l2)
169+
170+
171+
167172

168173
## Running the L2
169174

@@ -173,7 +178,11 @@ make deploy_contract
173178
make prove_state_transition
174179
```
175180

176-
- Update state transition on chain, you should run this after your proof has been aggregated by aligned (this process happens every 24hs):
181+
- Wait 24 hs for the proof to be aggregated, or if running locally, run the aggregator with either:
182+
```make start_proof_aggregator_ethereum_package AGGREGATOR=sp1``` or
183+
```make start_proof_aggregator_gpu_ethereum_package AGGREGATOR=sp1```
184+
185+
- Update state transition on chain:
177186

178187
```shell
179188
make update_state_on_chain

0 commit comments

Comments
 (0)