add nmemoric to start of spree node

This commit is contained in:
Sebastian Gerske 2019-01-24 08:31:40 +01:00
parent 7fd215c1f7
commit 17a61336f9
1 changed files with 3 additions and 1 deletions

View File

@ -140,7 +140,9 @@ while :; do
--local-spree-node)
COMPOSE_FILES+=" -f ${COMPOSE_DIR}/keeper_contracts.yml"
export NODE_COMPOSE_FILE="${COMPOSE_DIR}/nodes/spree_node.yml"
export KEEPER_NETWORK_NAME="spree"
# use this seed only on spree!
export KEEPER_NMEMORIC="taxi music thumb unique chat sand crew more leg another off lamp"
export KEEPER_NETWORK_NAME="spree_wallet"
export KEEPER_DEPLOY_CONTRACTS="true"
#rm -f ${KEEPER_ARTIFACTS_FOLDER}/ready
printf $COLOR_Y'Starting with local Spree node...\n\n'$COLOR_RESET