We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e041c94 commit 5deddd2Copy full SHA for 5deddd2
2 files changed
examples/l2/.gitignore
@@ -1,2 +1,3 @@
1
2
crates/l2/programs_ids.json
3
+contract-owner.keystore.json
examples/l2/Makefile
@@ -1,4 +1,4 @@
-.PHONY:
+.PHONY: gen_devnet_owner_wallet gen_env_l2_holesky gen_env_l2_devnet run_l2 generate_program_id gen_env_contract_holesky gen_env_contract_devnet deploy_contract clean_db
SHELL := /bin/bash
4
@@ -34,3 +34,6 @@ gen_env_contract_devnet:
34
35
deploy_contract:
36
@. ./contracts/.env && . ./contracts/scripts/deploy.sh
37
+
38
+clean_db:
39
+ rm -f examples/l2/crates/l2/db
0 commit comments