Skip to content

Commit

Permalink
update makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
0o-de-lally committed Oct 30, 2023
1 parent 059df06 commit 4c66376
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions tools/genesis/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ FUTURE_USES = 0.70
endif

ifndef RECOVERY_FILE
RECOVERY_FILE = sample_end_user_single
RECOVERY_FILE = v5_recovery
# RECOVERY_FILE = sample_export_recovery
# RECOVERY_FILE = sample_rotated_auth

endif

ifndef YEARS
Expand All @@ -32,7 +32,8 @@ endif


genesis:
cargo r -- genesis --org-github ${GIT_ORG} \
cargo r -- -c ${CHAIN} \
genesis --org-github ${GIT_ORG} \
--name-github ${GIT_REPO} \
--local-framework \
--json-legacy ./tests/fixtures/${RECOVERY_FILE}.json \
Expand All @@ -44,7 +45,8 @@ genesis:


wizard:
cargo r -- wizard --org-github ${GIT_ORG} \
cargo r -- -c ${CHAIN} \
wizard --org-github ${GIT_ORG} \
--name-github ${GIT_REPO} \
--local-framework \
--json-legacy ./tests/fixtures/${RECOVERY_FILE}.json \
Expand Down

0 comments on commit 4c66376

Please sign in to comment.