1
0
mirror of https://github.com/oceanprotocol/barge.git synced 2024-11-25 20:01:10 +01:00

Added missing export

This commit is contained in:
Javier Cortejoso 2018-11-30 10:45:58 +01:00
parent 02a7375972
commit 4947c0f0fa
No known key found for this signature in database
GPG Key ID: FBEEF3131E39EBCF

View File

@ -12,7 +12,7 @@ export KEEPER_NETWORK_NAME="ganache"
export ARTIFACTS_FOLDER=$HOME/.ocean/keeper-contracts/artifacts
export BRIZO_ENV_FILE=$DIR/brizo.env
# Specify the ethereum default RPC container provider
RPC_URL='keeper-contracts'
export RPC_URL='keeper-contracts'
# colors
COLOR_R="\033[0;31m" # red
@ -61,7 +61,7 @@ while :; do
--local-parity-node)
COMPOSE_FILES+=" -f ${COMPOSE_DIR}/parity_client.yml"
COMPOSE_FILES+=" -f ${COMPOSE_DIR}/secret_store.yml"
RPC_URL='parity-node'
export RPC_URL='parity-node'
export KEEPER_NETWORK_NAME="ocean_poa_net_local"
printf $COLOR_Y'Starting with local Parity node...\n\n'$COLOR_RESET
;;