mirror of
https://github.com/oceanprotocol/barge.git
synced 2024-10-31 23:55:18 +01:00
Fix keeper-contracts/brizo as ethereum rpc provider
This commit is contained in:
parent
d62df2afc0
commit
cfc4ca2b0b
@ -11,7 +11,7 @@ services:
|
|||||||
- keeper-contracts
|
- keeper-contracts
|
||||||
- parity-node
|
- parity-node
|
||||||
environment:
|
environment:
|
||||||
KEEPER_URL: http://parity-node:8545
|
KEEPER_URL: http://${RPC_URL}:8545
|
||||||
LOCAL_CONTRACTS: "true"
|
LOCAL_CONTRACTS: "true"
|
||||||
KEEPER_NETWORK_NAME: ${KEEPER_NETWORK_NAME}
|
KEEPER_NETWORK_NAME: ${KEEPER_NETWORK_NAME}
|
||||||
AQUARIUS_URL: http://aquarius:5000
|
AQUARIUS_URL: http://aquarius:5000
|
||||||
|
@ -11,6 +11,8 @@ export REUSE_DATABASE="false"
|
|||||||
export KEEPER_NETWORK_NAME="ganache"
|
export KEEPER_NETWORK_NAME="ganache"
|
||||||
export ARTIFACTS_FOLDER=$HOME/.ocean/keeper-contracts/artifacts
|
export ARTIFACTS_FOLDER=$HOME/.ocean/keeper-contracts/artifacts
|
||||||
export BRIZO_ENV_FILE=$DIR/brizo.env
|
export BRIZO_ENV_FILE=$DIR/brizo.env
|
||||||
|
# Specify the ethereum default RPC container provider
|
||||||
|
RPC_URL='keeper-contracts'
|
||||||
|
|
||||||
# colors
|
# colors
|
||||||
COLOR_R="\033[0;31m" # red
|
COLOR_R="\033[0;31m" # red
|
||||||
@ -59,6 +61,7 @@ while :; do
|
|||||||
--local-parity-node)
|
--local-parity-node)
|
||||||
COMPOSE_FILES+=" -f ${COMPOSE_DIR}/parity_client.yml"
|
COMPOSE_FILES+=" -f ${COMPOSE_DIR}/parity_client.yml"
|
||||||
COMPOSE_FILES+=" -f ${COMPOSE_DIR}/secret_store.yml"
|
COMPOSE_FILES+=" -f ${COMPOSE_DIR}/secret_store.yml"
|
||||||
|
RPC_URL='parity-node'
|
||||||
export KEEPER_NETWORK_NAME="ocean_poa_net_local"
|
export KEEPER_NETWORK_NAME="ocean_poa_net_local"
|
||||||
printf $COLOR_Y'Starting with local Parity node...\n\n'$COLOR_RESET
|
printf $COLOR_Y'Starting with local Parity node...\n\n'$COLOR_RESET
|
||||||
;;
|
;;
|
||||||
|
Loading…
Reference in New Issue
Block a user