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

more ganache options

This commit is contained in:
alexcos20 2020-07-06 23:29:50 -07:00
commit 10e29cce8f

View File

@ -34,7 +34,7 @@ export FORCEPULL="false"
# Specify the ethereum default RPC container provider
if [ ${IP} = "localhost" ]; then
export KEEPER_RPC_HOST="ganache"
export KEEPER_RPC_HOST="172.15.0.3"
else
export KEEPER_RPC_HOST=${IP}
fi
@ -68,8 +68,8 @@ export PROVIDER_PASSWORD=9B4653C8AA99E707798D603F226A0687
export PROVIDER_KEYFILE="/accounts/provider.json"
if [ ${IP} = "localhost" ]; then
export AQUARIUS_URI=http://aquarius:5000
export BRIZO_URL=http://localhost:8030
export AQUARIUS_URI=http://172.15.0.5:5000
export BRIZO_URL=http://172.15.0.4:8030
else
export AQUARIUS_URI=http://${IP}:5000
export BRIZO_URL=http://${IP}:8030