File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33SHELL := /bin/bash
44
55gen_env_l2_holesky :
6- cp .env.holesky .env
6+ @ cp .env.holesky .env
77
88run_l2 :
99 @cd crates/l2 && cargo run --release --bin main
@@ -13,7 +13,7 @@ generate_program_id:
1313 @cat ./crates/l2/programs_ids.json
1414
1515gen_env_contract_holesky :
16- cp ./contracts/.env.holesky ./contracts/.env
16+ @ cp ./contracts/.env.holesky ./contracts/.env
1717
1818deploy_contract :
1919 @. ./contracts/.env && . ./contracts/scripts/deploy.sh
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ pub async fn start_l2(config: Config) {
7373 info ! ( "Proof submitted" ) ;
7474
7575 // 5. Wait until proof is aggregated
76- info ! ( "Waiting until is proof is aggregated..." ) ;
76+ info ! ( "Waiting until proof is aggregated..." ) ;
7777 let merkle_path = wait_until_proof_is_aggregated ( & config, & proof, & vk) . await ;
7878 info ! ( "Proof has been aggregated on aligned, about to send update to chain..." ) ;
7979
You can’t perform that action at this time.
0 commit comments