diff --git a/compose-files/keeper_contracts.yml b/compose-files/keeper_contracts.yml index d905bdd..5d8bf67 100644 --- a/compose-files/keeper_contracts.yml +++ b/compose-files/keeper_contracts.yml @@ -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} diff --git a/start_ocean.sh b/start_ocean.sh index 1d8fc76..705a66d 100755 --- a/start_ocean.sh +++ b/start_ocean.sh @@ -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