Skip to content

Commit

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

ifndef RECOVERY_FILE
RECOVERY_FILE = v5_recovery
# RECOVERY_FILE = sample_export_recovery
# RECOVERY_FILE = v5_recovery
RECOVERY_FILE = sample_export_recovery

endif

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


genesis: stdlib
cargo r -- -c ${CHAIN} \
cargo r -- \
-c ${CHAIN} \
genesis --org-github ${GIT_ORG} \
--name-github ${GIT_REPO} \
--local-framework \
Expand Down Expand Up @@ -76,11 +77,11 @@ ALICE_IP = 134.209.32.159
endif

ifndef BOB_IP
BOB_IP = 174.138.92.116
BOB_IP = 165.22.44.147
endif

ifndef CAROL_IP
CAROL_IP = 174.138.92.121
CAROL_IP = 165.22.34.98
endif

test-genesis:
Expand Down

0 comments on commit adab47d

Please sign in to comment.