mirror of
https://github.com/oceanprotocol/barge.git
synced 2024-11-22 09:47:04 +01:00
use correct network, fix typo
This commit is contained in:
parent
5ef292d59d
commit
42f12c950e
@ -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}
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user