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

update aquarius to be compatible with squid 0.5.14

This commit is contained in:
Sebastian Gerske 2019-04-13 14:55:20 +02:00
parent 11dbeaa26a
commit ad573b8c83

View File

@ -13,7 +13,7 @@ DIR="${DIR/ /\\ }"
COMPOSE_DIR="${DIR}/compose-files"
# Default versions of Aquarius, Brizo, Keeper Contracts and Pleuston
export AQUARIUS_VERSION=${AQUARIUS_VERSION:-v0.2.0}
export AQUARIUS_VERSION=${AQUARIUS_VERSION:-v0.2.2}
export BRIZO_VERSION=${BRIZO_VERSION:-v0.3.1}
export KEEPER_VERSION=${KEEPER_VERSION:-v0.9.0}
export PLEUSTON_VERSION=${PLEUSTON_VERSION:-v0.3.0}