File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
163163make 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
173178make 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
179188make update_state_on_chain
You can’t perform that action at this time.
0 commit comments