use correct network, fix typo

This commit is contained in:
Sebastian Gerske 2019-01-24 09:20:49 +01:00
parent 5ef292d59d
commit 42f12c950e
2 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ services:
backend:
ipv4_address: 172.15.0.14
environment:
NMEMORIC: ${KEEPER_NMEMORIC}
NMEMORIC: ${KEEPER_MNEMONIC}
DEPLOY_CONTRACTS: ${KEEPER_DEPLOY_CONTRACTS}
LOCAL_CONTRACTS: ${KEEPER_DEPLOY_CONTRACTS}
REUSE_DATABASE: ${GANACHE_REUSE_DATABASE}

View File

@ -141,8 +141,8 @@ while :; do
COMPOSE_FILES+=" -f ${COMPOSE_DIR}/keeper_contracts.yml"
export NODE_COMPOSE_FILE="${COMPOSE_DIR}/nodes/spree_node.yml"
# 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_MNEMONIC="taxi music thumb unique chat sand crew more leg another off lamp"
export KEEPER_NETWORK_NAME="spree"
export KEEPER_DEPLOY_CONTRACTS="true"
#rm -f ${KEEPER_ARTIFACTS_FOLDER}/ready
printf $COLOR_Y'Starting with local Spree node...\n\n'$COLOR_RESET