mirror of
https://github.com/oceanprotocol/barge.git
synced 2024-11-22 09:47:04 +01:00
more ganache options
This commit is contained in:
commit
10e29cce8f
@ -34,7 +34,7 @@ export FORCEPULL="false"
|
|||||||
|
|
||||||
# Specify the ethereum default RPC container provider
|
# Specify the ethereum default RPC container provider
|
||||||
if [ ${IP} = "localhost" ]; then
|
if [ ${IP} = "localhost" ]; then
|
||||||
export KEEPER_RPC_HOST="ganache"
|
export KEEPER_RPC_HOST="172.15.0.3"
|
||||||
else
|
else
|
||||||
export KEEPER_RPC_HOST=${IP}
|
export KEEPER_RPC_HOST=${IP}
|
||||||
fi
|
fi
|
||||||
@ -68,8 +68,8 @@ export PROVIDER_PASSWORD=9B4653C8AA99E707798D603F226A0687
|
|||||||
export PROVIDER_KEYFILE="/accounts/provider.json"
|
export PROVIDER_KEYFILE="/accounts/provider.json"
|
||||||
|
|
||||||
if [ ${IP} = "localhost" ]; then
|
if [ ${IP} = "localhost" ]; then
|
||||||
export AQUARIUS_URI=http://aquarius:5000
|
export AQUARIUS_URI=http://172.15.0.5:5000
|
||||||
export BRIZO_URL=http://localhost:8030
|
export BRIZO_URL=http://172.15.0.4:8030
|
||||||
else
|
else
|
||||||
export AQUARIUS_URI=http://${IP}:5000
|
export AQUARIUS_URI=http://${IP}:5000
|
||||||
export BRIZO_URL=http://${IP}:8030
|
export BRIZO_URL=http://${IP}:8030
|
||||||
|
Loading…
Reference in New Issue
Block a user