File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ gen_env_contract_devnet:
3333deploy_contract :
3434 @. ./contracts/.env && . ./contracts/scripts/deploy.sh
3535
36- clean_db :
36+ init_state :
3737 @rm -f cmd/db
3838
3939__L2_PROGRAM__ :
Original file line number Diff line number Diff line change @@ -118,12 +118,6 @@ make gen_env_l2_holesky
118118 - ` PRIVATE_KEY_STORE_PASSWORD ` : The password of the keystore crated in step ` 1. ` .
119119 - ` STATE_TRANSITION_CONTRACT_ADDRESS ` : The address of the contract deployed in step ` 2. `
120120
121- * If you have run the program before, and want to start from scratch, run:*
122-
123- ``` shell
124- make clean_db
125- ```
126-
127121Finally [ run the l2] ( #running-the-l2 ) .
128122
129123## Setup Localnet
@@ -174,6 +168,12 @@ make deploy_contract
174168
175169## Running the L2
176170
171+ - Set up the initial State
172+
173+ ``` shell
174+ make init_state
175+ ```
176+
177177- Perform the L2 account updates and prove them in the zkvm:
178178
179179``` shell
You can’t perform that action at this time.
0 commit comments